Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- adb shell "setprop service.adb.root 1; busybox killall adbd"
- echo "Must wait until reconnect. once reconnect, press any key"
- pause
- adb push busybox /data/local
- adb shell "cd /data/local/; chmod 755 busybox; cp /data/local/busybox /system/xbin/; cd /system/xbin; chmod 755 busybox; ./busybox --install -s /system/xbin"
Advertisement
Add Comment
Please, Sign In to add comment