Need Help - Sprint HTC One (M7)

Is there an alternative for those that may have relied on Hassoon's tool for quite sometime? I have lost touch with ADB and terminal commands, not to mention my laptop is destroyed, so I'm using my girls...so I need a new tool kit...

hooover said:
Is there an alternative for those that may have relied on Hassoon's tool for quite sometime? I have lost touch with ADB and terminal commands, not to mention my laptop is destroyed, so I'm using my girls...so I need a new tool kit...
Click to expand...
Click to collapse
Need help with what? There is no other toolkit that I know of.
Sent from my HTCONE using xda app-developers app

Sorry, originally I had an issue with the sense 5.5 ROM by baaadnews. That had me in seek of the all in one, but once I resolved the issue I figured that I'd still ask about the tool itself.

Related

Original G1 owner need unlocking help

I have the G1 since it came out on T-Mobile. Since then I have moved on to Samsung Vibrant, original Galaxy Tab and currently on the international Galaxy Tab 7.7 as my phone and tab. I would like the xda community help in unlocking my G1 for a backup phone on my current sim. One thing to know, I am no longer using T-Mobile, I am on Straight Talk. I have been looking online to find a way to get it unlocked but all I come up with is, steps to unlock using the unlock code from T-Mobile (again I am no longer with T-Mobile) this is no use to me, or just follow links to websites where you pay for the code (would not trust them).
Is there a way to unlock it without the need of an unlock code? The original Galaxy Tab was able to be unlocked using Terminal Emulator by a member here on xda, would this be possible to do on the G1? Another option that is not good for me is ADB as I have no clue how to use it, I am okay using terminal emulator if given the correct code. I greatly appreciate your help and looking forward to your suggestions.
solved.......
Ok, since i was not getting any info here i decided to go ahead and pay for the unlock code. I used http://www.unlock-htc.com/unlocking-HTC.php, even though i was a bit sceptical, they accept paypal so at least i could fight the charge if any issues came up. Also i was able to root my G1 using this site http://theunlockr.com/2010/09/23/how-to-root-the-htc-g1-dream-androot-method/. So now i have an unlocked and rooted G1. Next up flashing a rom, maybe.
yeah unlike some other phones no one has been able to sim unlock these phones without a code, at least to my knowledge. the only other way I know off for you to have gotten a code for free would be to try and contact htc directly or have some one you know with tmobile get it for you
I have rooted many g1s over time but never used androot, I have heard it works fine
you will definetly want to try out some newer roms, so many better than stock. and look into upgrading your radio/spl as well as a custom recovery to make all the new rom flashes easier
Sent from my HTC Vision using xda premium
demkantor said:
and look into upgrading your radio/spl as well as a custom recovery to make all the new rom flashes easier
Sent from my HTC Vision using xda premium
Click to expand...
Click to collapse
Could you let me know where I can find the info? This is my first time on the G1 forum, I am sure I can find it on the development section but it would be easier if I could get a link then I can look in roms after reading up on them.
Sent from my GT-P6800 using xda premium
well first off let me know what you have now, boot into hboot (power on while holding camera) and write down everything there
now boot into recovery and tell me what you see (power on holding the home button)
also have you downloaded the android sdk package yet? if not make sure you do this
Sent from my HTC Vision using xda premium
demkantor said:
well first off let me know what you have now, boot into hboot (power on while holding camera) and write down everything there
now boot into recovery and tell me what you see (power on holding the home button)
also have you downloaded the android sdk package yet? if not make sure you do this
Sent from my HTC Vision using xda premium
Click to expand...
Click to collapse
DREA100 PVT 32B
HBOOT-0.95.0000
CPLD-4
RADIO-2.22.23.02
SEP 2 2008
When I try to boot into recovery all I see is a triangle with an exclamation mark and a phone next to it
Have not downloaded the sdk but ill do so. Thanks for the help.
Sent from my GT-P6800 using xda premium
well if you rooted with androot you should be ok, you now need to flash a custom recovery, I suggest amonra (also there is an app in the market that checks for root, I suggest use it to make sure) if you are rooted and have the sdk package on computer proceed
get a terminal emulator from the market as well as superuser and linda file manager, amonra image, put it on the root of sd card and rename it to recovery.img (if on windows it may auto put extention in there so name it just recovery)
open terminal emulator and type
su
then type
flash_image recovery /sdcard/recovery.img
wait a minute or so
now reboot into recovery
Sent from my HTC Vision using xda premium
demkantor said:
well if you rooted with androot you should be ok, you now need to flash a custom recovery, I suggest amonra (also there is an app in the market that checks for root, I suggest use it to make sure) if you are rooted and have the sdk package on computer proceed
get a terminal emulator from the market as well as superuser and linda file manager, amonra image, put it on the root of sd card and rename it to recovery.img (if on windows it may auto put extention in there so name it just recovery)
open terminal emulator and type
su
then type
flash_image recovery /sdcard/recovery.img
wait a minute or so
now reboot into recovery
Sent from my HTC Vision using xda premium
Click to expand...
Click to collapse
Sorry what am I using sdk for?
Sent from my GT-P6800 using xda premium
you will need to get adb.exe and fastboot.exe and the proper drivers for those programs installed on your computer to do a full upgrade of your radio/spl.
there are ways around this but it will be much easier and faster in the future if you have this.
also safer to flash firmware via fastboot as apposed to recovery
Sent from my HTC Vision using xda premium
demkantor said:
you will need to get adb.exe and fastboot.exe and the proper drivers for those programs installed on your computer to do a full upgrade of your radio/spl.
there are ways around this but it will be much easier and faster in the future if you have this.
also safer to flash firmware via fastboot as apposed to recovery
Sent from my HTC Vision using xda premium
Click to expand...
Click to collapse
Ok thanks. I have tried installing the sdk but keep having issues because it keeps saying I need Java SE even though I have it installed, need to keep trying. I am also waiting on a replacement USB cable I got from ebay so I can install the Amon_Ra custom recovery.
Sent from my GT-P6800 using xda premium
try to define JAVA_HOME as an environment variable containing the installation path of your java distribution and add $JAVA_HOME/bin (%JAVA_HOME%/bin in windows) to your PATH variable.
Sent from my Gingerbread on Dream using xda app-developers app
AndDiSa said:
try to define JAVA_HOME as an environment variable containing the installation path of your java distribution and add $JAVA_HOME/bin (%JAVA_HOME%/bin in windows) to your PATH variable.
Sent from my Gingerbread on Dream using xda app-developers app
Click to expand...
Click to collapse
Sorry but I have no clue as how to do that, I am not a coder, dev or programmer
Sent from my GT-P6800 using xda premium
demkantor said:
well if you rooted with androot you should be ok, you now need to flash a custom recovery, I suggest amonra (also there is an app in the market that checks for root, I suggest use it to make sure) if you are rooted and have the sdk package on computer proceed
get a terminal emulator from the market as well as superuser and linda file manager, amonra image, put it on the root of sd card and rename it to recovery.img (if on windows it may auto put extention in there so name it just recovery)
open terminal emulator and type
su
then type
flash_image recovery /sdcard/recovery.img
wait a minute or so
now reboot into recovery
Sent from my HTC Vision using xda premium
Click to expand...
Click to collapse
i installed the amon_ra image from http://forum.xda-developers.com/showthread.php?t=566669, followed your steps and i keep getting "flash_image: not found". I tried it by renaming it, original name, both with file on the sdcard and on the root of the sd card and still same issue.
reading through the link and my original post, I forgot the # sign, look through the op of your link and you will see the directions to do it through an emulator
Sent from my HTC Vision using xda premium
I did use the # sign, not sure what else to do, might have to go through sdk but I am having issues installing that on my laptop
Sent from my GT-P6800 using xda premium
find a thread called adb for dummies or something along those lines, it has a mini package in it with all the required programs and files to do minimal work (adb, fastboot, drivers, etc) it also explains how to use these functions (just a quick basic idea anyway)
the sdk package is big if you download everything, and unless you start learning to develop roms and or apps most of it will seem usless to you
your other option is to just root the phone the old fasioned way, following the cyanogen wiki completley starting with the downgrading with the dreaming.nbh file
I've used this method o so many times, the first time took me manybe half an hour because I had to read up on it and understand it. now when I root a g1 I'm done in about 10 mins with rooting, upgrading to the latest radio/spl and installing a custom rom and recovery. so in other words it isn't too hard or time consumming and you may have less issues
Sent from my HTC Vision using xda premium
demkantor said:
find a thread called adb for dummies or something along those lines, it has a mini package in it with all the required programs and files to do minimal work (adb, fastboot, drivers, etc) it also explains how to use these functions (just a quick basic idea anyway)
the sdk package is big if you download everything, and unless you start learning to develop roms and or apps most of it will seem usless to you
your other option is to just root the phone the old fasioned way, following the cyanogen wiki completley starting with the downgrading with the dreaming.nbh file
I've used this method o so many times, the first time took me manybe half an hour because I had to read up on it and understand it. now when I root a g1 I'm done in about 10 mins with rooting, upgrading to the latest radio/spl and installing a custom rom and recovery. so in other words it isn't too hard or time consumming and you may have less issues
Sent from my HTC Vision using xda premium
Click to expand...
Click to collapse
Thanks I'll look into it, the phone is already rooted in just need the latest radio/spl and recovery and ill be set if I want to flash any ROMS
Sent from my GT-P6800 using xda premium
Ok so I figured out where I was going wrong, I needed to downgrade to RC29.
So I followed cyanogen wiki and did the following:
Downgraded to RC29
Installed Amon_Ras latest recovery image
Upgraded radio to 2.22.23. 02
Spl 1.33.2005
Then I tried to install cm 5.0.8 (the links for cm 6 are not working) it flashed properly but then it just gets stuck on the G1 screen. I redid all the steps and still same issue. Any suggestions?
PS I did noticed that my original radio is the same as the one I installed using cyanogen wiki, is this correct?
Sent from my GT-P6800 using xda premium
very possibly, that is a stock radio for the g1, did you also flash the gapps/base to cm5? they do not come with gthe rom
if you need further help boot into hboot and write down everything on that screen
Sent from my HTC Vision using xda premium
finally got back to trying to update radio/spl and flash custom rom, and after close to 3 hours and several attemps i finally did it following the directions here
http://forum.xda-developers.com/showthread.php?t=1098899
its weird using the g1 again but excited at the same time, now i have a fully working backup. talk about a big speed difference from the g1 to the current android phones. thank you everyone

