Bootloop because of wanting update - HTC Desire 601

Hi guys,
I'm currently on JB 4.2.2 with S-OFF and I deciced to go back to stock to update to KK. But, since I'm S-Off, and the stock rom has the hcheck file, I'm now bootlooping. Can I remove the hcheck file, flash stock recovery, lock bootloader and then install the OTA? Or doesn't the OTA install because of the missing hcheck file? And if yes, how then can I update to KK??
Thanks in advance!

Copy the hcheck file to the external sd card via file manager in twrp then u can delete it from /system/bin via file manager in twrp then boot into android and flash a stock recovery then relock the bootloader. Copy the hcheck file back to /system/bin then u can update the kk

Child's Play said:
Copy the hcheck file to the external sd card or pc then u can delete it via file manager in twrp then boot into android and flash a stock recovery then relock the bootloader. Copy the hcheck file back to /system/bin then u can update the kk
Click to expand...
Click to collapse
Wat do you mean by "boot into android"? Just reboot the phone?
And copy the hcheck back would be in adb: adb push hcheck /system/bin ? I've never pulled or pushed a file.
And if I have placed It back, don't I have the bootloop anymore?
I also found this: http://android-revolution-hd.blogspot.nl/2013/03/negative-effects-of-unlocked-bootloader.html
Can I just flash stock recovery and with unlocked bootloader use these commands: fastboot oem rebootRUU and flash originally signed firmware.zip (from OTA update) using fastboot flash zip firmware.zip? Or is that not possible?

Smellie2 said:
Wat do you mean by "boot into android"? Just reboot the phone?
And copy the hcheck back would be in adb: adb push hcheck /system/bin ? I've never pulled or pushed a file.
And if I have placed It back, don't I have the bootloop anymore?
I also found this: http://android-revolution-hd.blogspot.nl/2013/03/negative-effects-of-unlocked-bootloader.html
Can I just flash stock recovery and with unlocked bootloader use these commands: fastboot oem rebootRUU and flash originally signed firmware.zip (from OTA update) using fastboot flash zip firmware.zip? Or is that not possible?
Click to expand...
Click to collapse
yes reboot the phone. u copy the hcheck file back via file manager in twrp. u can do that but u already received the ota update. if not, go to settings and tap "system updates" then tap "htc software update"

Child's Play said:
yes reboot the phone. u copy the hcheck file back via file manager in twrp. u can do that but u already received the ota update. if not, go to settings and tap "system updates" then tap "htc software update"
Click to expand...
Click to collapse
That's not working. I locked the bootloader, copied back the file with twrp, and now I cannot flash the stock recovey. It says FAILED (remote: not allowed). What can I do now? The OTA doesn't work without the stock recovery.
EDIT: I unlocked again, flashed the stock recovery and locked again. Now let's see if the OTA works!

Related

[Q] 4.03.605.2 w/ just root?

