Guest adeii Posted August 5, 2019 Report Posted August 5, 2019 (edited) This is mine newest TWRP build v.3.3.1.0 for LDN-LX2, LDN-L21, LDN-TL10 (and LDN-L29, LDN-L01, LDN-L03). Compatible with Huawei Y7 2018, Huawei Y7 Prime 2018, Huawei Y7 Pro 2018, Huawei Nova 2 Lite. (Should also work on Honor 7A and Honor 7C.) GitHub project Device tree (use working ramdisk 7z archive) Download TWRP 3.3.1.0 https://github.com/adeii/huawei_london_twrp/raw/omni-7.1/twrp3310LDN.img TWRP with data+internal_SD backup/wipe/format https://github.com/adeii/huawei_london_twrp/raw/omni-7.1/twrp3310LDNInternal.img NOTE: File-based decryption not works, you can not backup /data nor internal sd (/sdcard) yet, so fstab is changed to "encryptable" userdata partition. So you have to change /vendor/etc/recovery.fstab and qcom.fstab and format userdata (remain as f2fs) if you if want to backup data. Requirements: * UNLOCKED bootloader (no more free codes from Huawei, only paid online services) * Huawei USB driver, adb and fastboot tools. How to install: * Boot to bootloader mode (adb reboot-bootloader or turn off the phone and hold for few seconds POWER and VOLdown until white android screen) * Test connection with: fastboot device * Flash TWRP with: fastboot flash recovery_ramdisk twrp3310LDN.img * Reboot to system with: fastboot reboot * Reboot to recovery to test new one with: adb reboot recovery How to root: * Install latest Magisk Manager in system. * Reboot to TWRP and flash latest Magisk binaries OR patch backed up ramdisk.img with MM and flash it with TWRP or with: fastboot flash ramdisk patched_ramdisk.img Edited August 7, 2019 by adeii
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now