[Q] "No OS installed!" Can't get past bootloader or recovery! Urgent Help!

I'm an amateur ROM flasher and I usually get around a problem after a few hours of messing around with the device and forums but I am absolutely stumped by this one. After unsuccessfully trying to flash a few roms, I decided to restore my phone back to what it was because I backed it up only a few hours before. All it would load is a black screen with the status bar showing the time and no signal, sometimes allowing me to slide to unlock to my saved launcher with still a black background. Not only would it never get reception, it would reboot within two minutes. This cycled until the battery would die. I ended up deleting everything on the device itself in attempt to fix something, not thinking I would delete my back ups and then my ability to ever get my phone past bootloader or recovery. I can still do fastboot commands and change the recovery, but besides that, it's a brick. Any kind of help would mean the world, thanks!
http://forum.xda-developers.com/showthread.php?t=2317989
[HOW TO] ADB Sideload/Push if you Wipe Internal Storage And have no ROM to Flash
Sent from my HTCONE
Im geussing you dont have any other phone to download a rom to an sd card and put it in ur phone?
It would beat having to go thru all the adb setup if your not familiar with adb .
Sent from my SAMSUNG-SGH-I337 using xda premium
It's not a brick until nothing lights up our charges. And since there is no sd slot, that's out. You have access to recovery, you're fine. Download a stable Rom and just like fastboot, do an adb push of the Rom like suggested above. Wipe data, caches, and format system before flashing. No worries. All its not lost.
Sent from my HTCONE using xda premium
propjockey said:
It's not a brick until nothing lights up our charges. And since there is no sd slot, that's out. You have access to recovery, you're fine. Download a stable Rom and just like fastboot, do an adb push of the Rom like suggested above. Wipe data, caches, and format system before flashing. No worries. All its not lost.
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
What ??? No sd card slot ? Thats insane.
Sent from my SAMSUNG-SGH-I337 using xda premium
captivated1971 said:
What ??? No sd card slot ? Thats insane.
Sent from my SAMSUNG-SGH-I337 using xda premium
Click to expand...
Click to collapse
Wild times were living in.
Sent from my HTCONE using xda premium
Use the tool here http://forum.xda-developers.com/showthread.php?p=40341536 makes everything easy download a Rom and then click sideload Rom. You may have to click install HTC drivers first.
Sent from my HTCONE using xda app-developers app
I smell a couple Trolls in here
No trolling on my end. Just trying to help a guy out. Maybe I'm missing the joke.
Sent from my HTCONE using xda premium
propjockey said:
No trolling on my end. Just trying to help a guy out. Maybe I'm missing the joke.
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
Likely he's referring to the "Sent from my Samsung" guy aghast at the lack of an SD card slot.
propjockey said:
No trolling on my end. Just trying to help a guy out. Maybe I'm missing the joke.
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
The Troll is the AT&T guy who think's he's being cute trying to tell the OP to put it on an SD card.
Yeah I see that now. Wasn't firing on all cylinders last night.
Sent from my HTCONE using xda premium
bearw815 said:
http://forum.xda-developers.com/showthread.php?t=2317989
[HOW TO] ADB Sideload/Push if you Wipe Internal Storage And have no ROM to Flash
Sent from my HTCONE
Click to expand...
Click to collapse
Any of those adb commands results only with "error: device not found"
This may not be a fix for HTC phones, but on Samsung devices, I've had to uninstall and reinstall drivers several times. Do and uninstall, run a registry cleaner, reboot pc, reinstall drivers, reboot, and try adb again. I used to do that every so often with my Samsung devices that wouldn't be properly detected by my pc. It usually fixed my problem.
Sent from my HTCONE using xda premium
propjockey said:
This may not be a fix for HTC phones, but on Samsung devices, I've had to uninstall and reinstall drivers several times. Do and uninstall, run a registry cleaner, reboot pc, reinstall drivers, reboot, and try adb again. I used to do that every so often with my Samsung devices that wouldn't be properly detected by my pc. It usually fixed my problem.
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
How would I get around to doing this on a Mac? It's all I got.
Sorry, I'm not a Mac guy. I couldn't tell you. Can you poach some time on pc at work or a friend's? You may also be able to boot a Linux live disc on your Mac and work from there. Takes some effort, but may help.
Sent from my HTCONE using xda premium
cowkong said:
How would I get around to doing this on a Mac? It's all I got.
Click to expand...
Click to collapse
No offense meant, but that information really needs to be in the first post. It could have made things significantly easier. We also really need to know what ROMs you were trying, because the problems you'r edescribing vaguely sound like you've flashed a GSM ROM somewhere along the line by accident, in which case you will need to RUU (and most of the guides are unfortunately pretty Windows-centric).
Rirere said:
No offense meant, but that information really needs to be in the first post. It could have made things significantly easier. We also really need to know what ROMs you were trying, because the problems you'r edescribing vaguely sound like you've flashed a GSM ROM somewhere along the line by accident, in which case you will need to RUU (and most of the guides are unfortunately pretty Windows-centric).
Click to expand...
Click to collapse
No offense taken. Unfortunately, a Mac is all I'm able to use at the moment. I'm trying to run CleanRom from the sprint htc one development section of this site, so I'm fairly certain it should work. My main problem right now is that using adb commands my phone is not recognized. Using fastboot, though, works absolutely fine to do whatever I need and recognizes my device. I've tried using twrp and clockworkmod recovery touch to sideload any zip file and just won't work. All it says after trying that is "failed to open driver control: no such file or directory".
Please do tell me if any other information would help you help me faster. I don't frequent forums so I'd imagine I'm quite frustrating to work with.
Anybody have any idea?

