A small tool for repacking the main partitions system, vendor, odm and product.
- In this project make_ext4fs has been replaced by e2fsdroid and mke2fs
Advantages over make_ext4fs - reduced sparse-image size
- This tool is only intended for Linux users
- Windows support is not provided
Full integration of the bc-tool (Android 9) in afck
preparation
- Install git
Code: Select all
sudo apt update
sudo apt install git
- clone afck-Project
Code: Select all
git clone https://github.com/anpaza/afck.git
- Install dependencies
Code: Select all
sudo apt install android-tools-fsutils
sudo apt install device-tree-compiler
- Android 10-Q support (experimental)
- added cleanup menu
- added mod-inspect
- added encrypted IMG support
- fixed negative partition size
- other bug fixes
- automatic detection of incompatibility sepolicy
(This function is indispensable when working with faulty custom ROMs, or combine/port two different ROMs)
how to install
- Download bc-tool-update-pie-q-02b
- Extract bc-tool to afck
Code: Select all
tar xvJf bc-tool-update-pie-q-02b.tar.xz -C ~/afck
- Download ingredients
Code: Select all
cd ~/afck/ingredients
./01-get-it-all
cd ..
(Read bc-tool/readme.md file for more information)
- List of available mod's
Code: Select all
make mod-help