Skip to content

Unofficial TWRP for OP4B9B and CPH2001 devices (Work in progress)

Notifications You must be signed in to change notification settings

0xyz3n/twrp_oppo_OP4B9B_CPH2001

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial TWRP for Oppo A91 (CPH2021) running Android 11.
This recovery should work also on the Oppo F15 (CPH2001) as it's a rebranded A91.
IMPORTANT it appears that recovery does not work on the PCPM00 model.

For more informations consults the xda forum

Specifications

https://m.gsmarena.com/oppo_a91-10000.php

Working

  • ADB
  • MTP
  • External SD Card

Issues

  • Decryption
  • OTG (Not yet tested)

Installation

Since this phone has fastboot disabled it is necessary to use alternative tools. I recommend using MTKClient.
Just unzip the file and flash the TWRP to the recovery partition.


How to build

Use the minimal manifest twrp aosp 11 here
Clone this repository as it is the device tree. and use these commands:

source build/envsetup.sh
export ALLOW_MISSING_DEPENDENCIES=true
lunch twrp_OP4B9B-eng
export TW_DEVICE_VERSION
mka -j$(nproc --all) recoveryimage

About

Unofficial TWRP for OP4B9B and CPH2001 devices (Work in progress)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 100.0%