Akash, The methods seem to change from implementation to implementation..from what I've gathered so far, the default way is to have a boot.img that is your normal Kernel/Ramdisk boot image and a recovery.img that is the same Kernel/Ramdisk that just automatically launches the Recovery program.
>From within Android, you enter the appropriate strings into the /cache/recovery/command entry, and then cause a reboot with a flag set somewhere so that your bootloader knows that it should load the recovery.img file as opposed to the normal boot.img file. We tried to get all of this working, but there's no clear documentation on what needs to be set in Android to allow U-Boot (our bootloader) to pick up the flag and start the recovery image.. If you figure any of this stuff out, that'd be great to hear.. Regards -- Ashwin On Tue, Jun 22, 2010 at 8:50 AM, Akash Choudhari <[email protected]> wrote: > Does someone have any guide, that can be used to implement Recovery > mode in Android? > > I found some documentation, that explains how recovery mode works, but > couldn't find any documentation on how a developer should implement it > > Thanks, > Akash > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
