[Guide] [A5_UL] How to flash Stock Recovery / RUU / TWRP backup (Lollipop 5.0.2)

Search This thread

nukaru

Senior Member
Jan 16, 2016
95
48
Since I was having a hard time flashing these files the first time, here's a guide how it worked for me. :)

There’s no going back once you do this. All your data will be lost, so make sure you've got your own data backup and placed it somewhere safe!

First of all, if you need to flash the recovery too (eg. black screen in recovery, bootloop), make sure USB-Debugging is enabled on your device, all drivers are up-to-date (HTC Sync, Java and fastboot) and your bootloader is unlocked.
If it's still locked/relocked visit the HTC Developer Center and follow the guide to unlock your bootloader.

- Create a folder 'ADB' in disc drive C and copy all files into this folder, this way you can just copy/paste the commands.
ADB fastboot folder (just extract it to C:\ and you're good to go)
- Connect your device and PC using usb data cable.

Step 1
Flashing recovery (before relocking your bootloader)
- Download recovery.img
- Save it to C:\ADB folder
- Navigate to ADB folder and click on any free space while holding the shift Key
- Choose 'Open command window' here
- Once cmd is started use this command
Code:
fastboot devices
and check if your device is listed, then type
Code:
adb reboot fastboot
to reboot your device. It should start in fastboot mode.
If it's not, shut down your phone and restart using power + volume down buttons, pressed at the same time. Once Hboot starts just navigate (using volume up or volume down buttons on your device) to Fastboot and press the power button. Make sure FASTBOOT USB is display under your specs.
- Enter
Code:
fastboot flash recovery recovery.img
into the cmd window and press enter to flash your recovery.
- If it's successful go to step 2, if it's not try again. Most of the time, the first flashing process isn't successful.

Step 2
Relock Bootloader using Fastboot:
Now you need to relock the bootloader, otherwise the Stock RUU can't be installed.
- Copy command to the cmd window
Code:
fastboot oem lock
- Press enter
Your device should now be relocked.
8u532RK.jpg


Step 3.a
Flashing Stock RUU using fastboot commands
- Download 0P9CIMG.zip
- Place it in ADB folder
- now type the following command in the cmd window
Code:
fastboot flash zip 0P9CIMG.zip
- Wait for the flashing process to finish.

If that doesn't work go to the next step..

Step 3.b
Flashing Stock RUU using HBOOT
- Save 0P9CIMG.zip to the root folder of an sd-card (min. 2GB )
- Put sd-card into your device
- Start the device by pushing Power + Vol Down at the same time
- At this point, your device should pick the 0P9CIMG.zip you downloaded up and install it as an update.
- Wait till the flashing process is finished. (Might take some time ;) )
- remove sd-card from device once the flashing is finished, otherwise hboot will flash again once you enter hboot.

Now, you're back to Stock Android Lollipop 5.0.2 :)

At this point, you should really consider making your own backup.



If this fails and you're still unable to get back to Stock Android, follow the next guide:

Restore system using clean twrp Android 5.0.1 nandroid backup
Make sure your device battery is charged upto 80%.
Make sure your bootloader is unlocked and usb debugging is activated

- Download twrp for your device (HTC Desire 816 a5 )
- Follow the guide Fastboot Install Method (No Root Required) to flash custom recovery
- Download TWRP Nandroid backup
- Boot to bootloader (volume down + power), use volume buttons to navigate to Fastboot and then select recovery
- Once twrp is running, tab the Wipe button, followed by Advanced Wipe
- Select Dalvik Cache, System, Cache and Internal Storage
- Swipe to confirm, wait till it's finished
- Unzip A5_UL TWRP Nandroid 2016-01-25--03-37-20 UNROOTED.zip file to desktop

!!! IMPORTANT !!!
You will need to insert your device ID into the folder structure otherwise the folder won't be listed.
To get your device ID, start cmd in your adb folder and enter adb devices. The number/letter combination is your device id. (eg. SH45...)
Browse through the TWRP folder until you get to fastboot_getvar (bootloader) serialno folder and replace the text with your serialno.

- Move TWRP folder to sd-card
- Connect device to pc
- Insert sd-card into device
- Tab Restore button
- Choose nandroid backup folder
- Swipe on screen to confirm restore

After this you will have a functional factory reset device.
 
Last edited:

Kianush