I'm looking for 4.03.605.2 with just root, any rom out there like that? I just want to be on 4.03.605.2 w/ root and 2.27 hboot. If there isnt a rom out do I just flash the 4.03.605.2 RUU? How do I get recovery and root? And btw 4.03.605.2 is the most up to date RUU, correct?
It is the most recent ruu but an ota update was released not to long ago but feedback from the ota update isn't so good, BTW you gain root from in the recovery. You flash recoverys through fast boot commands but I forgot what they are since I haven't had to re root in a long time but they should be in the recovery thread but if not than Google or something
Edit: forgot to answer part of the question Lol but yeah flashing the latest ruu will give 2.27 hboot and you can choose a ROM after that or you can stick with stock
Sent from my ADR6425LVW using xda app-developers app
If you just want root, just unlock, install a custom recovery, and flash SuperSU. That's all it takes.
shrike1978 said:
If you just want root, just unlock, install a custom recovery, and flash SuperSU. That's all it takes.
Click to expand...
Click to collapse
im already s-off. im currently on inf deus with jupiterbear 2.25hboot.
so all i do flash ruu? then flash a recovery and superSU? where can i get flashable zips of recovery and SU? i just want to get back to 4.03.605.2 stock w root.
whyr you on 2.25 hboot? wer you getting the OTA update? cuzz if you did the latest ruu will over write that and also give 2.27
but here is the thread for recovery http://forum.xda-developers.com/showthread.php?t=1339679
scroll to the bottom of post 1 and get v3.16 that's the latest
heres the latest Ruu http://www.androidpolice.com/2012/0...ull-ruu-build-4-03-605-2-for-the-htc-rezound/
theirs 5 mirrors of it so check each one some are slower than others based on how far the server is from where you are
then to root just go to recovery and select "Developer Menu" than select "install su & Superuser" dont select the unguarded version!
than when you reboot to the stock Rom make sure to install a superuser app to take control of root
bunchies said:
whyr you on 2.25 hboot? wer you getting the OTA update? cuzz if you did the latest ruu will over write that and also give 2.27
but here is the thread for recovery http://forum.xda-developers.com/showthread.php?t=1339679
scroll to the bottom of post 1 and get v3.16 that's the latest
heres the latest Ruu http://www.androidpolice.com/2012/0...ull-ruu-build-4-03-605-2-for-the-htc-rezound/
theirs 5 mirrors of it so check each one some are slower than others based on how far the server is from where you are
then to root just go to recovery and select "Developer Menu" than select "install su & Superuser" dont select the unguarded version!
than when you reboot to the stock Rom make sure to install a superuser app to take control of root
Click to expand...
Click to collapse
but after i flash the ruu how do i flash recovery i wont have root? can i just put the PH98IMG.zip from http://forum.xda-developers.com/showthread.php?t=1339679 here on my sdcard?
xXezmacXx said:
but after i flash the ruu how do i flash recovery i wont have root?
Click to expand...
Click to collapse
go into bootloader and select fastboot
connect phone to pc. (im assuming you already have htc sync software installed)
download this: http://www.mediafire.com/?4dx982z93w8z7wk - its adb. it pushes files to your phone. if you have it than skip the download
after adb zip was extracted do Shift+Right Click and open new command window
befor typing commands copy the recovery zip to the adb folder
type the fallowing commands
fastboot devices
fastboot flash recovery recovery-ra-vigor-3.16-gnm.img
fastboot reboot
EDIT: if it doesn't work than try extracting the img file out of the "recovery-ra-vigor-3.16-gnm.img zip" and putting it in the adb folder
also the PH98IMG.zip wont work on your phone unless you are s-off
bunchies said:
go into bootloader and select fastboot
connect phone to pc. (im assuming you already have htc sync software installed)
download this: http://www.mediafire.com/?4dx982z93w8z7wk - its adb. it pushes files to your phone. if you have it than skip the download
after adb zip was extracted do Shift+Right Click and open new command window
befor typing commands copy the recovery zip to the adb folder
type the fallowing commands
fastboot devices
fastboot flash recovery recovery-ra-vigor-3.16-gnm.img
fastboot reboot
EDIT: if it doesn't work than try extracting the img file out of the "recovery-ra-vigor-3.16-gnm.img zip" and putting it in the adb folder
also the PH98IMG.zip wont work on your phone unless you are s-off
Click to expand...
Click to collapse
I think the OP needs to do the PH98IMG.zip of the recovery from the SD card in the Bootloader, because without a modified HBOOT he won't be able to use adb commands, IIRC

Unable to Install Global Update

