Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

How to modify

sp edited this page Oct 14, 2017 · 15 revisions

Open “fzip.sh” and carefully edit the following parameters.

Instructions

  1. Do not touch anything else other than listed here unless you know what you are doing.
  2. 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).
  3. 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.

Variables to be set manually

PROJECT_NAME=""

please-enter-without-space. If left as such, it will display "Flashing version PROJECT_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)"

BOOT_PARTITION="/dev/block/platform/msm_sdcc.1/by-name/boot"

Please provide exact path to the boot partition of your device

APP1=""

APP2=""

APP3=""

APP4=""

APP5=""

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"

APP=""

Please enter y (APP="y") if you want to add an app(s) directly to "/system/app/" (without a separate folder).

PRIV_APP1=""

PRIV_APP2=""

PRIV_APP3=""

PRIV_APP4=""

PRIV_APP5=""

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"

PRIV_APP=""

Please enter y (APP="y") if you want to add an app(s) directly to "/system/priv-app/" (without a separate folder).

LIBRARY=""

Please enter y (LIBRARY="y") if you want to add ".so" file(s) to "/system/lib/"

FRAMEWORK=""

Please enter y (FRAMEWORK="y") if you want to add ".jar" file(s) to "/system/framework/"

DEV_MSG=""

Please enter n (DEV_MSG="n") if you want to hide thanks message by the developer from your recovery zip.