[Q] Desire 816 stock - Desire 816 Q&A, Help & Troubleshooting

Hi guys I'm writing from Italy. I have htc desire 816 with custom recovery and the bootloader unlocked .. now I want to go back to the original settings to update with original firmware .. what should I do?

jettino92 said:
Hi guys I'm writing from Italy. I have htc desire 816 with custom recovery and the bootloader unlocked .. now I want to go back to the original settings to update with original firmware .. what should I do?
Click to expand...
Click to collapse
From the update that gets downloaded in the download folder, copy it onto your local computer as soon as it gets downloaded and before installation and gets fail (as otherwise the file gets disappear/gets deleted) and extract the recovery.img from the framework folder of the zip file and fastboot it to your htc. There are many tutorials on how to fastboot an img in htc device. Once you have done it, restart the mobile and then try downloading the system update. It should work.
Hit thanks if it works.

vbrsekhar said:
From the update that gets downloaded in the download folder, copy it onto your local computer as soon as it gets downloaded and before installation and gets fail (as otherwise the file gets disappear/gets deleted) and extract the recovery.img from the framework folder of the zip file and fastboot it to your htc. There are many tutorials on how to fastboot an img in htc device. Once you have done it, restart the mobile and then try downloading the system update. It should work.
Hit thanks if it works.
Click to expand...
Click to collapse
Thank you very much. the update works now!!

Related

[Guide] Return stock without latest RUU

