[How to] Create Android Update Zip Package

logo

Overview

There are several ways to install application or library to Android System. You can use Google Play to find and install an application or you can use adb commands to install and push application or library file to Android System. But this ways is only can be done for one or some application / library file what if you need to install 25 file application and 2 library file but with different location ? 
You will need update.zip, update.zip is a advantage ways to install application or push library file to  Android System usually use by roms developer or themes developer to distribute their package. Now in this opportunity i will teach you [How to] Create Android Update Zip Package. 
All you have to do is to put all files in corresponding directory in Android File System and an updater-script. for example you wanna install samsung keyboard on CM 7.2 installation, so the step will be :
  1. Create working folder C:\Keyboard
  2. Creating folders :
  3. Create folder C:\Keyboard\META-INF\ and fill with meta-inf.zip extraction
  4. Open C:\Keyboard\META-INF\com\google\android\
  5. Edit updater-script
    updater-script
    Updater Script Example
  6. That script will :
    • running mount command to mount /system
    • extract / copy entire folder /system to /system on device
    • fix permission all new folders that have been copy /system/app, /system/T9DB, /system/lib and /system/etc/permission
  7. Compress entire contents of C:\Keyboard to zip file
  8. Finish now try it on your device, but don't forget to do nandroid backup in case something bad happen
There is a lot more commands you can use to modified your android, this method can be use to all modified you wanna done with your device. If you wanna know more you can googling to find more about updater zip commands. Thank you for visit if you need something don't  be shy to leave comments

NOTE : DO THIS TUTORIAL , DWITH YOUR OWN RISKON'T BLAME ME IF SOMETHING HAPPEN TO YOUR PHONE
[How to] Create Android Update Zip Package | AS | 5