Wednesday, February 22, 2017
Update Zip Generator
https://forum.xda-developers.com/showthread.php?t=1221003
Everyone:
I've recently finished creation a program that will take an existing directory structure (i.e with /system and/or /data) in the root
directory and generate a signed update zip from it. Let me know if there
are any problems and I'll do my best to fix them in a day or so. Enjoy!
Features:
- Generates the META-INF folder structure and update-script if the META-INF folder isn't present. If it is present, you folder structure and scripts will not be overwritten
- Experiemental: Gives the option to run a script before copying the contents or /system or /data to your phone. I've tested this feature using a simple echo
script with no ill-effects, but still use it at your own risk. If you
want to verify the command to run a custom script is being written
correctly, you can check the source at: (line 18)
code.google.com/p/android-customization-autotool/source/browse/trunk/src/standalones/UpdateZipWizard/CreateUpdateZip.py - Generates a signed update zip (named whatever you want) containing your files (including the META-INF folder) that can be flashed in Clockwork
Download:
code.google.com/p/android-customization-autotool/downloads/list
Report an Issue/Make a feature request/suggestion:
code.google.com/p/android-customization-autotool/issues/entry
Subscribe to:
Posts (Atom)