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 /

 

arrow
arrow

    ooieueioo 發表在 痞客邦 留言(0) 人氣()