Android Emulator 4.1.2 Root?

时间:2013-06-02 09:22:10

标签: android emulation root

如我在标题中所说的那样如何根Android 4.1.2?

adb shell mount -o rw,remount -t yaffs2 /dev/block/mtdblock03 /system  
adb push su /system/xbin/su  
adb shell chmod 06755 /system  
adb shell chmod 06755 /system/xbin/su

此代码适用于Android 2,但不适用于4.1.2。

1 个答案:

答案 0 :(得分:0)

更改并尝试使用以下行:
adb shell mount -o rw,remount -t yaffs2 /dev/block/mtdblock0 /system