- Nov 25, 2010
- 15,958
- 2,752
- 0
Ever wanted to know how we find these links to download the official OTA update directly from Google's servers? Well first you need a heads up that the update is coming, then you need to make sure your device meets the update requirements to receive the notice. Once all that is met you download a free utility called ALogcat from the Market. It tracks literally every single thing your device does. Push a button its there, system battery level drops, its there, things you don't even know are happening, its there... get the picture?
Here is the exact line of code when the official Froyo EB13 to EC05 update came threw on my phone earlier today...
If you notice in there you will see the "I/system_update( 2620): [676,200,13946686,"http://android.clients.google.com/p.../20428846d0d6.update-SPH-D700_EB13ToEC05.zip]"
"
There you have it.... The official OTA download link...
Some people may find this interesting, some may not...
Here is the exact line of code when the official Froyo EB13 to EC05 update came threw on my phone earlier today...
Code:
#
#
#
#
#
I/am_on_paused_called( 2620): com.google.android.gsf.update.SystemUpdateActivity
I/am_resume_activity( 2447): [1208530360,17,com.samsung/.client.DeviceManagement]
I/am_on_resume_called( 5290): com.samsung.client.DeviceManagement
I/am_destroy_activity( 2447): [1210235672,17,com.google.android.gsf/.update.SystemUpdateActivity]
I/am_create_service( 2447): [1210091256,com.google.android.gsf/.update.SystemUpdateService,,2620]
I/binder_sample( 2620): [android.app.IActivityManager,34,21,com.google.process.gapps,4]
I/notification_enqueue( 2447): [com.google.android.gsf,2130837525,Notification(vibrate=null,sound=null,defaults=0x0)]
I/system_update( 2620): [676,200,13946686,http://android.clients.google.com/packages/ota/sprint_samsung_d700/20428846d0d6.update-SPH-D700_EB13ToEC05.zip]
I/am_destroy_service( 2447): [1210091256,com.google.android.gsf/.update.SystemUpdateService,2620]
I/am_finish_activity( 2447): [1208530360,17,com.samsung/.client.DeviceManagement,app-request]
I/am_pause_activity( 2447): [1208530360,com.samsung/.client.DeviceManagement]
I/am_on_paused_called( 5290): com.samsung.client.DeviceManagement
#
#
#
# Very cool huh??
#
"
There you have it.... The official OTA download link...
Some people may find this interesting, some may not...
Last edited: