Android Addict
Android Enthusiast
I'm making a new theme for my phone and have an old update-script that doesn't seem to work because I need a newer updater-script. Does anybody have one that I could use or could anyone help me with making one?
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.
May i ask what did you use to make your theme .
You can try a app called Ninja Morph its pretty good you can change framework apps. This is located in the playstore and its a paid and lite version.
I'm making a new theme for my phone and have an old update-script that doesn't seem to work because I need a newer updater-script. Does anybody have one that I could use or could anyone help me with making one?
show_progress(0.500000, 0);
ui_print("::::::::::::::::::::::::::::::");
ui_print(":: ::");
ui_print(":: ::");
ui_print("::::::::::::::::::::::::::::::");
ui_print("");
ui_print("");
ui_print("Mounting /system");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
ui_print("");
ui_print("Extracting files to /system");
package_extract_dir("system", "/system");
ui_print("");
show_progress(0.200000, 0);
unmount("/system");
ui_print("::::::::::::::::::::::::::::::");
ui_print(":: ::");
ui_print(":: FINISHED ::");
ui_print(":: ::");
ui_print("::::::::::::::::::::::::::::::");
ui_print("");
ui_print("");