Android 模擬器得到Root權限

啓動一個模擬器,開始-運行-輸入cmd,打開dos,依次輸入shell

adb shell

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

cd /system/bin

cat sh > su

chmod 4755 su

su

便可得到root權限code

相關文章
相關標籤/搜索