I am running a rooted Rez with Amon Ra Recovery which is otherwise stock ICS. I have tried three times to install the latest Global OTA. Each time the install fails after an attempt is made to install the downloaded package. The phone reboots into Amon Ra and I see the following messages.
Installing Update
Wrong Task ID 221384E: Error in /cache/fumo/OTAPkg.zip
Status 1
Installation Aborted
Anyone know what is happening? Thanks in advance for the help.
You need the stock recovery to do update....
Sent from my SCH-1605 / Galaxy Note 2 using Tapatalk v 2.4.13
more
Found out hard way: you can't just be on the last official RUU (3.14.605.12) to get the new update from Verizon.
ALSO dammit you have to have previously taken the small February update to 3.14.605.13. The update's name mentions
605.13 in its title. The problem is that you can't get that little update anymore!!!!
Those of us with only 605.12 may have to wait until the next RUU is issued. Gripes me.
You realise someone posted the full ruu zip in this thread. You don't have to get it from software update thing
Sent from my ADR6425LVW using xda app-developers app
tried that
still looks for 605.13 and craps out with an error message!
how to solve that
In February, Flyhalf205 uploaded the 605.13 OTA.zip in another thread.
The one I could not find anywhere.
You take that little one, rename it update.zip, and flash in hboot.
Do a factory reset and it'll boot up.
Then you can get the current OTA from Verizon.
13 zip is here
13 zip
http://forum.xda-developers.com/showthread.php?p=40819479
Sent from my SCH-1605 / Galaxy Note 2 using Tapatalk v 2.4.13
Here is the FIX
michaelbsheldon said:
still looks for 605.13 and craps out with an error message!
Click to expand...
Click to collapse
Download the PH98IMG.zip in the Attachment and put it on your SD Card
1. Flash the above file in Hboot and delete it after done flashing
2. Put the new update.zip on to your SD card.
3. Reboot into Bootloader and choose Recovery
4. It will flash the new update.
5. Download the new.global.firm.PH98IMG.zip from HERE ,rename it to PH98IMG.zip and flash it in Hboot to get the latest Hboot, Radio, ......
6. Done
Just to Be Sure
I managed to get the OTA getting me to 605.13. So if I want to get to 605.14, do I just get the new firmware zip file, rename it, place it onto the sd card, and install it in HBoot and I am good to go? Just checking to be sure. Thanks.
rjr1049 said:
I managed to get the OTA getting me to 605.13. So if I want to get to 605.14, do I just get the new firmware zip file, rename it, place it onto the sd card, and install it in HBoot and I am good to go? Just checking to be sure. Thanks.
Click to expand...
Click to collapse
I just tried but no go. It said there is no update script or something. Any solution?
nbhnohome said:
Download the PH98IMG.zip in the Attachment and put it on your SD Card
1. Flash the above file in Hboot and delete it after done flashing
2. Put the new update.zip on to your SD card.
3. Reboot into Bootloader and choose Recovery
4. It will flash the new update.
5. Download the new.global.firm.PH98IMG.zip from HERE ,rename it to PH98IMG.zip and flash it in Hboot to get the latest Hboot, Radio, ......
6. Done
Click to expand...
Click to collapse
Is this the same process if the device is s-on?
nissmo66 said:
Is this the same process if the device is s-on?
Click to expand...
Click to collapse
You can only use the official update with your bootloader locked and a non modified stock rom or you need to wait for a new RUU to come out.
mjones73 said:
You can only use the official update with your bootloader locked and a non modified stock rom or you need to wait for a new RUU to come out.
Click to expand...
Click to collapse
-or- s-off if s-off and on the latest ota it doesn't matter if you are locked or unlocked. You will need to flash a custom recovery and su when the ruu is done but the update will complete. You can also downgrade the bootloader (hboot) back to a modified one such as vinyl freaks if and only if s-off.
Sent from my Nexus 7 using Tapatalk HD
dottat said:
-or- s-off if s-off and on the latest ota it doesn't matter if you are locked or unlocked. You will need to flash a custom recovery and su when the ruu is done but the update will complete. You can also downgrade the bootloader (hboot) back to a modified one such as vinyl freaks if and only if s-off.
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
If you're s-off, you can flash the firmware on it's own and not have to touch the recovery...
mjones73 said:
If you're s-off, you can flash the firmware on it's own and not have to touch the recovery...
Click to expand...
Click to collapse
True also.....
Sent from my Nexus 7 using Tapatalk HD
to get stock recovery open the zip take the recovery and use fastboot and flash recovery.img right guys?
dcasun said:
to get stock recovery open the zip take the recovery and use fastboot and flash recovery.img right guys?
Click to expand...
Click to collapse
yes... put the recovery.img in the same directory as your fastboot command and from a command prompt (at the same directory as your fastboot.exe) issue the command fastboot flash recovery recovery.img
dottat said:
yes... put the recovery.img in the same directory as your fastboot command and from a command prompt (at the same directory as your fastboot.exe) issue the command fastboot flash recovery recovery.img
Click to expand...
Click to collapse
place the recovery.img in platform tools
type fastboot flash recovery recovery.img
and lock the bootloader
run the update
reunlock the bootloader
flash custom recovery
and done
dottat said:
yes... put the recovery.img in the same directory as your fastboot command and from a command prompt (at the same directory as your fastboot.exe) issue the command fastboot flash recovery recovery.img
Click to expand...
Click to collapse
I was on 605.13 stock ICS, rooted and with Amon Ra recovery. I grabbed the 605.12 recover and flashed it and relocked the boot loader. I have tried multiple times to run the OTA (both pulling from Verizon and by putting it on the SD card). It keeps failing with the same 'Wrong Task ID' error mentioned by OP. I even wiped the SD Card, did clear storage from stock recovery, a couple of factory resets to no avail.
Can someone help? Is it possible that the 605.13 OTA a month or so ago didn't install properly since I had Amon Ra. In Software it shows I am at 605.13 so I doubt that. But would you suggest running the 605.13 Update.zip manually and then try to pull the OTA?
misalies said:
I was on 605.13 stock ICS, rooted and with Amon Ra recovery. I grabbed the 605.12 recover and flashed it and relocked the boot loader. I have tried multiple times to run the OTA (both pulling from Verizon and by putting it on the SD card). It keeps failing with the same 'Wrong Task ID' error mentioned by OP. I even wiped the SD Card, did clear storage from stock recovery, a couple of factory resets to no avail.
Can someone help? Is it possible that the 605.13 OTA a month or so ago didn't install properly since I had Amon Ra. In Software it shows I am at 605.13 so I doubt that. But would you suggest running the 605.13 Update.zip manually and then try to pull the OTA?
Click to expand...
Click to collapse
You will need to relock the bootloader then run the 605.12 RUU and let that boot up and not modify anything then you will get the 605.13 update first and then the latest after that, that is how I got the update and had no problems at all.

