IcanUpdater apk

cfrockit

Senior Member
Dec 26, 2010
627
191
Previously discussed was a similar tablet (Ican) that was recently provided an update.

http://www.androidtablets.net/forum...10-tablets-getting-official-update-2-2-a.html

One of the things to change with this firmware was the way in which the tablet will receive updates.

Attached is a archive containing the resources of the application IcanUpdater. Can anyone provide a basic understanding of how the tablet polls the server to check for updates and how it is notified if an update is available? It seems to leverage RabbitMQ - Messaging that just works. RabbitMQ is a complete and highly reliable enterprise messaging system based on the emerging AMQP standard. Beyond that it would be interesting to see what and how it polls for updates if this is the way infoTMIC updates will be delivered with any new updates.

$IcanUpdater.JPG
Code snippet from Listener$1.smali
Code:
    .line 69
    .local v6, res:Landroid/content/res/Resources;
    new-instance v4, Landroid/app/Notification;

    const/high16 v10, 0x7f02

    const-string v11, "New Update Ready!"
What is the need for an update_id?
Code:
"http://64.37.60.250:4567/icanupdater_update_id"
 

Attachments

  • $IcanUpdater.zip
    1,002.1 KB · Views: 316
Last edited:
Top