Skip to content

midozalouk/oneplus7TWRP

Repository files navigation

Device Tree for OnePlus 7T aka Hotdogb for TWRP

Disclaimer

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:

Setup repo tool from here https://source.android.com/setup/develop#installing-repo

Compile:

## 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 test it:

- 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

Working

  • Decryption (OOS12)
  • Flashing rom&zips
  • Backup/Restore
  • Format Data
  • Wipe
  • ADB Sideload
  • MTP
  • OTG
  • ADB
  • Vibration

Not working.

  • ...

Kernel Source: precompiled stock kernel

Credits

  • 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.

About

My repository for oneplus7 TWRP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published