[Help Me Pls] How to Back to Stock WITHOUT RUU / NANDROID

My International HOX+ (ENRC2B)
Bootloader unlocked
CWM Recovery installed
Stocked, Rooted
CID HTC_058
Got notified of 4.2.2 Sense 5 Official update.
So I flashed that download update zip file in Download folder via CWM, my bad.
I can't find any matched RUU nor I have any Nandroid backup.
How can I revert my phone back to stock?...
Will that update zip file contain stock boot and recovert .img files?
If so, how can I draw this file via ADB?
Pls help me.
Sent from my C6602 using Tapatalk 4
RE
zeyarwynntun said:
My International HOX+ (ENRC2B)
Bootloader unlocked
CWM Recovery installed
Stocked, Rooted
CID HTC_058
Got notified of 4.2.2 Sense 5 Official update.
So I flashed that download update zip file in Download folder via CWM, my bad.
I can't find any matched RUU nor I have any Nandroid backup.
How can I revert my phone back to stock?...
Will that update zip file contain stock boot and recovert .img files?
If so, how can I draw this file via ADB?
Pls help me.
Sent from my C6602 using Tapatalk 4
Click to expand...
Click to collapse
Hello, what exactly is the problem you are facing? what is the status of the device? Are you stuck in a bootloop? Can you enter bootloader and fastboot?
For that update you have to install Stock Recovery ...
JoHnGr0n3 said:
Hello, what exactly is the problem you are facing? what is the status of the device? Are you stuck in a bootloop? Can you enter bootloader and fastboot?
Click to expand...
Click to collapse
Stuck and Bootloop :[
Notechis said:
For that update you have to install Stock Recovery ...
Click to expand...
Click to collapse
Forgive me.
Pls tell me, Stock Recovery needs to be specific for CID / Firmware version / Region / HBoot ?
zeyarwynntun said:
Forgive me.
Pls tell me, Stock Recovery needs to be specific for CID / Firmware version / Region / HBoot ?
Click to expand...
Click to collapse
If you can access your phone via fastboot then you can revive it pretty quick.
If you cannot, then...... no need to say it
here are the steps to follow if you can use fastboot:
first of all you should prepare your files; you need the drivers for the device, adb and fastboot executable files, a ROM of your choice with the proper boot.img. Once you got those put them in one folder and proceed.
enter bootloader mode (volume down + power)
select fastboot mode
plug your usb cable to your PC
open a cmd window and navigate to your fastboot directory and execute this command: fastboot flash boot boot.img
now you should push a downloaded ROM to your internal sdcard with this command: adb push *here your ROM name.rar or .zip* storage/sdcard0/
if you get an error of not copying, the add a folder for example storage/sdcard0/Download/ or storage/sdcard0/DCIM/
then you can enter recovery and flash your ROM, you should do a wipe and install, then wipe cache and then reboot.
This should put your phone to work with whatever ROM you install, then to get to stock is another process which includes relocking the bootloader.
Please update so I can give you any more help.
NOTE: any rom you download should be compatible with your CID, check it via fastboot with this command: fastboot getvar cid. Also try to download ARHD from mike1986, in his thread you can find compatible CID. If not try to look for a rom compatible with your CID
Hello JoHnGr0n3,
i have same problem.
in phone was stock ROM, unlock bootloader, TWRP 2.6.1.0 (no nandroid backup )
After installing the official update 4.2.2. cant reboot system only white screen with HTC logo
i tried flash Revolution ROM with yours tutorial...
flash via fastboot
boot.img copied and flashed - OK
but i cant copied any file to "SD" card i used command: adb push Revolution.zip storage/sdcard0/DCIM and wrote me: error device not found
any ideas how to copy ROM on storage?
ENRC2B_U
CID: 032
HBOOT: 1.35
Im sorry for my bad English
If you have a zip (rom) file on your pc you can ADB sideload it. and pull out the boot.img of the rom. install the rom. read the fourth post of this
http://forum.xda-developers.com/showthread.php?t=2066390 Threat
I hope it works!
Correct me if i'm wrong!
THX
@hellboysz
Many thanks :victory:
this is working http://forum.xda-developers.com/showpost.php?p=35897893&postcount=4 :good:

[Q] Update to 5.12.502.2 with S-ON, possible ?

Hello,
My phone is at:
Android ver 4.4.2
Sense 6.0
Software ver ARHD 71.1 (ROM ver# 5.11.401.10)
HTC SDK API 6.20
Kernel 3.4.10-ElementalX-14.8
Baseband ver 4T.24.3218.09_10.26.1718.01L
S-ON (Unlocked via HTCDev)
HBOOT - 1.56
AT&T
How do I update my firmware to v5.12.502.2 with S-ON ? Is there a zip file that I can flash ?
Thank you in advance...
I updated ota after restoring my stock backup and stock recovery.
Sent from my HTC One
Clselfridge said:
I updated ota after restoring my stock backup and stock recovery.
Sent from my HTC One
Click to expand...
Click to collapse
Thanks !
I will give that a shot if nothing else works.
Yesterday, I extracted firmware.zip file from the AT&T OTA update released on June 5th (thanks to @xangel9626). I confirmed that MID and CID are matching in the android-info.txt. But when I flash it vai twrp, it keeps on failing. It seems custom recovery is not able to open it. I tried adb method and it also failed with error code -99.
st167 said:
Thanks !
I will give that a shot if nothing else works.
Yesterday, I extracted firmware.zip file from the AT&T OTA update released on June 5th (thanks to @xangel9626). I confirmed that MID and CID are matching in the android-info.txt. But when I flash it vai twrp, it keeps on failing. It seems custom recovery is not able to open it. I tried adb method and it also failed with error code -99.
Click to expand...
Click to collapse
Yes I believe you need stock recovery... Not sure though as I restored my stock everything and just let my phone ota itself.
Sent from my HTC One
st167 said:
Thanks !
I will give that a shot if nothing else works.
Yesterday, I extracted firmware.zip file from the AT&T OTA update released on June 5th (thanks to @xangel9626). I confirmed that MID and CID are matching in the android-info.txt. But when I flash it vai twrp, it keeps on failing. It seems custom recovery is not able to open it. I tried adb method and it also failed with error code -99.
Click to expand...
Click to collapse
go read again the instructions to flash firmware
http://forum.xda-developers.com/showthread.php?t=2365506
http://forum.xda-developers.com/showthread.php?t=2419699
Stock recovery,stock rom,accept ota no way around it
st167 said:
Thanks !
I will give that a shot if nothing else works.
Yesterday, I extracted firmware.zip file from the AT&T OTA update released on June 5th (thanks to @xangel9626). I confirmed that MID and CID are matching in the android-info.txt. But when I flash it vai twrp, it keeps on failing. It seems custom recovery is not able to open it. I tried adb method and it also failed with error code -99.
Click to expand...
Click to collapse
Okay so after lots of reboots and lost original stock backup, I was able to update firmware...
Here is what I did:
1. Create backup in twrp
2. Install stock recovery image
(recovery_1.26.502.15_signed.img)
3. fastboot oem lock
After installing stock recovery and relock:
4. place firmware zip file in fastboot directory
(5.12.502.2.firmware.zip [http://forum.xda-developers.com/showthread.php?t=2775650&])
5. enable usb debug, disable fastboot, connect phone to pc
6. open cmd to fastboot directory
7. adb reboot bootloader
8. fastboot devices (checks connection – should display your device)
9. fastboot erase cache
10. fastboot oem rebootRUU
11. fastboot flash zip zipfilename.zip (most likely will fail at pre-update…)
12. fastboot flash zip zipfilename.zip (same command again)
13. fastboot reboot-bootloader (should see new firmware version listed)
14. fastboot reboot
Then, unlock again:
a. fastboot erase cache
b. fastboot flash unlocktoken unlock_code.bin
Restore backup:
I. flash twrp 2.7.1.0
II. put backup folder back to sdcard
III. flash backup
Thank you everyone !

How to fix kk update issues

We need a guide. We dont have to look thru all posts. If u find it or wanna write it, pls post it in here
When u try to update the kk, it fails at like 40% and ur hboot is upgraded. Use this guide for zara-cl if ur hboot is 2.22 (kk)
TehFlash's guide
If you have the different partition layout that was introduced with the KitKat update, and also have the upgraded HBOOT then I guess i'll write up this guide. To get the phone back in proper working order, you need to do this.
1) Make sure you have the HTC drivers installed, and HTC Sync Manager fully uninstalled. ADB/Fastboot and such in working order, etc.
2) Download the KitKat OTA ZIP from Duir's Drive Folder here https://drive.google.com/uc?id=0B-kSF8g8H7KudEFRU1hPMjRObU0&export=download and open it up and take out firmware.zip
3) Get into HBOOT on the phone, and flash that firmware.zip file by running fastboot flash zip firmware.zip and also run fastboot flash update firmware.zip both will say FAIL but for me that worked if that didn't work then relock your device by running fastboot oem lock and then get back to fastboot and run fastboot oem rebootRUU (case-sensitive) and then issue fastboot flash zip firmware.zip and also run fastboot flash update firmware.zip and reboot to fastboot again
4) If you had to relock your device unlock it by getting your Unlock_code.bin from HTCdev and issue this command when you're in fastboot which is fastboot flash unlocktoken Unlock_code.bin
5) download Duir's TWRP recovery built for KitKat which is located here https://drive.google.com/folderview?id=0B-kSF8g8H7KuME12ai1OVHVqd3M&usp=sharing grab the openrecovery-twrp-2.7.1.1-zaracl.img and then flash that by issuing fastboot flash recovery openrecovery-twrp-2.7.1.1-zaracl.img
6) Boot up into recovery, and format Data middle button on the right and type in 'Yes' and then wipe everything (you might have to reboot back into recovery again and then wipe everything) The reason to format Data using that button is because of KitKat remapping the partitions
7) Grab the KitKat TWRP backup from here https://docs.google.com/file/d/0B8-7I2_Vt73ldUNPd2c4X0xoQXc/edit
8) while that downloads make a pseudo backup, and then when thats finished mount your SDcard and open up the KitKat TWRP backup on windows and just overwrite all the files in zara_cl442/zara_cl442 and then reboot back into recovery again.
9) Restore the Backup you made and overwrote with the KitKat TWRP backup
10) go into fastboot and go back to Duir's drive located here https://drive.google.com/folderview?id=0B-kSF8g8H7KuME12ai1OVHVqd3M&usp=sharing and grab KK_stock_boot.img and then flash that by issuing fastboot flash boot KK_stock_boot.img in a command prompt
11) Reboot into the System and it should work
What do you do if your hboot is 2.20.0?
Nothing. We need to find a solution
Child's Play said:
8) while that downloads make a pseudo backup, and then when thats finished mount your SDcard and open up the KitKat TWRP backup on windows and just overwrite all the files in zara_cl442/zara_cl442 and then reboot back into recovery again.
Click to expand...
Click to collapse
This is very confusing, what all should be backed up?
Boot, cache, data, recovery, and system?
Are you supposed to replace the zara_cl442 files with the files you backed up? Are you then supposed to copy all of those files back to your SD card and restore with TWRP? Do you zip everything and install the ZIP?
9) Restore the Backup you made and overwrote with the KitKat TWRP backup
How is the folder structure supposed to look to restore?
Like this? J:\TWRP\BACKUPS\HT3AVSD00587\2014-07-15--20-50-43 JDQ39\ zara and backup files?
U make a nandroid backup which contains everything in twrp or cwm
Child's Play said:
U make a nandroid backup which contains everything in twrp or cwm
Click to expand...
Click to collapse
Well I made a backup, copied over the backed up files to the zara folder replacing the ones that had the same name. Then copied them all of the files into the restore folder, restored successfully, flashed the KK_Stock_boot image, and now my phone just continually reboots.
This guide doesn't work at all for me.
What would make it reboot with the new boot image?
This guide is not for ur issue
Child's Play said:
This guide is not for ur issue
Click to expand...
Click to collapse
I'm suggesting that you improve it so that it's less vague for others to follow.
I was able to get 4.4.2 successfully installed with my wifi working. Ignoring half of that guide. I took the full 4.4.2 zaracl install, put it in a TWRP restore folder and restored it, ignoring my backup. It took about 2 minutes at the HTC screen to load, but it looks to be working fine.
Im glad u fixed it. I didnt write a guide. I suggest that u write specific details of ur issue and guide

Categories

Resources