jejer@wordpress Anything Worth Doing is Worth Doing Well

27Dec/09Off

Android 疑难拾遗

1.使系统文件可写:

mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system

2.设置DNS:

setprop net.dns1 8.8.8.8

3.安装Google拼音输入法时遇到ABI不符,无法安装:

vi /system/build.trout.prop
把
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
换成
ro.product.cpu.abi=armeabi
ro.product.cpu.abi2=armeabi-v7a
同样再
vi /system/build.sapphire.prop

持续更新
#fuckgfw

Tagged as: Comments Off
Comments (0) Trackbacks (0)

Sorry, the comment form is closed at this time.

Trackbacks are disabled.