close
1. remount
2. push file to device
3. run command
P.S can run file on init
mount -oremount,rw /dev/block/mtdblock3 /system
adb push busybox /system/xbin
adb push daemonsu /system/xbin
adb push su /system/xbin
chmod -R 777 /system/xbin/busybox
chmod -R 777 /system/xbin/daemonsu
chmod -R 777 /system/xbin/su
adb push Superuser.apk /system/app
/system/xbin/daemonsu --auto-daemon &
adb shell mount -o remount rw /
文章標籤
全站熱搜