[Dave <[email protected]>] > > On a factory reset, we wish to also reset the settings which are > stored by our modem. Short of hacking the code in recovery.c to send > some proprietary commands to the modem, is there a recommended way of > handling this that stays true to the Android framework. > > We've contemplated having our RIL implementation detect that the /DATA > partition was cleared on the second reboot and then resetting the > modem - but this would cause us to perform a third reboot which just > seems too inefiicient.
It's unlikely that (at least in its current implementation) the recovery code is going to be one-size-fits-all. I think customizing it for your specific situation is reasonable. In many environments it might not be used at all (some OEMs may prefer to handle recovery/fota via the bootloader, for example). Brian --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
