Related
Use Rom Manager for best results when backing/restoring...
USB OTG Info:
USB OTG will show up as external_sd. If external_sd is not mounting, reboot recovery. You must enter recovery with usb already inserted.
Installation:
Inscrutions can be found here @ http://www.techgeekal.com/2013/03/1...ckworkmod-touch-recovery-v6-0-2-8-on-htc-one/(outdated)
Unlock bootloader at http://www.htcdev.com/bootloader/
Make sure fastboot is unchecked in power options and turn phone completely off
Boot into HBOOT then Fastboot
From fastboot. Use command "fastboot erase cache"
From fastboot. Use command "fastboot flash recovery recovery.img"
OR
Flash via Rom Manager(must have root already).
Video Tutorials:
How To Unlock The Bootloader EASIEST Method - https://www.youtube.com/watch?v=r0gzJdwCxX0
How To ROOT EASIEST METHOD - https://www.youtube.com/watch?v=S1KmsxO84UU
Downloads:
You can now flash in Rom Manager in rom if rooted
Classic - http://download2.clockworkmod.com/recoveries/recovery-clockwork-6.0.4.3-m7spr.img
OR
Touch - http://download2.clockworkmod.com/recoveries/recovery-clockwork-touch-6.0.4.3-m7spr.img
PC USB Mass Storage:
You can't! http://teamw.in/DataMedia
Mirror for files http://d-h.st/users/flyhalf205/?fld_id=11322#files or http://www.clockworkmod.com/rommanager
First release. It should boot. I took the mount points from http://forum.xda-developers.com/showthread.php?t=2236254 Please let me know if it works
I'm sure it'll be tested by then but if not I'll give it a go as soon as I get my one. You guys are just flying through
Sent straight outta Compton
Anyone test this?
aman1127 said:
Anyone test this?
Click to expand...
Click to collapse
Tested, it works fine
How do I flash with Rom manager? I have TWRP.
Sent from my Sprint HTC ONE using XDA premium
sailio said:
How do I flash with Rom manager? I have TWRP.
Sent from my Sprint HTC ONE using XDA premium
Click to expand...
Click to collapse
Pc for now says htc one is unsuppkrted
I hit menu and show all devices but just says HTC one m7 so I didn't get it. Seemed to be generic I think
Sent from my Sprint HTC ONE using XDA premium
Thanks Flyhalf205! Tried the one from clockworkmod and would just say it's loading and then powers down. Found yours and worked right away!
sailio said:
I hit menu and show all devices but just says HTC one m7 so I didn't get it. Seemed to be generic I think
Sent from my Sprint HTC ONE using XDA premium
Click to expand...
Click to collapse
You can flash using the following method (while booted up). Be extremely careful when typing the /dev/blovk part though.
Download the recovery.img file. Open terminal emulator and type the following (press enter after each line):
Code:
cd path/to/recovery/dir
su
dd if=<recoveryFileName>.img of=/dev/block/mmcblk0p36
That method can be used on any phone, granted that you replace the /dev/block portion with the correct location for the recovery partition on said device.
Thanks
CNexus said:
You can flash using the following method (while booted up). Be extremely careful when typing the /dev/blovk part though.
Download the recovery.img file. Open terminal emulator and type the following (press enter after each line):
Code:
cd path/to/recovery/dir
su
dd if=<recoveryFileName>.img of=/dev/block/mmcblk0p36
That method can be used on any phone, granted that you replace the /dev/block portion with the correct location for the recovery partition on said device.
Click to expand...
Click to collapse
lol I would advise against telling users to dd something. if that OF (output file)location is wrong, or even if it's a mismatched input file is wrong,... well it is bad. dd is a low-level tool, and it CAN and HAS wiped LIVE (running) harddrives; it can do this on Windows (via cygrun dd), Linux , *nix, Mac, anything that supports linux binaries. It can do the same to that block, or directory.
Tilde88 said:
lol I would advise against telling users to dd something. if that OF (output file)location is wrong, or even if it's a mismatched input file is wrong,... well it is bad. dd is a low-level tool, and it CAN and HAS wiped LIVE (running) harddrives; it can do this on Windows (via cygrun dd), Linux , *nix, Mac, anything that supports linux binaries. It can do the same to that block, or directory.
Click to expand...
Click to collapse
I know. But as always, it is up to the user to determine whether they feel comfortable, and are able, doing something, or not.
And if it wipes that partition, its only the recovery. It can still be fastbooted after the fact, and thats why I mentioned that the OF location has to be typed carefully.
Is flashing through Rom manager not working or is it me? It says it flashed just fine but when I boot to recovery it shuts down
Sent from my HTCONE using xda app-developers app
JIannitti said:
Is flashing through Rom manager not working or is it me? It says it flashed just fine but when I boot to recovery it shuts down
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
Same here... Sad day..
Sent from my Sprint HTC ONE using xda premium
sailio said:
Same here... Sad day..
Sent from my Sprint HTC ONE using xda premium
Click to expand...
Click to collapse
flash it using adb though the bootloader.
A really really really easy way to flash and works perfectly. Flash image gui
https://play.google.com/store/apps/details?id=com.joeykrim.flashimagegui
Sent from my HTCONE using xda premium
JIannitti said:
Is flashing through Rom manager not working or is it me? It says it flashed just fine but when I boot to recovery it shuts down
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
the version on rom manager is 6.0.3.2, and it looks like that version is broken. if you download it and install it through fastboot it does the same thing.
hotaru2k3 said:
the version on rom manager is 6.0.3.2, and it looks like that version is broken. if you download it and install it through fastboot it does the same thing.
Click to expand...
Click to collapse
That's what I wound up doing. Was a lot quicker than I thought since I had the folder set up already. Thanks
Sent from my HTCONE using xda app-developers app
Would this work for our phone? It's say HTC one under supported, but not sure if it will work on our phone, I've asked a couple of time but no answer. http://forum.xda-developers.com/showthread.php?t=2201860
Sent from my HTCONE using Tapatalk 4 Beta
Am unable to enter recovery mode, download mode or even bootloader but rom on the phone works fine.
Does anyone know of a way i can flash a rom or even stock rom without being able to use recovery download mode or having to put phone in bootloader?
Any answers greatly appreciated!!!
I afraid there is no way...
Did you try to get in to recovery by using adb?
What rom are you using? You have root?
Anyway adb not requires root just download java jdk and android sdk then install java first then sdk... Then go to sdk folder and open platform-tools folder...
There are quite good tutorials how to install adb/etc...
All you have to do is plug your phone in usb debugging mode then run adb and try these commands...
reboot download
reboot recovery
See if you can get one these manually
Cheers
Onur
GT-I9000 cihazımdan Tapatalk 2 ile gönderildi
dreamer94 said:
I afraid there is no way...
Did you try to get in to recovery by using adb?
What rom are you using? You have root?
Anyway adb not requires root just download java jdk and android sdk then install java first then sdk... Then go to sdk folder and open platform-tools folder...
There are quite good tutorials how to install adb/etc...
All you have to do is plug your phone in usb debugging mode then run adb and try these commands...
reboot download
reboot recovery
See if you can get one these manually
Cheers
Onur
GT-I9000 cihazımdan Tapatalk 2 ile gönderildi
Click to expand...
Click to collapse
Hi Onur
Thankyou very much for your response!
Please take the time to see my other thread- http://forum.xda-developers.com/showthread.php?t=2244795
I have tried using adb and unfortunatley this does not get me into any of the modes either as i mentioned in that other thread.
I am using Vanillia Rootbox and do have root, its only since flashing this rom that i am unable to access recovery etc.
Any further help/ideas would be greatly appreciated
Thanks, Jake
Tried mobile odin?
Sent from my GT-N8020 using xda app-developers app
creative0100 said:
Tried mobile odin?
Sent from my GT-N8020 using xda app-developers app
Click to expand...
Click to collapse
Not working on jb roms
Sent from my GT-I9000 using xda premium
ahmadashraf said:
Not working on jb roms
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
So I see.
Just tried it on cm10 and it doesnt like the partition layout... worth a try though!
Sent from my GT-N8020 using xda app-developers app
Hey guys... first rom flash I did after rooting went bad. I got a failed message during the flash and now I'm stuck on the HTC boot screen. I'm wondering if the zip is bad, but my problem is how to get another rom into my internal storage since I can't boot up the device.
Any help is appreciated. Thanks.
*edit* Sideload mode in TWRP is not working. I can start it on the phone, but the adb commands never work.
Boot to bootloader and flash CWM then use ADB Sideload cmd. You didn't back up your ROM before flashing?
Sent from my Sprint HTC One, powered by unlimited 4G LTE - using Tapatalk 2.
ADB sideload in TWRP is not working. Will it have a better chance of working in CWM?
*edit* loaded CWM as suggested, but sideloading is still not working. It's saying failed to open driver control, although I have installed the drivers and was using adb previously. Reinstalled drivers, but no good.
I'm also noticing that if I reboot from TWRP it is telling me my system does not appear to be rooted, although I previously checked the root in Titanium Backup. Maybe my root is not set up properly? Any advice is greatly appreciated.
Try ADB Push cmd to your Ones storage.
Sent from my Sprint HTC One, powered by unlimited 4G LTE - using Tapatalk 2.
ethan.r.besbris said:
Try ADB Push cmd to your Ones storage.
Sent from my Sprint HTC One, powered by unlimited 4G LTE - using Tapatalk 2.
Click to expand...
Click to collapse
What would I call the One's storage in the command?
Drybonz said:
Hey guys... first rom flash I did after rooting went bad. I got a failed message during the flash and now I'm stuck on the HTC boot screen. I'm wondering if the zip is bad, but my problem is how to get another rom into my internal storage since I can't boot up the device.
Any help is appreciated. Thanks.
*edit* Sideload mode in TWRP is not working. I can start it on the phone, but the adb commands never work.
Click to expand...
Click to collapse
What ADB folder are you using on your PC. The one from google or the one from the broken "all in one" tool kit?
Kraizk said:
What ADB folder are you using on your PC. The one from google or the one from the broken "all in one" tool kit?
Click to expand...
Click to collapse
I'm using the one from BigDaddy's how-to-root thread. Is that one broken? I used that and followed the instructions in the two videos.
Where can I get the correct ADB materials, please?
Drybonz said:
Hey guys... first rom flash I did after rooting went bad. I got a failed message during the flash and now I'm stuck on the HTC boot screen. I'm wondering if the zip is bad, but my problem is how to get another rom into my internal storage since I can't boot up the device.
Any help is appreciated. Thanks.
*edit* Sideload mode in TWRP is not working. I can start it on the phone, but the adb commands never work.
Click to expand...
Click to collapse
Install TWRP Recovery and then there might be a "mount usb" option inside mount/ storage menu....then it will mount your storage to computer.....
I'm not sure but my phone's kernel have it...
Hit thanks if I helped
Sent from my WT19i using xda app-developers app
AK Style said:
Install TWRP Recovery and then there might be a "mount usb" option inside mount/ storage menu....then it will mount your storage to computer.....
I'm not sure but my phone's kernel have it...
Hit thanks if I helped
Sent from my WT19i using xda app-developers app
Click to expand...
Click to collapse
Yeah, that was the first thing I tried, and it would have be awesome if it worked, but nothing happens when I click on the mount usb.
*edit* I will definitely never have another phone without a microSD card. Really wishing I had one right now.
Drybonz said:
Yeah, that was the first thing I tried, and it would have be awesome if it worked, but nothing happens when I click on the mount usb.
Click to expand...
Click to collapse
Then try other recoveries,it might not work in all recoveries...but there should be one that works
Sent from my WT19i using xda app-developers app
AK Style said:
Then try other recoveries,it might not work in all recoveries...but there should be one that works
Sent from my WT19i using xda app-developers app
Click to expand...
Click to collapse
Tried it in CWM and TWRP already.
Drybonz said:
Tried it in CWM and TWRP already.
Click to expand...
Click to collapse
what rom did you flash to cause all this, first of all.
Even though I have installed custom recoveries and installed SU before the bad flash, it seems like there is something wrong with the root, and now I am not sure how to get it fixed.
Aldo101t said:
what rom did you flash to cause all this, first of all.
Click to expand...
Click to collapse
OMJ's... but I think there is something wrong with my root process somewhere.
Drybonz said:
Even though I have installed custom recoveries and installed SU before the bad flash, it seems like there is something wrong with the root, and now I am not sure how to get it fixed.
Click to expand...
Click to collapse
how did you install su.
obtain a su zip file and flash su with recovery.i can't remember where to get it , but search the forums it's there somewhere.
Aldo101t said:
how did you install su.
Click to expand...
Click to collapse
I followed the steps in the video by updating SU and then checking it in Titanium Backup. My problem is, it still tells me in the recovery that they system "does not appear to be rooted' when I reboot.
Aldo101t said:
how did you install su.
obtain a su zip file and flash su with recovery.i can't remember where to get it , but search the forums it's there somewhere.
Click to expand...
Click to collapse
I can't get files onto the phone.
Drybonz said:
I can't get files onto the phone.
Click to expand...
Click to collapse
when you plug your phone into your computer, look under my computer, is htc one there, if not, i don't know buddy.
another thing that might be messing you up is if you use a 3.0 usb port.
Aldo101t said:
when you plug your phone into your computer, look under my computer, is htc one there, if not, i don't know buddy.
Click to expand...
Click to collapse
It's not there... that's why I was trying to sideload, but it won't work in either custom recovery.
When I reboot from TWRP it says I am not rooted and swipe to have root installed. Even though I have done this a few times it keeps telling me that I'm not rooted.
Hello,
I just got my One today, and I've been trying to root it and stuff. I unlocked the bootloader successfully, then tried flashing the custom recoveries. For some reason only cwm (regular) worked; the other ones (cwm touch and TWRP) flashed successfully, but when I tried going into recovery, the phone would be on the "booting into recovery screen", then just turn off.
Anyways, I just continued with cwm regular, but it kept saying "can't mount /cache/recovery/command, log, last_log,..." basically lots of that stuff on the bottom. I ignored that. Then, I put superuser.zip into the SD card, but clockworkmod could not find the sd card stuff.
Finally, in CWM, I formattted /system, /sdcard, /external_sd, /data and /data/media. Then the phone would ONLY boot straight into the bootloader (even if I did NOT hold down), could not even open recovery. So I flashed the same cwm recovery again.
Now I can only go into bootloader and recovery. Sorry for the long post, and thanks for any help in advance.
I'm just guessing but I think it's because you formatted everything and never flashed a rom. So there's just nothing on your phone, it can only boot into the bootloader because everything else was formatted.
Sent from my HTCONE using xda app-developers app
theman97 said:
I'm just guessing but I think it's because you formatted everything and never flashed a rom. So there's just nothing on your phone, it can only boot into the bootloader because everything else was formatted.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
That sounds reasonable. Does anyone know how to "put" something on the phone? even just stock stuff, so I can boot?
Relock your bootloader then use an RUU. Then unlock and try again.
http://forum.xda-developers.com/showthread.php?t=2253182
Sent from my HTCONE using xda app-developers app
twilightnx said:
That sounds reasonable. Does anyone know how to "put" something on the phone? even just stock stuff, so I can boot?
Click to expand...
Click to collapse
Adb push a rom onto the phone. Google adb if you don't know how to use it.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Don't RUU use this tool makes it easy
http://forum.xda-developers.com/showthread.php?p=40341536
Also download a Rom you want and just click on sideload Rom, you may also have to click install HTC drivers first too.
Sent from my HTCONE using xda app-developers app
theman97 said:
Relock your bootloader then use an RUU. Then unlock and try again.
http://forum.xda-developers.com/showthread.php?t=2253182
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
Thank you! My problem's been solved.
Can a mod lock this thread?
twilightnx said:
Thank you! My problem's been solved.
Can a mod lock this thread?
Click to expand...
Click to collapse
The thread will eventually drift away. Next time, post in the Q&A forum. More importantly, don't rely on a toolkit to save you. Sometimes, they don't work. The actual fix to this problem is fairly trivial (and to poster above, doesn't necessarily involve ADB either). If were trying to simply push stock software back on, it's three (well, in your case two) fastboot commands:
fastboot flash boot <path-to-boot.img>
flash system <path-to-system.img>
After unzipping a factory .tar. It's worth learning how to do in case this happens again.
Hey guys,
Im just recently started using xda, its an awesome community. So this is my first thread and i really need help. Rooted my htc a lil while back, worked great i recently tried to flash a cynogenmod 4.4 rom. There was something wrong with the rom i guess my CWM said something like 'status 7 installation aborted' now i can only access my bootlloader and cwm recovery. I want to know how i can put or flash a new rom? Sorry im new at this,
Thanks for the help in advance.
Using adb push in recovery or USB otg.
Sent from my HTC One using xda app-developers app
Martial_X said:
Hey guys,
Im just recently started using xda, its an awesome community. So this is my first thread and i really need help. Rooted my htc a lil while back, worked great i recently tried to flash a cynogenmod 4.4 rom. There was something wrong with the rom i guess my CWM said something like 'status 7 installation aborted' now i can only access my bootlloader and cwm recovery. I want to know how i can put or flash a new rom? Sorry im new at this,
Thanks for the help in advance.
Click to expand...
Click to collapse
First of all: Get rid of this ****ing CWM, if you have a Google Play Edition installed, this will ALWAYS **** up your system.. and you won't be able to gain root without reflashing the system, install TWRP...
Here this rom should work quite fine:
http://forum.xda-developers.com/show....php?t=2224752 (thanks @mike1986. for providing such awesome ROMs)
Then you boot into your recovery and push the ROM you downloaded above to your device with the following command.. maybe ensure that you mounted /data in the recovery..
Code:
adb push "C:\FolderWhereRomIsStored\rom.zip" "/data/media/0/rom.zip"
And if this doesn't work properly, try this command to copy the whole folder:
Code:
adb push "C:\FolderWhereRomIsStored" "/data/media/0"
Now flash the zip and you should have a working OS.. but another advice: Before flashing, delete /data and the cache etc.. to be sure that the phone will boot correctly
I hope it helped.. if it didn't post your questions and if it worked fine, hit the thanksbutton
LibertyMarine said:
First of all: Get rid of this ****ing CWM, if you have a Google Play Edition installed, this will ALWAYS **** up your system.. and you won't be able to gain root without reflashing the system, install TWRP...
Here this rom should work quite fine:
http://forum.xda-developers.com/show....php?t=2224752 (thanks @mike1986. for providing such awesome ROMs)
Then you boot into your recovery and push the ROM you downloaded above to your device with the following command.. maybe ensure that you mounted /data in the recovery..
Code:
adb push "C:\FolderWhereRomIsStored\rom.zip" "/data/media/0/rom.zip"
And if this doesn't work properly, try this command to copy the whole folder:
Code:
adb push "C:\FolderWhereRomIsStored" "/data/media/0"
Now flash the zip and you should have a working OS.. but another advice: Before flashing, delete /data and the cache etc.. to be sure that the phone will boot correctly
I hope it helped.. if it didn't post your questions and if it worked fine, hit the thanksbutton
Click to expand...
Click to collapse
Thanks for the elaborate answer. I tried twrp recovery a while back but it didn't work i got stuck in recovery mode so used that 'put phone under bright light method' to restart it and only the manual cwm seemed to work. So now?
As soon as i solve the issue will hit the thanks button
horrorschow1986 said:
i had the same issue...
flash the latest recovery
flash a normal custom rom...(cyanogenmod 4.3)
after that flash cyanogenmod 4.4
do a factory reset and it will work
thats how it worked for me
Click to expand...
Click to collapse
I get what ur trying to say. But the problem is i dont have a rom my phone goes straight to recovery and bootloader menu, i just want to know how to put a rom in my htc from recovery or bootloader?
Currently i dont have a rom on my internal storage to flash.
LibertyMarine said:
First of all: Get rid of this ****ing CWM, if you have a Google Play Edition installed, this will ALWAYS **** up your system.. and you won't be able to gain root without reflashing the system, install TWRP...
Here this rom should work quite fine:
http://forum.xda-developers.com/show....php?t=2224752 (thanks @mike1986. for providing such awesome ROMs)
Then you boot into your recovery and push the ROM you downloaded above to your device with the following command.. maybe ensure that you mounted /data in the recovery..
Code:
adb push "C:\FolderWhereRomIsStored\rom.zip" "/data/media/0/rom.zip"
And if this doesn't work properly, try this command to copy the whole folder:
Code:
adb push "C:\FolderWhereRomIsStored" "/data/media/0"
Now flash the zip and you should have a working OS.. but another advice: Before flashing, delete /data and the cache etc.. to be sure that the phone will boot correctly
I hope it helped.. if it didn't post your questions and if it worked fine, hit the thanksbutton
Click to expand...
Click to collapse
Twrp is better but cwm is the only way to flash 4.4 currently
Sent from my HTC6500LVW using xda app-developers app
horrorschow1986 said:
You have to connect your phone by USB to your PC. Download hasoon2000 toolkit for HTC one.
Download Rom to your PC.
Boot in recoverey.
Click on install Rom by sideload (in recovery).
Click in HTC tool on sideload a rom (on PC).
Than wait till Rom is transferred to your phone.
Installation will Start by its self
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Thnx alot, just the kind of answer i was looking for. I will try it, hope it works!!
horrorschow1986 said:
You have to connect your phone by USB to your PC. Download hasoon2000 toolkit for HTC one.
Download Rom to your PC.
Boot in recoverey.
Click on install Rom by sideload (in recovery).
Click in HTC tool on sideload a rom (on PC).
Than wait till Rom is transferred to your phone.
Installation will Start by its self
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Tried this method and when i select sideload rom in the toolkit and press run command prompt appears saying "'C:\Users\Acer' is not recognized as an internal or external command,operable program or batch file."
oh and sideload in phone recovery says "failed to open driver control:no such file in directory" then sideload started "now send the package you want to apply to the device with 'adb sideload <filename>"..
Help guys, im feeling super bored without my phone! Will never mess around with roms again.. :/
horrorschow1986 said:
Hey i was snowboarding
What recovery is installed?? Twrp or cwm??
With clockworkmod it should work and uninstall HTC sync and install the drivers from hasoon2000 tool...
If that won't work i have no idea how to help...
Everything i told you worked for me...
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Ok thnx for reply, yea i uninstalled htc sync manager. Installed drivers manually and no luck so far. N im using cwm.
The thread maybe closed now, issue has been resolved(partition curropted).
Sent from my Htc One using Tapatalk - now Free