Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

META-INF/com/google/android/update-binary source code? [closed]

In the update.zip of android update file update-binary executable files is present in the path META-INF/com/google/android/. The update.zip will be downloaded by the system and later update will be installed in the system. I need help in understanding the update-binary file and its uses. Can any body help me out with this as well as the corresponding source code? It will be good if any body share the source code link.

like image 900
Jeet Avatar asked Mar 25 '13 05:03

Jeet


1 Answers

This script language is called Edify and the update-binary code is here:

  • https://github.com/CyanogenMod/android_bootable_recovery/tree/jellybean/edify

More about it:

  • http://wiki.cyanogenmod.org/w/Doc:_About_Edify
like image 132
meiradarocha Avatar answered Dec 21 '22 15:12

meiradarocha