Who should read this post?
You have updated your One X to a newer version via OTA, then you want to restore the software/ return stock but the latest RUU is not available. (boot to fastboot mode and type the following command "fastboot getvar version-main", This is the true version of your phone!)
You have some basic skills to flash things using "fastboot"
Those who want to back to stock and wait for the JB OTA.
Those with ICS hboot should works without any problem, someone had test it on JB hboot and works(updated in step 6, 7). but we need more testers.
The concept behind.
1. Fool the RUU to make it believe that it is flashing the latest ROM, but actually, we are flashing an older version.
2. after that, boot up the phone with older version of software, then OTA and update the phone to latest software.
How to do that?
0. backup all your stuff including those in SD, all your stuff in your phone will be lost. Then wipe all data (including SD) using your custom recovery. (important! Otherwise, you may not be able to receive OTA).
1. You have to download a "custom RUU" that can be found here.
http://db.tt/z8ajRTuH
Feel free to give a thanks to billd2439, he provide this working link to download the custom RUU.
Just go to #115 http://forum.xda-developers.com/showthread.php?p=35139501#post35139501 and give him a thanks
2. Download the ROM file, it should be in zip format. (You can also extract the rom file by running a RUU, just run the RUU, don't click anything and search the computer for "rom.zip") (In my case, I have an older version 1.29.708.15 rom extracted from RUU)
you may want to find RUU here http://www.htcruu.com
3. unzip the customRUU.zip to a folder, e.g. "customRUU"
4. unzip and extract "android-info.txt", "boot_signed.img" and "system.img" to a folder
5. open android-info.txt with "notepad" (notepad++ is highly recommended)
6. type the following command to get the information from your phone.
fastboot getvar all
you should pay attention to the following information
modelid:
cidnum:
mainver:
hbootpreupdate:
7. edit the value of "modelid", "cidnum", "mainver" and "hbootpreupdate" to match the information you get from step 6.
by doing this your will try to fool the RUU to belive that you are going to flash a newer version e.g (I have OTA my phone to 2.17.708.7, but now I want to fool the RUU with this old rom with a version number of 1.29.708.15, so I change the value to 2.17.708.7 )
Thanks ahmedaljaf for telling me to modify hbootpreupdate to makes JB downgrade works
8. save the file.
9. zip "android-info.txt", "boot_signed.img" and "system.img" and rename the zip to "rom.zip". (remember only zip the files, not the whole folder!)
10. place the "rom.zip" you just created to the "customRUU" folder
11. make sure your phone is still "unlock", remember to turn on USB Debugging, unplug the USB cable and reboot your phone, then goto fastboot mode and connect the USB cable.
(important, do the above to avoid error messages in RUU)
12. run the file "ARUWizard.exe" inside the folder "customRUU" (see the Attached Readme_Eng.pdf if the customRUU cannot display in correct language)
You can change the customRUU to English version by just delete or rename the language file "ARUWizard_Eng.lng" (Thanks ahmedaljaf for telling me this :good
13. follow the on screen instruction,
14. your phone should reboot and boot up with and old version of software.
15. restart the phone and go to fastboot mode.
16. extract the "recovery_signed.img" from your old "rom.zip" (not the rom.zip you create! ) and place it to some where.
17. flash the recovery by typing the following command "fastboot flash recovery recover_signed.img"
18. relock the phone
19. boot up the phone and try OTA
18. if the OTA download finish but fail to reboot to recovery update automatically, just manually boot to recovery and the update will be ok.
If you can return stock with this method, please reply and list the version here. And you can give me a "thanks" :good:
I wonder, if you put in the "rom.zip" the "hboot_0.95.0000.img" from an older RUU will you be able to downgrade the 1.28 hboot also?
There's NO way to downgrade hboot unless you have s-off.
Sent from my HTC One X using xda premium
ionut.micu said:
I wonder, if you put in the "rom.zip" the "hboot_0.95.0000.img" from an older RUU will you be able to downgrade the 1.28 hboot also?
Click to expand...
Click to collapse
They are somebody on chinese forum who use this method claimed he was able to do hboot downgrade through this method, but no one seem suceed so for.
Well, technically this method able to get you spoof ROM version because it check on your PC. While for hboot it validate the signature and version on the phone before upgrading itself. You can see the process if you push the firmware yourself via fastboot.
HebeGuess said:
They are somebody on chinese forum who use this method claimed he was able to do hboot downgrade through this method, but no one seem suceed so for.
Well, technically this method able to get you spoof ROM version because it check on your PC. While for hboot it validate the signature and version on the phone before upgrading itself. You can see the process if you push the firmware yourself via fastboot.
Click to expand...
Click to collapse
What if we hex edit the 0.95.0000 before we put it into the rom.zip to make it think that it's a newer version, will that brake the signature?
Sorry but I don't have the guts to try it myself
a good link
hokoonho said:
Who should read this post?
You have updated your One X to a newer version via OTA, then you want to restore the software/ return stock but the latest RUU is not available.
You have some basic skills to flash things using "fastboot"
Those who want to back to stock and wait for the JB OTA.
The concept behind.
1. Fool the RUU to make it believe that it is flashing the latest ROM, but actually, we are flashing an older version.
2. after that, boot up the phone with older version of software, then OTA and update the phone to latest software.
How to do that?
0. backup all your stuff including those in SD, all your stuff in your phone will be lost.
1. You have to download a "custom RUU" that can be found here (you can also found a rom that for One X for HK only).
http://pan.baidu.com/share/link?shareid=64762&uk=1042525484
If your phone is from other region, you may want to find the rom or RUU here http://www.htcruu.com
2. Download the ROM file, it should be in zip format. (You can also extract the rom file by running a RUU, just run the RUU, don't click anything and search the computer for "rom.zip") (In my case, I have an older version 1.29.708.15 rom extracted from RUU)
3. unzip the customRUU.zip to a folder, e.g. "customRUU"
4. unzip and extract "android-info.txt", "boot_signed.img" and "system.img" to a folder
5. open android-info.txt with "notepad" (notepad++ is highly recommended)
6. edit the value of"cidnum" to match your phone, e.g. ("HTC__622" for HK, "HTC__621" for Taiwan)
7. edit the value of "mainver" to the current software version your phone. e.g (I have OTA my phone to 2.17.708.7, but now I want to fool the RUU with this old rom with a version number of 1.29.708.15, so I change the value to 2.17.708.7 )
8. save the file.
9. zip "android-info.txt", "boot_signed.img" and "system.img" and rename the zip to "rom.zip". (remember only zip the files, not the whole folder!)
10. place the "rom.zip" you just created to the "customRUU" folder
11. make sure your phone is still "unlock"
12. run the file "ARUWizard.exe" inside the folder "customRUU"
13. follow the on screen instruction,
14. your phone should reboot and boot with and old version of software.
15. restart the phone and go to fastboot mode.
16. extract the "recovery_signed.img" from your old "rom.zip" (not the rom.zip you create! ) and place it to some where.
17. flash the recovery by typing the following command "fastboot flash recovery recover_signed.img"
18. relock the phone
19. boot up the phone and try OTA
18. if the OTA download finish but fail to reboot to recovery update automatically, just manually boot to recovery and the update will be ok.
Click to expand...
Click to collapse
link to custom ruu its dead. any alternative?
ionut.micu said:
I wonder, if you put in the "rom.zip" the "hboot_0.95.0000.img" from an older RUU will you be able to downgrade the 1.28 hboot also?
Click to expand...
Click to collapse
No, if you include the old hboot, the process will be fail.
Sent from my HTC One X using xda premium
darckreign1984 said:
link to custom ruu its dead. any alternative?
Click to expand...
Click to collapse
link updated, enjoy
Sent from my HTC One X using xda premium
or you could just cook yourself a flashable zip from the rom.zip. Then fastboot flash rec and boot. Chances are ics wont boot on the newer hboots. Still the ota can be flashed as update.zip maybe.
usefull for some case
bookmarked
BRILLIANT! Absolutely brilliant! Thanks a million hokoonho. This method worked like a treat on my HK_621 HOX which was running ARHD 9.7.2
unsucces
speedofheat said:
BRILLIANT! Absolutely brilliant! Thanks a million hokoonho. This method worked like a treat on my HK_621 HOX which was running ARHD 9.7.2
Click to expand...
Click to collapse
arhd 12 and hboot 1.28 - not working
the 10 min time to flash its useles.... nothing its flashing in this time
darckreign1984 said:
arhd 12 and hboot 1.28 - not working
the 10 min time to flash its useles.... nothing its flashing in this time
Click to expand...
Click to collapse
The method works well with ICS, even with other HTC model as well, but I am not sure if it still work will JB and latest hboot. But it won't kill your phone.
Sent from my HTC One X using xda premium
I have followed the instructions, and now I am at the point where I run "ARUWizard" and follow the onscreen instructions...
However, The test is not English, it is funny looking as if the language is corrupt/unrecognised.
See attachment.
Any advice?
lukems said:
I have followed the instructions, and now I am at the point where I run "ARUWizard" and follow the onscreen instructions...
However, The test is not English, it is funny looking as if the language is corrupt/unrecognised.
See attachment.
Any advice?
Click to expand...
Click to collapse
It's OK, The RUU may not be able to select the right language to display, but It still works, since the RUU only use adb and fastboot to finish its process, and all these adb and fastboot are run in English...
A brief translation was made for those cannot Open the customRUU in correct language. go to OP for the pdf file
hokoonho said:
It's OK, The RUU may not be able to select the right language to display, but It still works, since the RUU only use adb and fastboot to finish its process, and all these adb and fastboot are run in English...
I am translating the Text to English and will upload a guide, just follow the guide to click the buttons... wait for a few minutes please.
Click to expand...
Click to collapse
No problem, I have found an English version.
I am finding that I get a Error 170 USB error... I believe this is because I have an unlocked bootloader.
So I re-locked the bootloader... and found myself unable to get past the bootloader.
I managed to run the RUU whilst phone was at the bootloader screen,
Replaced the temp rom.img with the created rom.img in your guide,
But it ended up failing with a Error 132 signature check.
I am not sure how to proceed.
lukems said:
No problem, I have found an English version.
I am finding that I get a Error 170 USB error... I believe this is because I have an unlocked bootloader.
So I re-locked the bootloader... and found myself unable to get past the bootloader.
I managed to run the RUU whilst phone was at the bootloader screen,
Replaced the temp rom.img with the created rom.img in your guide,
But it ended up failing with a Error 132 signature check.
I am not sure how to proceed.
Click to expand...
Click to collapse
Could you provide a ling to the English version you've got ? Thanks
lukems said:
No problem, I have found an English version.
I am finding that I get a Error 170 USB error... I believe this is because I have an unlocked bootloader.
So I re-locked the bootloader... and found myself unable to get past the bootloader.
I managed to run the RUU whilst phone was at the bootloader screen,
Replaced the temp rom.img with the created rom.img in your guide,
But it ended up failing with a Error 132 signature check.
I am not sure how to proceed.
Click to expand...
Click to collapse
Don't relock at this moment, otherwise, you will not be able to flash the stock recovery. Unlock it first. Make sure USB debugging is on, then REBOOT to fastboot and start the RUU. Or...Try another USB cable, DON'T connect via a USB hub...
Sent from my HTC One X using xda premium
hokoonho said:
Don't relock at this moment, otherwise, you will not be able to flash the stock recovery. Unlock it first. Make sure USB debugging is on, then REBOOT to fastboot and start the RUU. Or...Try another USB cable, DON'T connect via a USB hub...
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Ok will try now.
Edit: I am now waiting for it to finish... we will see soon enough if it works.
Screenshot showing upgrade screen uploaded.
Edit 2: It completed successfully
build downgraded from 2.17.401.2 to 1.28.771.9
lukems said:
I have followed the instructions, and now I am at the point where I run "ARUWizard" and follow the onscreen instructions...
However, The test is not English, it is funny looking as if the language is corrupt/unrecognised.
See attachment.
Any advice?
Click to expand...
Click to collapse
lukems said:
Ok will try now.
Click to expand...
Click to collapse
I have updated step 11. should disconnect the USB cable during reboot. If it still not work, restart both your phone and PC.

[Q] new update for HTC desire 816 dual in Middle East

Dear all,
Any body know how to install the new updates for the desire 816 dual?
software update 1.49.401.1
My device rooted and boat-loader ublocked
heppojo said:
Dear all,
Any body know how to install the new updates for the desire 816 dual?
software update 1.49.401.1
My device rooted and boat-loader ublocked
Click to expand...
Click to collapse
Try extracting the recovery.img from the update that was downloaded in your download folder (you should be very quick in transferring the update to your known location as soon as it was downloaded or otherwise it will gets deleted the moment it found that your recovery was modified) and install the stock recovery. After that try re-downloading the update and this time it should work.
Recovery.img file can be found in the framework folder of the update. @jithumon is the guy who was successful in updating the OTA after his device was rooted and bootloader unlocked. Better, checking with him if the above method doesn't work for you.
Dont forget to hit thanks if the above solution helped.
new update
vbrsekhar said:
Try extracting the recovery.img from the update that was downloaded in your download folder (you should be very quick in transferring the update to your known location as soon as it was downloaded or otherwise it will gets deleted the moment it found that your recovery was modified) and install the stock recovery. After that try re-downloading the update and this time it should work.
Recovery.img file can be found in the framework folder of the update. @jithumon is the guy who was successful in updating the OTA after his device was rooted and bootloader unlocked. Better, checking with him if the above method doesn't work for you.
Dont forget to hit thanks if the above solution helped.
Click to expand...
Click to collapse
my friend,
thank you but could you advice please where i can find the file exactly ?and if i can copy to external sd card and download it from recovery it will success?
After the update gets downloaded, you can find it in the internal or external sd card within the download folder. You have to connect it to the computer access both download folders on computer and see where it is getting downloaded when you hit update. Just after finished download, try copying the update file and copy it on your computer. Then you can extract the recovery. Just a few seconds delay in copying will delete the file from your sdcard. So careful and act quickly.
vbrsekhar said:
After the update gets downloaded, you can find it in the internal or external sd card within the download folder. You have to connect it to the computer access both download folders on computer and see where it is getting downloaded when you hit update. Just after finished download, try copying the update file and copy it on your computer. Then you can extract the recovery. Just a few seconds delay in copying will delete the file from your sdcard. So careful and act quickly.
Click to expand...
Click to collapse
Friend,
After i get the recovery, what to do next?
do you have skype,viber,whats up to communicate directly?
Check your xda inbox.
heppojo said:
Friend,
After i get the recovery, what to do next?
do you have skype,viber,whats up to communicate directly?
Click to expand...
Click to collapse
Flash using adb.
Put the recovery.img in adb folder,
Open command prompt with adb,
Connect mobile with pc in fastboot mode
Type fastboot flash recovery recovery.img
Check for errors...if no error, reboot & try to do update again...

Help! Remove custom recovery Single sim HTC Desire 820

Hello, I need help how to remove and install stock recovery because of an OTA update I can't install. When I press install it boots to custom recovery and that's it. I did search everywhere but there's only tutorial for dual sim. Thanks.
Alex '99 :) said:
Hello, I need help how to remove and install stock recovery because of an OTA update I can't install. When I press install it boots to custom recovery and that's it. I did search everywhere but there's only tutorial for dual sim. Thanks.
Click to expand...
Click to collapse
You must download this OTA, but don't install it. Connect phone to pc and open Mass storage/Download. There should be zip called something like OTA-Update (and numbers). Copy it to computer and open it by winrar. In archive there is file called ROM.zip or Firmware.zip. Exctract it to e.g desktop and you'll get recovery.img and recovery_signed.img. I think recovery.img is the right one. Now flash it by fastboot

[HELP] Can't flash Stock 7.0Nougat via Stock Recovery...

I got a ZF3 Deluxe from Italy, is TIM branded, and stuck on MM 6.0, no updated released for this brand, so a friend of mine told me there is of course android 7 for ZF3Deluxe, so i wanted to manually upgrade system to 7.0 Nougat, i downloaded the Stock ROM from asus (2.15ghz cpu, i've checked of course) but when i try to flash it from the Stock Recovery i get this error (see the attachment) i also attach the software informations, (looking at the error i receive it may see the archive is corrupted, but i've tried to download it from Asus many and many times)
You have a carrier rom on your phone and the international version fails the upgrade check.
If you could get your bootloader unlocked that would be a way around it but you need to upgrade to a certain rom version to do that and the carrier hasn't supplied that rom...
You're essentially screwed until the carrier either releases the bootloader unlockable rom or upgrades the rom to nougat...
LeGrim said:
I got a ZF3 Deluxe from Italy, is TIM branded, and stuck on MM 6.0, no updated released for this brand, so a friend of mine told me there is of course android 7 for ZF3Deluxe, so i wanted to manually upgrade system to 7.0 Nougat, i downloaded the Stock ROM from asus (2.15ghz cpu, i've checked of course) but when i try to flash it from the Stock Recovery i get this error (see the attachment) i also attach the software informations, (looking at the error i receive it may see the archive is corrupted, but i've tried to download it from Asus many and many times)
Click to expand...
Click to collapse
You should try to flash stock recovery of WW in fastboot.
And then flash 6.0 WW rom by WW recovery.
Even though ,I didn't sure that if it will work(because I don't have Z016S),but you can try it.
samson1357924 said:
You should try to flash stock recovery of WW in fast boot.
And then flash 6.0 WW rom by WW recovery.
Even though ,I didn't sure that if it will work(because I don't have Z016S),but you can try it.
Click to expand...
Click to collapse
Ok thanks, i can give a try, but where i can download the WW stock recovery? There is no recovery.img inside the WW_user.zip ROM
LeGrim said:
Ok thanks, i can give a try, but where i can download the WW stock recovery? There is no recovery.img inside the WW_user.zip ROM
Click to expand...
Click to collapse
Here it comes~
ZenFone 3 Deluxe ZS570KL_WW stock recovery
Ok guys, i think i've found a way to debrand my Zenfon 3 Deluxe, im testint the procedure right now, i will post the whole procedure if i succeed
Install : ADB & Minimal Fastboot.
Install : pyton 3.6 https://www.python.org/downloads/
Download the latest WW-4.12.40.1698 (For 2.15GHz CPU or 2.40GHz CPU) from Asus WebSite.
Download "Dat to img by stupdroid.com" (search it with google).
Extract Dat to img by stupdroid.com in a Folder.
Open the Firmware ZIP and copy system.new.dat, system.transfer.list e file_contexts in the Dat2IMG's folder.
Execute system.new.dat 2 flashable img converter.exe and just press ENTER and wait till the end of procedure, you will receive 2 files : system.raw.img e system.new.img.
Copy system.new.img in your Fastboot's folder.
Put the Phone into Fastboot mode.
Open fastboot and put this command: " fastboot flash system system_new.img "
Wait the end of flash procedure and type : Fastboot Reboot.
Enter recovery wipe data and cache.
Done.
LeGrim said:
Install : ADB & Minimal Fastboot.
Install : pyton 3.6 https://www.python.org/downloads/
Download the latest WW-4.12.40.1698 (For 2.15GHz CPU or 2.40GHz CPU) from Asus WebSite.
Download "Dat to img by stupdroid.com" (search it with google).
Extract Dat to img by stupdroid.com in a Folder.
Open the Firmware ZIP and copy system.new.dat, system.transfer.list e file_contexts in the Dat2IMG's folder.
Execute system.new.dat 2 flashable img converter.exe and just press ENTER and wait till the end of procedure, you will receive 2 files : system.raw.img e system.new.img.
Copy system.new.img in your Fastboot's folder.
Put the Phone into Fastboot mode.
Open fastboot and put this command: " fastboot flash system system_new.img "
Wait the end of flash procedure and type : Fastboot Reboot.
Enter recovery wipe data and cache.
Done.
Click to expand...
Click to collapse
I forgot to say, after this procedure, just flash the stock WW recovery via Fastboot, then download from asus the lastest 7.0 firmware SKU WW, all perfect. tested by me.
Ok I already have system.new.img, I copied it to the root folder of the SD. Device restart in Fastboot mode (power + vol.up key). Exit screen with message Fastboot mode and does nothing.
Install in the computer the pyton 3.6, I suppose that it serves for the process of generating system.new.img.
I do not know how to do the first step "Install: ADB & Minimal Fastboot.".
Thank you and forgive my translator
If i want to unlock the bootloader for root and unbrand this phone what i have to do? I need unbranded nougat with root but the phone is TIM branded
Ryder. said:
If i want to unlock the bootloader for root and unbrand this phone what i have to do? I need unbranded nougat with root but the phone is TIM branded
Click to expand...
Click to collapse
What version is your phone right now??
Now only have official unluck
For 2.15GHz:8996(None-PRO) UnlockTool
For 2.4GHz:8996P(PRO) UnlockTool
If you are WW version right now,try these tools.
samson1357924 said:
What version is your phone right now??
Now only have official unluck
For 2.15GHz:8996(None-PRO) UnlockTool
For 2.4GHz:8996P(PRO) UnlockTool
If you are WW version right now,try these tools.
Click to expand...
Click to collapse
It's not WW. I'ts from italy and it's tim branded
Ryder. said:
If i want to unlock the bootloader for root and unbrand this phone what i have to do? I need unbranded nougat with root but the phone is TIM branded
Click to expand...
Click to collapse
Try this
or try flash ZenFone 3 Deluxe ZS570KL_WW stock recovery of 4.12.40.1698 and flash UL-Z016-WW-4.12.40.1698-user.zip in recovery (by micro sd or adb sideload)not sure if it work(need verification,I wish you to try first).
Please help me, my model is the Z016S
I can convert UL-Z016-WW-4.12.40.1698-user.zip img and flash with fastboot.
Reboot and it works, but I do not know how to get into recovery.
I have also installed the Z016-WW-4.11.40.1085_recovery.img. The TIM DISAPPEARED
Then I copied the UL-Z016-WW-5.14.44.1898-user.zip into the internal memory and it does not install well.
I have proven the same with UL-Z016-WW-5.14.44.1898-user.zip and it does not work me it stays in a non-comands and will not boot.
greetings and thanks
P.S. At least you do not see the TIM anywhere.
barbapapa said:
Please help me, my model is the Z016S
I can convert UL-Z016-WW-4.12.40.1698-user.zip img and flash with fastboot.
Reboot and it works, but I do not know how to get into recovery.
I have also installed the Z016-WW-4.11.40.1085_recovery.img. The TIM DISAPPEARED
Then I copied the UL-Z016-WW-5.14.44.1898-user.zip into the internal memory and it does not install well.
I have proven the same with UL-Z016-WW-5.14.44.1898-user.zip and it does not work me it stays in a non-comands and will not boot.
greetings and thanks
P.S. At least you do not see the TIM anywhere.
Click to expand...
Click to collapse
So,what is your system version right now?4.12.40.1698?
Why not flash the recovery of 4.12.40.1698?
samson1357924 said:
So,what is your system version right now?4.12.40.1698?
Why not flash the recovery of 4.12.40.1698?
Click to expand...
Click to collapse
This is my situation
samson1357924 said:
So,what is your system version right now?4.12.40.1698?
Why not flash the recovery of 4.12.40.1698?
Click to expand...
Click to collapse
I have done this and it installs,
fastboot flash recovery Z016-WW-4.12.40.1698_recovery.img
reboot, boot system, detect update file is installed, reboot and then gives error (3) unknown.
barbapapa said:
I have done this and it installs,
fastboot flash recovery Z016-WW-4.12.40.1698_recovery.img
reboot, boot system, detect update file is installed, reboot and then gives error (3) unknown.
Click to expand...
Click to collapse
Tow solution you can try
1.install the rom of 4.12.40.1698 again(some of tile,such as xbl,devcfg,devcfgbak..... may be still TIM versio.install it in recovery may turn it into WW version)
2.If fail, try flash these files in fastboot.(I will upload these files for you to flash,also you can draw by yourself)
Ok already worked, the solution is to unlock as you put in # 11.
Thank you
barbapapa said:
Ok already worked, the solution is to unlock as you put in # 11.
Thank you
Click to expand...
Click to collapse
Good!
Can you share what step did you do? Which might help another TIM user.

[Guide] flash recovery without pc from stock un rooted.

I know this is a bit late, but i needed it this afternoon and didn't have it, I am not good at guides but ill do my best, so here goes nothing.
use sunshine obviously! this will get you s-off and unlocked bootloader for any htc 10 version! (Google it if you dont know what it is!)
now that you have s-off how do you install a recovery and gain root...
boot to download mode
turn off your phone then hold volume down and power for a few seconds
once in download mode get your CID, MID, and system version and write them down somewhere, then reboot the phone to system
create a text file named "android-info.txt"
type the following into the txt file replacing the us unlocked oreo info with your own
Code:
modelid: [COLOR="Red"]2PS650000[/COLOR]
cidnum: [COLOR="red"]BS_US001[/COLOR]
mainver: [COLOR="red"]3.16.617.2[/COLOR]
hbootpreupdate: 1
nohardreset: 1
save the file.
download the latest TWRP img and rename it to "recovery.img"
move recovery.img and android-info.txt to the same folder select them both and add them to a zip folder named "2PS6IMG.zip"
copy the zip you just created directly to the root of your sd card
boot back into download mode using the steps you followed earlier , you should be prompted to flash the zip you just made, flash it, if everything went well you should now have twrp recovery installed.
boot back up, download superSU, or other root apps or ROMS of your choice
boot into recovery, flash away... proffit!
THC Butterz said:
I know this is a bit late, but i needed it this afternoon and didn't have it, I am not good at guides but ill do my best, so here goes nothing.
use sunshine obviously! this will get you s-off and unlocked bootloader for any htc 10 version! (Google it if you dont know what it is!)
now that you have s-off how do you install a recovery and gain root...
boot to download mode
turn off your phone then hold volume down and power for a few seconds
once in download mode get your CID, MID, and system version and write them down somewhere, then reboot the phone to system
create a text file named "android-info.txt"
type the following into the txt file replacing the us unlocked oreo info with your own
save the file.
download the latest TWRP img and rename it to "recovery.img"
move recovery.img and android-info.txt to the same folder select them both and add them to a zip folder named "2PS6IMG.zip"
copy the zip you just created directly to the root of your sd card
boot back into download mode using the steps you followed earlier , you should be prompted to flash the zip you just made, flash it, if everything went well you should now have twrp recovery installed.
boot back up, download superSU, or other root apps or ROMS of your choice
boot into recovery, flash away... proffit!
Click to expand...
Click to collapse
Hey I had a question. Does it work if you have no root on nougat/oreo firmware? Because I heard you need root on nougat firmware for sunshine to work.
jhadsfi said:
Hey I had a question. Does it work if you have no root on nougat/oreo firmware? Because I heard you need root on nougat firmware for sunshine to work.
Click to expand...
Click to collapse
Anyone? Cant use sunchine cause is asking for root.Im on Nougat without root and im trying to unlock the bootloader but htcdev.com cant let me register and this mod dont work for me cause the root asking..
alek889 said:
Anyone? Cant use sunchine cause is asking for root.Im on Nougat without root and im trying to unlock the bootloader but htcdev.com cant let me register and this mod dont work for me cause the root asking..
Click to expand...
Click to collapse
Sorry can't help much. I had bootloader unlocked already so I flashed MaximusHD with root and went S off through that. There are a couple of threads regarding downgrading firmware. Try going to MM firmware and go S Off from there. I think the method works on S on devices.
Im on htc 10 ( an au converted) oreo with same CID, MID, and mainver
Downloaded a latest twrp img and zip them together in external, flash and stuck in "start ui_updating
​
chaoticnoize said:
Im on htc 10 ( an au converted) oreo with same CID, MID, and mainver
Downloaded a latest twrp img and zip them together in external, flash and stuck in "start ui_updating
Click to expand...
Click to collapse
https://forums.androidcentral.com/a...stuck-bootloop-recovery-seems-impossible.html
andybones said:
​
https://forums.androidcentral.com/a...stuck-bootloop-recovery-seems-impossible.html
Click to expand...
Click to collapse
Amazingly, I was able to escape that situation with volume - and power button for about 10 second, and brought me back to download mode and reboot system from there, just sad that the twrp zip is not working coz'I have no source to type c usb cable data to do adb with pc
Thx alot dude
Btw the zip is not working on htc 10 oreo s-off stock recovery
It worked like a charm! Thank you. My USB not working for ADB and this save me from trowing my phone to the trash

Categories

Resources