[MOD] Flashable ZIP template - ANY DEVICE

DesertHawk

Senior Member
Nov 19, 2012
4,402
5,179
113
Dubai, United Arab Emirates
Hi,

Here is a flashable ZIP template. This is just an empty zip file that you can put anything that you want and will write it to /system. This mod is good if you want to change SystemUI's or something. It will not contain a ROM. This is just adding APK's to ROM's, Frameworks, Libraries, Bootanimations or other things found in /system

GUIDE -

Want to personalize it a little? Here is a quick guide.

What you will need

- NotePad++


1 - Download Flashable ZIP template

2 - Extract it

3 - Go to META-INF/com/google/android/

4 - Right click on 'updater-script' and open with NotePad++

5 - You can only change code line of the text in red ''ui_print("blahblahblah");''

6 - Once editted the test in the UI print tags save it and close

7 - To add things to flash go to /system

8 - Add the file you want in its specific directory* e.g. - Applications go in /system/app and frameworks go in /system/framework and Boot Animations go in system/media

9 - Once done, select both META-INF and System Folder and right click and select 'send to > compressed zip folder

10 -You are all done!

Download -

http://d-h.st/E5n - Don't say thanks. Hit that button

You can use this without credits just giving something back to XDA :p

Press thanks if this helped. Will do other guides too


XDA:DevDB Information
Flashable ZIP template, a Tool/Utility for the Android General

Contributors
StarFighter

Version Information
Status: Stable
Current Stable Version: V1.0.5
Stable Release Date: 2014-02-06

Created 2014-02-06
Last Updated 2014-02-10
 

DeveDroid

Senior Member
Jan 14, 2014
431
886
93
So this is basically Ui_print design which we see in Recovery right?

:...::::⭐Recognized TDT™ member⭐:::...
....::◀Press Thanks if I helped▶:::...
 

DeveDroid

Senior Member
Jan 14, 2014
431
886
93
Yes. The text in UI print shows up in recovery

Sent from my LG-D802 using XDA Premium 4 mobile app
So it is designed? or is only a text? I mean is this for people who don't know how to create a updater_script? Or it is a designed updater_script for all of'em?

:...::::⭐Recognized TDT™ member⭐:::...
....::◀Press Thanks if I helped▶:::...
 

Geddd

Senior Member
Nov 5, 2013
234
19
18
there are five ui_print in script, is it ok to edit all of them? I'm just confused because some lines I think are related for writing something to the system. Sorry newb :)