[RECOVERY] [Y560-L01] CWM-Based Recovery 6.0.5.1 for Huawei Y5

Search This thread

Nikiz

Senior Member
Feb 14, 2014
221
74
27
Kauhajoki
Code:
#include 
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/

Note: Not tested with encrypted data! Backups also corrupt sometimes. I have no idea why. Also happens on CWM.

Downloads:
* Raw image
* Stock recovery

Booting to the recovery:
* Turn the phone off.
* Hold <Vol Up> + <Power> for about 5 seconds. (You have to hold them or it will just boot up normally..)

Installation:
* Install adb and fastboot on your PC.
* Download the image.
* Reboot your phone to the fastboot-mode. ("adb reboot bootloader" or from the recovery)
* Type "fastboot erase cache" to format the cache partition. It can cause some problems, if it isn't erased.
* Type "fastboot boot recovery.img" to test if it works.
* Type "fastboot flash recovery recovery.img" to actually flash it.
* Type "fastboot reboot" to exit the fastboot-mode.

Unlocking the bootloader:
* Note: Unlocking the bootloader WILL format your data!
* Go to Settings -> Developer options and enable "OEM unlocking".
* Reboot your phone to the fastboot-mode. ("adb reboot bootloader" or from the recovery)
* Type "fastboot oem unlock".
* If it doesn't work, try "fastboot oem unlock-go".

Screenshot:
attachment.php


Changelog:
Code:
02/January/2016:
 * Initial release.

Bugs:
Corrupted backups:
Sometimes backups get corrupted for some reason.​

If you find any bugs, please report them to this thread.

Sources:
* Device tree
* Kernel

XDA:DevDB Information
[RECOVERY] [Y560-L01] CWM-Based Recovery 6.0.5.1 for Huawei Y5, Tool/Utility for all devices (see above for details)

Contributors
Nikiz
Source Code: https://github.com/TheNikiz/android_device_huawei_y560/tree/cwm


Version Information
Status: Testing

Created 2016-01-02
Last Updated 2016-01-02
 

Attachments

  • cwm.png
    cwm.png
    207.6 KB · Views: 8,885
Last edited:

far17x

New member
Feb 2, 2016
1
0
Thanks , worked for huawei y560 (L02 and L03 models) ?:confused::confused:
 
Last edited:

porcha18

Senior Member
Dec 20, 2015
76
76
Hello Nikiz
I am Developer basic.
I have Huawei y6,
i will compile TWRP.
Good work
 

twanajester23

New member
Mar 28, 2013
1
0
How do I get into fast boot?

Code:
#include 
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/

Note: Not tested with encrypted data! Backups also corrupt sometimes. I have no idea why. Also happens on CWM.

Downloads:
* Raw image
* Stock recovery

Booting to the recovery:
* Turn the phone off.
* Hold <Vol Up> + <Power> for about 5 seconds. (You have to hold them or it will just boot up normally..)

Installation:
* Install adb and fastboot on your PC.
* Download the image.
* Reboot your phone to the fastboot-mode. ("adb reboot bootloader" or from the recovery)
* Type "fastboot erase cache" to format the cache partition. It can cause some problems, if it isn't erased.
* Type "fastboot boot recovery.img" to test if it works.
* Type "fastboot flash recovery recovery.img" to actually flash it.
* Type "fastboot reboot" to exit the fastboot-mode.

Unlocking the bootloader:
* Note: Unlocking the bootloader WILL format your data!
* Go to Settings -> Developer options and enable "OEM unlocking".
* Reboot your phone to the fastboot-mode. ("adb reboot bootloader" or from the recovery)
* Type "fastboot oem unlock".
* If it doesn't work, try "fastboot oem unlock-go".

Screenshot:
attachment.php


Changelog:
Code:
02/January/2016:
 * Initial release.

Bugs:
Corrupted backups:
Sometimes backups get corrupted for some reason.​

If you find any bugs, please report them to this thread.

