C:\Users\Jack>cd c:/adb c:\adb>adb connect 192.168.*.**(輸入自己盒子的IP)回車 * daemon not running. starting it now onport 5037 *. * daemon started successfully. *connected to 192.168.0.103:5555 c:\adb>adb shell回車. 255|shell@square:/ $ su回車. su. root@square:/ # mount -o remount -orw /system回車. mount -o remount -o rw /system root@square:/ # df Filesystem Size Used Free Blksize. /dev 495.0M 128.0K 494.9M 4096. /sys/fs/cgroup 495.0M 0.0K 495.0M 4096 /mnt/asec 495.0M 0.0K 495.0M 4096
/storage/sda/part1 7.5G 3.4G 4.0G 32768. root@square:/ #ddif=/storage/sda/part1/recovery.img of=/dev/block/recovery root@square:/ #cp/storage/sda/part1/ZTESTBUSB/ota.zip /cache/upgrade root@square:/ # reboot recovery 這一系列操作完成后,盒子會自動重啟的。記住只輸入加粗的英文。注意區(qū)分盒子的版本。
|