Quote:
Originally Posted by stevetigersix
Amon
to replace the older recovery img think its 1.1.2G i have from you can i just transfer the 1.2 img to my sd and reboot?
|
It all depends on the ROM you are currently using...
Please check the last lines of your init.rc!
Stock ROMs will have something like this in their init.rc :
Code:
service flash_recovery /system/bin/flash_image recovery /system/recovery.img
oneshot
This means that your ROM will search for a recovery.img inside the system directory and flash it at boot.
Other custom ROMs will have something like this in their init.rc :
Code:
service flash_recovery /system/bin/flash_image -d recovery /data/recovery.img
oneshot
This means that your ROM will search for a recovery.img inside the data directory and flash it at boot.
Some custom ROMs don't have this line at all, this means that you have to flash your recovery using fastboot or flash_image yourself.
NOTICE: I do not respond to tech support questions through PM.
|