Senior Member
Jan 4, 2014
707
101
@nukaru hey man, thanks for the guide, I have some questions:
-you have given ZIP file of the RUU, does it matter which model of D816 we flash it on?(I have dual sim with snapdragon processor)
-Im stuck at bootscreen so I cant go and enable USB debugging, what should I do?!
btw, I didnt do anything like rooting or unlocking BL, it just went to bootloop after update!
 

nukaru

Senior Member
Jan 16, 2016
95
48
This RUU is for the a5_ul, european single SIM version. It won't support dual SIM.

First of all, you need to find out more about your model. Please press volume up + volume down + power at the same time. And once the backlight is turned off, release volume up and hold power and volume down. You should then be starting in hboot. Please post the device info here.


Ps is your recovery still working? Or do you get a black screen?
 
  • Like
Reactions: rolling_rizla

Kianush

Senior Member
Jan 4, 2014
707
101
This RUU is for the a5_ul, european single SIM version. It won't support dual SIM.

First of all, you need to find out more about your model. Please press volume up + volume down + power at the same time. And once the backlight is turned off, release volume up and hold power and volume down. You should then be starting in hboot. Please post the device info here.


Ps is your recovery still working? Or do you get a black screen?

thanks for the reply, I have been struggling with the phone for the past several days, the battery was drained(I know it's bad) and now it wont turn on or charge!
dont know what to do with it
 

aselasanjeewab

Senior Member
Mar 4, 2015
96
6
Colombo
Successfully rstore the RUU thanks a lot

---------- Post added at 01:16 AM ---------- Previous post was at 12:46 AM ----------

:)
I have restore the stock using this guide thanks a lot :)
Since I was having a hard time flashing these files the first time, here's a guide how it worked for me. :)

There’s no going back once you do this. All your data will be lost, so make sure you've got your own data backup and placed it somewhere safe!

First of all, if you need to flash the recovery too (eg. black screen in recovery, bootloop), make sure USB-Debugging is enabled on your device, all drivers are up-to-date (HTC Sync, Java and fastboot) and your bootloader is unlocked.
If it's still locked/relocked visit the HTC Developer Center and follow the guide to unlock your bootloader.

- Create a folder 'ADB' in disc drive C and copy all files into this folder, this way you can just copy/paste the commands.
ADB fastboot folder (just extract it to C:\ and you're good to go)
- Connect your device and PC using usb data cable.

Step 1
Flashing recovery (before relocking your bootloader)
- Download recovery.img
- Save it to C:\ADB folder
- Navigate to ADB folder and click on any free space while holding the shift Key
- Choose 'Open command window' here
- Once cmd is started use this command
Code:
fastboot devices
and check if your device is listed, then type
Code:
adb reboot fastboot
to reboot your device. It should start in fastboot mode.
If it's not, shut down your phone and restart using power + volume down buttons, pressed at the same time. Once Hboot starts just navigate (using volume up or volume down buttons on your device) to Fastboot and press the power button. Make sure FASTBOOT USB is display under your specs.
- Enter
Code:
fastboot flash recovery recovery.img
into the cmd window and press enter to flash your recovery.
- If it's successful go to step 2, if it's not try again. Most of the time, the first flashing process isn't successful.

Step 2
Relock Bootloader using Fastboot:
Now you need to relock the bootloader, otherwise the Stock RUU can't be installed.
- Copy command to the cmd window
Code:
fastboot oem lock
- Press enter
Your device should now be relocked.
8u532RK.jpg


Step 3.a
Flashing Stock RUU using fastboot commands
- Download 0P9CIMG.zip
- Place it in ADB folder
- now type the following command in the cmd window
Code:
fastboot flash zip 0P9CIMG.zip
- Wait for the flashing process to finish.

If that doesn't work go to the next step..

Step 3.b
Flashing Stock RUU using HBOOT
- Save 0P9CIMG.zip to the root folder of an sd-card (min. 2GB )
- Put sd-card into your device
- Start the device by pushing Power + Vol Down at the same time
- At this point, your device should pick the 0P9CIMG.zip you downloaded up and install it as an update.
- Wait till the flashing process is finished. (Might take some time ;) )
- remove sd-card from device once the flashing is finished, otherwise hboot will flash again once you enter hboot.

Now, you're back to Stock Android Lollipop 5.0.2 :)

At this point, you should really consider making your own backup.



If this fails and you're still unable to get back to Stock Android, follow the next guide:

Restore system using clean twrp Android 5.0.1 nandroid backup
Make sure your device battery is charged upto 80%.
Make sure your bootloader is unlocked and usb debugging is activated

