-
Notifications
You must be signed in to change notification settings - Fork 7
How to modify
Open “fzip.sh” and carefully edit the following parameters.
- Do not touch anything else other than listed here unless you know what you are doing.
- If you are using an Android device, you should use a suitable script editor for making necessary modifications on “fzip.sh” (only tested using DroidEdit).
- If you are in windows, you should use “gedit” or “Notepad++” to edit the “fzip.sh”. Using a non-supported program like ‘notepad’ or “wordpad” likely results the damage of this script.
please-enter-without-space. If left as such, it will display "Flashing version PROJECT_VERSION"
please-enter-without-space. If left as such, it will display "Flashing PROJECT_NAME v. Please leave the above two as such, if you want to simply display "Flashing"
COPYRIGHT="" If left as such, it will display "(c)"
Please provide exact path to the boot partition of your device
Please provide the exact system/app folder name(s) (should be case sensitive). Please leave as such (APP1="") if you do not have a “folder” to be added to "system/app"
Please enter y (APP="y") if you want to add an app(s) directly to "/system/app/" (without a separate folder).
Please provide the exact system/priv-app folder name(s) (should be case sensitive). Please leave as such (PRIV_APP1="") if you do not have a “folder” to be added to "system/priv-app"
Please enter y (APP="y") if you want to add an app(s) directly to "/system/priv-app/" (without a separate folder).
Please enter y (LIBRARY="y") if you want to add ".so" file(s) to "/system/lib/"
Please enter y (FRAMEWORK="y") if you want to add ".jar" file(s) to "/system/framework/"
Please enter n (DEV_MSG="n") if you want to hide thanks message by the developer from your recovery zip.