Guest Harness Posted November 23, 2010 Report Posted November 23, 2010 I know how to install Malez obviously. My issue lies in a stock recovery image reflashing itself every time the phone turns off. I saw that this happens with an .img file on these forums or xda but I don't know what directory/partition/etc does it, so I can't fix it with Malez' or someone else's help. If you don't understand my problem I'll try and clarify but basically, until I figure out where the recovery image is that's reflashing, I can't fix the problem. Godspeed, Harness.
Guest snootched Posted November 23, 2010 Report Posted November 23, 2010 I know how to install Malez obviously. My issue lies in a stock recovery image reflashing itself every time the phone turns off. I saw that this happens with an .img file on these forums or xda but I don't know what directory/partition/etc does it, so I can't fix it with Malez' or someone else's help. If you don't understand my problem I'll try and clarify but basically, until I figure out where the recovery image is that's reflashing, I can't fix the problem. Godspeed, Harness. If you have access to "adb shell" I believe the 'find' command works in stock (but I cannot recall) .. if you can run 'find' try this: find / -iname *.img ...assuming it's actually named with a .img extension. Another option is to look through the scripts and see if you can find the one that executes on shutdown and pull the file location from there..
Guest vache Posted November 23, 2010 Report Posted November 23, 2010 (edited) Check if you have this file : /system/etc/install-recovery.sh (called from boot.img) If yes, remove it. This script will patch recovery with /system/recovery-from-boot.p, so you can remove this file too. Edited November 23, 2010 by vache
Guest Harness Posted November 23, 2010 Report Posted November 23, 2010 Having to edit my whole boot.img to remove it, but I'm on it.
Guest split2th Posted November 24, 2010 Report Posted November 24, 2010 Having to edit my whole boot.img to remove it, but I'm on it. I'd be interested in knowing how to fix this. Good luck.
Guest Harness Posted November 24, 2010 Report Posted November 24, 2010 If I get it working I'll definitely post the .img for those who want it and instructions for those who want to do it. All about giving back.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now