- Download twrp for your device (HTC Desire 816 a5 )
- Follow the guide Fastboot Install Method (No Root Required) to flash custom recovery
- Download TWRP Nandroid backup
- Boot to bootloader (volume down + power), use volume buttons to navigate to Fastboot and then select recovery
- Once twrp is running, tab the Wipe button, followed by Advanced Wipe
- Select Dalvik Cache, System, Cache and Internal Storage
- Swipe to confirm, wait till it's finished
- Unzip A5_UL TWRP Nandroid 2016-01-25--03-37-20 UNROOTED.zip file to desktop

!!! IMPORTANT !!!
You will need to insert your device ID into the folder structure otherwise the folder won't be listed.
To get your device ID, start cmd in your adb folder and enter adb devices. The number/letter combination is your device id. (eg. SH45...)
Browse through the TWRP folder until you get to fastboot_getvar (bootloader) serialno folder and replace the text with your serialno.

- Move TWRP folder to sd-card
- Connect device to pc
- Insert sd-card into device
- Tab Restore button
- Choose nandroid backup folder
- Swipe on screen to confirm restore

After this you will have a functional factory reset device.


---------- Post added at 01:39 AM ---------- Previous post was at 01:16 AM ----------

Updating to Android M Sense 7 thanks a lot again
 
Last edited:

Stransky

Senior Member
Mar 28, 2011
825
161
Newtownabbey
Xiaomi Mi 6
Xiaomi Pad 6
Hi
Thank you for the tutorial which is excellen.t. I have tried all 3 methods but am unable to install a Lollipop RUU or OPCIMG file.
Problem is that I have a HK_CHT CID 622 816 a5_ul version of the phone and any of the Firmwares I have tried are not compatible.
I am currently running SVHD 1.2.0 whic h is 4.4.2 Sense 6 custom Rom. I would like to be able to get Lollipop so that I can upgrade to MM in the future, either a Stok Version or custom.
Any help wold be greatly appreciated. I have no problem locking/unlocking.

Sent from my HTC Desire 816 using Tapatalk
 
Last edited:

nukaru

Senior Member
Jan 16, 2016
95
48
This RUU only supports european a5_ul versions. To upgrade you'll need to find the hk version RUU.
I'm at work right now, but once I get back home, I'll help you search for the right RUU.
In the meantime, could you please post your hboot data?
 
  • Like
Reactions: rolling_rizla

aselasanjeewab

Senior Member
Mar 4, 2015
96
6
Colombo
Since I was having a hard time flashing these files the first time, here's a guide how it worked for me. :)

There’s no going back once you do this. All your data will be lost, so make sure you've got your own data backup and placed it somewhere safe!

First of all, if you need to flash the recovery too (eg. black screen in recovery, bootloop), make sure USB-Debugging is enabled on your device, all drivers are up-to-date (HTC Sync, Java and fastboot) and your bootloader is unlocked.
If it's still locked/relocked visit the HTC Developer Center and follow the guide to unlock your bootloader.

- Create a folder 'ADB' in disc drive C and copy all files into this folder, this way you can just copy/paste the commands.
ADB fastboot folder (just extract it to C:\ and you're good to go)
- Connect your device and PC using usb data cable.

Step 1
Flashing recovery (before relocking your bootloader)
- Download recovery.img
- Save it to C:\ADB folder
- Navigate to ADB folder and click on any free space while holding the shift Key
- Choose 'Open command window' here
- Once cmd is started use this command
Code:
fastboot devices
and check if your device is listed, then type
Code:
adb reboot fastboot
to reboot your device. It should start in fastboot mode.
If it's not, shut down your phone and restart using power + volume down buttons, pressed at the same time. Once Hboot starts just navigate (using volume up or volume down buttons on your device) to Fastboot and press the power button. Make sure FASTBOOT USB is display under your specs.
- Enter
Code:
fastboot flash recovery recovery.img
into the cmd window and press enter to flash your recovery.
- If it's successful go to step 2, if it's not try again. Most of the time, the first flashing process isn't successful.

Step 2
Relock Bootloader using Fastboot:
Now you need to relock the bootloader, otherwise the Stock RUU can't be installed.
- Copy command to the cmd window
Code:
fastboot oem lock
- Press enter
Your device should now be relocked.
8u532RK.jpg


Step 3.a
Flashing Stock RUU using fastboot commands
- Download 0P9CIMG.zip
- Place it in ADB folder
- now type the following command in the cmd window
Code:
fastboot flash zip 0P9CIMG.zip
- Wait for the flashing process to finish.

If that doesn't work go to the next step..

Step 3.b
Flashing Stock RUU using HBOOT
- Save 0P9CIMG.zip to the root folder of an sd-card (min. 2GB )
- Put sd-card into your device
- Start the device by pushing Power + Vol Down at the same time
- At this point, your device should pick the 0P9CIMG.zip you downloaded up and install it as an update.
- Wait till the flashing process is finished. (Might take some time ;) )
- remove sd-card from device once the flashing is finished, otherwise hboot will flash again once you enter hboot.

