Skip to content

idabgsram/AndroidROM-UnpackRepack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Guzram Android ROM Unpack/Repack Tool

Welcome to Guzram Android ROM Unpack/Repack Tool! Version : 0.3.4b

This simple tool is made to unpack/repack Android ROM (8.1+) on linux :)

===================================================================

Requirements :

  • A Linux Machine
  • Make sure those package is installed in your machine :
p7zip-full python3 brotli

===================================================================

Usage :

$ ./ur.sh <unpack/repack> <target-zip/dir> <outname-dir/zip>
  • unpack/repack : -u for Unpack , -r for Repack
  • target-zip/dir : Target ZIP file/path for unpack, DIR Project name for Repack
  • outname-dir/zip : Custom Project DIR name for unpack, Output Custom ZIP name for repack
  • Supported ROM : Aonly ROM Type (META-INF+*.new.dat/.br)

Example of Usage :

  1. for Unpack :
$ ./ur.sh -u miui_LAVENDER_9.7.25_a70f3c63fa_9.0.zip miui
  • unpacked ZIP will be generated in out/miui
  1. for Repack :
$ ./ur.sh -r miui miui_LAVENDER_9.7.25_a70f3c63fa_9.0_repack.zip
  • repacked out/miui will generated in out/.zip

===================================================================

This tool might still have some issues, as it's still in beta stage.

Thanks to brotli, simg2img / img2simg, and sdat2img/img2sdat developer.

About

A tool to unpack/repack Android ROM (8.1+)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published