China phone TWRP root

 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 terminal
    Code:
    adb reboot bootloader
  • Then flash the twrp.img file by
    Code:
    fastboot flash boot twrp.img
  • Download vbmeta image from below.
  • Disable vbmeta boot verification by
    Code:
    fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
  • After flashing twrp type
    Code:
    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

Post a Comment

0 Comments