Now, you're back to Stock Android Lollipop 5.0.2 :)

At this point, you should really consider making your own backup.



If this fails and you're still unable to get back to Stock Android, follow the next guide:

Restore system using clean twrp Android 5.0.1 nandroid backup
Make sure your device battery is charged upto 80%.
Make sure your bootloader is unlocked and usb debugging is activated

- Download twrp for your device (HTC Desire 816 a5 )
- Follow the guide Fastboot Install Method (No Root Required) to flash custom recovery
- Download TWRP Nandroid backup
- Boot to bootloader (volume down + power), use volume buttons to navigate to Fastboot and then select recovery
- Once twrp is running, tab the Wipe button, followed by Advanced Wipe
- Select Dalvik Cache, System, Cache and Internal Storage
- Swipe to confirm, wait till it's finished
- Unzip A5_UL TWRP Nandroid 2016-01-25--03-37-20 UNROOTED.zip file to desktop

!!! IMPORTANT !!!
You will need to insert your device ID into the folder structure otherwise the folder won't be listed.
To get your device ID, start cmd in your adb folder and enter adb devices. The number/letter combination is your device id. (eg. SH45...)
Browse through the TWRP folder until you get to fastboot_getvar (bootloader) serialno folder and replace the text with your serialno.

- Move TWRP folder to sd-card
- Connect device to pc
- Insert sd-card into device
- Tab Restore button
- Choose nandroid backup folder
- Swipe on screen to confirm restore

After this you will have a functional factory reset device.
Best Guide Ever
 

siddharthsatija

New member
Mar 21, 2016
1
0
htc desire 816

please help me out in unrooting my device and installing stock rom on it.
till now i have downloaded many ruu but every ruu is somehow corrupted. and i want to install android m update.
and the update wont install unless and intill i install stock rom on my phone.
i have and indian version of htc desire 816.
please help me out in finding the correct ruu and flash it.
any stock rom be it kitkat be it lollipop i just want my phone unrooted .
please reply asap because i had already wasted so much of time on it.
 

nukaru

Senior Member
Jan 16, 2016
95
48
Do you have dual sim?
Could you please post your getvar all log and bootloader screen?

To get your device info, you'll need to make sure all drivers are up-to-date.(HTC Sync, Java and ADB)
After installing,
- Navigate to ADB folder and click on any free space while holding the shift Key
- Choose 'Open command window here'
- Once cmd is started use this command
Code:
fastboot devices
and check if your device is listed, then type
Code:
fastboot getvar all
and copy/paste code here.
 
Last edited:
  • Like
Reactions: rolling_rizla

vinaymysore777

Senior Member
please help me out in unrooting my device and installing stock rom on it.
till now i have downloaded many ruu but every ruu is somehow corrupted. and i want to install android m update.
and the update wont install unless and intill i install stock rom on my phone.
i have and indian version of htc desire 816.
please help me out in finding the correct ruu and flash it.
any stock rom be it kitkat be it lollipop i just want my phone unrooted .
please reply asap because i had already wasted so much of time on it.

Hi Siddhartha

Marshmallow twrp Indian rom is available for restore ,just download the twrp back up and restore it

Mine is working fine I used twrp back up
 
  • Like
Reactions: imran_007

Piyush_kpr

New member
May 12, 2016
2
0
Hi!
need help tried either ways but not able to flash the stock rom, gives error.


sending 'zip'... (38480 KB) OKAY
sending time = 2.786 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
FAILnot allowed
FAILED (remote: not allowed)
Execution time is 7(s)
 
Last edited:

aselasanjeewab

Senior Member
Mar 4, 2015
96
6
Colombo
Hi I have used ur RUU and flash the system then I updated my phone in android M earlier later I flash custom ROM and I need to reflash in to stock and I when I try to update in android M update is not getting popup anymore any idea
 

PackerX

New member
Nov 24, 2014
4
0
This RUU is for the a5_ul, european single SIM version. It won't support dual SIM.

