These are personal test builds of mine. In no way do I hold responsibility if it/you messes up your device. Proceed at your own risk.
Setup repo tool from here https://source.android.com/setup/develop#installing-repo
## Sync twrp-12.1 manifest:
repo init -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-12.1
<project name="rabilgic/twrp_device_oneplus_hotdogb" path="device/oneplus/hotdogb" remote="github" revision="Android-12.1" />
## Sync the sources with:
repo sync
## To build, execute these commands in order:
cd <source-dir>;. build/envsetup.sh; lunch twrp_hotdogb-eng; mka recoveryimage
- To temporarily boot it
fastboot boot out/target/product/hotdogb/recovery.img
- Since 7T has a dedicated recovery parition, you can flash the recovery with
fastboot flash recovery recovery.img
- Decryption (OOS12)
- Flashing rom&zips
- Backup/Restore
- Format Data
- Wipe
- ADB Sideload
- MTP
- OTG
- ADB
- Vibration
- ...
- darthjabba9 for clean original trees
- lossyx for original trees
- nebrassy for original trees
- mauronofrio for original trees.
- CaptainThrowback for original trees.
- OrangeFox team for amazing work.
- TWRP team and everyone involved for their amazing work.