HTC desire 820 keeps restarting itself as it is stuck in an boot loop.Lolipop android is on the phone.Phone info:
*** Software status: Official ***
*** Locked ***
A51_UL PVT SHIP S-ON
HBOOT-3.19.0.0000
RADIO-01.01.010_U10305041_08.01.50515
OS-2.10.410.6
eMMC-boot 2048MB 0C
Feb 15 2016,15:37:12.0
getvar info :
(bootloader) version : 0.5
(bootloader) version-bootloader : 3.19.0.0000
(bootloader) version-baseband: 01.01.010_U10305041_08.01.51015
(bootloader) version-cpld: none
(bootloader) version-microp: none
(bootloader) version-main : 2.11.401.6
(bootloader) version-misc : PVT SHIP S-ON
(bootloader) serialno: CC524YC00200
(bootloader) imei : 357586060263222
(bootloader) imei2 : Not Support
(bootloader) meid : 00000000000000
(bootloader) product : a51_ul
(bootloader) platform : hTCBmsm8939
(bootloader) modelid : 0PFJ40000
(bootloader) cidnum: HTC_032
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security : on
(bootloader) build-mode: SHIP
(bootloader) boot-mode : FASTBOOT
(bootloader) commitno-bootloader : da038a09
(bootloader) hbootpreupdate : 11
(bootloader) gencheckpt : 0
(bootloader) mfg-name :1001
I have conection between Pc and phone via Adb.First i tried method with sd card (0PFJIMG.zip),first with
0PFJIMG_A51_UL_L50_DESIRE_SENSE60_MR_HTC_Europe_2.10.401... (i got error MAIN VERSION IS OLDER) ,and then with 0PFJIMG_A51_UL_M60_DESIRE_SENSE70_MR_HTC_Europe_3.17.401...Procedure is going fine,image is LOADING (blue bar is full),right after that yellow/gold bar appears with CHECKING... on screen and after that only apears PRESS POWER TO REBOOT(no menu with PARSING... ).
What to do next ? Can someone help me ?
simke_cro said:
HTC desire 820 keeps restarting itself as it is stuck in an boot loop.Lolipop android is on the phone.Phone info:
*** Software status: Official ***
*** Locked ***
A51_UL PVT SHIP S-ON
HBOOT-3.19.0.0000
RADIO-01.01.010_U10305041_08.01.50515
OS-2.10.410.6
eMMC-boot 2048MB 0C
Feb 15 2016,15:37:12.0
getvar info :
(bootloader) version : 0.5
(bootloader) version-bootloader : 3.19.0.0000
(bootloader) version-baseband: 01.01.010_U10305041_08.01.51015
(bootloader) version-cpld: none
(bootloader) version-microp: none
(bootloader) version-main : 2.11.401.6
(bootloader) version-misc : PVT SHIP S-ON
(bootloader) serialno: CC524YC00200
(bootloader) imei : 357586060263222
(bootloader) imei2 : Not Support
(bootloader) meid : 00000000000000
(bootloader) product : a51_ul
(bootloader) platform : hTCBmsm8939
(bootloader) modelid : 0PFJ40000
(bootloader) cidnum: HTC_032
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security : on
(bootloader) build-mode: SHIP
(bootloader) boot-mode : FASTBOOT
(bootloader) commitno-bootloader : da038a09
(bootloader) hbootpreupdate : 11
(bootloader) gencheckpt : 0
(bootloader) mfg-name :1001
I have conection between Pc and phone via Adb.First i tried method with sd card (0PFJIMG.zip),first with
0PFJIMG_A51_UL_L50_DESIRE_SENSE60_MR_HTC_Europe_2.10.401... (i got error MAIN VERSION IS OLDER) ,and then with 0PFJIMG_A51_UL_M60_DESIRE_SENSE70_MR_HTC_Europe_3.17.401...Procedure is going fine,image is LOADING (blue bar is full),right after that yellow/gold bar appears with CHECKING... on screen and after that only apears PRESS POWER TO REBOOT(no menu with PARSING... ).
What to do next ? Can someone help me ?
Click to expand...
Click to collapse
1.Download the firmware 0PFJIMG.zip 5.0.2 https://yadi.sk/d/Vrbo1T5Jro4d8 2.Install stock recovery https://yadi.sk/d/nWnRAChBnEtxG 3.Вlock the bootloader 4.Do not unpack,rename the downloaded firmware 0PFJIMG..zip in 0PFJIMG.zip,put 0PFJIMG.zip on a removable memory card 5.The phone must be loaded into the bootloader mode (Bootloader),fast usb,HBOOT begin checking 0PFJIMG.zip firmware and prompts you to install, click the Volume +, you need to wait for 25-30 minutes, the phone while firmware is not touched !!!
Ok bootloader is unlocked.I downloaded TWRP rar file from link that you provided.What is my next step ?
simke_cro said:
Ok bootloader is unlocked.I downloaded TWRP rar file from link that you provided.What is my next step ?
Click to expand...
Click to collapse
-boot your device into bootloader/fastboot mode:
adb reboot bootloader
-Once your device boots into bootloader mode, issue the following command into command window to flash the TWRP recovery .img file:
fastboot flash recovery twrp.img <<< twrp.img replace it with your twrp file name
-Once TWRP is successfully flashed on your device, issue the following command to reboot:
fastboot reboot :good:
simke_cro said:
Ok bootloader is unlocked.I downloaded TWRP rar file from link that you provided.What is my next step ?
Click to expand...
Click to collapse
1.Download the firmware 0PFJIMG.zip 5.0.2 https://yadi.sk/d/Vrbo1T5Jro4d8 2.Install stock recovery https://yadi.sk/d/nWnRAChBnEtxG 3.Вlock the bootloader 4.Do not unpack,rename the downloaded firmware 0PFJIMG..zip in 0PFJIMG.zip,put 0PFJIMG.zip on a removable memory card 5.The phone must be loaded into the bootloader mode (Bootloader),fast usb,HBOOT begin checking 0PFJIMG.zip firmware and prompts you to install, click the Volume +, you need to wait for 25-30 minutes, the phone while firmware is not touched !!!
basemddd said:
-boot your device into bootloader/fastboot mode:
adb reboot bootloader
-Once your device boots into bootloader mode, issue the following command into command window to flash the TWRP recovery .img file:
fastboot flash recovery twrp.img <<< twrp.img replace it with your twrp file name
-Once TWRP is successfully flashed on your device, issue the following command to reboot:
fastboot reboot :good:
Click to expand...
Click to collapse
All done but phone is still in loop,nothing happens.I try recovery option form hboot menu ,but phone just restarts it self.
vuk1963 said:
1.Download the firmware 0PFJIMG.zip 5.0.2 https://yadi.sk/d/Vrbo1T5Jro4d8 2.Install stock recovery https://yadi.sk/d/nWnRAChBnEtxG 3.Вlock the bootloader 4.Do not unpack,rename the downloaded firmware 0PFJIMG..zip in 0PFJIMG.zip,put 0PFJIMG.zip on a removable memory card 5.The phone must be loaded into the bootloader mode (Bootloader),fast usb,HBOOT begin checking 0PFJIMG.zip firmware and prompts you to install, click the Volume +, you need to wait for 25-30 minutes, the phone while firmware is not touched !!!
Click to expand...
Click to collapse
1. Download 0PFJIMG.zip ,put it on sd card OK
2. Download stock recovery and install recovery image on phone OK
3. Block the bootloader - this is little unclear,what i must to do to block bootloader ?
4. Loaded in bootloader mode (power + and vol - ),HBOOT begin checking 0PFJIMG.zip firmware and prompts you to install. OK
3. Block the bootloader - this is little unclear,what i must to do to block bootloader ? WinDroid Universal Android Toolkit https://yadi.sk/d/RqmYmwrdriTaX
vuk1963 said:
3. Block the bootloader - this is little unclear,what i must to do to block bootloader ? WinDroid Universal Android Toolkit https://yadi.sk/d/RqmYmwrdriTaX
Click to expand...
Click to collapse
Ok, i downloaded WinDroid Universal Android Toolkit ,i got option Unlock Bootloader(Gain Supercid,Get token id,Unlock bootloader),Flash Bootloader (Flash TWRP,Option Two,Option three) and Gain Root (Flash SuperSu).What is next,how to block bootloader ? Do you mean I have to locked bootloader ?
simke_cro said:
Ok, i downloaded WinDroid Universal Android Toolkit ,i got option Unlock Bootloader(Gain Supercid,Get token id,Unlock bootloader),Flash Bootloader (Flash TWRP,Option Two,Option three) and Gain Root (Flash SuperSu).What is next,how to block bootloader ? Do you mean I have to locked bootloader ?
Click to expand...
Click to collapse
With this program you must to lock bootloader!!!
vuk1963 said:
With this program you must to lock bootloader!!!
Click to expand...
Click to collapse
Ok.Bootloader is locked by WinDroid Universal Android Toolkit.
Downloaded 0PFJIMG.zip is on sd card,phone is rebooting,entering Fastboot,zip file is uploading and checking and then this apears :
Device halted due to large Image update fail.
simke_cro said:
Ok.Bootloader is locked by WinDroid Universal Android Toolkit.
Downloaded 0PFJIMG.zip is on sd card,phone is rebooting,entering Fastboot,zip file is uploading and checking and then this apears :
Device halted due to large Image update fail.
Click to expand...
Click to collapse
This item is fulfilled? 2.Install stock recovery https://yadi.sk/d/nWnRAChBnEtxG Ok.Bootloader is locked The inscription should be such to HBOOT relocked This item is fulfilled? rename the downloaded firmware 0PFJIMG..zip in 0PFJIMG.zip
Related
Right now I'm facing problem to update to stock using RUU.
My version is 2.17.707.3 so I dowload from HTCRUU the file named RUU_ENDEAVOR_U_ICS_40_S_hTC_Asia_WWE_2.17.707.3_Radio_2.1204.135.20_release_278245_signed.exe, but after some operations (reboot to bootloader, etc) gives me an 132 error saying: "Signature error". Why is that?
Also I found other RUU file named RUU_ENDEAVOR_U_JB_45_S_hTC_Asia_WWE_3.14.707.24_Radio_5.1204.162.29_release_296434_signed.exe, Can i use just this to update to JB?
Before you proceed, check the actual version no. Go to bootloader in fastboot mode, do command fastboot getvar version-main then you will know which RUU is correct for you.
Example, mine is 3.14.707.24, then RUU_ENDEAVOR_U_JB_45_S_hTC_Asia_WWE_3.14.707.24_Ra dio_5.1204.162.29_release_296434_signed.exe is the correct RUU for my device.
Code:
D:\HTC\fastboot>fastboot getvar version-main
version-main: 3.14.707.24
finished. total time: -0.000s
D:\HTC\fastboot>
I already do that. That's why I know how version to use.
Then follow this procedure to flash the RUU
1) Boot to bootloader in fastboot mode, relock your bootloader - fastboot oem lock
2) Still in fastboot mode, run the RUU follow the updater instruction until it finish.
Important points relock bootloader & run ruu in fastboot
I already do that too. The problem is that after 1 minute, it says ERROR 132, "Signature Problem"
ERROR 132, "Signature Problem" usually refer to unlocked bootloader. As you said you did relock the bootloader, I have no idea. Maybe someone else can assist you on this.
Quick question. After flash the stock recovery is mandatory to erase the cache using fastboot erase cache?
After relock the bootloader, can I flash the stock recovery?
Not mandatory but recommended.
You can't flash stock recovery or stock boot.img after you relock the bootloader.
If you need to flash those to you device, do it before you relock the bootloader.
ckpv5 said:
Not mandatory but recommended.
You can't flash stock recovery or stock boot.img after you relock the bootloader.
If you need to flash those to you device, do it before you relock the bootloader.
Click to expand...
Click to collapse
Im also stuck with this issue! Error 132!!! I cant flash my HOX+ back to stock and I need toO!!! hhheelp!!
i have htc one x 4.0.3
fastboot getvar version-main
device >
1.29.401.12
total time: 0.010s
The bootloader is relocked and the Hboot is 0.95
tried to upgrade to JB 4.1 with RUU_ENDEAVOR_U_JB_45_S_hTC_EUROPE_WWE_3.14.707.24_Ra dio_5.1204.162.29_release_296434_signed.exe but wont finish due to a 132 signature problem error...
What are the steps i have to do ?
best regards
leddra2k said:
Im also stuck with this issue! Error 132!!! I cant flash my HOX+ back to stock and I need toO!!! hhheelp!!
Click to expand...
Click to collapse
Ok, just to ask, this is HTC One X section, and in quote i can see that you have HTC One X +? Did you download RUU for HTC one X or HTC One X +?
Because guide for back to stock with RUU is just like previous members wrote... go into fastboot, relock bootloader, run RUU (with administrators rights in vista or win7)..
And for the others: http://forum.xda-developers.com/showthread.php?t=1859714
Stock OTA and RUU: http://androidfiles.org/ruu/?dir=Endeavor
IMPORTANT from the link:
Get the RUU file required for your device:
Make sure that USB debugging is enabled (Settings/Developer options). In order to determine which ruu file you require, boot your device into bootloader mode (Power off and then restart device by holding Power and Volume Down button together). Connect to pc via USB and check that device shows FASTBOOT USB on screen. Enter the following command in command prompt:
Code: fastboot getvar version-main
If for example this command returns the value 1.29.401.x then you need to use that file or you can use a higher numbered file from the same region eg 2.17.401.x. NOTE: You can't use a lower numbered file eg 1.26.401.x and you also can't use a file from a different region eg 2.17.707.x.:
PROCESS :
1. Boot your phone to fastboot mode by holding power+vol down button for 10 secs..(if your phone keeps restarting in normal phone mode, go to Setting>Power and untick Fast boot)
2. Plug your phone into your PC and open a Command Prompt.
(windows XP - Click Start > Run > type CMD in box then press OK
(Windows 7 - Click Start > type CMD in search box then press Enter)
3. cd to the location of your fastboot files folder
4. Relock bootloader - type command:
Code: fastboot oem lock
The phone will then restart into fastboot again showing "RELOCKED"
6. On your pc run the RUU (vista and win7 run as administrator) that you downloaded earlier, follow the steps as prompted and patiently wait for it to finish.
REMEMBER your phone should be charged ABOVE 50% (Full battery is advice) AND if the RUU or restore is INTERRUPTED 4 any reason during restore your
phone will be PERMANENTLY BRICKED..
I have successfuly installed the rom 4.1 from insertcoin i have update the hboot and the right firmware. Thebproblem im facing is the phone keeps rebooting, the installation of the rom ended with no errors... i have full wiped the phone formated the cache... amy idea how to fix the auto reboot? Thanks
armandino said:
I have successfuly installed the rom 4.1 from insertcoin i have update the hboot and the right firmware. Thebproblem im facing is the phone keeps rebooting, the installation of the rom ended with no errors... i have full wiped the phone formated the cache... amy idea how to fix the auto reboot? Thanks
Click to expand...
Click to collapse
It's because you didn't flash the correct boot.img or you didn't full wipe your device.. start over and follow these steps:
1. flash boot.img from rom.zip and then fastboot erase cache
2. Go to recovery and flash this script : http://d-h.st/B2K
3. Flash rom.zip
4. Reboot
PS: From next time, please don't highjack other people's thread by asking questions not related to the topic! If you need further help, open a new topic!
Please help. I am getting
fastboot getvar version-main
version-main:
finished. total time: 0.230s
ladylane100 said:
Please help. I am getting
fastboot getvar version-main
version-main:
finished. total time: 0.230s
Click to expand...
Click to collapse
try with fastboot getvar all
F:\>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-baseband: 1.46.40.0721
(bootloader) version-cpld: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) imei:
(bootloader) imei2: Not Support
(bootloader) product: a11_chl
(bootloader) platform: hTCBmsm8226
(bootloader) cidnum: SPCS_002
(bootloader) battery-status: good
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 6a60e19e
(bootloader) gencheckpt: 0
ladylane100 said:
F:\>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-baseband: 1.46.40.0721
(bootloader) version-cpld: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) imei:
(bootloader) imei2: Not Support
(bootloader) product: a11_chl
(bootloader) platform: hTCBmsm8226
(bootloader) cidnum: SPCS_002
(bootloader) battery-status: good
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 6a60e19e
(bootloader) gencheckpt: 0
Click to expand...
Click to collapse
Strange I think you are not with ONE X international we never have this this radio 1.46.40.0721 and for first time I see this CID SPCS_002
Boas pro htc m9 3.35.401.32 qual é o ruu de nougat correto pra instalar pode me ajudar ?
(bootloader) kernel: lk
(bootloader) product: htc_himauhl
(bootloader) version: 1.0
(bootloader) imei: removed by me
(bootloader) version-main: 3.36.709.3
(bootloader) boot-mode: download
(bootloader) version-baseband: 01.01_U11440792_97.00.51203G_F
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 0PJA10000
(bootloader) cid: 11111111
!!!!!!!!!!!!!!!!!!I AM ALSO GETTING ERROR 132 WITH HTC M9 RUU DOWNLOADED FROM HTC OFFICIAL SITE...!!!!!!!!!!!!!!!!!!
RUU_HIMA_UL_N70_SENSE80_ATT_MR_NA_Gen_Unlock_4.30.617.12.exe
Some one please help me.
I have the HTC One M8 which I updated to Android 5.0.1 through OTA updates about 2 weeks ago.
Yesterday, I successfully unlocked the bootloader and rooted my device. I also have the TWRP Recovery v.2.7.0.2 installed.
Everything was working fine until after the root when I noticed that the internal storage had some kind of write protection on it. Like even the default "DCIM , ANDROID, Downloads etc... folders weren't there". I discovered the write protection on the internal storage when I tried to download a file using Chrome on the phone and it replied with "No SD Card".
Funny thing is apps from the Play Store were installing perfectly fine.
So I booted back into TWRP recovery and did a factory reset thinking I must've messed up while rooting.
After the factory reset when I try boot up my phone the Setup Wizard constantly crashes so I can't do anything.
My HTC One M8 is the international variant Model: 0P6B100.
Someone please help
1. Install the latest TWRP 2.8.5.0 or 2.8.4.0 (2.7.0.2 is damn too old and buggy)
2. In TWRP select Wipe - Format Data (you will lose all files in internal storage)
3. Reboot - you should be able to run the setup wizard
ckpv5 said:
1. Install the latest TWRP 2.8.5.0 or 2.8.4.0 (2.7.0.2 is damn too old and buggy)
2. In TWRP select Wipe - Format Data (you will lose all files in internal storage)
3. Reboot - you should be able to run the setup wizard
Click to expand...
Click to collapse
I installed TWRP 2.7.0.2 using All in one tool v2.0 by Hasoon2000. The tool needs usb debugging to be turned on which I can't turn on because I can't get past the setup wizard because it keeps crashing.
Is there a way to install it manualy using fastboot?
I thought so ... when I see TWRP 2.7.0.2 I can guess you use some outdated Toolkit.
Press & hold Volume up and power button until the screen turn off then quickly release both buttons and press & hold volume down button. This should get you to hboot. Press power once to go to bootloader.
If you don't have a proper ADB & fastboot installed, download Minimal ADB and Fastboot and install : http://forum.xda-developers.com/showthread.php?t=2317790
Download latest TWRP : http://techerrata.com/browse/twrp2/m8
Connect to PC and open a command prompt and run command fastboot devices and see any connection with PC, it will give your device serial no. if it does.
If yes, flash the TWRP : fastboot flash recovery NameofTWRP.img then do the above that I mentioned
ckpv5 said:
I thought so ... when I see TWRP 2.7.0.2 I can guess you use some outdated Toolkit.
Press & hold Volume up and power button until the screen turn off then quickly release both buttons and press & hold volume down button. This should get you to hboot. Press power once to go to bootloader.
If you don't have a proper ADB & fastboot installed, download Minimal ADB and Fastboot and install : http://forum.xda-developers.com/showthread.php?t=2317790
Download latest TWRP : http://techerrata.com/browse/twrp2/m8
Connect to PC and open a command prompt and run command fastboot devices and see any connection with PC, it will give your device serial no. if it does.
If yes, flash the TWRP : fastboot flash recovery NameofTWRP.img then do the above that I mentioned
Click to expand...
Click to collapse
Okay I got my serial number. Now what do I do with it?
bolajiibrahim7 said:
Okay I got my serial number. Now what do I do with it?
Click to expand...
Click to collapse
If you don't feel like installing the latest TWRP as I said above ... then -> hboot -> recovery -> wipe -> format data -> type yes -> reboot
I wrote almost everything there, but read only the last paragraph ??
Read again all of my posts here.
ckpv5 said:
If you don't feel like installing the latest TWRP as I said above ... then -> hboot -> recovery -> wipe -> format data -> type yes -> reboot
I wrote almost everything there, but read only the last paragraph ??
Read again all of my posts here.
Click to expand...
Click to collapse
I did that. Then it started the "Android is upgrading - Optimizing apps splash.
After that I'm back to the Setup Wizard which keeps crashing.
Then the only choice is to restore a stock backup or RUU.
What's your software version ?
Better post result of fastboot getvar all (minus the serial no. & imei no.)
ckpv5 said:
Then the only choice is to restore a stock backup or RUU.
What's your software version ?
Better post result of fastboot getvar all (minus the serial no. & imei no.)
Click to expand...
Click to collapse
My software version is 5.0.1 Lollipop.
I don't have a stock backup. RUU is my only option.
Here's my fastboot getvar all
C:\adb>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: 1.25.214500021.06G
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: ************
(bootloader) imei: ***************
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8_ul
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B10000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 3aa067db
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.125s
C:\adb>
I do have backup for your device version here : http://forum.xda-developers.com/showpost.php?p=58499803&postcount=4076
but there is also RUU for your device.
Just follow @EddyOS thread discussion : http://forum.xda-developers.com/showthread.php?t=2735235
ckpv5 said:
I do have backup for your device version here : http://forum.xda-developers.com/showpost.php?p=58499803&postcount=4076
but there is also RUU for your device.
Just follow @EddyOS thread discussion : http://forum.xda-developers.com/showthread.php?t=2735235
Click to expand...
Click to collapse
Also for some reason. I don't have S-off. But I managed to unlock and bootloader and root.
bolajiibrahim7 said:
Also for some reason. I don't have S-off. But I managed to unlock and bootloader and root.
Click to expand...
Click to collapse
You don't need S-Off to run RUU, relocked bootloader before run RUU. Read thru that thread, there are many discussion.
Read this, this guy also doesn't have S-Off device : http://forum.xda-developers.com/htc-one-m8/help/one-m8-htc001-cid-firmware-wifi-problem-t3031656 and he managed that.
Or just restore backup that linked to you if you don't feel to relock bootloader.
You need to read all those thread. Without reading, this is going no where .. good luck
ckpv5 said:
I do have backup for your device version here : http://forum.xda-developers.com/showpost.php?p=58499803&postcount=4076
but there is also RUU for your device.
Just follow @EddyOS thread discussion : http://forum.xda-developers.com/showthread.php?t=2735235
Click to expand...
Click to collapse
What does RUU mean? and how do I use it?
Also does applying RUU restore my phone to the way it was before root as in With Android 5.0.1 and Sense 6.0?
RUU is ROM Update Utility released by HTC.
Read the thread on how to use it. Basic is put your device on bootloader/fastboot mode and relock your bootloader with command fastboot oem lock.
Then run the RUU exe in Administrator mode (select run as Administrator) from your Windows explorer.
This will wipe everything on your device and replace with new stock ROM with no root.
That RUU is lollipop 5.0.1 and Sense 6.0
Read the thread.. you will understand what it does. Good night.
ckpv5 said:
RUU is ROM Update Utility released by HTC.
Read the thread on how to use it. Basic is put your device on bootloader/fastboot mode and relock your bootloader with command fastboot oem lock.
Then run the RUU exe in Administrator mode (select run as Administrator) from your Windows explorer.
This will wipe everything on your device and replace with new stock ROM with no root.
That RUU is lollipop 5.0.1 and Sense 6.0
Read the thread.. you will understand what it does. Good night.
Click to expand...
Click to collapse
I did everything as outlined and I ended up with:
C:\Download\HTC One M8 Toolkit 2.0.2.1\adb>fastboot flash zip ruu.zip
target reported max download size of 1826418688 bytes
sending 'zip' (1536838 KB)...
OKAY [ 42.728s]
writing 'zip'...
(bootloader) signature checking...
FAILED (remote: 12 signature verify fail)
finished. total time: 98.981s
bolajiibrahim7 said:
I did everything as outlined and I ended up with:
C:\Download\HTC One M8 Toolkit 2.0.2.1\adb>fastboot flash zip ruu.zip
target reported max download size of 1826418688 bytes
sending 'zip' (1536838 KB)...
OKAY [ 42.728s]
writing 'zip'...
(bootloader) signature checking...
FAILED (remote: 12 signature verify fail)
finished. total time: 98.981s
Click to expand...
Click to collapse
Did you do fastboot oem rebootRUU before fastboot flash zip ruu.zip ?
Let's do a different way, the simplest one.
1. Re-unlock your bootloader
2. Make sure you have TWRP 2.8.4.0 or 2.8.5.0 installed (I mentioned many times about this version, right ?)
3. Download a flashable stock ROM One_M8_4.16.401.10_stock_system_dump.zip from : http://forum.xda-developers.com/showthread.php?t=2694994
4. Boot to recovery and connect to PC, In TWRP recovery select Mount and enable MTP, you should be able to open internal storage or MicroSD on your PC
5. Transfer the downloaded One_M8_4.16.401.10_stock_system_dump.zip to Internal Storage or MicroSD
6. In recovery, select Install and select One_M8_4.16.401.10_stock_system_dump.zip then swipe to install
7. Reboot
Thank You.
ckpv5 said:
Did you do fastboot oem rebootRUU before fastboot flash zip ruu.zip ?
Let's do a different way, the simplest one.
1. Re-unlock your bootloader
2. Make sure you have TWRP 2.8.4.0 or 2.8.5.0 installed (I mentioned many times about this version, right ?)
3. Download a flashable stock ROM One_M8_4.16.401.10_stock_system_dump.zip from : http://forum.xda-developers.com/showthread.php?t=2694994
4. Boot to recovery and connect to PC, In TWRP recovery select Mount and enable MTP, you should be able to open internal storage or MicroSD on your PC
5. Transfer the downloaded One_M8_4.16.401.10_stock_system_dump.zip to Internal Storage or MicroSD
6. In recovery, select Install and select One_M8_4.16.401.10_stock_system_dump.zip then swipe to install
7. Reboot
Click to expand...
Click to collapse
Thank you so much for your help. My phone is now on Lollipop and rooted and working fine.
Kinda in the same problem...
Hi ckpv5, I wonder if you can help me...having the same problems...but I need some guidance.
I'll try to give you all the info:
fastboot getvar all:
version: 0.5
version-bootloader: 3.16.0.0000
version-baseband: 1.16.21331931.LA11G
version-cpld: None
version-microp: None
version-main:
version-misc: PVT SHIP S-ON
serialno: HT43TWM0xxxx
meid: 00000000000000
product: m8_ul_ca
platform: hTCBmsm8974
modelid: 0P6B12000
cidnum: CWS__001
battery-status: good
battery-voltage: 0mV
partition-layout: Generic
security: on
build-mode: SHIP
boot-mode: FASTBOOT
commitno-bootloader: c3d94491
hbootpreupdate: 11
gencheckpt: 0
TWRP 2.7.0.1 - I know it's old and buggy but flashing a newer one, even though it flashes ok, it wont load.
The phone is Tampered - Unlocked with S-On
After unlocking and flashing TWRP, I flashed custom ROM MaximusHD, it worked but as I didnt that it needed newer firmware, wifi wasnt working, tried to restart the phone and it entered in a boot loop.
Then flashed: http://forum.xda-developers.com/showthread.php?t=2699186
But it wont boot...
Could you please help me?
Thanks in advance
macdo said:
Hi ckpv5, I wonder if you can help me...having the same problems...but I need some guidance.
I'll try to give you all the info:
fastboot getvar all:
version-bootloader: 3.16.0.0000
product: m8_ul_ca
modelid: 0P6B12000
cidnum: CWS__001
Click to expand...
Click to collapse
You have a AT&T device.
Just relocked bootloader - fastboot oem lock
Then run RUU (select run as administrator in Windows context menu) : http://dl3.htc.com/application/RUU_...40.34.C35006.02_F_release_407726_signed_2.exe
This will update your device with stock 3.42.502.1 (4.4.4)
Thanks for the fast answer, I'll it and report back!
---------- Post added at 02:20 PM ---------- Previous post was at 02:16 PM ----------
ckpv5 said:
You have a AT&T device.
Just relocked bootloader - fastboot oem lock
Then run RUU (select run as administrator in Windows context menu) : http://dl3.htc.com/application/RUU_...40.34.C35006.02_F_release_407726_signed_2.exe
This will update your device with stock 3.42.502.1 (4.4.4)
Click to expand...
Click to collapse
After fastboot oem lock, I got this:
(bootloader) [PGFS] partition_update_pgfs: pg1fs_security
(bootloader) Lock successfully...
(bootloader) deinit_lcd
(bootloader) mipi display off
(bootloader) mdp_clock_off
(bootloader) turn off fd8c2308 failed 1 times. Try again...
(bootloader) disable_mmss_clk done
(bootloader) pll1_disable done
(bootloader) TZ_HTC_SVC_DISABLE ret = 536739196 (0x1FFDFD7C)
(bootloader) [CRITICAL] SPMI write command failure: cmd_id = 0, error
(bootloader) = 4
(bootloader) [CRITICAL] SPMI write command failure: cmd_id = 0, error
(bootloader) = 4
(bootloader) [INFO] Rebooting device
FAILED (status read failed (No such file or directory))
finished. total time: 1.139s
And rebooted to bootloader now, it says:
Tampered
Relocked
Security Warning
Is it ok? (btw, im downloading ruu)
Thank you so much!
[RUU][GUIDE][AT&T][S-OFF][2.09.502.3] Return Your AT&T EYE Back To 100% Stock.!!!
This guide will allow you to return your AT&T , HTC Desire EYE device to 100% stock (inc. locking the bootloader and removing the tampered flag ) for resale purposes or to return to HTC.. Or to be up to date with firmware, or to even take latest OTA's without a HICKUP... It does require you to be S-OFF for some methods...... Step 4 can work on s-on phone longs you have the correct CID, Stock Recovery, Relocked Bootloader.
This process applies to the following CIDs:
CWS__001
11111111
Please Don't Continue if you dont know what your doing.!!!!!
Downloads:
Rom.zip - MEGA
Stock Recovery - MEGA
HTC Sync Manager - htc.com ( (install it for the drivers and then uninstall it but leave the drivers on your PC)
1. Change the CID (if required)(S-OFF NEEDED)
Now we're in the bootloader and we are S-OFF, it's best we reset the CID so moving forward things are easy. To do this, you just need to use
Code:
fastboot oem writecid CWS__001
Or whichever CID your device originally came with from the list at the beginning of this guide. Once you've reset the CID, reboot the bootloader to confirm the changes using
Code:
fastboot reboot-bootloader
2. Flashing Stock Recovery
This is probably not needed , but i myself do this just in case. To flash recovery , please use this command
Code:
fastboot flash recovery desire-eye_recovery.img
3. Relocking BootLoader
We need to relock bootloader in order to proceed with this guide. To relock bootloader please boot phone into bootloader and then selecting fastboot.. Now enter this command
Code:
fastboot oem lock
Then enter command
Code:
fastboot reboot-bootloader
Confirm that bootloader says **RELOCKED**
4. Flashing the RUU
Their Are 2 Methods On Flashing RUU with Seperate Each Method.
*S-On - Need to Have Stock Recovery, Correct CID , And Relocked Bootloader
**S-Off - Needs Stock Recovery, Original CID or SuperCID, Relocked Bootloader
Method 1 : ( Works with S-On and S-Off)
We are now at the point where we can flash the RUU and restore the phone to 100% stock. To do this, we first need to boot the phone into RUU mode using the command
Code:
fastboot oem rebootRUU
Once in RUU mode, you'll see a silver HTC logo on the phone and that's it. At this point, we now use fastboot commands to flash the rom.zip file using the command
Code:
fastboot flash zip rom.zip
This process will take a few minutes, and the phone will reboot a few times but once done it'll say complete. At this point, reboot the phone back to the bootloader using
Code:
fastboot reboot-bootloader
Method 2 : ( Works with S-On And S-Off )
Download rom.zip
Once rom.zip is done downloading, we now need to move it to your external SDcard
Rename rom.zip too "0PFHIMG.zip"
Reboot into Hboot, and as it's rebooting put the sdcard back in the phone. It should automatically detect the RUU file and flash it.
5. Factory reset the device *** OPTIONAL ***
Having flashed the RUU, I always prefer to do a factory reset to make sure everything is in order. To do this, boot into the stock recovery and once at the black screen hold volume up and press power to get into the menu and then select 'wipe data/factory reset' using the volume buttons and use power to select the option.
6. Reboot the phone)
Firmware Upgrade / Re-Installation
This Is AT&T 2.09.502.3 Lollipop Firmware.!!!
Flashing Instructions :
Code:
*** Boot into Bootloader/Fastboot USB Mode ***
Step 1)[B] fastboot oem rebootRUU[/B]
*** Wait for the device to reboot to a black screen with an HTC logo ***
Step 2) [B]fastboot flash zip [URL="https://mega.nz/#!RxgwWJTL!C-JNvSSRb_ttjBLT9HrqpG3gN_2wKBjqvaOUsWRDCbU"]att-2.09.502.3_lollipop_firmware.zip[/URL][/B]
*** When it says it is done in the terminal/cmdprompt execute the following ***
[The green bar only fills up about 75% of the way]
Step 3) [B]fastboot reboot-bootloader[/B]
No Red Text - Hboot Mod
Code:
*** Boot into Bootloader/Fastboot USB Mode ***
Step 1)[B] fastboot oem rebootRUU[/B]
*** Wait for the device to reboot to a black screen with an HTC logo ***
Step 2) [B]fastboot flash zip [URL="https://mega.nz/#!15IAnKbI!dkLKMjlpUtMDQ2FK9LuYCUXM8gqwJoKY31EJBhNq4r8"]att-2.09.502.3_lollipop_NRT-hboot.zip[/URL][/B]
*** When it says it is done in the terminal/cmdprompt execute the following ***
[The green bar only fills up about 75% of the way]
Step 3) [B]fastboot reboot-bootloader[/B]
I can't open rom.zip isn't it broken?
suziqqq1 said:
I can't open rom.zip isn't it broken?
Click to expand...
Click to collapse
It's encrypted.. no need to open it.. just flash in fastboot
Sent from my HTC One_M8 using Tapatalk
xXminiWHOOPERxX said:
It's encrypted.. no need to open it.. just flash in fastboot
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Are you still going to write a guide for conversion to international model for s-off phones?
Rouz. said:
Are you still going to write a guide for conversion to international model for s-off phones?
Click to expand...
Click to collapse
Yes but as you see I'm busy with GPE , and now sense for multiple msm8874 devices... and then my kernel. Be patient please as I'm only one person
Sent from my HTC One_E8 using Tapatalk
Very good and usefull post for thoses who need it. Thanks for the continued support ans dedication to this device
Sorry, guys, i have some problems with it. I mean, I managed to complete all steps, and flashed the rom. But I cannot flash the firmware (maybe cuz my phone is S-On). And as a result (as I think, cuz I don't see any other option), cpu is overloaded, my phone is overheated, and battery is just melting.
I've read on M8 forum that S-On phones still can flash firmware, but only if it is signed... And, the flashing result (error 12 or 99 in fastboot), this one seems to be not signed.
Do you have any ideas how to flash it in my situation?
Anyway. thanks again for awesome stuff!
xXminiWHOOPERxX said:
Firmware Upgrade / Re-Installation
This Is AT&T 2.09.502.3 Lollipop Firmware.!!!
Flashing Instructions :
Code:
*** Boot into Bootloader/Fastboot USB Mode ***
Step 1)[B] fastboot oem rebootRUU[/B]
*** Wait for the device to reboot to a black screen with an HTC logo ***
Step 2) [B]fastboot flash zip [URL="https://mega.nz/#!RxgwWJTL!C-JNvSSRb_ttjBLT9HrqpG3gN_2wKBjqvaOUsWRDCbU"]att-2.09.502.3_lollipop_firmware.zip[/URL][/B]
*** When it says it is done in the terminal/cmdprompt execute the following ***
[The green bar only fills up about 75% of the way]
Step 3) [B]fastboot reboot-bootloader[/B]
No Red Text - Hboot Mod
Code:
*** Boot into Bootloader/Fastboot USB Mode ***
Step 1)[B] fastboot oem rebootRUU[/B]
*** Wait for the device to reboot to a black screen with an HTC logo ***
Step 2) [B]fastboot flash zip [URL="https://mega.nz/#!15IAnKbI!dkLKMjlpUtMDQ2FK9LuYCUXM8gqwJoKY31EJBhNq4r8"]att-2.09.502.3_lollipop_NRT-hboot.zip[/URL][/B]
*** When it says it is done in the terminal/cmdprompt execute the following ***
[The green bar only fills up about 75% of the way]
Step 3) [B]fastboot reboot-bootloader[/B]
Click to expand...
Click to collapse
Mini, you rock. This firmware saved my device. I was trying to "debrand" my Desire EYE (UL_CA) variant, so that I could OTA to latest official Marshmallow, I flashed European 2.19 firmware and ROM, but I lost signal, the phone was stuck in Aeroplane Mode. Do you know if there is any way to "convert" my AT&T Eye into an international one? Of course I have S-OFF and SuperCID (or whichever CID I need).
If there's a way and you know it, could you please point me in the right direction? Thank you sooooo much.
j.weber said:
Mini, you rock. This firmware saved my device. I was trying to "debrand" my Desire EYE (UL_CA) variant, so that I could OTA to latest official Marshmallow, I flashed European 2.19 firmware and ROM, but I lost signal, the phone was stuck in Aeroplane Mode. Do you know if there is any way to "convert" my AT&T Eye into an international one? Of course I have S-OFF and SuperCID (or whichever CID I need).
If there's a way and you know it, could you please point me in the right direction? Thank you sooooo much.
Click to expand...
Click to collapse
Yes I will once my pc is up and running...
Help
xXminiWHOOPERxX said:
Yes I will once my pc is up and running...
Click to expand...
Click to collapse
Hey just a couple of questions.
My device is internationally unlocked.
I recently upgraded to marshmallow and since that the phone has been a nightmare.
Will this stock reset work for me? being on marshmallow?
And if possible can you make a video tutorial or a simpler guide as I'm a noob.
Please reply thanks
Help pleaseeeee
"Wrong zipped image!"
tried your rom.zip, another RUU(v. 1.2 something) file rename to zip and the most recent one (v.2.09) from htc, tried both method (fastboot and RUU).
"target reported max download size of 1826418688 bytes"
error cannot load
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: [email protected]
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.09.502.3
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: FA5APY800385
(bootloader) imei: 355281061120058
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: eye_ul_ca
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0PFH10000
(bootloader) cidnum: CWS__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: RUU
(bootloader) commitno-bootloader: f43ad28a
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
It finally worked, I simply had to reboot twice after relocking.
DoctorPINK said:
"Wrong zipped image!"
tried your rom.zip, another RUU(v. 1.2 something) file rename to zip and the most recent one (v.2.09) from htc, tried both method (fastboot and RUU).
"target reported max download size of 1826418688 bytes"
error cannot load
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: [email protected]
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.09.502.3
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: FA5APY800385
(bootloader) imei: 355281061120058
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: eye_ul_ca
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0PFH10000
(bootloader) cidnum: CWS__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: RUU
(bootloader) commitno-bootloader: f43ad28a
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
It finally worked, I simply had to reboot twice after relocking.
Click to expand...
Click to collapse
@xXminiWHOOPERxX Hi, Im running into issues trying to get the ruu zip to run as well as the zip to change the firmware back to lollipop. I am s-off, relocked bootloader, and returned cid to CWS__001 for att. I even re-downloaded the zips and tried. Any help is greatly appreciated
@xXminiWHOOPERxX I have all your steps to return my att eye to stock. Everything goes fine, changed cid from super to cws__001. Flashed stock recovery, but can't get rom.zip or the firmware zip to flash. Followed each step as you have in thread. My only goal here is to get back on the lollipop firmware. Any ideas or suggestions would be greatly appreciated. Thank you
eckharttim said:
@xXminiWHOOPERxX I have all your steps to return my att eye to stock. Everything goes fine, changed cid from super to cws__001. Flashed stock recovery, but can't get rom.zip or the firmware zip to flash. Followed each step as you have in thread. My only goal here is to get back on the lollipop firmware. Any ideas or suggestions would be greatly appreciated. Thank you
Click to expand...
Click to collapse
When I get my desire eye back I'll reamp this thread and make sure everything is working... sorry that I've been neglecting my threads
Sent from my HTC6525LVW using Tapatalk
xXminiWHOOPERxX said:
When I get my desire eye back I'll reamp this thread and make sure everything is working... sorry that I've been neglecting my threads
Sent from my HTC6525LVW using Tapatalk
Click to expand...
Click to collapse
Thank you, I appreciate your response.
eckharttim said:
Thank you, I appreciate your response.
Click to expand...
Click to collapse
Once you have flashed the stock recovery, and re-locked your bootloader, you should be able to run the RUU update (.exe's). I was able to flash RUU_EYE[email protected]50528.2A_40.50.C33069.02_F_release_448671_signed_2 downloaded directly from HTC's Rom Download page.
Hello.
Im in a bootloop and cant get in the recovery mode. Its stays in a splash screen if i wanna go into recovery. I also cant find a rom with a cid htc-031.
Who can please help me with this ?
Cheers
Tankdop78 said:
Hello.
Im in a bootloop and cant get in the recovery mode. Its stays in a splash screen if i wanna go into recovery. I also cant find a rom with a cid htc-031.
Who can please help me with this ?
Cheers
Click to expand...
Click to collapse
Your recovery is corrupted, just download twrp from their official site and install it via ADB.I trust once you get a custom recovery working you know what to do next?
Ty for the reply.
Which custom recovery do i need from the cid i have... ?
Custom recovery won't do any good for you ...
Just read this thread - http://forum.xda-developers.com/htc-one-m8/one-m8s-general/make-custom-recovery-htc-one-m8s-t3114245
then install 2.10.401.1 RUU ... that's for CID HTC__031 provided you not yet OTA to recent update 2.20.401.1
You can read this too - http://forum.xda-developers.com/htc...able-to-install-m8s-ota-update-v2-20-t3513297
ckpv5 said:
Custom recovery won't do any good for you ...
Just read this thread - http://forum.xda-developers.com/htc-one-m8/one-m8s-general/make-custom-recovery-htc-one-m8s-t3114245
then install 2.10.401.1 RUU ... that's for CID HTC__031 provided you not yet OTA to recent update 2.20.401.1
You can read this too - http://forum.xda-developers.com/htc...able-to-install-m8s-ota-update-v2-20-t3513297
Click to expand...
Click to collapse
Also ty for the reply...
Ive Read that i must the phone me s-off. Is that true ? I tried that with some progams but nothing seems to work ...
Not true .. you don't need s-off. What you need is a LOCKED or RELOCKED bootloader.
And the correct method.
Post fastboot getvar all result (delete serial & imei no.) then we'll see which one that you need.
ckpv5 said:
Not true .. you don't need s-off. What you need is a LOCKED or RELOCKED bootloader.
And the correct method.
Post fastboot getvar all result (delete serial & imei no.) then we'll see which one that you need.
Click to expand...
Click to collapse
This is what i get...
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: [email protected]
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.10.401.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8ql_ul
(bootloader) platform: hTCBmsm8939
(bootloader) modelid: 0PKV10000
(bootloader) cidnum: HTC__031
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 0b9a12e3
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
(bootloader) mfg-name: 0001
I was right in earlier post.
1. You need to download the 0PKVIMG_M8_QL_UL_M60_SENSE70_HTC_Europe_2.10.401.1 _Radio_1.0.U20410.1 @ 60201_20.05_018_F_release_479349_combined_signed.zip from the first link that I mentioned above.
2. Rename the RUU zip to 0PKVIMG.zip and place it on the root of your microSD
3. Boot to bootloader select hboot, it will scan the 0PKVIMG.zip and ask you to update. Volume up to update ..let it done until it finished. Then reboot.
Note : You never say anything about your current bootloader. Is it LOCKED or UNLOCKED ? If it is UNLOCKED, you need to relock it first before you run the procedure. But I assume it is LOCKED as you don't know about custom recovery as in your post.
ckpv5 said:
I was right in earlier post.
1. You need to download the 0PKVIMG_M8_QL_UL_M60_SENSE70_HTC_Europe_2.10.401.1 _Radio_1.0.U20410.1 @ 60201_20.05_018_F_release_479349_combined_signed.zip from the first link that I mentioned above.
2. Rename the RUU zip to 0PKVIMG.zip and place it on the root of your microSD
3. Boot to bootloader select hboot, it will scan the 0PKVIMG.zip and ask you to update. Volume up to update ..let it done until it finished. Then reboot.
Note : You never say anything about your current bootloader. Is it LOCKED or UNLOCKED ? If it is UNLOCKED, you need to relock it first before you run the procedure. But I assume it is LOCKED as you don't know about custom recovery as in your post.
Click to expand...
Click to collapse
It says *** Relocked *** i think that is good ?
I found it and did what u said. But it say "no gift file" , "no image"", "Wrong Image" etc....
Tankdop78 said:
It says *** Relocked *** i think that is good ?
I found it and did what u said. But it say "no gift file" , "no image"", "Wrong Image" etc....
Click to expand...
Click to collapse
I can't access that site ... can't check the file.
Read this - http://forum.xda-developers.com/showpost.php?p=70051683&postcount=18 (it was the second link that I gave earlier)
Do you download from the correct folder - Firmware (Expert) -> Firmware Crypted (Original HTC)
Also check whether it's a zip in a zip .. if it is, you need to extract the RUU zip from the first zip (I remember this is the way they put the zip)
U were righ. It was zip.zip.
As it seems its fixed now !
Ty for the help and the time ! Wish u all the best.
Cheers
All I know:
- On normal boot its stuck in HTC logo
- When in fastboot and trying to go into recovery it restarts my fastboot menu
- Adb, fastboot and ruu don't detect it
- Shows in device manager as Android USB Device
- Software status: Modified and Relocked
What I tried:
- Connecting to the pc and trying to do anything with adb
- Placing recovery image and rom files on sdcard and switching between HBOOT and Fastboot as its scanns for zip files but after it loads the file and checks it, device gets rebooted and once again stuck on logo
Need help, I'm looking for solution for last 4 days
HICIOR103 said:
All I know:
- On normal boot its stuck in HTC logo
- When in fastboot and trying to go into recovery it restarts my fastboot menu
- Adb, fastboot and ruu don't detect it
- Shows in device manager as Android USB Device
- Software status: Modified and Relocked
What I tried:
- Connecting to the pc and trying to do anything with adb
- Placing recovery image and rom files on sdcard and switching between HBOOT and Fastboot as its scanns for zip files but after it loads the file and checks it, device gets rebooted and once again stuck on logo
Need help, I'm looking for solution for last 4 days
Click to expand...
Click to collapse
Which phone model? HTC Desire 820n 1-sim or other
It's normal desire 820, single sim.
HICIOR103 said:
It's normal desire 820, single sim.
Click to expand...
Click to collapse
(fastboot and ruu don't detect it) rename the downloaded firmware in 0PFJIMG.zip 1. Download the firmware 0PFJIMG.zip https://yadi.sk/d/lWwMzPdNuHc3X 2. Do not unpack, rename the downloaded firmware in 0PFJIMG.zip, put 0PFJIMG.zip on a removable memory card and remove it from the phone (because when you enter the phone in bootloader mode (Bootloader),HBOOT begin to establish position on the removable memory card 0PF IMG.zip)3.Enable developer mode in your phone settings, turn on usb debugging 3. If installed TWRP-recovery you need to install the stock-recovery https://yadi.sk/d/v5Yp8iAtuHdQE The phone must be loaded into the bootloader mode (Bootloader),fast usb connected to the computer and 4. On your computer open the folder to download the program (flash- stock recovery 6.0.1) click the mouse on the flash icon -recovery (Figure 2 wheel) to select the letter f in the menu, starts flashing stock recovery 6.0.block loader (Bootloader)
block the program(WinDroid Universal Android Toolkit v2.6) https://yadi.sk/d/RqmYmwrdriTaX When the boot loader (Bootloader) phone will be locked in the boot can be(not critical)8.After loader lock insert a removable memory card and go into bootloader mode (Bootloader),HBOOT begin checking 0PFJIMG.zip firmware and prompts you to install, click the Volume +, you need to wait for 25-30 minutes, the phone while firmware is not touched !!!
vuk1963 said:
(fastboot and ruu don't detect it) rename the downloaded firmware in 0PFJIMG.zip 1. Download the firmware 0PFJIMG.zip https://yadi.sk/d/lWwMzPdNuHc3X 2. Do not unpack, rename the downloaded firmware in 0PFJIMG.zip, put 0PFJIMG.zip on a removable memory card and remove it from the phone (because when you enter the phone in bootloader mode (Bootloader),HBOOT begin to establish position on the removable memory card 0PF IMG.zip)3.Enable developer mode in your phone settings, turn on usb debugging 3. If installed TWRP-recovery you need to install the stock-recovery https://yadi.sk/d/v5Yp8iAtuHdQE The phone must be loaded into the bootloader mode (Bootloader),fast usb connected to the computer and 4. On your computer open the folder to download the program (flash- stock recovery 6.0.1) click the mouse on the flash icon -recovery (Figure 2 wheel) to select the letter f in the menu, starts flashing stock recovery 6.0.block loader (Bootloader)
block the program(WinDroid Universal Android Toolkit v2.6) https://yadi.sk/d/RqmYmwrdriTaX When the boot loader (Bootloader) phone will be locked in the boot can be(not critical)8.After loader lock insert a removable memory card and go into bootloader mode (Bootloader),HBOOT begin checking 0PFJIMG.zip firmware and prompts you to install, click the Volume +, you need to wait for 25-30 minutes, the phone while firmware is not touched !!!
Click to expand...
Click to collapse
You are a god, thank you very very much
820u A51 dtul
vuk1963 said:
(fastboot and ruu don't detect it) rename the downloaded firmware in 0PFJIMG.zip 1. Download the firmware 0PFJIMG.zip https://yadi.sk/d/lWwMzPdNuHc3X 2. Do not unpack, rename the downloaded firmware in 0PFJIMG.zip, put 0PFJIMG.zip on a removable memory card and remove it from the phone (because when you enter the phone in bootloader mode (Bootloader),HBOOT begin to establish position on the removable memory card 0PF IMG.zip)3.Enable developer mode in your phone settings, turn on usb debugging 3. If installed TWRP-recovery you need to install the stock-recovery https://yadi.sk/d/v5Yp8iAtuHdQE The phone must be loaded into the bootloader mode (Bootloader),fast usb connected to the computer and 4. On your computer open the folder to download the program (flash- stock recovery 6.0.1) click the mouse on the flash icon -recovery (Figure 2 wheel) to select the letter f in the menu, starts flashing stock recovery 6.0.block loader (Bootloader)
block the program(WinDroid Universal Android Toolkit v2.6) https://yadi.sk/d/RqmYmwrdriTaX When the boot loader (Bootloader) phone will be locked in the boot can be(not critical)8.After loader lock insert a removable memory card and go into bootloader mode (Bootloader),HBOOT begin checking 0PFJIMG.zip firmware and prompts you to install, click the Volume +, you need to wait for 25-30 minutes, the phone while firmware is not touched !!!
Click to expand...
Click to collapse
hey there i m facing the same problem though I am unable to find the stock rom for 820 mine is dual sim. qualcomm one 4.4.4 if u have any links for it the links i found are of mega which are dead.
version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: 01.01.010_U10305041_08.01.51015
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.17.720.3
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT4AXYC0
(bootloader) imei: 3549
(bootloader) imei2: 3549
(bootloader) meid: 00000000000000
(bootloader) product: a51_dtul
(bootloader) platform: hTCBmsm8939
(bootloader) modelid: 0PFJ10000
(bootloader) cidnum: HTC__038
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 9cf29e72
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
(bootloader) mfg-name:
all: Done!
finished. total time: 0.154s
I unlocked the bootloader, relocked, modified tired rooting but not succeeded & upgrading to marshmellow as well as lolipop too nothing happened its still in boot loop. stuck there searching for a week now nothing works.