ClockworkMod and .zip

mtarek93

Member
Aug 10, 2013
26
0
I am confused about something. Should the zip files be in the EXTERNAL or the INTERNAL sdcard??
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
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
 

mtarek93

Member
Aug 10, 2013
26
0
Can I use the windows utility provided in the Development Index thread?

That's how I installed the first recovery
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
Can I use the windows utility provided in the Development Index thread?

That's how I installed the first recovery

I am sure you can, I don't use windows, but if it worked the first time, then it should work the second time.

Traveller1701 makes the windows tools for you guys. I am the Linux or command line part of it. Use what ever method you are comfortable with.
 

mtarek93

Member
Aug 10, 2013
26
0
Done. I tried updating from external storage.

"E: failed to mount /sdcard (Invalid argument)"
 

mtarek93

Member
Aug 10, 2013
26
0
I am thinking of reformatting the sdcard. What are the formatting options? File system and allocation size?
 
Top