Batik Recovery is Project Recovery developed by Batik Recovery Teamwork from Indonesia, this Batik Recovery is a derivative of the Official TWRP that was modified by the developer in accordance with the Indonesian characteristics. In Indonesia, batik is a motif that is considered quite famous for the beauty of its art. Therefore, the developer gave the name Batik Recovery and a touch of batik motifs in the Recovery, including splash, background, and icon. The goal of the developer to release the project is to further popularize batik, and especially to popularize the name of Indonesia.
- Support Treble (Vendor) or Non Treble
- Support GSI, Android Pie
- Support Miui OTA
- Support F2fs
- Ramdisk Cleaner
- Enable / Disable HAL3
- App Delete
- Enable / Disable Navbar
- Del Subs Overlay
- Lazy Flasher
- Reset Password
- Aroma FM
- Root / Unroot Magisk
- Mount Magisk
~ Alpha-01 ~
- Initial Build
~ Alpha-02 ~
- Add Fitured
~ B v1.1 ~
- Upstreamed base TWRP 3.2.3-0
- Update Batik Theme v1.1
- Update Magisk 16.71
- Add Indonesia, Sunda Language
~ B 1.2 ~
- Overlay Reboot Menu
- Add some icon style
- Update Magisk 17.1
- Add Jowo Language
- Full Backup / Restore Partition
- Further ensure TWRP is not replaced by stock recovery
~ B 1.3 ~
- Add Square Style, Circle Style Icon
- Add Change Color Theme (Header & Navbar)
- Change Themes without Reboot
- Update Magisk 17.2
- Add Mount Magisk (Tools)
- Merge September Security Patch (android-8.1.0_r46)
~ S 1.4 ~ Changelog Xiaomi :
- Add Wipe Substratum on Page Wipe
- Add Automatic Disable DM-Verity
- Add OTA MIUI Support
- Update Magisk 17.3
- Update October Security Patch
Changelog Asus :
- Add Wipe Substratum on Page Wipe
- Update Kernel
- Update Magisk 17.3
- Fix Overlay on Menu Reboot
- Merge October Security Patch (android-8.1.0_r47)
~ S 1.4.1 ~
- Update Theme
- Add Regional language in Indonesia
- Add Russian, Malay, Turkish, Vietnamese, Portuguese, Japanese Language
~ S 1.4.2 ~
- Fix Bug Progress Bar
~ S 1.4.5 ~
- Update Februari Security Patch (android-8.1.0_r61)
- New Brand Logo
- New Splash with New Brand Logo
- Update Flashable Camera2API Compatible with Oreo/Pie
- Update DFE and DM-Verity in Source Batik
- Update Flashable Magisk Stable 18.1
- Add Tools : Adblock, MIUI OTA disabler and Asus Decrypt
~ S 1.5.0 ~
- Upstremed Base TWRP 3.3.1-0
- Remove MIUI OTA SUPPORT
- Update June Security Patch (android-8.1.0_r65)
- Whyred, kenzo, rolex, riva : Update Device Tree base android-9.0
- Whyred, kenzo, rolex, riva : Update July Security Patch (android-9.0_r45)
- Delete Mount Magisk, change Magisk Manager for Recovery
- Update Flashable Magisk Stable 19.3
- TEAMWIN RECOVERY PROJECT (BASE)
- OMNIROM
- REDWOLF RECOVERY PROJECT
- PITCHBLACK RECOVERY PROJECT
- DARK RECOVERY PROJECT
- ORANGEFOX RECOVERY PROJECT
If you feel satisfied with the results of my work, and support my project so that it can be more developed, please donate to the BRI account, with the account number 3112-01-019706-53-4 in the name of "Muhammad Rifa'i Aziz" or through paypal - http://paypal.me/zhantech
- Join on grup ZHAN Project Tester and Report - http://t.me/ZHANreport
- Follow My Instagram - https://www.instagram.com/zhantech
- Like My Facebook Fan Page - https://m.facebook.com/zhantech
To get started with OMNI sources to build TWRP, you'll need to get familiar with Git and Repo.
update all packages
sudo apt update && sudo apt upgrade -y
use a script for download all packages
cd ~ && sudo apt install git -y && git clone https://github.com/akhilnarang/scripts && cd scripts && sudo bash setup/android_build_env.sh && sudo bash setup/install_android_sdk.bash
Make Directory
mkdir <source-dir>
cd <source-dir>
(For Example : batik)
mkdir ~/batik
cd ~/batik
To initialize Batik Recovery local repository, use this command :
repo init -u git://github.com/BatikRecovery/br_manifest.git -b android-9.0
To initialize a shallow clone, which will save even more space, use a command like this:
repo init --depth=1 -u git://github.com/BatikRecovery/br_manifest.git -b android-9.0
Then to sync up :
repo sync
Ceck on https://github.com/BatikRecovery/br_devices for your device
Example :
git clone https://github.com/BatikRecovery/br_devices.git -b santoni device/xiaomi/santoni
cd <source-dir>
export ALLOW_MISSING_DEPENDENCIES=true
. build/envsetup.sh
Change Maintainer
export BR_MAINTAINER="your-name"
lunch omni_<device>-eng
mka recoveryimage
If it fails to compile
export LC_ALL=C