Sources:
* Device tree
* Kernel

XDA:DevDB Information
[RECOVERY] [Y560-L01] CWM-Based Recovery 6.0.5.1 for Huawei Y5, Tool/Utility for all devices (see above for details)

Contributors
Nikiz
Source Code: https://github.com/TheNikiz/android_device_huawei_y560/tree/cwm


Version Information
Status: Testing

Created 2016-01-02
Last Updated 2016-01-02

Hi,

I tried the command "adb reboot bootloader" in the command prompt with admin rights. I get the following message back: "error: closed".
My device appears as a host under the list of devices attached. The only thing I can start on my phone is the oem recovery. Then I select Apply update from ADB.

Grtz
 

Nikiz

Senior Member
Feb 14, 2014
221
74
27
Kauhajoki
Hi,

I tried the command "adb reboot bootloader" in the command prompt with admin rights. I get the following message back: "error: closed".
My device appears as a host under the list of devices attached. The only thing I can start on my phone is the oem recovery. Then I select Apply update from ADB.

Grtz

Not sure why it doesn't work. Have you updated the device to the latest firmware? Maybe Huawei changed something..
Try to go to Settings -> Developer options and check "OEM unlocking" and try again.
 
  • Like
Reactions: twanajester23

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    Code:
    #include 
    /*
    * Your warranty is now void.
    *
    * I am not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed. Please
    * do some research if you have any concerns about features included in this ROM
    * before flashing it! YOU are choosing to make these modifications, and if
    * you point the finger at me for messing up your device, I will laugh at you.
    */

    Note: Not tested with encrypted data! Backups also corrupt sometimes. I have no idea why. Also happens on CWM.

    Downloads:
    * Raw image
    * Stock recovery

    Booting to the recovery:
    * Turn the phone off.
    * Hold <Vol Up> + <Power> for about 5 seconds. (You have to hold them or it will just boot up normally..)

    Installation:
    * Install adb and fastboot on your PC.
    * Download the image.
    * Reboot your phone to the fastboot-mode. ("adb reboot bootloader" or from the recovery)
    * Type "fastboot erase cache" to format the cache partition. It can cause some problems, if it isn't erased.
    * Type "fastboot boot recovery.img" to test if it works.
    * Type "fastboot flash recovery recovery.img" to actually flash it.
    * Type "fastboot reboot" to exit the fastboot-mode.

    Unlocking the bootloader:
    * Note: Unlocking the bootloader WILL format your data!
    * Go to Settings -> Developer options and enable "OEM unlocking".
    * Reboot your phone to the fastboot-mode. ("adb reboot bootloader" or from the recovery)
    * Type "fastboot oem unlock".
    * If it doesn't work, try "fastboot oem unlock-go".

    Screenshot:
    attachment.php


    Changelog:
    Code:
    02/January/2016:
     * Initial release.

    Bugs:
    Corrupted backups:
    Sometimes backups get corrupted for some reason.​

    If you find any bugs, please report them to this thread.

    Sources:
    * Device tree
    * Kernel

    XDA:DevDB Information
    [RECOVERY] [Y560-L01] CWM-Based Recovery 6.0.5.1 for Huawei Y5, Tool/Utility for all devices (see above for details)

    Contributors
    Nikiz
    Source Code: https://github.com/TheNikiz/android_device_huawei_y560/tree/cwm


    Version Information
    Status: Testing

    Created 2016-01-02
    Last Updated 2016-01-02
    1
    Hi,

    I tried the command "adb reboot bootloader" in the command prompt with admin rights. I get the following message back: "error: closed".
    My device appears as a host under the list of devices attached. The only thing I can start on my phone is the oem recovery. Then I select Apply update from ADB.

    Grtz

    Not sure why it doesn't work. Have you updated the device to the latest firmware? Maybe Huawei changed something..
    Try to go to Settings -> Developer options and check "OEM unlocking" and try again.