Android Emulator 4.1.2根目录?

Android Emulator 4.1.2根目录?,android,emulation,root,Android,Emulation,Root,正如我在标题中所说的,安卓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。更改并尝试使用以下行: adb shell moun

正如我在标题中所说的,安卓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。

更改并尝试使用以下行:

adb shell mount-o rw,remount-t yaffs2/dev/block/mtdblock0/system

我假设您正试图在emulator中执行此操作(因为“emulator”标记)。你试过简单地运行adb根目录吗?是的,我试过了。但是超级用户不起作用。