Fromatted and now my phone is blank

I need to know how to get a rom back on my phone. it is stuck on the white htc screen and will not do anything including shut off. Any help would be great thanks.
This happened to me recently as long as you can get into recovery your should still be fine. With TWRP you can use Adb sideload to push a rom back onto the phone.
cloppy said:
This happened to me recently as long as you can get into recovery your should still be fine. With TWRP you can use Adb sideload to push a rom back onto the phone.
Click to expand...
Click to collapse
now im in recovery what can I do to fix it? will you help me out please?
Holding down the power button long enough like 30 seconds should power off the phone. Maybe try to hold the Vol down button too like your entering the recovery. that might trick it to power off or reboot.
cloppy said:
Holding down the power button long enough like 30 seconds should power off the phone. Maybe try to hold the Vol down button too like your entering the recovery. that might trick it to power off or reboot.
Click to expand...
Click to collapse
I got it in recovery now but im not sure what to do now.
Davek30 said:
I got it in recovery now but im not sure what to do now.
Click to expand...
Click to collapse
Thats good you got to recovery if you have TWRP you can use the ADB sideload commands. other recoveries may have a similar option. Here is a guide how to sideload.
http://forum.xda-developers.com/showthread.php?t=2318497
cloppy said:
Thats good you got to recovery if you have TWRP you can use the ADB sideload commands. other recoveries may have a similar option. Here is a guide how to sideload.
http://forum.xda-developers.com/showthread.php?t=2318497
Click to expand...
Click to collapse
Great but what files do I need for my pc?
you need the HTC drivers and ADB. here is a tool kit that should have all the stuff.
http://forum.xda-developers.com/showthread.php?t=2236814
well im not sure how to do this so ill just switch to a different phone.
You don't need to switch to a different phone. Just try to learn how to do this stuff. Go to HTC's and Sprint's Web sites and download drivers. Then, try to flash a ROM. PM me, if you want, and I will try to help.
Sent from my HTCONE using xda app-developers app
Vobeyo said:
You don't need to switch to a different phone. Just try to learn how to do this stuff. Go to HTC's and Sprint's Web sites and download drivers. Then, try to flash a ROM. PM me, if you want, and I will try to help.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
the problem with that is I can get a rom on the phone to flash it. im new to the sideload thing
Davek30 said:
the problem with that is I can get a rom on the phone to flash it. im new to the sideload thing
Click to expand...
Click to collapse
There's a first time for everything, bucko.
You should not be messing around if you're not comfortable with adb.
Davek30 said:
the problem with that is I can get a rom on the phone to flash it. im new to the sideload thing
Click to expand...
Click to collapse
I was too up until last week when i found all these guides and tools available here. Plus there are plenty of people available and willing to help here no need for a new phone. Install the drivers on your computer, reboot into recovery and use the adb guide to sideload a rom all these processes are well documented.
Download the tool here http://forum.xda-developers.com/showthread.php?p=40341536
Download a Rom you want.
Then connect your phone to your computer while in bootloader, click sideload Rom from the tool you downloaded, then select your Rom. Profit.
You may need to click install HTC drivers from the tool as well if your phone isn't recognized by the computer.
Sent from my HTCONE using xda app-developers app
Konfuzion said:
Download the tool here http://forum.xda-developers.com/showthread.php?p=40341536
Download a Rom you want.
Then connect your phone to your computer while in bootloader, click sideload Rom from the tool you downloaded, then select your Rom. Profit.
You may need to click install HTC drivers from the tool as well if your phone isn't recognized by the computer.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
You can do all this, but ADB is easier.
Vobeyo said:
You can do all this, but ADB is easier.
Click to expand...
Click to collapse
Not for someone who doesn't know ADB. How can typing in command line be easier than clicking a button?
Sent from my HTCONE using xda app-developers app
Konfuzion said:
Download the tool here http://forum.xda-developers.com/showthread.php?p=40341536
Download a Rom you want.
Then connect your phone to your computer while in bootloader, click sideload Rom from the tool you downloaded, then select your Rom. Profit.
You may need to click install HTC drivers from the tool as well if your phone isn't recognized by the computer.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
Not trying to sound like a richard head but how will anyone learn anything buy using Hasoon's toolkit(don't get me wrong he does amazing work,I used a toolkit myself on my Nexus 7 ONLY because I didn't know how to unlock the bootloader) I give huge props to all the Devs that build toolkits for us.
My point is if you learn to DIY most members won't freak out as much because they will have the knowledge to hopefully fix the problem.
Carry on
bigdaddy619 said:
Not trying to sound like a richard head but how will anyone learn anything buy using Hasoon's toolkit(don't get me wrong he does amazing work,I used a toolkit myself on my Nexus 7 ONLY because I didn't know how to unlock the bootloader) I give huge props to all the Devs that build toolkits for us.
My point is if you learn to DIY most members won't freak out as much because they will have the knowledge to hopefully fix the problem.
Carry on
Click to expand...
Click to collapse
My point is this guy is talking about ditching the phone for another and I gave him a simple easy solution to his problem that is essentially one click. And you think someone who is considering getting a new phone over a wiped sd card is interested in taking the time to learn ADB?
The OP sounds like the type of person who should just stick to stock, but alas here we are.
Sent from my HTCONE using xda app-developers app
Konfuzion said:
My point is this guy is talking about ditching the phone for another and I gave him a simple easy solution to his problem that is essentially one click. And you think someone who is considering getting a new phone over a wiped sd card is interested in taking the time to learn ADB?
The OP sounds like the type of person who should just stick to stock, but alas here we are.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
All you have to do is Google 'how to sideload,' to find that all you have to type is 'adb sideload rom.zip'
It is very simple.
Vobeyo said:
All you have to do is Google 'how to sideload,' to find that all you have to type is 'adb sideload rom.zip'
It is very simple.
Click to expand...
Click to collapse
People are so hard headed, yeah I'm wrong OP download ADB, update it, start learning ADB, connect your phone in bootloader and ADB sideload your Rom of choice. Because that will be much easier than clicking one button......
Sent from my HTCONE using xda app-developers app

