Recent content by hrstoyanov

  1. H

    Post Remove FRP lock with fastboot?

    I think I flashed in the wrong HUAWEI recovery image - I used the latest stock rom for KIWI-L24, but my phone is KIWI-UL00. I would love to be able to put the right one in, but the FRP Lock issue is preventing me. I don't understand how can the phone be unlocked but have a FRP lock??? See the...
  2. H

    Post Remove FRP lock with fastboot?

    The problem is that the "dload/update.app on sdcard" method only works if the phone has stock recovery and I blew that one off. In order to flash in the stock recovery, i need the FRP lock removed, otherwise fastboot gives me the above errors . See my problem? the eRecovery seems more hopeful...
  3. H

    Post Remove FRP lock with fastboot?

    I saw the video, thanks. However, as you noticed in the video, not only phones boot ok, but when in fastboot mode, his phone reads: Phone Unlocked FRP Unlocked When FRP is unlocked you can do all sorts of things with fastboot. I am not that lucky :crying:
  4. H

    Post Remove FRP lock with fastboot?

    fastboot has very limited capabilities (I guess because of the FRP lock?) Some commands work, like this: ./fastboot oem get-bootinfo ... (bootloader) ******************************************* (bootloader) Bootloader Lock State: UNLOCKED (bootloader) Root State: ROOT (bootloader)...
  5. H

    Thread Remove FRP lock with fastboot?

    Hi all, As a result of some attempts to restore stock rom for KIWI-UL00. I ended up in a pretty bad state :(: 1. The phone reboots perpetually. 2. Putting a 64gb sd card with stock rom gets the recovery to 5% and then phone gets into the reboots cycle. I actually do not know if the...
  6. H

    Post Honor 5x FRP Locked (Stock Recovery, Cyanogen Mod 13)

    I am in a similar mess. I flashed the wrong build for my phone (KIW-UL00) and the FRP lock appeared (although the phone is rooted). At this point adb does not recognize the device and fastboot cannot flash in stock recovery: ./fastboot flash recovery...
  7. H

    Post Cannot format with fastboot my Honor 5x KIW-UL00

    I also looked at those, but they are all talking about a fully operational device. The most I can do with my phone is some limited FASTBOOT operations, like: ./fastboot oem get-bootinfo ... (bootloader)...
  8. H

    Post Cannot format with fastboot my Honor 5x KIW-UL00

    The reason I want to format/erase the partitions is because i cannot flash my phone anymore: ./fastboot flash system ~/Downloads/split_updata.pl/kiw_l24_a6.0.1_emui4.0_d003_US/SYSTEM.img target reported max download size of 266338304 bytes erasing 'system'... ERROR: usb_read failed with status...
  9. H

    Thread Cannot format with fastboot my Honor 5x KIW-UL00

    Hi, I have problem formatting partitions ➜ platform-tools ./fastboot erase system ******** Did you mean to fastboot format this ext4 partition? erasing 'system'... ERROR: usb_read failed with status e00002e8 FAILED (status read failed (Invalid argument)) finished. total time: 0.003s ➜...
  10. H

    Post TWRP killed my Honor 5X?

    Man, I told you I did all these things and rebooted several times after that. I did not use ADB for reboot, but is all the same - it does not work. TWRP is still dead a s a door nail. There has to something specific to my model, KIW-UL00 that breaks the process.
  11. H

    Post TWRP killed my Honor 5X?

    Thanks, but this is the old Android 5. If I install it, will I be able to install CM13 next, which is Android 6? The CM13 info says: "Note: Stock Marshmallow Rom Required In order to install CyanogenMod, your device must be on, or at one time been on, the Marshmallow stock rom". By the way, it...
  12. H

    Post TWRP killed my Honor 5X?

    ... but this is exactly what I did? And after rebooting nothing improves! ➜ platform-tools ./fastboot flash boot ~/Downloads/BOOT.img target reported max download size of 266338304 bytes sending 'boot' (44266 KB)... OKAY [ 1.393s] writing 'boot'... OKAY [...
  13. H

    Post TWRP killed my Honor 5X?

    ...Tried to follow your instructions, but no luck :confused: 1. I don't have TWRP backup. So, I downloaded the latest HUAWEI Honor 5x stock: (KIW-L24, Android 6.0.1,EMUI 4.0,C567D003,United States) 2. Extracted UPDATE.APP first, and then extracted boot.IMG from it. 3. Deployed the boot.img: ...
  14. H

    Post TWRP killed my Honor 5X?

    Guys, Thanks, I will keep trying with your recommendations, here is where I left yesterday: My issue is that TWRP does not recognize any touch event and I cannot swipe to unlock it and go to the menus. Not sure how it happened, but it used to work initially. Out of desperation, I downloaded...
  15. H

    Thread TWRP killed my Honor 5X?

    Hello everyone! I tried to install CM13 nightly on my brand new Honor 5X. Followed the process, installed TWRP 3.0.2 bootloader and then the CM13 and Google Apps zips. When I booted the phone I saw the blue face for CM, but the phone never booted and kept rebooting! I tried to launch in TRWP...