[RECOVERY][Unofficial] TWRP 3.2.1-0 [Notch Friendly] P20 Lite Edition

Search This thread

kilroystyx

Senior Member
Nov 1, 2011
1,142
435
Braga
[RECOVERY][Unofficial][TWRP 3.2.1-0][Notch Friendly] P20 Lite Edition

Don't use WIPE the data partition

HTML:
[/B]
 * Your warranty is now void.
 * I am not responsible for bricked devices.
 * ATTENTION: YOU are choosing to install this recovery at your own risk.
 * I do not take responsibility for any problems with your device.

Features:
- This recovery is based on the TWRP from Pretoriano80
- Notch-friendly; due to notch-design I re-positioned the clock, now it is visible all the time
- I added the possibility to do a full device backup, thanks to Sudeep Duhoon

Installation:
Code:
fastboot flash recovery_ramdisk TWRP_3.2.1-0_ANE-LX1_Full_01.img
fastboot reboot

*Note many devices will replace your custom recovery automatically during first boot.
To prevent this, after typing fastboot reboot, remove the USB cable and hold the Vol+ key and boot to TWRP.
Once TWRP is booted, TWRP will patch the stock ROM to prevent the stock ROM from replacing TWRP.
If you don't follow this step, you will have to repeat the install.

Note: No sources available due to minor changes on the Pretoriano80's TWRP

Special Thanks:
@Pretoriano80
@zxz0O0
@Sudeep Duhoon
@persona78
+TeamWin
+OpenKirin

Version Information:
Status: Under testing

Created: 2018-06-06
Last Updated:

Download link:
TWRP_3.2.1-0_ANE-LX1_Full_01.img
 

Attachments

  • 1.png
    1.png
    93.4 KB · Views: 8,328
  • 2.png
    2.png
    118.2 KB · Views: 8,324
  • 3.png
    3.png
    103.6 KB · Views: 8,112
  • 4.png
    4.png
    112.4 KB · Views: 6,918
  • 5.png
    5.png
    149.1 KB · Views: 6,525
  • 6.png
    6.png
    159.1 KB · Views: 6,330
  • 7.png
    7.png
    85 KB · Views: 5,776
  • 8.png
    8.png
    104.4 KB · Views: 5,427
  • 9.png
    9.png
    135.1 KB · Views: 5,176
  • 10.png
    10.png
    76.8 KB · Views: 5,242
Last edited:

lamsen

New member
Feb 19, 2016
4
1
hey,

this crashes for me. it boots fine into twrp then, after 2-3secs it randomly reboots without me doing anything.... any help?
 

kilroystyx

Senior Member
Nov 1, 2011
1,142
435
Braga
Today I received an official full OTA update on my p20 lite.
Will the install of this update break the TWRP and/or root?
As mchtt explained, you need reflash at least stock recovery, but in my case was not enough, my system, cust, odm and ramdisk were changed and it fails every attempt.
So, I flashed B126 with HuRUpdater and then I got a clean ROM, then the official B136 FullOTA was installed without issues.
 

Attachments

  • FullOTA-B136.jpg
    FullOTA-B136.jpg
    160.9 KB · Views: 677

Luhann

New member
Jun 17, 2018
4
0
Can you please tell me where you found the stock recovery for your phone coz i have the same problem.

Using ANE-LX2C185
 

Top Liked Posts

  • There are no posts matching your filters.
  • 14
    [RECOVERY][Unofficial][TWRP 3.2.1-0][Notch Friendly] P20 Lite Edition

    Don't use WIPE the data partition

    HTML:
    [/B]
     * Your warranty is now void.
     * I am not responsible for bricked devices.
     * ATTENTION: YOU are choosing to install this recovery at your own risk.
     * I do not take responsibility for any problems with your device.

    Features:
    - This recovery is based on the TWRP from Pretoriano80
    - Notch-friendly; due to notch-design I re-positioned the clock, now it is visible all the time
    - I added the possibility to do a full device backup, thanks to Sudeep Duhoon

    Installation:
    Code:
    fastboot flash recovery_ramdisk TWRP_3.2.1-0_ANE-LX1_Full_01.img
    fastboot reboot
    
    *Note many devices will replace your custom recovery automatically during first boot.
    To prevent this, after typing fastboot reboot, remove the USB cable and hold the Vol+ key and boot to TWRP.
    Once TWRP is booted, TWRP will patch the stock ROM to prevent the stock ROM from replacing TWRP.
    If you don't follow this step, you will have to repeat the install.

    Note: No sources available due to minor changes on the Pretoriano80's TWRP

    Special Thanks:
    @Pretoriano80
    @zxz0O0
    @Sudeep Duhoon
    @persona78
    +TeamWin
    +OpenKirin

    Version Information:
    Status: Under testing

    Created: 2018-06-06
    Last Updated:

    Download link:
    TWRP_3.2.1-0_ANE-LX1_Full_01.img
    4
    If your firmware is EMUI9.1, then can u pls describe the exact steps how did you make Magisk working on it?


    At first, follow the steps from Magisk Install:
    1) Download a current FullOTA Firmware
    2) deflate UPDATE.APP
    3) Extract RECOVERY_RAMDIS.img (Using Huawei Image Extractor)
    4a) Install Magsik-App
    adb install MagiskManager-v7.3.2.apk
    4b) Push Recovery to device
    adb push RECOVERY_RAMDIS.img /sdcard/Download
    4c) Let Magisk patch Recovery (Start MagisManager on device Install → Install → Select and Patch a File)
    4d) Pull patched recovery from device
    adb pull /sdcard/Download/magisk_patched.img
    5) Restart device with VOL- and Power, Install this image to RECOVERY_RAMDISK
    fastboot flash recovery_ramdisk recovery_ramdisk_patched.img
    6) Now you can either do fastboot reboot, pull out the cord and push volup+power or do it slowly:
    fastboot reboot
    adb reboot recovery
    7) Start Magsik, push install to set up some necesarry stuff reboot

    Take care: you'll always have to reboot using recovery
    From Magsik-Doc in GitHub:
    In summary, after installing Magisk:

    (Powering up normally) → (System with NO Magisk)
    (OEM Recovery Key Combo) → (Splash screen) → (Release all buttons) → (System with Magisk)
    (OEM Recovery Key Combo) → (Splash screen) → (Keep pressing volume up) → (Actual recovery)


    Some thinks I've noticed:
    First of all, I was not able to enter the recovery (but this may be concerned as I almost always have connect the usb for now)
    Taht's the reason, I was not able to reset/wipe the device (as eRecovery uses the normal recovery to wipe the device).
    Don't panic: just reflash the original RECOVERY_RAMDIS.img and do everyhting nesessary.

    Good luck,
    Peter
    2
    Will this recovery and future custom ROMs be compatible with ane-lx3?
    This recovery should be compatible with ANE-LX3.
    I don't have an answer in short term if this recovery will be compatible with custom ROMs but I'm work on it.
    2
    Hi, is it possible to install this recovery in a completely stock unit without USB debugging enabled? Thanks!
    Hi, USB debugging has nothing to do with this process, to flash TWRP the bootloader must be unlocked.
    2
    You root emui 9 by downloading magisk apk, installing it.
    Using Huawei extractor to removed your ramdisk_recovery.img. from the firmware. using magisk apk to patch it.
    Then booting to fastboot and flashing in the recovery_ramdisk. You will have to boot into recovery to access magisk.

    Read the magisk documentation in the magisk GitHub. You don't need twrp recovery to install it.

    https://topjohnwu.github.io/Magisk/install.html#emui-9-or-higher