Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Little help??
Unzip the uot theme and place the apks inside this:
Installer.zip
SystemUI goes in the /system/app folder
The rest goes in the /system/framework folder
I keep trying to move all the apk files but I am always given and access denied. Is there a special way of moving the apk files maybe in root explorer or something like that??
It's easiest to do from a computer. I use 7zip. You just open the installer.zip as an archive and drag and drop the files from the uot.zip (that you unzipped) into it
a far as doing it on the phone itself goes, i don't have root explorer to test it. I use ES File Explorer.
To do it using es:
- Copy both goes to the same folder (for ease of access)
- Long press the uot.zip
- Press more
- Select Extract To
- Press ok
- Repeat for the installer.zip
You should now have two folders
One called installer, the other with the name of your uot.zip
- Copy the apks from the uot folder into the appropriate folders inside the installer folder
- Now, inside the installer folder, long press the META-INF folder. It should now have a check mark on the right hand side.
- Tap the system folder
(now both META-INF and system should be selected)
- Press more
- Select compress
- Choose a name for your zip
(NOTE: do NOT add .zip to the name or you will end up with name.zip.zip)
- Press ok
You now have successfully created a flashable zip of your theme

So you got it sorted then?![]()

I tried doing the steps exacly the way u wrote it. But for some reason it still gives me that error![]()

Here ya go:Here is the link. Also I left the compression the same when I try to create a zip it still didn't flash
got busy tonight.
https://www.dropbox.com/s/2y38xj435sdz1la/installer.zip
Here is the original zip I created. also I think you did amazing work on the cool blue theme. are you currently making any other themes?

Not until i get a new hard drive four the laptop
edit - i just looked and the problem is you selected the installer.zip folder and not the folders inside it.
Your zip:
Installer.zip
--installer.zip
----system
----framework
It should be:
installer.zip
--system
--framework

You need /system and META-INF in the zip.
the system folder will contain /app, /customize & /framework.
(if you unzip the zip i created you can look for yourself)
The settings folder contains a file that has all the settings you used in uot to make your theme. You can upload it to uot (kinda like a template) it's not needed for the theme to work.
The data folder contains the bootanimation.zip. (data/local/bootanimation.zip)
On this phone it needs to be in /system/customize/resource/
Also, it needs to be renamed to boost_bootanimation.zip
the installer.zip doesn't even mount /data so it won't flash anything to /data.

ui_print("Applying New Bootanimation");
run_program("/sbin/busybox", "mount", "/system");
delete("/system/customize/resource/boost_bootanimation.zip");
package_extract_dir("system", "/system/customize/resource/");
run_program("/sbin/busybox", "umount", "/system");
ui_print("New Bootanimation Installed");
show_progress(1.000000, 0);
ui_print("Mounting filesystems");
run_program("/sbin/busybox", "mount", "/system");
set_progress(0.100000);
ui_print("Extracting files");
package_extract_dir("system", "/system");
set_progress(0.300000);
ui_print("Setting permissions");
set_perm(0, 0, 0644, "/system/customize/resource/boost_bootanimation.zip");
set_progress(0.400000);
set_progress(0.500000);
set_progress(0.700000);
ui_print("Unmounting filesystems");
run_program("/sbin/busybox", "umount", "/system");
set_progress(0.900000);
set_progress(1.000000);
ui_print("****************************************");
ui_print("* Install Complete! *");
ui_print("****************************************");