bitelaserkhalif555

update busybox for zhihe 4g modem

Sep 13th, 2025 (edited)
531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.33 KB | Software | 0 0
  1. @echo off
  2. adb shell "setprop service.adb.root 1; busybox killall adbd"
  3. echo "Must wait until reconnect. once reconnect, press any key"
  4. pause
  5. adb push busybox /data/local
  6. 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