Quantcast
Channel: xda-developers - Android Software and Hacking General [Developers Only]
Viewing all articles
Browse latest Browse all 3614

[APP] Calendar 4.0.3 Recovery Flashable Zip

$
0
0
Ei there, i had search a lot for a Calendar flashable zip to install it on my phone, didn't find it, so i create my own

This is my first flashable zip so any advice will be welcome

You can find the zip in the attached file
The Calendar Version is: 4.0.3-eng.brandon.20120324.170615

As i said this is my first Zip so...just take a look to what i've done, just to be sure

This is the folder:
META-INF (folder)
--- CERT.RSA (file)
--- CERT.SF (file)
--- MANIFEST.MF (file)
--- com (folder)
------ google (folder)
--------- android (folder)
------------ update-binary (file)
------------ update-script (file)
system (folder)
--- app (folder)
------ Calendar.apk (file)

Inside update-script:
Code:

show_progress(0.500000, 0);
ui_print("");
ui_print("********************************************");
ui_print("Installing Calendar APK Stock AOSP");
ui_print("********************************************");
ui_print("");
run_program("/sbin/busybox", "mount", "/system");
ui_print("Deleting calendar apk...");
delete("/system/app/Calendar.apk");
ui_print("");
ui_print("Installing new files...");
package_extract_dir("system", "/system");
ui_print("");
ui_print("********************************************");
ui_print("Install Completed");
ui_print("********************************************");
unmount("/system");

Everything correct?
I reused those from another zip:
CERT.RSA
CERT.SF
MANIFEST.MF
is that bad?


Viewing all articles
Browse latest Browse all 3614

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>