Hi,
I had ARHD 81 on my AT&T HTC One. I was uninstalling an app when phone suddenly restarted. Since then, it wont go past HTC logo screen. I can get into bootloader and I have tried fastboot erase cache, didnt solve the problem.
Please help me through this.
Thanks
What recovery are you using? Have you tried flashing a new recovery? And what happens when you try to enter recovery mode?
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
I was on TWRP 2.6.3.4. When I try to enter recovery, I see TWRP first screen, and then phone reboots and gets stuck at HTC logo. I was able to flash CWM touch and TWRP 2.8.0.2 (not 2.6.3.4 or 2.7.1.1, they just fail to be flashed).
I have ARHD 81 in the phone memory, tried flashing it in TWRP as well as CWM, it fails. I sideloaded cyanogenmod in CWM, that failed (i got the error "E: Errorr in /tp/update.zip (Status 7) Installation aborted.).
mrdoc151 said:
I was on TWRP 2.6.3.4. When I try to enter recovery, I see TWRP first screen, and then phone reboots and gets stuck at HTC logo. I was able to flash CWM touch and TWRP 2.8.0.2 (not 2.6.3.4 or 2.7.1.1, they just fail to be flashed).
I have ARHD 81 in the phone memory, tried flashing it in TWRP as well as CWM, it fails. I sideloaded cyanogenmod in CWM, that failed (i got the error "E: Errorr in /tp/update.zip (Status 7) Installation aborted.).
Click to expand...
Click to collapse
Have you tried TWRP 2.6.3.3 you should use this anyway if your flashing ARHD.
(not 2.6.3.4 or 2.7.1.1, they just fail to be flashed)
Click to expand...
Click to collapse
What error does it give?
(Status 7) Installation aborted.)
Click to expand...
Click to collapse
this means your recovery is not compatible for flashing that zip.
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Danny201281 said:
Have you tried TWRP 2.6.3.3 you should use this anyway if your flashing ARHD.
What error does it give?
this means your recovery is not compatible for flashing that zip.
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Click to expand...
Click to collapse
With TWRP 2.6.3.3 and 2.6.3.4, it just goes to TWRP spalsh screen and reboots.
I have tried cyanogenmod with CWM which should be compatible, still didnt work
mrdoc151 said:
With TWRP 2.6.3.3 and 2.6.3.4, it just goes to TWRP spalsh screen and reboots.
I have tried cyanogenmod with CWM which should be compatible, still didnt work
Click to expand...
Click to collapse
Can you please post output from
Code:
fastboot getvar all
Edit out serial and imei numbers before posting.
Also you may want to make a backup of anything important on the internal storage. :good:
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Danny201281 said:
Can you please post output from
Code:
fastboot getvar all
Edit out serial and imei numbers before posting.
Also you may want to make a backup of anything important on the internal storage. :good:
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Click to expand...
Click to collapse
I will post GetVar soon.
is there any way if I can transfer stuff from my phone (like pictures/documents etc) to pc?
Danny201281 said:
Can you please post output from
Code:
fastboot getvar all
Edit out serial and imei numbers before posting.
Also you may want to make a backup of anything important on the internal storage. :good:
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Click to expand...
Click to collapse
Please see attached my getvar output
mrdoc151 said:
Please see attached my getvar output
Click to expand...
Click to collapse
If you can load any custom recovery you should be able to pull the contents of your ad card with
Code:
adb pull /sdcard C:\"path to folder you want to save the data"
e.g if you make a folder on c: called sdbackup the path would be C:\sdbackup\sdcard.
you should be able to use this ruu to return to stock. You will need to relock your bootloader as your s-on.
Connect fastboot usb in the bootloader and
Code:
fastboot erase cache
fastboot oem lock
fastboot reboot-bootloader
Make sure fastboot usb is connected and run the ruu. This will return you to stock.
http://www.htc1guru.com/dld/ruu_m7_...9_10-26-1718-01l_release_356565_signed_2-exe/
When it's finished boot to the bootloader and select recovery from the bootloader menu. The screen will go blank for a short while then display an image of a phone with red exclamation this is the stock recovery. Hold Volume up and press power to reveal the stock recovery menu ignore errors about mount sd card this is normal in stock recovery.
Perform a factory reset then reboot the phone. At this point you can if you choose take the final ota updates to bring your phone to the latest firmware. Or simply unlock and try flashing recovery again. If you've ever thought about going s-off It would be better to do that before updating.
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Danny201281 said:
If you can load any custom recovery you should be able to pull the contents of your ad card with
Code:
adb pull /sdcard C:\"path to folder you want to save the data"
e.g if you make a folder on c: called sdbackup the path would be C:\sdbackup\sdcard.
you should be able to use this ruu to return to stock. You will need to relock your bootloader as your s-on.
Connect fastboot usb in the bootloader and
Code:
fastboot erase cache
fastboot oem lock
fastboot reboot-bootloader
Make sure fastboot usb is connected and run the ruu. This will return you to stock.
http://www.htc1guru.com/dld/ruu_m7_...9_10-26-1718-01l_release_356565_signed_2-exe/
When it's finished boot to the bootloader and select recovery from the bootloader menu. The screen will go blank for a short while then display an image of a phone with red exclamation this is the stock recovery. Hold Volume up and press power to reveal the stock recovery menu ignore errors about mount sd card this is normal in stock recovery.
Perform a factory reset then reboot the phone. At this point you can if you choose take the final ota updates to bring your phone to the latest firmware. Or simply unlock and try flashing recovery again. If you've ever thought about going s-off It would be better to do that before updating.
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Click to expand...
Click to collapse
This worked! Thanks a million.
A little surprise I got during this process.. Before doing anything else, I was in recovery to "pull" needed files to my pc, suddenly my pc recognised my phone as removable storage and I was able to copy everything I needed in windows explorer without using adb!!
Thank you again @danny20128.
mrdoc151 said:
This worked! Thanks a million.
A little surprise I got during this process.. Before doing anything else, I was in recovery to "pull" needed files to my pc, suddenly my pc recognised my phone as removable storage and I was able to copy everything I needed in windows explorer without using adb!!
Thank you again @danny20128.
Click to expand...
Click to collapse
Your welcome glad you got it sorted :good:
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Unable to boot after unistalling Swift Keyboard - Moto G 1033 lolipop
After unistalling Swift Keyboard app, I wasn't able to use default keyboard. So, I restarted my mobile, but it never back. It starts to boot, show some flash screens, motorolla graphic animation, then pattern to unlock, then Motorol logo for a while and then I see blank screen. I tried Recovery mode, and then Wipe Cache partition as well, but didn't work.
What are my options, to recover my phone, with data, ie contacts, emails, sms, photos, etc.
tia
Shuja
mshujaweb said:
After unistalling Swift Keyboard app, I wasn't able to use default keyboard. So, I restarted my mobile, but it never back. It starts to boot, show some flash screens, motorolla graphic animation, then pattern to unlock, then Motorol logo for a while and then I see blank screen. I tried Recovery mode, and then Wipe Cache partition as well, but didn't work.
What are my options, to recover my phone, with data, ie contacts, emails, sms, photos, etc.
tia
Shuja
Click to expand...
Click to collapse
You have posted in the HTC One M7 forum, for better assistance, post your question in the correct forum.
Q&A forum for the Moto G here: http://forum.xda-developers.com/moto-g/help
Related
Hi Guys,
I was on bad boyz rom and today I tried installing nocturnal rom.
Things went well but when I rebooted the phone I got a white screen with info's like
S-On
hboot
bootloader
reboot
reboot bootloader
power down
--------------------------------------------
When I tried going to bootloader I got following options
fastboot
recovery
factory reset
simlock
image src
show barcode
--------------------------------------------
Whenever I'm clicking any of the buttons like fastboot or recovery I'm taken back to first menu of bootloader,reboot,etc.
I need urgent help
I've a backup in CWM.
Please help.. how do I get back to recovery?
I would try re-flashing CWM
bigdaddy619 said:
I would try re-flashing CWM
Click to expand...
Click to collapse
NO way to use fastboot or so..
Anybody?? Pleasee help.................
You have lost your recovery for some reason. Just reflash the latest TWRP from here
Shut off your device. http://techerrata.com/file/twrp2/m7wls/openrecovery-twrp-2.6.1.0-m7wls.img
Copy the file to your ADB folder on you PC. Plug the USB in.
Press and hold volume down and then press power. Keep holding volume down until a menu shows on your screen.
Use the volume rocker to select fastboot and press power to select fastboot.
Plug the device into your computer.
If you have the right drivers installed your phone screen will now say: FASTBOOT USB
Using a command prompt, type:
fastboot flash recovery recovery.img
fastboot reboot-bootloader
Your device will reboot. Use the volume rocker to select recovery and press power. You will now boot TWRP.
Sent from my HTCONE using Tapatalk
elvisypi said:
You have lost your recovery for some reason. Just reflash the latest TWRP from here
Shut off your device. http://techerrata.com/file/twrp2/m7wls/openrecovery-twrp-2.6.1.0-m7wls.img
Copy the file to your ADB folder on you PC. Plug the USB in.
Press and hold volume down and then press power. Keep holding volume down until a menu shows on your screen.
Use the volume rocker to select fastboot and press power to select fastboot.
Plug the device into your computer.
If you have the right drivers installed your phone screen will now say: FASTBOOT USB
Using a command prompt, type:
fastboot flash recovery recovery.img
fastboot reboot-bootloader
Your device will reboot. Use the volume rocker to select recovery and press power. You will now boot TWRP.
Sent from my HTCONE using Tapatalk
Click to expand...
Click to collapse
Thanks a bunch for answering.
Where can I find the ADB folder on y PC?
What drivers do i need?
I just need to have the recovery back and working so that I could restore my backup and everything will be good and working again!
Thanks again for showing me the path,
Xperi.a said:
Thanks a bunch for answering.
Where can I find the ADB folder on y PC?
What drivers do i need?
I just need to have the recovery back and working so that I could restore my backup and everything will be good and working again!
Thanks again for showing me the path,
Click to expand...
Click to collapse
Here is the link to mini ADB (same as ADB) https://docs.google.com/file/d/0B1S0LCuXCnnmSWh6NGJmSE1BUWc/edit?usp=sharing
Uninstall all the HTC stuff from you PC and install only this driver http://forum.xda-developers.com/attachment.php?attachmentid=2155881&d=1375297569
Go to the path where you installed the Mini ADB and from there open command prompt.
Copy the desired recovery to this folder
Put your phone in FASTBOOT mode Finally insert this command in command prompt:
fastboot flash recovery ---.img
--- stands for the name of the file you choose)
Sent from my HTCONE using Tapatalk
elvisypi said:
Here is the link to mini ADB (same as ADB) https://docs.google.com/file/d/0B1S0LCuXCnnmSWh6NGJmSE1BUWc/edit?usp=sharing
Uninstall all the HTC stuff from you PC and install only this driver http://forum.xda-developers.com/attachment.php?attachmentid=2155881&d=1375297569
Go to the path where you installed the Mini ADB and from there open command prompt.
Copy the desired recovery to this folder
Put your phone in FASTBOOT mode Finally insert this command in command prompt:
fastboot flash recovery ---.img
--- stands for the name of the file you choose)
Sent from my HTCONE using Tapatalk
Click to expand...
Click to collapse
Hi.
I've installed http://flyhalf205.com/recoveries/recovery-clockwork-touch-6.0.4.5-m7ul.img
cwm recovery image file.
I was able to enter recovery of CWM but couldnt find my backup file..
How do I find my backup file?
Xperi.a said:
Hi.
I've installed http://flyhalf205.com/recoveries/recovery-clockwork-touch-6.0.4.5-m7ul.img
cwm recovery image file.
I was able to enter recovery of CWM but couldnt find my backup file..
How do I find my backup file?
Click to expand...
Click to collapse
How can I know that if you don't? Maybe you didn't backup at all or you just deleted it? You can sideload a ROM if you don't have one on your sd card.
And next time search and read before sending pm's, like everyone else has done. And at least use that thanks button, it's the minimum sign of appreciation towards smb who is helping you
Sent from my HTCONE using Tapatalk
elvisypi said:
How can I know that if you don't? Maybe you didn't backup at all or you just deleted it? You can sideload a ROM if you don't have one on your sd card.
And next time search and read before sending pm's, like everyone else has done. And at least use that thanks button, it's the minimum sign of appreciation towards smb who is helping you
Sent from my HTCONE using Tapatalk
Click to expand...
Click to collapse
Hi,
I did a backup. I think I recovered the wrong .img file so I wasnt able to see my backup file. Anyways. I went to cwm site and downloaded HTC One sprint recovery file and flashed it and Finally got the BACKUP file!
I've restored the backup and everything was working fine but i noticed that I lost my sim unlock and my phone is rebooting in every 1-2 mins.
Please accept my sincere apologies for PM'ing you. I'll make sure I dont do that again and I've thanked all your posts. You are really a superstar sir. Hats off to your advice and posts.
Sir, Kindly help me with resolving this issue. My phone is rebooting every 1-2 mins.. Any possible solutions for it?
You are the only HOPE for me :angel::angel:
Xperi.a said:
Hi,
I did a backup. I think I recovered the wrong .img file so I wasnt able to see my backup file. Anyways. I went to cwm site and downloaded HTC One sprint recovery file and flashed it and Finally got the BACKUP file!
I've restored the backup and everything was working fine but i noticed that I lost my sim unlock and my phone is rebooting in every 1-2 mins.
Please accept my sincere apologies for PM'ing you. I'll make sure I dont do that again and I've thanked all your posts. You are really a superstar sir. Hats off to your advice and posts.
Sir, Kindly help me with resolving this issue. My phone is rebooting every 1-2 mins.. Any possible solutions for it?
You are the only HOPE for me :angel::angel:
Click to expand...
Click to collapse
I think the reason you are rebooting is because you flashed the wrong version of CWM.
I would backup anything important to your pc then run an RUU
bigdaddy619 said:
I think the reason you are rebooting is because you flashed the wrong version of CWM.
I would backup anything important to your pc then run an RUU
Click to expand...
Click to collapse
Should I again flash the badboyz rom?
I remember while I recovered twrp recovery I did some kind of format/wipe. I guess because of that I lost my simunlock and possibly deleted something which is making it to do so.
Should I download badboyz rom again and flash it?
Xperi.a said:
Should I again flash the badboyz rom?
I remember while I recovered twrp recovery I did some kind of format/wipe. I guess because of that I lost my simunlock and possibly deleted something which is making it to do so.
Should I download badboyz rom again and flash it?
Click to expand...
Click to collapse
NO, follow BigDaddys advice and RUU back to stock. Then work your way back to other ROM choices, most likely after flashing a new and appropriate recovery.
Xperi.a said:
Should I again flash the badboyz rom?
I remember while I recovered twrp recovery I did some kind of format/wipe. I guess because of that I lost my simunlock and possibly deleted something which is making it to do so.
Should I download badboyz rom again and flash it?
Click to expand...
Click to collapse
Yes first try reflashing the ROM after full wipe. You shouldn't loose your SIM unlock no matter what you do so smth is messed maybe with your partitions
If it doesn't work you should run the ruu. It'll brink you to stock and would have to unlock bootloader, root, custom recovery, etc.
Sent from my HTCONE using Tapatalk
elvisypi said:
Yes first try reflashing the ROM after full wipe. You shouldn't loose your SIM unlock no matter what you do so smth is messed maybe with your partitions
If it doesn't work you should run the ruu. It'll brink you to stock and would have to unlock bootloader, root, custom recovery, etc.
Sent from my HTCONE using Tapatalk
Click to expand...
Click to collapse
I guess I've loosed it as I bought the phone from ebay and it came unlocked for sure but when I restored the backup I saw no signal bars on my phone,
Anyways, I'm again downloading a fresh copy of the rom and will re-install it. I dont want to do RUU and and they again everything from scratch as that would be toooo time consuming.
Hope reflashing works. I'll keep this thread updated.
Tho, While restoring I found a error that .android_secure.img is not found.
I guess that is something I messed?
UPDATE:
I did a full wipe and re-installed the Bad Boyz Rom.
Now, I'm getting to the unlock screen.
When I scroll the lock screen the phone is taking me to HTC screen and then rebooting and I'm unable to do anything...
The phone is still restarting like before.
bigdaddy619 said:
I think the reason you are rebooting is because you flashed the wrong version of CWM.
I would backup anything important to your pc then run an RUU
Click to expand...
Click to collapse
How can I flash the correct version of CWM?
Xperi.a said:
How can I flash the correct version of CWM?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2238324
bigdaddy619 said:
http://forum.xda-developers.com/showthread.php?t=2238324
Click to expand...
Click to collapse
Sir, I've flashed this recovery image file only.
Yet reboot thing is happening.
Should I flash any other rom or something?
Xperi.a said:
Sir, I've flashed this recovery image file only.
Yet reboot thing is happening.
Should I flash any other rom or something?
Click to expand...
Click to collapse
Try another ROM, maybe it's a bad download. Also try clearing sd card first(do a backup on your pc first) and don't forget to full wipe. I'd use the ruu as last resort
Sent from my HTCONE using Tapatalk
Hi ALL!
First off I'd like to say thanks for such a forum! Its the first go to place for me for anything android.
Yesterday I did something terrible and very careless from my side. I un-intentionally deleted the /system partition on my HTC One while playing with it and now I am paying for my careless mistake. I have been looking for possible solutions here on this forum and elsewhere on the internet. I did manage to do an *adb sideload push* of a custom ROM and tried to install that but for some reason I cant mount some partitions from my sdcard for example /cache.
I tried exchanging between TWRP (latest) and CWM (touch latest) but no solution so far with the adb sideload method. So I have no OS installed on my phone and the phone sometimes hangs in the HTC Quietly Brilliant display page or sometimes it wouldnt even go in to the Recovery mode but keeps rebooting.
I am clueless at this point, please shade some light on my situation.
In the attached pic you'd find the output from the *fastboot getvar all* command and the phone is S-ON and Unlocked just to mention.
I really appreciate it...
What is the exact error when installing the ROM?
What ROM?
sent from my mobile device
SaHiLzZ said:
What is the exact error when installing the ROM?
What ROM?
sent from my mobile device
Click to expand...
Click to collapse
I tried installing Android_Revolution_HD-One_51.0 and One_4.18.401.8_odexed ROMS. I tried installing the Android_Revolution_HD ROM by adb sideload method both for the CWM and TWRP recoveries and it would actually start the AROMA installer and goes on to install but its premature installation. It just finishes fast (sometimes with a success flag but mostly with an error message saying META_INF error -- sorry i havent logged that error, so I am not putting the right wordings).
But now I am downloading the RUU for the 2.24.401.8 OS and I will give it a try. And I will get back to you.
tnx
are u s-off? make sure ur using twrp 2.6.3.3 and not 2.6.3.4, also do a full wipe/factory reset before you try flashing the rom
xnknown said:
are u s-off? make sure ur using twrp 2.6.3.3 and not 2.6.3.4, also do a full wipe/factory reset before you try flashing the rom
Click to expand...
Click to collapse
Hi,
No, I am not S-OFF at the moment. ( I have attached a snippet of my status on the phone from the fastboot getvar all command on my first thread)
So currently I have no OS installed and I am not sure if there is any tool that can do S-OFF without installed OS. I tried rumrunner tool but it didnt help either ( I read that its the option to go for if one has hboot version 1.54, which I happen to have)
So the error messages I am getting are as follows.... ( this is in CWM recovery)
E: Can't open /cache/recovery/last_install
E: Can't open /cache/recovery/log
mount: mounting /dev/block/mmcblk0p36 on /cache failed: Invalid argument
W: failed to mount /dev/block/mmcblk0p36 /File exists)
W: Can't unlink /cache/recovery/command
I appreciate your helps!
If you flash 2.6.3.4 TWRP recovery, and click install, is your SD card size 0?
sent from my mobile device
SaHiLzZ said:
If you flash 2.6.3.4 TWRP recovery, and click install, is your SD card size 0?
sent from my mobile device
Click to expand...
Click to collapse
TWRP 2.6.3.4 recovery is not working correct. It hangs saying "Entering Recovery...". It is something strange.
Fastboot erase cache in fastboot mode
Install the latest twrp by using the fastboot command.
Sideload through adb or store the ROM in your USB, mount USB drive using the usb-otg cable and then flash it from there.
Both methods should work
Sent from my One using XDA Premium HD app
EnIXmA said:
Fastboot erase cache in fastboot mode
Install the latest twrp by using the fastboot command.
Sideload through adb or store the ROM in your USB, mount USB drive using the usb-otg cable and then flash it from there.
Both methods should work
Sent from my One using XDA Premium HD app
Click to expand...
Click to collapse
I have tried Sideload having both latest recoveries of TWRP and CWM. Had problem to mount the cache partition (look earlier post). I will have to resort to the USB-OTG cable.
But I got myself in to a big and real problem now. I locked the oem from the fastboot command line thinking to run RUU.exe but it was a BAD BAD choice! Is there any hope for me now? Now my phone says
*****TAMPERED*****
*****RELOCKED*****
*****Security Warning*******
Oh boy! I am in real trouble. Please help!
SOLVED!
vvolverin said:
I have tried Sideload having both latest recoveries of TWRP and CWM. Had problem to mount the cache partition (look earlier post). I will have to resort to the USB-OTG cable.
But I got myself in to a big and real problem now. I locked the oem from the fastboot command line thinking to run RUU.exe but it was a BAD BAD choice! Is there any hope for me now? Now my phone says
*****TAMPERED*****
*****RELOCKED*****
*****Security Warning*******
Oh boy! I am in real trouble. Please help!
Click to expand...
Click to collapse
HI,
I finally managed to get the phone up and running. Thanks all for your prompt support.
So, what I did was, first I had to unlock using HTCdev unlock and then installed the latest TWRP recovery for the HTC One ( I think its 2.6.3.3 for HTC One and 2.6.3.4 might be for the HTC One X, because I couldn't manage to install it properly and I couldnt find the 2.6.3.4 version in a download list for the HTC One)....anyway after installing the custom recovery I tried installing stock ROM ( latest from Android Revolution HD --- One_4.19.401.8 OS version.
Oh I am so relieved...its been a good learning process anyway but not so nice if one has just one phone to play with. I probably have missed some important phone calls during the time my phone was down
Once again Thumbs up, Kudos for all those who answered to my desperate questions and Mike1986 for the nice work you are doing!
Hello,
i got a htc one m7.
When i turned the device on i see only the bootloader.
See picture.
Also i get some information with squabbi toolkit.
See picture.
Can i restore to stock or is the device completly bricked?
I read a lot of posts and threads but i cannot found a solution.
The bootloader was unlocked but i locked them because i want to install a RUU.
But i doestn found the right RUU for my device.
I flashed allready a RUU called 4.19.401.9 but it failed with error 158.
Can anybody help me?
frischeis said:
Hello,
i got a htc one m7.
When i turned the device on i see only the bootloader.
See picture.
Also i get some information with squabbi toolkit.
See picture.
Can i restore to stock or is the device completly bricked?
I read a lot of posts and threads but i cannot found a solution.
The bootloader was unlocked but i locked them because i want to install a RUU.
But i doestn found the right RUU for my device.
I flashed allready a RUU called 4.19.401.9 but it failed with error 158.
Can anybody help me?
Click to expand...
Click to collapse
was the RUU signed or decrypted? have you checked MD5 value before flashing?
Try this one
MD5: 9ad4111ce86981e3dffcce6d9ee80551
alray said:
was the RUU signed or decrypted? have you checked MD5 value before flashing?
Try this one
MD5: 9ad4111ce86981e3dffcce6d9ee80551
Click to expand...
Click to collapse
Thanks for quick reply!!
The big problem is that i dont have always internet for downloading and the download speed isn`t cool......grrrrr.
But i give that a try if i connected. I dont have check MD5 .
Ist this the only way to wake up my phone flash a RUU?
Or gives other solutions?
frischeis said:
Thanks for quick reply!!
The big problem is that i dont have always internet for downloading and the download speed isn`t cool......grrrrr.
But i give that a try if i connected. I dont have check MD5 .
Click to expand...
Click to collapse
Always check MD5!! especially if you don't have a good internet connection!
Ist this the only way to wake up my phone flash a RUU?
Or gives other solutions?
Click to expand...
Click to collapse
you could flash a custom rom
What did you do with the phone before it got stuck in bootloader? have you tried do erase cache and rebooting?
alray said:
Always check MD5!! especially if you don't have a good internet connection!
you could flash a custom rom
What did you do with the phone before it got stuck in bootloader? have you tried do erase cache and rebooting?
Click to expand...
Click to collapse
Before i relock i can load a cwm recovery.
In the recovery i try everything: cache,data,system wipe - factory reset (failed and reload everytime) - try via sideload to install a custom rom (loading the file to device but cannot install...)
After that i read more about the device and i want back to clean stock......but now the only working is fastboot mode to managed the device via PC.
One thing i wont to try was the install a nandroid backup via OTG cable....but this works only in a recovery - right?
It would be nice to unlock the bootloader again so that i came back to recovery...but how?
The fastboot command " fastboot oem unlock" wont work...command error???!!!!!
frischeis said:
Before i relock i can load a cwm recovery.
Click to expand...
Click to collapse
Better to use TWRP 2.6.3.3 not CWM, some roms can't be flashed correctly with CWM.
In the recovery i try everything: cache,data,system wipe - factory reset (failed and reload everytime) - try via sideload to install a custom rom (loading the file to device but cannot install...)
Click to expand...
Click to collapse
If you wiped /system, then there is nothing to factory reset
What custom rom exactly?
After that i read more about the device and i want back to clean stock......
Click to expand...
Click to collapse
SO use to RUU method
but now the only working is fastboot mode to managed the device via PC.
Click to expand...
Click to collapse
normal, only fastboot from bootloader, and ADB from recovery or from booted OS.
One thing i wont to try was the install a nandroid backup via OTG cable....
Click to expand...
Click to collapse
but this works only in a recovery - right?
THis might be an option if you find a anandroid backup for your version.
but this works only in a recovery - right?
Click to expand...
Click to collapse
right, if you use a twrp nandroid, restore it using twrp. If you use a CWM nandroid, restore using CWM.
It would be nice to unlock the bootloader again so that i came back to recovery...but how?
The fastboot command " fastboot oem unlock" wont work...command error???!!!!!
Click to expand...
Click to collapse
fastboot oem unlock can't be used on your phone version, you must use HTCdev.com if you want to unlock the bootloader.
Have you finally checked MD5 value of your ruu?
Many many thanks for your detailed reply!!!!
The MD5 of the first RUU was okay.
It still does not work. Wrong imaging ....
Meanwhile, I have downloaded another: "RUU_M7_UL_JB_50_HTC_Europe_1.28.401.7_Radio_4A.13.3231.27_10.31.11.31.05_release_310878_signed".
I try to install but during the prozess comes a message: wrong bootloader........ grrrrrr
Now i will dowload your recommendation on post two today or tomorrow and give that a try....i hope this RUU work...
frischeis said:
Meanwhile, I have downloaded another: "RUU_M7_UL_JB_50_HTC_Europe_1.28.401.7_Radio_4A.13.3231.27_10.31.11.31.05_release_310878_signed".
I try to install but during the prozess comes a message: wrong bootloader........ grrrrrr
Click to expand...
Click to collapse
1.28.401.7 is a downgrade and you can't downgrade with S-ON, you must use a ruu same or higher version installed on your phone (1.29.401.10 +)
So,
i downloaded your recommendation:
"RUU M7 UL K44 SENSE55 MR HTC Europe 4.19.401.9 R Radio 4A.23.3263.28 10.38r.1157.04L Release 353069 Signed 2-1"
and try to install but i get imaging error.
The phone shows the silver htc logo and aborted during pushing the files to the device with this imaging error message.....
MD5 matched!
Is this also the wrong RUU??
Somehow I can not get to the target Very disappointing ...
Any ideas?
I get the unlock code from htcdev.com.
Better work with unlocked device (recovery, sideload, nandroid backup option via OTG cable)???
I have solved the problem:
That's what I did:
Unlock the bootloader via htcdev.com.
Get the cwm recovery back .
Flash the current cwm recovery via fastboot (my recovery was a little bit outdated).
Flash via sideload cm11 Rom.
Device booting until the bootanimation :victory:
Back to recovery do all the wipe stuff.
And yes i have fully working device now :laugh:
Great!
But unfortunately I have not a RUU to get back to the factory defaults ....
But there are still a few RUU or nandroid backups that I can try ...
Last night tried installing SkyDragon v.9. It installed, the phone booted into rom and then started rebooting. Now i cant flash any rom because the phone reboots on the stage of wiping something. I installed newer twrp 2.8.0.2. Now i have these erros: unable to mount data and unable to mount internal storage. I'm S-ON unlocked. Tried ADB Sideload but it says device not found. Have no idea what to do. Saw somewhere that you can relock, unlock and install RUU to unbrick, but im not sure if i should do that. Help please.
OK. So... Try this:
From recovery go into Advanced Wipe, select all and wipe 2 or 3 times.
Reboot into bootloader.
In fastboot mode, make fastboot erase cache.
Then boot into recovery, and try ADB Sideload again or install rom via USB OTG (if you have)
If it also doesn't work try sth like this - it worked for me some time ago.
I saw that my PC recognizes my phone as normal storage when it's booted into TWRP and I don't need ADB Sideload. Try copy ROM like this and install.
If it won't work, you'll have to install RUU
Bruce666 said:
OK. So... Try this:
From recovery go into Advanced Wipe, select all and wipe 2 or 3 times.
Reboot into bootloader.
In fastboot mode, make fastboot erase cache.
Then boot into recovery, and try ADB Sideload again or install rom via USB OTG (if you have)
If it also doesn't work try sth like this - it worked for me some time ago.
I saw that my PC recognizes my phone as normal storage when it's booted into TWRP and I don't need ADB Sideload. Try copy ROM like this and install.
If it won't work, you'll have to install RUU
Click to expand...
Click to collapse
It didn't work Which RUU should i choose? M7-UL, hboot-1.55.0000, radio-4a.21.3263.04. I live in russia so i suppose i need one with "europe" in it's name? And how should i re-lock? Just by using fastboot command?
Give me CID ill try to find ruu 4u
Bruce666 said:
Give me CID ill try to find ruu 4u
Click to expand...
Click to collapse
HTC_A07
http://www.htc1guru.com/2014/03/android-ruu-europe/
Bruce666 said:
http://www.htc1guru.com/2014/03/android-ruu-europe/
Click to expand...
Click to collapse
Thank you very much! Really hope this works.
It must work. If you need help writr here
[email protected] said:
Last night tried installing SkyDragon v.9. It installed, the phone booted into rom and then started rebooting. Now i cant flash any rom because the phone reboots on the stage of wiping something. I installed newer twrp 2.8.0.2. Now i have these erros: unable to mount data and unable to mount internal storage. I'm S-ON unlocked. Tried ADB Sideload but it says device not found. Have no idea what to do. Saw somewhere that you can relock, unlock and install RUU to unbrick, but im not sure if i should do that. Help please.
Click to expand...
Click to collapse
If it reboots immediately when you try to wipe or flash something (i.e instant black screen then reboot)
You can probably fix it with e2fsck.
Boot to recovery select Mount then unmount all partitions return to twrp home screen and connect usb and check adb is working with
Code:
adb devices
You should get an output of your serial no.
Then do this
Code:
adb shell
e2fsck -fvy /dev/block/mmcblk0p35
e2fsck -fvy /dev/block/mmcblk0p36
e2fsck -fvy /dev/block/mmcblk0p37
exit
Now try to flash the Rom again
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
After i installed twrp 2.8.0.2 i can wipe. Well, sometimes it does wipe but sometimes it just writes error: unable to mount data and unable to mount internal storage. When i try flashing rom, for example viperone 7.0.1, it writes "set_perm some changes failed" right at the 0%. I tried installing cyanogenmod 11s and it installed without errors. But when i boot into rom, it says something like "the process android ui crashed".
[email protected] said:
After i installed twrp 2.8.0.2 i can wipe. Well, sometimes it does wipe but sometimes it just writes error: unable to mount data and unable to mount internal storage. When i try flashing rom, for example viperone 7.0.1, it writes "set_perm some changes failed" right at the 0%. I tried installing cyanogenmod 11s and it installed without errors. But when i boot into rom, it says something like "the process android ui crashed".
Click to expand...
Click to collapse
check the Frequently Asked Question sticky page 3
Point D, relates to unable to mount
Point C, relates to permission errors for certain ROMs, 2.6.3.3 should work or 2.8.0.1;
2.8.0.2 is known to have problems with certain ROMs
nkk71 said:
check the Frequently Asked Question sticky page 3
Point D, relates to unable to mount
Point C, relates to permission errors for certain ROMs, 2.6.3.3 should work or 2.8.0.1;
2.8.0.2 is known to have problems with certain ROMs
Click to expand...
Click to collapse
Dude, you are a wizard! Installed 2.6.3.3 and flashed viper without any problems. Yay it's working :laugh: . Couldn't think that recovery can cause these errors. I've been using 2.7.1.1 for quite a long time so i thought it'll work like it always did, but it just kept rebooting on wiping stage. So now it's working prefectly fine :good: Spent 5 hours today looking for sloutions and i have no idea how i missed your post on the faq thread. Thank you very much for your help! And thanks to everyone who responded!
[email protected] said:
Dude, you are a wizard! Installed 2.6.3.3 and flashed viper without any problems. Yay it's working :laugh: . Couldn't think that recovery can cause these errors. I've been using 2.7.1.1 for quite a long time so i thought it'll work like it always did, but it just kept rebooting on wiping stage. So now it's working prefectly fine :good: Spent 5 hours today looking for sloutions and i have no idea how i missed your post on the faq thread. Thank you very much for your help! And thanks to everyone who responded!
Click to expand...
Click to collapse
no problem,
2.6.3.3 is best for most ROMs, unless they require a recovery with "by-name" support (such as CM11), then you need 2.7.0.8 or higher
i've also successfully flashed using 2.8.0.1, but .2 seems to have issues again.
and if all is good now, can you also edit main thread title to include [SOLVED], thanks
edit the first post -> at the bottom of the edit window, click Go Advanced, and then you can edit main title
Hello ..
Can anyone please help me and guide if there is any possibility to extract Images stored from my backup file of HTC One .. I did on a computer ? .. I have the HSMBackup folder on the computer and somehow I have spoilt my handset ..
Thanx
shani908 said:
Hello ..
Can anyone please help me and guide if there is any possibility to extract Images stored from my backup file of HTC One .. I did on a computer ? .. I have the HSMBackup folder on the computer and somehow I have spoilt my handset ..
Thanx
Click to expand...
Click to collapse
If you had a normal nandroid back it would be simple enough, but I have no Idea what a HSMBackup is.
I did it with HTC Sync Manager
shani908 said:
I did it with HTC Sync Manager
Click to expand...
Click to collapse
Then I would assume you restore the backup with the same program
clsA said:
Then I would assume you restore the backup with the same program
Click to expand...
Click to collapse
I have tried .. My Phone is almost dead .. and somehow HTC SYnc Manager cannot match my backup with my phone ... Although I know its 100% thats there is nathing wrong with backup ..I have used the same backup to restore 2 months before .. I guess I have done something with my phone OS
clsA said:
Then I would assume you restore the backup with the same program
Click to expand...
Click to collapse
Right now My phone do not boot the OS at all .. although I can go to fastboot and twrp recovery mode ..
1. I rooted my phone ..
2. I tired to unroot it after few days but failed .. got sucked in the middle
3. After that I tried to flash an ruu stock rom .. but failed ...
4. then I tried to factory reset but by mistake also formatted the phone after using wipe delvic data in twrp ):
Now my phone get stucked and dont go beyond "HTC Quietly Brilliant" Screen ... ):
I guess I should flash stock rom but I have no clue .. as in my previous attempt I used to get "Signature Verify Failed" error .. Probably I was flashing wrong rru or maybe its something else ..
shani908 said:
Right now My phone do not boot the OS at all .. although I can go to fastboot and twrp recovery mode ..
1. I rooted my phone ..
2. I tired to unroot it after few days but failed .. got sucked in the middle
3. After that I tried to flash an ruu stock rom .. but failed ...
4. then I tried to factory reset but by mistake also formatted the phone after using wipe delvic data in twrp ):
Now my phone get stucked and dont go beyond "HTC Quietly Brilliant" Screen ... ):
I guess I should flash stock rom but I have no clue .. as in my previous attempt I used to get "Signature Verify Failed" error .. Probably I was flashing wrong rru or maybe its something else ..
Click to expand...
Click to collapse
Can you post output of
Code:
fastboot getvar all
Please remove imei and serial numbers before posting.
You can flash a stock Rom with custom recovery and maybe then your sync manger backup will work.
If you found my posts helpful, no need to say thanks. There's a button for that
Danny201281 said:
Can you post output of
Code:
fastboot getvar all
Please remove imei and serial numbers before posting.
You can flash a stock Rom with custom recovery and maybe then your sync manger backup will work.
If you found my posts helpful, no need to say thanks. There's a button for that
Click to expand...
Click to collapse
Just attached the attachment with my previous post .. Read your reply late ):
Danny201281 said:
Can you post output of
Code:
fastboot getvar all
Please remove imei and serial numbers before posting.
You can flash a stock Rom with custom recovery and maybe then your sync manger backup will work.
If you found my posts helpful, no need to say thanks. There's a button for that
Click to expand...
Click to collapse
he's 4.x.61.x - CID ORANG001
Danny201281 said:
Can you post output of
Code:
fastboot getvar all
Please remove imei and serial numbers before posting.
You can flash a stock Rom with custom recovery and maybe then your sync manger backup will work.
If you found my posts helpful, no need to say thanks. There's a button for that
Click to expand...
Click to collapse
clsA said:
he's 4.x.61.x - CID ORANG001
Click to expand...
Click to collapse
Yeah should have waited for getvar before adding that last bit. There is no stock Rom for that cid and firmware.
You'll need to flash the full Rom with twrp. :good:
If you found my posts helpful, no need to say thanks. There's a button for that
clsA said:
he's 4.x.61.x - CID ORANG001
Click to expand...
Click to collapse
You are suggesting I should flash a stock rom ? can you help me from where i should download and what version ? I downloaded "RUU Zip M7_UL_JB_50_HTC_Europe_1.20.401.1_Radio_4A.13.3227.06_10.27.1127.01_release_308001_signed_2_4.zip" and tried to flash it but it gave me "signature error"
and should i try the zip or exe rru ?
shani908 said:
You are suggesting I should flash a stock rom ? can you help me from where i should download and what version ? I downloaded "RUU Zip M7_UL_JB_50_HTC_Europe_1.20.401.1_Radio_4A.13.3227.06_10.27.1127.01_release_308001_signed_2_4.zip" and tried to flash it but it gave me "signature error"
and should i try the zip or exe rru ?
Click to expand...
Click to collapse
There is no RUU that will work for your device with s-on. You need to flash a Rom with custom recovery.
Unfortunately there's no stock Rom you can flash with a custom recovery that matches your device so you'll need a custom rom.
If you found my posts helpful, no need to say thanks. There's a button for that
Danny201281 said:
There is no RUU that will work for your device with s-on. You need to flash a Rom with custom recovery.
Unfortunately there's no stock Rom you can flash with a custom recovery that matches your device so you'll need a custom rom.
If you found my posts helpful, no need to say thanks. There's a button for that
Click to expand...
Click to collapse
what should I do now ? there must be something ..
shani908 said:
what should I do now ? there must be something ..
Click to expand...
Click to collapse
http://android-revolution-hd.blogspot.co.uk/p/android-revolution-hd-mirror-site-var.html?m=1
Download Android Revolution HD 82.0 from the above link. Put it in your fastboot folder and rename it rom.zip
Flash TWRP 2.6.3.3 With fastboot. And boot to twrp. Connect your usb while the phone is on the twrp home screen and in the command window type
Code:
adb push rom.zip /sdcard
The command window will appear unresponsive until the push completes (several minutes) when it's done install the Rom with twrp recovery :good:
Unfortunately your HTC sync backup probably won't work but altleast your phone should
If you found my posts helpful, no need to say thanks. There's a button for that
Danny201281 said:
http://android-revolution-hd.blogspot.co.uk/p/android-revolution-hd-mirror-site-var.html?m=1
Download Android Revolution HD 82.0 from the above link. Put it in your fastboot folder and rename it rom.zip
Flash TWRP 2.6.3.3 With fastboot. And boot to twrp. Connect your usb while the phone is on the twrp home screen and in the command window type
Code:
adb push rom.zip /sdcard
The command window will appear unresponsive until the push completes (several minutes) when it's done install the Rom with twrp recovery :good:
Unfortunately your HTC sync backup probably won't work but altleast your phone should
If you found my posts helpful, no need to say thanks. There's a button for that
Click to expand...
Click to collapse
"adb push ruu.zip /sdcard" not working .. fastboot works though
shani908 said:
"adb push ruu.zip /sdcard" not working .. fastboot works though
Click to expand...
Click to collapse
I am not worried abut the mobile so much though .. Its the pictures that I want from the backup I have ..
Anyway? I can extract pictures from the backup I have on computer ?Used HTC Sync Manager ..
shani908 said:
"adb push ruu.zip /sdcard" not working .. fastboot works though
Click to expand...
Click to collapse
is you phone in the TWRP opening screen ?
clsA said:
is you phone in the TWRP opening screen ?
Click to expand...
Click to collapse
My phones does not boots completely it gets stucked at the "HTC Simply Brilliant logo" .. The only way I get to communicate with is either by goiing fastboot USB mode , pressing Power and Down Volume and choosing fastboot, or I can go in TWRP Recovery from there ..
shani908 said:
My phones does not boots completely it gets stucked at the "HTC Simply Brilliant logo" .. The only way I get to communicate with is either by goiing fastboot USB mode , pressing Power and Down Volume and choosing fastboot, or I can go in TWRP Recovery from there ..
Click to expand...
Click to collapse
when you use adb push the phone must be in TWRP
clsA said:
when you use adb push the phone must be in TWRP
Click to expand...
Click to collapse
Thanx followed .. adb working in TWRP now ... ROm is downloading .. slow connection probably will take 2 3 hours .. will update after trying