Search results

  1. M

    Post [GUIDE] [EMUI 9] Magisk Root Huawei P10 VTR-L09 for Android PIE

    This method no longer work on latest 9.1.0.252 since /system cannot be remounted as rw for some reason, but it is possible to use Magisk startup scripts to fix touch. Execute below commands via adb: su whoami #make sure its "root" not "shell"! echo "#!/system/bin/sh" >...
  2. M

    Post [GUIDE] [EMUI 9] Magisk Root Huawei P10 VTR-L09 for Android PIE

    Simply paste one command after another from my post. Make sure to type in su before typing rest of commands and also grant root permissions to ADB when Magisk ask about it.
  3. M

    Post [GUIDE] Manual Oreo update - v190219 - Pie upgrade now supported (Tut #4)

    Jannomag just updated Oreo to Pie my eMMC device using your script - worked like a charm! Thanks!
  4. M

    Post [GUIDE] [EMUI 9] Magisk Root Huawei P10 VTR-L09 for Android PIE

    Thank you! Works great on VTR-L29 (EMMC 5.1 version) 1) I've downloaded & installed latest Pie from https://pro-teammt.ru/online-firmware-database-ru/?firmware_model=VTR-L29C636&firmware_page=0 2) Unpacked update.zip and extracted RECOVERY_RAMDIS.img from UPDATE.APP using HuaweiUpdateExtractor...
  5. M

    Post [GUIDE] Manual Oreo update - v190219 - Pie upgrade now supported (Tut #4)

    Fabz1976 you can try to recover your device by turning it on with Vol- and power buttons pressed while phone is connected to PC via cable - it should start fastboot mode and let you flash TWRP. If TWRP will be installed then it should be possible to cancel upgrade ---------- Post added at 06:08...
  6. M

    Post [GUIDE] Manual Oreo update - v190219 - Pie upgrade now supported (Tut #4)

    Jannomag Full partition layout of eMMC version on Nougat can be found here: https://forum.xda-developers.com/showpost.php?p=73008866&postcount=155 I used this layout to upgrade From Nougat to Oreo using content of HWOTA script. Here is my description of needed steps for eMMC device...
  7. M

    Post [GUIDE] Manual Oreo update - v190219 - Pie upgrade now supported (Tut #4)

    Thanks Jannomag! If you update your script I can retest it on my device. I just did quick modification so I'm not sure if the change is "pretty" and can be included as is, but it worked.
  8. M

    Post [GUIDE] Manual Oreo update - v190219 - Pie upgrade now supported (Tut #4)

    Update script with added eMMC support: https://mega.nz/#!W3xzkCRC!kp672KbhbFIwbstkzDhNO4OcgSsWmQ_s-TefuaMdNvo
  9. M

    Post [GUIDE] Manual Oreo update - v190219 - Pie upgrade now supported (Tut #4)

    Ok, now I can see that update binary is a script, not a binary :) I'll try to update it to support both UFS and eMMC devices and sent it back to you when it's confirmed to work on my phone :)
  10. M

    Post [GUIDE] Manual Oreo update - v190219 - Pie upgrade now supported (Tut #4)

    oreoupdate on P10 eMMC Jannomag does oreoupdate also work on P10 with eMMC memory? I'm asking because HWOTA which I already did to update Android 7.0 -> 8.0 required me to do some manutal changes in update script - recovery paritions are different than in UFS devices (device name and partition...
  11. M

    Post [Guide] Mate 9 Flash Nougat Update Package and Rebrand

    Manual Update Huawei P10 eMMC HWOTA Hi! First of all I'd like to thank you very much for this thread and awesome work. I used content of your script to flash my Huawei P10 when no other way was working, but it doesn't work out of a box on eMMC device. I decided to post information needed for...