Dj_Android
Member
Any luck on getting that recovery.img for me? I'm still waiting patiently lol.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You can use ADB to pull it off your phone, Or you can use root explorer to copy it to your sd card (root not required)Give me instructions on how to do it and I will provide you with the image tonight.
You can use ADB to pull it off your phone, Or you can use root explorer to copy it to your sd card (root not required)
Found 2 results:
/etc/firmware/ZTE_U880F_SUCCESS_PR1183396-s2202_32333042.img
and
/system/bin/recovery
Which one would you like?
/system/bin/recovery ) recovery
shell@android:/dev/block/platform/msm_sdcc.1/by-name $ ls -l
ls -l
lrwxrwxrwx root root 1970-01-04 19:25 aboot -> /dev/block/mmcblk0p13
lrwxrwxrwx root root 1970-01-04 19:25 boot -> /dev/block/mmcblk0p15
lrwxrwxrwx root root 1970-01-04 19:25 cache -> /dev/block/mmcblk0p21
lrwxrwxrwx root root 1970-01-04 19:25 fsg -> /dev/block/mmcblk0p10
lrwxrwxrwx root root 1970-01-04 19:25 grow -> /dev/block/mmcblk0p23
lrwxrwxrwx root root 1970-01-04 19:25 misc -> /dev/block/mmcblk0p19
lrwxrwxrwx root root 1970-01-04 19:25 modem -> /dev/block/mmcblk0p14
lrwxrwxrwx root root 1970-01-04 19:25 modemst1 -> /dev/block/mmcblk0p11
lrwxrwxrwx root root 1970-01-04 19:25 modemst2 -> /dev/block/mmcblk0p12
lrwxrwxrwx root root 1970-01-04 19:25 persist -> /dev/block/mmcblk0p8
lrwxrwxrwx root root 1970-01-04 19:25 recovery -> /dev/block/mmcblk0p16
Found the device block for the recovery image.
Do you know how to pull it?
Try adb pull /dev/block/mmcblk0p16 /zte/recovery.img
It should out put to /where/you/have adb/zte/recovery.img
Or try adb pull /dev/block/mmcblk0p16 >> /zte/recovery.img
Also, could you do adb devices and tell me what comes up?