China phone TWRP root
- Download TWRP image and stock boot image from below.
- Also place it to your sd card.
- Go to bootloader mode in your device by running this code in terminalCode:
adb reboot bootloader - Then flash the twrp.img file byCode:
fastboot flash boot twrp.img - Download vbmeta image from below.
- Disable vbmeta boot verification byCode:
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img - After flashing twrp typeCode:
fastboot reboot recovery - Now once you boot into recovery enter your screen lock pattern,pin or password(if you have any).
- Then go to Install>Select Storage>Micro SD card>Install Image>Select stock boot.img>Boot>Tick Flash to both slots>Swipe to confirm Flash
- Then back and select twrp.img>Select Install Recovery Ramdisk>Swipe to confirm Flash then reboot to system.
- Done. TWRP has been installed.
What's Working?
- Booting
- Touch
- Decryption
- Flashing zip
- Flashing img
- OTG
- Almost everything


0 Comments