ClockworkMod and .zip

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
recovery.img

you did make a dump right? in your dump you should see a recovery.img
 
Last edited:

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
Sorry been busy, use sideload to install the zip.

in cwm choose install zip from sideload

then in cmd window

adb sideload path/to/file

example

adb sideload '/home/vampirefo/Desktop/cm10_cm9_7042/CM10_7042_test.zip'
 

mtarek93

Member
Aug 10, 2013
26
0
No problem, I've been away for some time too.

Still not able to install the zip. When I type adb sideload I get a list of adb commands.

I think my adb version does not support sideload.
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
I don't know anything about windows adb on Linux I build my own.
Might have to google it.

Sent from my SPH-D710 Android Phone
 

tpaine

Senior Member
Aug 18, 2012
525
130
8042_recovery_signed.zip

how did you install the first recovery? do you have a micro sdcard? the 6.0.1.1 recovery may only work with micro sdcard, been so long ago can't remember.

anyway boot into desktop mode extract 8042_recovery_signed.zip place recovery.img on sdcard

adb shell

su

cat /sdcard/recovery.img > /dev/block/nandg

echo -n boot-recovery | busybox dd of=/dev/block/nandf count=1 conv=sync; sync; reboot

Wow, a 28 recovery for our coby's. Tested this on my 7042 and it seems to run fine. Backed up, restored from an earlier backup, and sideloaded a zip file. Is there any problem using this other than the 8042 label?
 
Last edited:
Top