make. sh
cat /data/local/update.zip > /cache/update.zip;echo '--update_package=CACHE:update.zip' > /cache/recovery/command; reboot recovery;recovery
this is allso the start to flashing permanently recoverys.. u just need to edit the script
like koush did with clockworkmod recovery
this one should work on all FROYO releases...
with the update localted in "data/local/" you can try to edit it ..
go make new recoverys with prober wiping...
THX
.......................................................................................
this one is a bit of topic .. about signing recovery update.zip files
sign like this ..
java -jar signapk.jar -w testkey.x509.pem testkey.pk8 1.zip update.zip
get the new signapk.jar if it fails
:/ thx 2 md
recovery signing .. included below
cat /data/local/update.zip > /cache/update.zip;echo '--update_package=CACHE:update.zip' > /cache/recovery/command; reboot recovery;recovery
this is allso the start to flashing permanently recoverys.. u just need to edit the script
like koush did with clockworkmod recovery
this one should work on all FROYO releases...
with the update localted in "data/local/" you can try to edit it ..
go make new recoverys with prober wiping...
THX
.......................................................................................
this one is a bit of topic .. about signing recovery update.zip files
sign like this ..
java -jar signapk.jar -w testkey.x509.pem testkey.pk8 1.zip update.zip
get the new signapk.jar if it fails
:/ thx 2 md
recovery signing .. included below
Last edited: