试下这篇文章介绍的方法。

来源: hot_powerz 2017-03-28 11:25:31 [] [博客] [旧帖] [给我悄悄话] 本文已被阅读: 次 (10995 bytes)

A lot of people have been reporting that when they use Fring, especially with iPhone users on the other end, the picture is showing up upside down. I have a fix for this that I have tested and can confirm works between an HTC Thunderbolt and an iPhone 4. Technically, there is no reason it shouldn't work for other users that are having this problem.

Edit your /system/build.prop entities to be as follows:

ro.product.manufacturer = Samsung
ro.product.model = Nexus S

That should do it!

Pre-requisites: Rooted phone/tablet, S-Off

Option 1:
Using ADB:
Connect to your phone/tablet via adb
 

Code:
adb pull /system/build.prop c:\<your file directory>

where your file directory is where you want to store it on your PC

Open the file in your Text Editor of choice
Make the edits
 

Code:
adb push c:\<build.prop> /system/

where c:\<build.prop> points to your edited file on your computer
adb reboot

that should do it!

Option 2:
Using Root Explorer on your device
Navigate to /system/
Press and hold on build.prop until you get the File Options menu
Select Edit File in Text Editor
Make the necessary changes
Select Menu
Select Save and Exit
Reboot your phone/tablet

Enjoy!

 

http://www.androidtablets.net/threads/fring-video-fix-for-upside-down-picture.20264/?

 

所有跟帖: 

这个需要Root,我不敢,也没看懂原理,而且不是专门针对WeChat的 -dudaan- 给 dudaan 发送悄悄话 dudaan 的博客首页 (65 bytes) () 03/29/2017 postreply 05:14:56

请您先登陆,再发跟帖!