Has anyone figured out how the firmware update thro OTA works?

1) A pending intent is triggered in android_root/packages/apps/
Updater/
src/com/android/updater/PesterActivity.java where there is an overdue
OTA update pending.

2) android_root/recovery/recovery.c (resides as /system/bin/recovery)
handles send_intent as argument and updates the boot command field (--
send_intent=send_intent) and reboots the phone. On reboot, the
bootloader will read the bootloader_message from flash and check the
command field and updates firmware.

So, the question is where is 1+2 happening? I dont see the connection
anywhere. How/Where does  the framework trigger the recovery program
to do this. Has anyone figured this out?

Thanks,
M
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to