First of all, you need to find out more about your model. Please press volume up + volume down + power at the same time. And once the backlight is turned off, release volume up and hold power and volume down. You should then be starting in hboot. Please post the device info here.


Ps is your recovery still working? Or do you get a black screen?

hello....can i flash this to desire 816 a5_ul taiwan single sim version? thanks....
 

rolling_rizla

New member
Jun 20, 2015
3
0
New Taipei City
Huawei Nova 3
about this RUU

my HTC is S-off, unlocked, rooted, can I flash this RUU directly?
thanks in advance for any response!
I've flashed to [ROM][MM] Official MarshMallow for HTC Desire 816 | v1.0.0 | PreRooted (A5_ul)

Contributors
xXminiWHOOPERxX
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Lollipop Firmware , MarshMallow Firmware , TWRP 3.0.0-0
Based On: HTC

Version Information
Status: Stable
Current Stable Version: v1.0.0
Stable Release Date: 2016-02-26
 

shameedu.a

New member
Dec 24, 2016
1
0
Stuck at the 4rd step

I got stuck at the 4th step. If I reboot the system, it just hangs on the CyanogenMod Logo. Please throw some ideas :)

Step 1 - passed
Step 2 - passed
Step 3.a - failed
Step 3.b - failed (Error:update halted due to large file)
Step 4 - Failed ( Due to extractTarFork() process ended with Error : 255)
Unable to extract tar archive '/external_sd/TWRP/BACKUPS/SH46TWW04877/2016-01-25--03-37-20/data.ext4.win'
Error during restore process. extractTarFork() process ended with ERROR: 255)

I am sure the backup file is not corrupted.
Could anybody help me in this. Thanks.
 
Last edited:

konker

Senior Member
Jan 9, 2006
325
2
I bought a Virgin Mobile network unlocked HTC Desire 816 that's currently running Android 4.4.2. I want to upgrade to 5.0.2 but every time the phone reboots to the recovery mode, the screen stays black without any indicator and then the RUU bails with a connection error. Is this due to a corrupted recovery? Here's a screen shot of the bootloader screen. Please advice me what I should do to upgrade to 5.0.2. Thanks in advanced!
 

Attachments

  • IMG_20161221_230511.jpg
    IMG_20161221_230511.jpg
    262.6 KB · Views: 143

imran_007

New member
May 17, 2017
2
0
How to download RUU for Htc 816 A5_UL

i neeed Ruu for my mobile 816 a5_ul please if you guys have give me reply in coments i need it please help me

---------- Post added at 11:37 AM ---------- Previous post was at 11:34 AM ----------

Hi Siddhartha

Marshmallow twrp Indian rom is available for restore ,just download the twrp back up and restore it

Mine is working fine I used twrp back up

i need ruu for my htc 816 A5_UL link.. how i can download this ruu please help me
 

jwheaven24

New member
Sep 19, 2017
2
0
HTC Desire 816 single sim (816n) for europe (A5_UL) Please HELP

