Fuzzy13
Extreme Android User
Someone give me the low down on the lingo used in the Updater Script.
I see that if I want to delete something I type
"delete_recursive("/data/dalvik-cache");
So say I want to delete android.policy.jar. Would it look like this?
delete_recursive("/system/android.policy.jar");
Do the periods go in there as well as the extension?
Also as far as the installing part and mounting part, do I "mount" before I Install? And Un-mount when at the end?
Feel free to throw more info in that I didn't inquire about, trying to understand fully how it works for different files and what not.
I see that if I want to delete something I type
"delete_recursive("/data/dalvik-cache");
So say I want to delete android.policy.jar. Would it look like this?
delete_recursive("/system/android.policy.jar");
Do the periods go in there as well as the extension?
Also as far as the installing part and mounting part, do I "mount" before I Install? And Un-mount when at the end?
Feel free to throw more info in that I didn't inquire about, trying to understand fully how it works for different files and what not.

