Recent content by shanman-2

  1. shanman-2

    Post Huawei y6 2017 Stock recovery

    https://www.dropbox.com/s/hrbp3qced9rpk17/recovery-sign.img?dl=0
  2. shanman-2

    Post Y6 2017 / MYA-L11 - USB debugging issue, please help.

    Have you tried SPflashtool?
  3. shanman-2

    Post [Q] How to completely remove Huawei eRecovery

    Not a good idea to delete erecovery partition it is a handy fallback if things go badly wrong! Anyway erecovery and recovery are two separate partitions, they do not interfere with each other! Try erasing recovery partition before flashing twrp like this fastboot erase recovery then fastboot...
  4. shanman-2

    Post Unofficial Twrp-3.2.1 for Huawei Y6 2017

    Can you try this version and report back.
  5. shanman-2

    Post 4.35 Gb of internal storage !

    The rest is taken by the system and other partitions. A thing buyers are not told when buying a device!
  6. shanman-2

    Post [DEV]How to compile TWRP touch recovery

    make_ext4fs Hi all, I am having problems with restoring the system partition with twrp 3.2.1-0 on my huawei y6 2017. When restoring it uses mke2fs to format the partition and all seems to go well until I reboot and it will not boot the os! If I use twrp 3.1.1 the restore uses make_ext4fs and...
  7. shanman-2

    Thread Unofficial Twrp-3.2.1 for Huawei Y6 2017

    Hi all, Here is latest version of Twrp for Huawei Y6 2017. Confirmed working on MYA-L11 but should work on MYA-L02_L03_L22_L23_L41 models also. Please let me know if not. unzip file and flash in bootloader mode fastboot flash recovery twrp-3.2.1-1.img or flash unpacked twrp-3.2.1-1.img...
  8. shanman-2

    Post Please help i cant restore

    Use this tut to set up for linux. You will just have to time plugging in the usb cable., I managed it so I know it can be done!
  9. shanman-2

    Post Please help i cant restore

    We all make mistakes. ;) You will be able to fix it with the spflashtool if you download the rom. Just have a look on here for an alternate device, I wouldn't know off hand which would be a good buy. Tip: Read, read and then read some more before attempting anything with your phone!
  10. shanman-2

    Post Please help i cant restore

    Where did you get those roms, I don't think they are for the y6 2017! Anyway try pressing and holding the volume up button when at warning screen until the phone turns off. It will come back on and go to erecovery after the warning screen. If that doesn't help then get SPFlashtool and stock rom...
  11. shanman-2

    Post Please help i cant restore

    Try resetting the phone by pressing up volume button when on warning screen to get to erecovery. Use the option to shut down phone. Then try starting the phone again after a minute or two. BTW what rom were you trying to install?
  12. shanman-2

    Post [DEV]How to compile TWRP touch recovery

    Hi all, I have compiled twrp 3.2.1-0 for my Huawei y6 MYA-L11. It boots and everything works fine, EXCEPT, adb and usb storage! The output of netstat in twrp terminal is attached. I have tried killing the abdb process on port 5037 but it just restarts immediately on the same port. It seems like...
  13. shanman-2

    Post [DEV]How to compile TWRP touch recovery

    Hi NepoRood, Sorry meant to do that, https://github.com/shanman-2/android_device_huawei_hwmya_L6737 NepoRood I've removed the two offending lines from Android.mk file in system/sepolicy sepolicy_build_files := security_classes \ initial_sids \...
  14. shanman-2

    Post [DEV]How to compile TWRP touch recovery

    Hi all, I'm getting this error while trying to compile twrp for Huawei y6- MYA-L11. (mtk6737t SoC) libsepol.avtab_write_item: policy version 29 does not support ioctl extendedpermissions rules and one was specified /home/ted/rom_build/android/system/out/host/linux-x86/bin/checkpolicy: error...