i downloaded the file 0P9CIMG.zip but file is corrupted :(:crying::crying:. Please need your HELP
 

Top Liked Posts

  • There are no posts matching your filters.
  • 8
    Since I was having a hard time flashing these files the first time, here's a guide how it worked for me. :)

    There’s no going back once you do this. All your data will be lost, so make sure you've got your own data backup and placed it somewhere safe!

    First of all, if you need to flash the recovery too (eg. black screen in recovery, bootloop), make sure USB-Debugging is enabled on your device, all drivers are up-to-date (HTC Sync, Java and fastboot) and your bootloader is unlocked.
    If it's still locked/relocked visit the HTC Developer Center and follow the guide to unlock your bootloader.

    - Create a folder 'ADB' in disc drive C and copy all files into this folder, this way you can just copy/paste the commands.
    ADB fastboot folder (just extract it to C:\ and you're good to go)
    - Connect your device and PC using usb data cable.

    Step 1
    Flashing recovery (before relocking your bootloader)
    - Download recovery.img
    - Save it to C:\ADB folder
    - Navigate to ADB folder and click on any free space while holding the shift Key
    - Choose 'Open command window' here
    - Once cmd is started use this command
    Code:
    fastboot devices
    and check if your device is listed, then type
    Code:
    adb reboot fastboot
    to reboot your device. It should start in fastboot mode.
    If it's not, shut down your phone and restart using power + volume down buttons, pressed at the same time. Once Hboot starts just navigate (using volume up or volume down buttons on your device) to Fastboot and press the power button. Make sure FASTBOOT USB is display under your specs.
    - Enter
    Code:
    fastboot flash recovery recovery.img
    into the cmd window and press enter to flash your recovery.
    - If it's successful go to step 2, if it's not try again. Most of the time, the first flashing process isn't successful.

    Step 2
    Relock Bootloader using Fastboot:
    Now you need to relock the bootloader, otherwise the Stock RUU can't be installed.
    - Copy command to the cmd window
    Code:
    fastboot oem lock
    - Press enter
    Your device should now be relocked.
    8u532RK.jpg


    Step 3.a
    Flashing Stock RUU using fastboot commands
    - Download 0P9CIMG.zip
    - Place it in ADB folder
    - now type the following command in the cmd window
    Code:
    fastboot flash zip 0P9CIMG.zip
    - Wait for the flashing process to finish.

    If that doesn't work go to the next step..

    Step 3.b
    Flashing Stock RUU using HBOOT
    - Save 0P9CIMG.zip to the root folder of an sd-card (min. 2GB )
    - Put sd-card into your device
    - Start the device by pushing Power + Vol Down at the same time
    - At this point, your device should pick the 0P9CIMG.zip you downloaded up and install it as an update.
    - Wait till the flashing process is finished. (Might take some time ;) )
    - remove sd-card from device once the flashing is finished, otherwise hboot will flash again once you enter hboot.

    Now, you're back to Stock Android Lollipop 5.0.2 :)

    At this point, you should really consider making your own backup.



    If this fails and you're still unable to get back to Stock Android, follow the next guide:

    Restore system using clean twrp Android 5.0.1 nandroid backup
    Make sure your device battery is charged upto 80%.
    Make sure your bootloader is unlocked and usb debugging is activated

    - Download twrp for your device (HTC Desire 816 a5 )
    - Follow the guide Fastboot Install Method (No Root Required) to flash custom recovery
    - Download TWRP Nandroid backup
    - Boot to bootloader (volume down + power), use volume buttons to navigate to Fastboot and then select recovery
    - Once twrp is running, tab the Wipe button, followed by Advanced Wipe
    - Select Dalvik Cache, System, Cache and Internal Storage
    - Swipe to confirm, wait till it's finished
    - Unzip A5_UL TWRP Nandroid 2016-01-25--03-37-20 UNROOTED.zip file to desktop

    !!! IMPORTANT !!!
    You will need to insert your device ID into the folder structure otherwise the folder won't be listed.
    To get your device ID, start cmd in your adb folder and enter adb devices. The number/letter combination is your device id. (eg. SH45...)
    Browse through the TWRP folder until you get to fastboot_getvar (bootloader) serialno folder and replace the text with your serialno.

    - Move TWRP folder to sd-card
    - Connect device to pc
    - Insert sd-card into device
    - Tab Restore button
    - Choose nandroid backup folder
    - Swipe on screen to confirm restore

    After this you will have a functional factory reset device.
    1
    This RUU is for the a5_ul, european single SIM version. It won't support dual SIM.

    First of all, you need to find out more about your model. Please press volume up + volume down + power at the same time. And once the backlight is turned off, release volume up and hold power and volume down. You should then be starting in hboot. Please post the device info here.


    Ps is your recovery still working? Or do you get a black screen?
    1
    This RUU only supports european a5_ul versions. To upgrade you'll need to find the hk version RUU.
    I'm at work right now, but once I get back home, I'll help you search for the right RUU.
    In the meantime, could you please post your hboot data?
    1
    Do you have dual sim?
    Could you please post your getvar all log and bootloader screen?

    To get your device info, you'll need to make sure all drivers are up-to-date.(HTC Sync, Java and ADB)
    After installing,
    - Navigate to ADB folder and click on any free space while holding the shift Key
    - Choose 'Open command window here'
    - Once cmd is started use this command
    Code:
    fastboot devices
    and check if your device is listed, then type
    Code:
    fastboot getvar all
    and copy/paste code here.
    1
    please help me out in unrooting my device and installing stock rom on it.
    till now i have downloaded many ruu but every ruu is somehow corrupted. and i want to install android m update.
    and the update wont install unless and intill i install stock rom on my phone.
    i have and indian version of htc desire 816.
    please help me out in finding the correct ruu and flash it.
    any stock rom be it kitkat be it lollipop i just want my phone unrooted .
    please reply asap because i had already wasted so much of time on it.

    Hi Siddhartha

    Marshmallow twrp Indian rom is available for restore ,just download the twrp back up and restore it

    Mine is working fine I used twrp back up