[Q] Sprint HTC One - no os, can access fastboot and recovery

So I have a Sprint HTC One and I tried flashing a ROM that was for "all other models" and after I flashed it kept on boot looping. So then I wiped everything not thinking about deleting the other ROMs I had on the phone to restore it with. So now I can access fastboot and recovery(twrp 2.6.1.0) but I can't mount an OTG, I can't use adb, and I cant flash through fastboot. I honestly don't know what to do from here so any help would be greatly appreciated.
Herstandez said:
So I have a Sprint HTC One and I tried flashing a ROM that was for "all other models" and after I flashed it kept on boot looping. So then I wiped everything not thinking about deleting the other ROMs I had on the phone to restore it with. So now I can access fastboot and recovery(twrp 2.6.1.0) but I can't mount an OTG, I can't use adb, and I cant flash through fastboot. I honestly don't know what to do from here so any help would be greatly appreciated.
Click to expand...
Click to collapse
You are new to XDA. Please look through the
for a moment, to give yourself an understanding of how XDA works. Please make a specific note of rule #15.
Your thread is now in the correct location.
Thank you.
Herstandez said:
So I have a Sprint HTC One and I tried flashing a ROM that was for "all other models" and after I flashed it kept on boot looping. So then I wiped everything not thinking about deleting the other ROMs I had on the phone to restore it with. So now I can access fastboot and recovery(twrp 2.6.1.0) but I can't mount an OTG, I can't use adb, and I cant flash through fastboot. I honestly don't know what to do from here so any help would be greatly appreciated.
Click to expand...
Click to collapse
Since you can access recovery you need to adb sideload a rom. You can find o ut how to do that here.
If that doesn't work for you (which I suspect it won't) then you will need to take your phone back to stock by applying RUU. there are several ways to do that. Let me know if you need that information and I'll post it here for you.
MrFixit007 said:
Since you can access recovery you need to adb sideload a rom. You can find o ut how to do that here.
If that doesn't work for you (which I suspect it won't) then you will need to take your phone back to stock by applying RUU. there are several ways to do that. Let me know if you need that information and I'll post it here for you.
Click to expand...
Click to collapse
I've tried side loading and my phone isnt recognized by adb :/ and before I rooted my phone I updated to 1.31.651.2 and there isn't an RUU for it yet
Herstandez said:
I've tried side loading and my phone isnt recognized by adb :/ and before I rooted my phone I updated to 1.31.651.2 and there isn't an RUU for it yet
Click to expand...
Click to collapse
Uninstall your HTC drivers. And install the universal naked drivers http://forum.xda-developers.com/showthread.php?t=2263822
Make sure you don't have HTC sync installed, disable any anti virus and firewalls and try to sideload again.
There are ways to RUU on 1.31 but that is way too much hassle when all you need is to install a Rom.
Sent from my HTCONE using xda app-developers app
Konfuzion said:
Uninstall your HTC drivers. And install the universal naked drivers http://forum.xda-developers.com/showthread.php?t=2263822
Make sure you don't have HTC sync installed, disable any anti virus and firewalls and try to sideload again.
There are ways to RUU on 1.31 but that is way too much hassle when all you need is to install a Rom.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
I'm trying that now, I'll let you know what happens, thank you guys so much
Konfuzion said:
Uninstall your HTC drivers. And install the universal naked drivers http://forum.xda-developers.com/showthread.php?t=2263822
Make sure you don't have HTC sync installed, disable any anti virus and firewalls and try to sideload again.
There are ways to RUU on 1.31 but that is way too much hassle when all you need is to install a Rom.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
Please excuse me being a n00b, but I'm not too positive on what to do with the files in the zip :/
Herstandez said:
Please excuse me being a n00b, but I'm not too positive on what to do with the files in the zip :/
Click to expand...
Click to collapse
Did you get it figured out? You have to install the drivers manually. If you don't know how, then I would google search "how to manually install device drivers" otherwise you can just use the drivers that install when you install HTC Sync. They work just as well.
What you need to do if adb does not recognize your device is fastboot flash TWRP 2.5.0.0. The older version works. Then you will be able to use adb and you can follow all the steps I outlined here.
MrFixit007 said:
otherwise you can just use the drivers that install when you install HTC Sync. They work just as well.
here.
Click to expand...
Click to collapse
They really don't though...
Sent from my HTCONE using xda app-developers app
Konfuzion said:
They really don't though...
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
For a basic user with only one device, what about them isn't adequate? From everything I have read about them the only benefit is the multi-device capability. The fact that you get the sync program is undesirable, I completely agree, but it does seem to be the simplest way for basic users to access the drivers.
I am truely interested in the differences, as I have read this entire post and not found much enlightenment.
Thanks for the knowledge
MrFixit007 said:
For a basic user with only one device, what about them isn't adequate? From everything I have read about them the only benefit is the multi-device capability. The fact that you get the sync program is undesirable, I completely agree, but it does seem to be the simplest way for basic users to access the drivers.
I am truely interested in the differences, as I have read this entire post and not found much enlightenment.
Thanks for the knowledge
Click to expand...
Click to collapse
Main difference is you can manually install the drivers while the phone is connected via fastboot/abd and avoid the problems people run into trying to get their phones recognized while in fastboot/abd.
Sent from my HTCONE using xda app-developers app
Konfuzion said:
Main difference is you can manually install the drivers while the phone is connected via fastboot/abd and avoid the problems people run into trying to get their phones recognized while in fastboot/abd.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
Hmmm. I'll have to keep an eye out for that. I wonder if the difference in drivers would affect adb recognizing TWRP 2.6.1.0. I have seen a lot of people who have to go back to TWRP 2.5.0.0 to get adb to work.
MrFixit007 said:
Hmmm. I'll have to keep an eye out for that. I wonder if the difference in drivers would affect adb recognizing TWRP 2.6.1.0. I have seen a lot of people who have to go back to TWRP 2.5.0.0 to get adb to work.
Click to expand...
Click to collapse
I can't speak for that, but maybe.
Sent from my HTCONE using xda app-developers app
Konfuzion said:
Main difference is you can manually install the drivers while the phone is connected via fastboot/abd and avoid the problems people run into trying to get their phones recognized while in fastboot/abd.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
I tried to manually install the drivers, but no luck, windows says it cant find any drivers
MrFixit007 said:
Hmmm. I'll have to keep an eye out for that. I wonder if the difference in drivers would affect adb recognizing TWRP 2.6.1.0. I have seen a lot of people who have to go back to TWRP 2.5.0.0 to get adb to work.
Click to expand...
Click to collapse
also the device is listed as Android 1.0 and not m7wls, I don't know if that helps
MrFixit007 said:
Hmmm. I'll have to keep an eye out for that. I wonder if the difference in drivers would affect adb recognizing TWRP 2.6.1.0. I have seen a lot of people who have to go back to TWRP 2.5.0.0 to get adb to work.
Click to expand...
Click to collapse
So I was able to sideload a ROM, but now it keeps rebooting and there are no apps installed and it said the system crashed when I finished the setup
MrFixit007 said:
Hmmm. I'll have to keep an eye out for that. I wonder if the difference in drivers would affect adb recognizing TWRP 2.6.1.0. I have seen a lot of people who have to go back to TWRP 2.5.0.0 to get adb to work.
Click to expand...
Click to collapse
I also just wiped everything and reflashed the rom, after flashing it said I still had no os :/
Herstandez said:
I also just wiped everything and reflashed the rom, after flashing it said I still had no os :/
Click to expand...
Click to collapse
how did you get the adb sideload to work in the first place? i'm having the exact same problem with my device at the moment
gbau said:
how did you get the adb sideload to work in the first place? i'm having the exact same problem with my device at the moment
Click to expand...
Click to collapse
I just flashed twrp 2.5.0.0 and it worked, there's a link in this thread to it
Herstandez said:
I just flashed twrp 2.5.0.0 and it worked, there's a link in this thread to it
Click to expand...
Click to collapse
hmmm. i'm already on 2.5.0.0, but it's still not recognizing. I think it might be my drivers because it says "This device cannot start (Code 10)" in device manager

ONE Click Root?

I want to root my HTC one M7 but my computer broke this weekend. I was wondering if there was a one click method to use. Im android 5.0.2 Thank you on Advance
Sent from my HTCONE using XDA Free mobile app
dhonan13 said:
I want to root my HTC one M7 but my computer broke this weekend. I was wondering if there was a one click method to use. Im android 5.0.2 Thank you on Advance
Sent from my HTCONE using XDA Free mobile app
Click to expand...
Click to collapse
I don't think so. Actual 'rooting' takes place within a rooted ROM, but you have to unlock your bootloader first, and even that is not a one-click process. MAYBE if you get the HTC dev unlock code file via email, and place it in a certain folder on your PC, there may be a script out there that could do the rest, but that of course requires a PC with proper ADB and HTC driver setup. Bottom line is I don't think it can be done without a PC.

Categories

Resources