mercredi 12 mars 2014

Flashable Recovery Zip for N73G? topic




On my N4 Ive got a zip containing recovery.img that flashes a TWRP recovery.

I use this to update by swapping the .img when needed.

Im looking to do the same for the N73G as have not been able to found one anywhere.

So, the code for flashing the N4 is


Code:


run_program("/sbin/busybox", "dd", "if=/tmp/recovery.img", "of=/dev/block/platform/msm_sdcc.1/by-name/recovery");
package_extract_file("recovery.img", "/dev/block/platform/msm_sdcc.1/by-name/recovery");


And a zip I found for the Grouper is:


Code:


package_extract_file("recovery.img", "/dev/block/platform/msm_sdcc.1/by-name/recovery");

Looking pretty similar...

Am I able to use the same script from the N4 to flash to the Til?

When it comes to flashing partitions with edify Im always a little careful and want to check this first.

Cheers!





Aucun commentaire:

Enregistrer un commentaire