啓動一個模擬器,開始-運行-輸入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