Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
/ f-zip Public archive

F-zip: Universal recovery flashable zip generator for Linux & android

Notifications You must be signed in to change notification settings

SmartPack/f-zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F-zip: Universal recovery flashable zip generator for Linux & android

(c) sunilpaulmathew @ xda-developers.com

What is F-zip about?

"F-zip is a universal shell script designed to make recovery flashable zip files with a few simple steps“

For those it is helpful?

Fzip will be useful for anyone who has something (e.g. boot.img, apps, libs, bootanimation, framework etc.) to flash and do not want to do all the work to make a recovery zip manually

Where it works?

It will work on any Linux and Linux based operating systems including android. The Linux system might be native or within a virtual box or even the bash inside Windows 10.

How-to-use F-zip

  1. clone or download f-zip repo into your Linux PC or Android device.
  2. copy "boot.img", if any, into the "working" folder. Caution: Don’t forget to modify “fzip.sh” (line# 30), if your device is anything other than Samsung Galaxy S5 (kltexxx).
  3. copy the app folder(s) in to "/working/priv-app/" or/and "/working/app/". You may also copy the “.apk” file(s) directly to “/working/app/” or/and “/working/priv-app/” (without folder) if your app/ROM supports to do so.
  4. copy library (typically “.so”) file(s), if any, into “/working/lib/” (“/working/oreo/lib/” for Android Oreo and above).
  5. copy modules (typically “.ko”) file(s), if any, into “/working/modules/” (“/working/oreo/modules/” for Android Oreo and above).
  6. copy framework (typically “.jar”) file(s), if any, into “/working/framework/”.
  7. copy "framework-res.apk", if any, into “/working/framework/”.
  8. copy "bootanimation.zip" (only for aosp ROMs) file, if any, into “working” folder.
  9. copy "build.prop", if any, into “working” folder.
  10. copy "mixer_paths.xml", if any, into “working” (“/working/oreo/” for Android Oreo and above).
  11. modify fzip.sh accordingly (please read instructions).
  12. open terminal and cd to the root folder of f-zip.
  13. run ". fzip.sh" (in Linux) or “sh fzip.sh” (in Android).
  14. The recovery flashable zip file will be generated in the "output" folder.

About

F-zip: Universal recovery flashable zip generator for Linux & android

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages