[Q] I'm STUCKEDDDDD!!! - Desire HD Q&A, Help & Troubleshooting

While I want to downgrade my Desire HD which is 2.2.1, I follow tutorials! Most ppl state they can access their phone during "charge only" mode in cmd! BUT I really can't!
In the cmd, I typed C:, then it prompt me: device is not ready!
I re-installed the HTC Sync, got the latest update.
I installed the Android SDK Manager, got all updated.
I installed JAVA SE...
All can't help...I really need help here...I have been working on it for hours *crying*

Is USB Debugging enabled in your phone?

Are you sure you got the Android USB driver correct installed, this was my problem when I was trying to do the same.
It ended up with that I because I'm running win7 64 bit had to modify the driver, and manually move som files to get it to work. Check that you Android phone pops up in device management when you connect it.
I'm new to this my self, and others may have others sollution. But I was stuck at this my self for a couple of days before I got it working with help of massive google searches about the subject

Dear All, yes...I am sure sure and sure my usb debugging is enabled...
I am using Windows 7 too...I wish someone can give me some advice that can solve my situation right now...

danielandroid said:
Dear All, yes...I am sure sure and sure my usb debugging is enabled...
I am using Windows 7 too...I wish someone can give me some advice that can solve my situation right now...
Click to expand...
Click to collapse
connect ur phone with charge only and usb debuging ticked,.unzip the file in my attachments and put the folder in drive c and type the following command
cd c:\adb (press enter)
then ull see c:\adb>
then type adb devices
if u see the serial number of your phone it means ur phone is connected

Thanks for your reply!!! Leather|Face!
1. I extracted your files into D: and make it D:\ADB
2. typed adb devices
>>List of devices attached
> HTXXXXXXXXX device
I got the serial number here!!! Thanks!!
I think I did made a very simple but serious mistake, while all tutorial using C:\ to extract the adb file and services, I am doing the SAME but my C: is my Android Device...my windows drive is D:
I think that's why I got stucked and I keep trying to play my cmd C: to access my phone in a charge only mode...

danielandroid said:
Thanks for your reply!!! Leather|Face!
1. I extracted your files into D: and make it D:\ADB
2. typed adb devices
>>List of devices attached
> HTXXXXXXXXX device
I got the serial number here!!! Thanks!!
I think I did made a very simple but serious mistake, while all tutorial using C:\ to extract the adb file and services, I am doing the SAME but my C: is my Android Device...my windows drive is D:
I think that's why I got stucked and I keep trying to play my cmd C: to access my phone in a charge only mode...
Click to expand...
Click to collapse
no probs buddy... just hit the thanks button ... good luck with unlocking ur phone and flashing custom roms... u will be amazed how awesome it is.. back 15 jan 2011... i didnt knew jack about anything whatsoever... now i know almost everything lol.. thanks to the great community of Xda and its dev's ,,, HATS OFF TO ALL ,, MY GREATEST RESPECT TO THEM

Really Thanks!!! I am going to figure out another problem...CID incorrect...

danielandroid said:
Really Thanks!!! I am going to figure out another problem...CID incorrect...
Click to expand...
Click to collapse
for that you have to radio s-off.. lemme knw if u want all link... i will give u complete guide .. top to feet

Related

adb issues

Hi, i don't know if i am starting this thread in the right section, but here goes. I'm sure you very helpful people will assist me if not.
I have an HTC desire branded to Orange UK but i am wanting to flash/debrand it. The problem i am having is this:
Im following the instructions for flashing/debranding the desire on self titled thread on android forums.
In the first step "how to set up adb" I have done everything that it tells me to do on the page on the unlockr.com
But when i open the CMD and type in all the correct commands it says list of devices attached below, but it is just blank, i don't know what it is that im doing wrong, but i must be somewhere? I need this number to make the gold card don't I? Its obviously a problem with the drivers, am i correct in thinking that? so i uninstalled the drivers and HTC sync, and reinstalled them from the HTC site, but still no joy. I then opened the SDK and installed USB driver package, still no luck.
If anyone can think of what might be the problem, could you please help. I am a total n00b when it comes to android, but this process seems far from hard to follow, maybe this is where i am going wrong?
Thanks in advance
DesireableHTC said:
Hi, i don't know if i am starting this thread in the right section, but here goes. I'm sure you very helpful people will assist me if not.
I have an HTC desire branded to Orange UK but i am wanting to flash/debrand it. The problem i am having is this:
Im following the instructions for flashing/debranding the desire on self titled thread on android forums.
In the first step "how to set up adb" I have done everything that it tells me to do on the page on the unlockr.com
But when i open the CMD and type in all the correct commands it says list of devices attached below, but it is just blank, i don't know what it is that im doing wrong, but i must be somewhere? I need this number to make the gold card don't I? Its obviously a problem with the drivers, am i correct in thinking that? so i uninstalled the drivers and HTC sync, and reinstalled them from the HTC site, but still no joy. I then opened the SDK and installed USB driver package, still no luck.
If anyone can think of what might be the problem, could you please help. I am a total n00b when it comes to android, but this process seems far from hard to follow, maybe this is where i am going wrong?
Thanks in advance
Click to expand...
Click to collapse
have you enabled usb debugging in settings/applications/development?
AndroHero said:
have you enabled usb debugging in settings/applications/development?
Click to expand...
Click to collapse
Sorry i knew i would forget something, yes i did/have enabled USB debugging, I'm getting really fed up with this now, do you think its something Orange may have done to prevent me from doing this?
Thanks
have u tried using adb while in recovery also make sure disk drive isnt enabled when ur phone is connected to the pc
AndroHero said:
have u tried using adb while in recovery also make sure disk drive isnt enabled when ur phone is connected to the pc
Click to expand...
Click to collapse
just tried that and no its set to charge only, just been looking at the device manager, and when i checked the properties of "My HTC" i get this message
Windows cannot initialize the device driver for this hardware. (Code 37)
Click 'Check for solutions' to send data about this device to Microsoft and to see if there is a solution available.
Click to expand...
Click to collapse
Would that effect the adb? sorry to be such a n00b, i only want to debrand my desire, its not as if i want to root and start installing different ROMs and stuff....
you downloaded the adb tools to your desktop correct? something like android-sdk/android-sdk/tools/ ?
so cd (change directory) there using command prompt
when you are on the tools:/ directory type in 'adb shell'
you should now be able to write commands in a prompt starting with #
i have taken a screenshot of this done on a mac (it will be slightly different for Windows)
cgrec92 said:
you downloaded the adb tools to your desktop correct? something like android-sdk/android-sdk/tools/ ?
so cd (change directory) there using command prompt
when you are on the tools:/ directory type in 'adb shell'
you should now be able to write commands in a prompt starting with #
i have taken a screenshot of this done on a mac (it will be slightly different for Windows)
Click to expand...
Click to collapse
Sorry mate, just seen this reply.
I cant post links on here, but i followed the instructions on how to set up adb from theunlockr.com They said that SDK should be downloaded and unpacke to the C: drive which i did, if you can have a look at that site you will see what i have done. Im thinking that there is some sort of problem with the drivers somewhere, i checked on my device manager and checked the properties of "My HTC" and it sates "windows cannot initialize the device driver for this software"
are you using windows 7/xp/vista?
seems to me like your drivers did not install correctly.
plug your phone to your computer
go to control panel -> device manager -> find your phone
right click it and go to properties
go to driver and uninstall it
unplug your phone from the computer
restart your computer
plug in your phone again
wait for the driver to re-install.
if that doesnt work try installing htc sync
cgrec92 said:
are you using windows 7/xp/vista?
seems to me like your drivers did not install correctly.
plug your phone to your computer
go to control panel -> device manager -> find your phone
right click it and go to properties
go to driver and uninstall it
unplug your phone from the computer
restart your computer
plug in your phone again
wait for the driver to re-install.
if that doesnt work try installing htc sync
Click to expand...
Click to collapse
I'm on Vista 32 bit, This is what i have come to the conclusion, that its the drivers, i have uninstalled all drivers, HTC sync then reinstalled them plus reinstalled HTC sync, all with the same result, its even come to the point where i am sending an SD card to another person so he can make the gold card for me, just so i can flash the device. I will try what you suggested.
Thanks

holy crap ADB

http://forum.xda-developers.com/showthread.php?t=865685
i followed that very first post step by step....and i still cannot get ADB to work to connect to my device, in fact, HTC sync does not even connect.
any help? i went thru all of those steps twice...not sure what im missing here.
im running windows 7 home premium 64bit. using HTC cable, on brand new 3 hour old G2. it connects to the computer, charges, and works in mass storage mode.
tackleberry said:
http://forum.xda-developers.com/showthread.php?t=865685
i followed that very first post step by step....and i still cannot get ADB to work to connect to my device, in fact, HTC sync does not even connect.
any help? i went thru all of those steps twice...not sure what im missing here.
im running windows 7 home premium 64bit. using HTC cable, on brand new 3 hour old G2. it connects to the computer, charges, and works in mass storage mode.
Click to expand...
Click to collapse
Did you download and install the Android SDK yet?
Heres a ADB set up Tutorial Video you can check out on how to get ADB up and running.
I use mini-adb since I have had complications setting it up on Windows 7. You can find the download link on this post http://forum.xda-developers.com/showthread.php?t=926486
You will just put the files you need to push inside of the folder you set up for it. Eaaaaasy!
simplyTravis said:
I use mini-adb since I have had complications setting it up on Windows 7. You can find the download link on this post http://forum.xda-developers.com/showthread.php?t=926486
You will just put the files you need to push inside of the folder you set up for it. Eaaaaasy!
Click to expand...
Click to collapse
That's exactly what I used.
1.Make sure USB debugging is enabled under settings>applications>applications settings>development on your phone.
2. Connect your phone to your computer using usb.
3 Hold down on the shift key and then right click on the folder where you have adb.exe installed. From the menu select 'open command window here'.
4. A DOS Window will appear and after the prompt type: adb devices
5. This should give you a readout that says that daemon has started and then list your device.
6. if successful, you're ready to go. place/unzip all current and future files to be adb 'd into this folder and follow the commands provided from whatever you are trying to adb.
ok, ill try that soon. for some reason ADB does not like me or win7...ill feel better if it hates win 7 lol.
i did install sdk, just like the link i posted stated to do.
tackleberry said:
ok, ill try that soon. for some reason ADB does not like me or win7...ill feel better if it hates win 7 lol.
i did install sdk, just like the link i posted stated to do.
Click to expand...
Click to collapse
lol...I remember when I first got started I was so intimidated by adb. Its really simple once you get past that first success. It will be one of those forehead in hand moments.
EdKeys said:
lol...I remember when I first got started I was so intimidated by adb. Its really simple once you get past that first success. It will be one of those forehead in hand moments.
Click to expand...
Click to collapse
i dont feel intimidated by it, im more pissed off that the damn thing wont connect...now im just determined to get it to work, even if i never use the damn program lol
tackleberry said:
i dont feel intimidated by it, im more pissed off that the damn thing wont connect...now im just determined to get it to work, even if i never use the damn program lol
Click to expand...
Click to collapse
The only other thing I can think of at this time is to go into device manager on your computer and see if one of the drivers is throwing an error. If it error'd out before you installed the drivers from htc you might have to delete/uninstall in device manager and have your computer once again "find" your phone and install the correct drivers which are now on your computer.
ADB doesn't like me either. I have tried setting it up six times. Twice from fresh Ubuntu installs. I don't like to think that I'm retarded, but it might be the case. I was never so happy as the day that the no ADB root thread appeared in the development forum.

[Solution]Windows 8 - ADB/fastboot driver problem solved!!

Hello!!​
Well, hey guys. I thought I tell you the story, on why I posted this thread.
It started as I was installing Windows 8, on my laptop, and had the same problem, as some others. I just could not install the drivers, for my Droid, so I had a looksee and found that Windows 8 didn't yet have the capability, to download unsigned drivers, unlike Windows 7. So, I found a way of "tricking" Windows, into thinking, that these drivers are legit and it isn't forbidden to use, which is exactly what this tutorial tells Windows, in a way.
So, get going and use the full potential of your Android device!
Tutorial:​
I have found a solution, to the following problem;
After installing Windows 8, you cannot install fastboot drivers, but it recognizes the ADB drivers...
Solution:
Open the dev-manager, by typing following, in a command prompt window, or the run dialog. Whichever you prefer... : devmgmt.msc
Now, the dive manager, should pop up.
Install ADB drivers, (If you do not have them present, download them here/
To prevent confusion: When I say install, it can mean unpack, or instal... Quick tip: An installer does nothing, apart from unpacking files, to allocated space, on your computer
Download USB drivers, from here. (Link fixed)
Should you NOT have drivers installed:
Install the USB drivers, and download ADB/fastboot drivers.
Installation of ADB/fastboot drivers:
Open the device manager, and look for "Samsung Mobile Device", or "Unidentified Device". You can make your search easier, by unplugging the phone, whilst in device manager, then plug it back in, and see what's changed...
Once you have found your phone, Perform a right-click, on the device. Select : "Update device drivers", once the dialog has poped up, choose "Browse my computer" and goto your dsktop, where you have installed the files to.
Open just the "drivers" folder, nothing else...
Select OK, then wait for installation to finish.
Once that has been done, you need to reboot your device, into bootloader mode; do this by typing
Code:
path=%userprofile%\Desktop\ADB\adb reboot-bootloader
adb reboot-bootloader
into the command prompt (download & install this, if you want to do it the cmd-way...)
Or, turn off your phone, and reboot i it manually into bootloader-mode, by pressing
Code:
VOL UP +DWM & PWR
together, untill phone vibrates...
Once the phone is in bootloader, go back to the device manager, and look for a device named "android 1.0". Perform a right-click on this and select "Update device drivers". Again, selct "Browse my computer", but, instead of clicking on "Browse" and selecting the folder, again, select "Let me pick, from a list of drivers." Once the menu has popped up, select "Samsung Android ADB interface". Click OK, and wait for the drivers to install . Then, you're done. You have then successfully installed the ADB + fastboot drivers correctly, to test this, open a cmd window, and type following:
Code:
path=%userprofile%\Desktop\ADB\
fastboot devices.
If your device shows up, then you have done it!!
Now type:
Code:
fastboot reboot
adb wait-for-device
adb kill-server
Note: while the phone is booting (If you typed "adb wait-for-device") A cursor will blink, wait for that, to stop blinking, then type the next command
I hope you learned, from this tutorial!! Check my root helper out, if you have enough time
Should you have problems, in recovery, open your dev. manager, and look for following device:
Code:
Full
Select, right-click. Update driver (blah, blah, witter, droan)
Browse my computer -> Let me pick -> Samsung ADB -> Done. You have enabled the ADB drivers, on your SAMUNG GALAXY NEXUS!"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Addition: You can only reboot into bootloader, if you are using a motorola, Google or HTC branded Android device! This will NOT work with Samsung models (i.e. Galaxy S II/III) due to the fact, that they use Odin mode. Should the drivers need updating, for some devices, please let me know!
Motorola Razr
Hello, I was wondering if this would work for the Motorola drivers. I've been trying to install them so that I can fastboot my Razr, but it quits right after it recognizes that I'm on Windows 8.
I guess I might as well just try it in the meantime!
-Jake
Edit: In the ADB drivers link you posted, there's nothing to install. Just .sys files, .dlls, two .cat files, and some .infs. How exactly does one do anything with these files? Also, your second link for USB drivers was removed by mediafire.
thejakenixon said:
Hello, I was wondering if this would work for the Motorola drivers. I've been trying to install them so that I can fastboot my Razr, but it quits right after it recognizes that I'm on Windows 8.
I guess I might as well just try it in the meantime!
-Jake
Click to expand...
Click to collapse
Download MotoHelper. Right click the file and run in compatibility mode. It should install the drivers. I used this to run fastboot with my xoom.
It still hangs while running as admin under compatability mode for 7, I'll try as XP momentarily.
Edit: XP compatability didn't work either.
thejakenixon said:
It still hangs while running as admin under compatability mode for 7, I'll try as XP momentarily.
Edit: XP compatability didn't work either.
Click to expand...
Click to collapse
Bummer, I just remembered there was a setting to skip os version check in compatibility mode. Did you try that? If that won't work unfortunately I don't know what else to try. Sorry.
Sent from my Xoom using XDA Premium HD app
thejakenixon said:
Hello, I was wondering if this would work for the Motorola drivers. I've been trying to install them so that I can fastboot my Razr, but it quits right after it recognizes that I'm on Windows 8.
I guess I might as well just try it in the meantime!
-Jake
Edit: In the ADB drivers link you posted, there's nothing to install. Just .sys files, .dlls, two .cat files, and some .infs. How exactly does one do anything with these files? Also, your second link for USB drivers was removed by mediafire.
Click to expand...
Click to collapse
First of all, thanks, for letting me know about the link It's uploading again ^^
Yes, you can do the same for your Motorola. But only with the ADB drivers. Just do the same as with the Samsung. Select your device, form the devman. and right click. Update device drivers -> Browse -> Let me choose from a list... -> Samsnung ADB interface.
They are all provided by Google, inc. so, they are compatible, with every Android device. I've even used my Samsung ADB drivers, for a Sony Ericsson Xperia X8. So I can actually say, for myself, that they work. You then can work, using fastboot... ^^
Have fun fastbooting!
LG familyguy59/Beatsleigher
Well, I'm definitly glad, to see I'm actually helping some people, and they're appreciating it!!
I don't remember mentioning it, but if you Need help, PM me. I'll help you via Team Viewer ^^
will this work on Windows 8 Release Preview also ? are those compatible with x64 version of W8?
iconicpaul said:
will this work on Windows 8 Release Preview also ? are those compatible with x64 version of W8?
Click to expand...
Click to collapse
Yes, it works on both x86 and x64 bit architectures of Windows 8, works withRC and with pre-release...
Sent from my GT-I9300 using xda app-developers app
confirmed, it works, thank you...very fast and easy
thejakenixon said:
Hello, I was wondering if this would work for the Motorola drivers. I've been trying to install them so that I can fastboot my Razr, but it quits right after it recognizes that I'm on Windows 8.
I guess I might as well just try it in the meantime!
-Jake
Edit: In the ADB drivers link you posted, there's nothing to install. Just .sys files, .dlls, two .cat files, and some .infs. How exactly does one do anything with these files? Also, your second link for USB drivers was removed by mediafire.
Click to expand...
Click to collapse
To your edit. You have extracted the files. This is also called "installing" because you have extracted NEEDED files. Even when you extract a .zip/.rar/.tar/.tar.gz and so on, because you need files out of them, you are installing, but not to the system, but to yourself
Sorry for bringing up an old post, but this method is not working for me on Windows 8 Consumer Preview. When I'm trying to install the ADB drivers, it says the drivers cannot be installed because it's not digitally signed.
UPDATE: I got it to work by disabling the Digital Signature Enforcement on Windows 8. Steps: Restart Windows > Boot loader Menu > Other Options > Advance Options > *Computer Automatically Restarts* > Press F7 to Disable Digital Signature Enforcement
I cant get odin to work on win8 with my epic touch could this be my solution? Ive tried everything
Sent from my SPH-D710 using xda app-developers app
2phonejones said:
I cant get odin to work on win8 with my epic touch could this be my solution? Ive tried everything
Sent from my SPH-D710 using xda app-developers app
Click to expand...
Click to collapse
Yes, it should work with all Android-modification applications. I have never really had problems, with Odin, with any version of Windows, mainly because this is the first thing I do, on any of my Windows machines, but it is always worth a try Tell us, what you have found out!
If necessary, I'll try to find a solution myself
Sent from some GS III in some country, to a server somewhere in the US...
iconicpaul said:
confirmed, it works, thank you...very fast and easy
Click to expand...
Click to collapse
No worries, dude That's what I posted this thread for.
familyguy59 said:
Yes, it should work with all Android-modification applications. I have never really had problems, with Odin, with any version of Windows, mainly because this is the first thing I do, on any of my Windows machines, but it is always worth a try Tell us, what you have found out!
If necessary, I'll try to find a solution myself
Sent from some GS III in some country, to a server somewhere in the US...
Click to expand...
Click to collapse
thanks bro i didnt think anyone would repsond lol. Trying now, report back with results i want to flash so bad.:good:
Could someone pls. create a video tutorial, nad post this on Youtube, for me?
My laptop broke a couple of days ago, and my PC is only capable of running 98 - Vista, so, running on XP with 1GB of RAM.
I would appreciate this very much!
If you could do so and send me the link, via PM, I would be glad to pay 5€, via PayPal!
2phonejones said:
thanks bro i didnt think anyone would repsond lol. Trying now, report back with results i want to flash so bad.:good:
Click to expand...
Click to collapse
Ok, dude! Have fun!
Didn't work for me.
jorgefcbastos said:
Didn't work for me.
Click to expand...
Click to collapse
Did you follow the tutorial COMPLETELY, or did you leave stuff out? If you left something out, it's obviously not going to work
You may have to disable device driver signing, I've had quite a few people notify me about this.
But I'll sign the drivers, ASAP, so you won't have this problem
LG familyguy59/Beatsleigher
Edit: I forgot to mention, you need to tell me what exactly didn't work, otherwise I can't really help you

Phone isnt recognized in fastboot

Can anyone help me?
I'm running windows 8 64-bit, and I have an HTC One from VZW.
The phone is recognized via ADB, but whenever I get into the bootloader, it tells me the device isnt recognized and I can't do any fastboot commands with it. I was able to root and use fastboot on my N7 2013 from the same PC, so this is frustrating because I want to send my One in to sonic but if I can't DO anything when I s-off there's no point in sending it it.
If anyone can help I'd appreciate it.
Thanks
PS - I've only tried this PC, no others. It may work on my macbook but thats away for repair.
crazyg0od33 said:
Can anyone help me?
I'm running windows 8 64-bit, and I have an HTC One from VZW.
The phone is recognized via ADB, but whenever I get into the bootloader, it tells me the device isnt recognized and I can't do any fastboot commands with it. I was able to root and use fastboot on my N7 2013 from the same PC, so this is frustrating because I want to send my One in to sonic but if I can't DO anything when I s-off there's no point in sending it it.
If anyone can help I'd appreciate it.
Thanks
PS - I've only tried this PC, no others. It may work on my macbook but thats away for repair.
Click to expand...
Click to collapse
I would just install HTC Sync, sounds like it's a driver issue and HTC Sync will provide those needed new drivers for HTC.
andybones said:
I would just install HTC Sync, sounds like it's a driver issue and HTC Sync will provide those needed new drivers for HTC.
Click to expand...
Click to collapse
So just install and plug my phone in and the drivers will be installed?
Sent from my HTC6500LVW using Tapatalk 4
EDIT - that didnt do anything
Looks like I need to try something else...
crazyg0od33 said:
EDIT - that didnt do anything
Looks like I need to try something else...
Click to expand...
Click to collapse
sorry, thought I read it installed all the new drivers, you could try using Google to find the HTC current drivers, I can give you the numbers I have on mine my cpu is win 7 64bit not sure if it'll help but when in "uninstall or change a program" my HTC BMP USB Driver driver # is 1.0.5375
and my HTC Driver Installer driver # is 4.0.1.001
can't say it this helps at all but this is the CPU I used that I fixed the issue with
Best of luck!
andybones said:
sorry, thought I read it installed all the new drivers, you could try using Google to find the HTC current drivers, I can give you the numbers I have on mine my cpu is win 7 64bit not sure if it'll help but when in "uninstall or change a program" my HTC BMP USB Driver driver # is 1.0.5375
and my HTC Driver Installer driver # is 4.0.1.001
can't say it this helps at all but this is the CPU I used that I fixed the issue with
Best of luck!
Click to expand...
Click to collapse
My BMP is the same but my HTC Driver Installer is 4.0.3.001
Maybe I can find that other one and it will work for me
Here is a previous post I made to another guy having the same problem. Not sure if this will help but this is what I did.
I had this problem too running windows 8 x64. I think my problem was that I installed the sdk first with google's USB driver and not HTC's driver. What I did to make it work is switch computers over to my wifes which at the time I hadn't installed anything on yet. I went to htcdev.com and went to the part of the site where it is step-by-step on how to unlock the bootloader. I installed the Java Runtime Environment on the link provided on the upper right side of the site, then I installed the HTC sync manager on the link provided as well. I had my phone connected to my computer usb 2.0 (not usb 3.0) the whole time and with USB debugging enabled (not in fastboot mode, but with phone normally on). After that I took the three files from the sdk that htc wants you to place in a separate folder and put them in c:\Android. I did not install anything from sdk this go around.. i just took the three files out and put them in a separate folder as instructed by htc. After that I opened cmd and directed it to the folder I placed the files in (cd c:\Android) and ran command "adb reboot bootlader" Once I did that and hit fastboot the "My HTC" in device manager no longer had an exclamation point. So in summary, I couldn't reverse the drivers from my computer that I installed first so I resorted to using my wife's computer that didn't have anything installed yet. I installed JRE, then HTC sync software, and just used the 3 files HTC wants from sdk and placed them into a separate folder. I didn't install anything from sdk. It all worked after that. I don't have instructions on how to reverse the usb drivers you have already installed because I couldn't figure it out... in fact, I formatted windows on my pc and am reinstalling. Hope this helps.
-eL
eL_777 said:
Here is a previous post I made to another guy having the same problem. Not sure if this will help but this is what I did.
-snip-
-eL
Click to expand...
Click to collapse
Yeah I'm going to try it out on my roommates laptop that only has samsung drivers and the ADB installed and see what happens. Can't reformat the PC cause it's my School desktop and I've got work on there.
Once my macbook pro comes back from repairs I'll use that though, since I've never had issues running adb commands on my mac
Found a soultion
After I tried almost everything I tried to improvise and try something totally different and it worked!
First uninstall the driver in the Device Manger and then press to update it >> then press Browse my Computer for driver Software >> then press on Let me pick from list.... >> in the list choose the Portable Devices >> choose MPT USB Drive !
And It works...
:good:
gald said:
After I tried almost everything I tried to improvise and try something totally different and it worked!
First uninstall the driver in the Device Manger and then press to update it >> then press Browse my Computer for driver Software >> then press on Let me pick from list.... >> in the list choose the Portable Devices >> choose MPT USB Drive !
And It works...
:good:
Click to expand...
Click to collapse
MPT USB Drive isnt one of my options
However I've found that it's microsofts USB3 drivers, which override the Intel ones.
I just got my macbook back from repairs and it has USB3 ports as well so I was worried it wouldnt work, but its working fine from there
I'm having this same problem and nothing I do is working. I even tried from another computer but had no luck. adb finds the phone fine but fastboot just won't work. This is keeping me from getting S-Off. Someone please help.
Edit: Nevermind I think the issue is that I'm using Windows 8.1
I'm having the same problem I'm windows 8 64bit...
I have a nagging feeling that it's pda net.. I need to look into it today sometime
Sent from my HTC6500LVW using xda app-developers app

need help really

guys
i want to flsah stock firmware MM for m8
can anyone guide me????
Mohamed Elhadad said:
guys
i want to flsah stock firmware MM for m8
can anyone guide me????
Click to expand...
Click to collapse
First question........Have you ever flashed a rom before? If not, I wouldn't try this until you read the Stickys at the beginning of this forum, General Forum and, Development Forum. This will save you a lot of headaches in the long run. I can not guarantee that you will not brick your phone but, it will help you to not make some of the more common mistakes.
Second question(Two parts actually)............Do you have htc sync and drivers installed on your PC? Also, do have the proper ADB files install on your PC?
Third question..........Have you searched the forum on the process? There is a lot of information on how to do this.
In addition without any information on what version of M8 you have, it will be hard to point you in the right direction. Also, the guys here like to see that you have exhausted all your resources before you ask for help. Many of us have done tons of research to get this far and are glad to share information. But you have to do some of the leg work first. (Hope you understand and don't take offense. That is not my intention.)
If you have the htc drivers, htc sync, and proper ADB files already on your PC. Also make sure you have developer options and usb debugging enabled on your phone. Connect your phone to your PC. Once this is done, open your command prompt and cd (change disk) to your adb location. Then type adb devices into the prompt. This is to verify that your are connected. If you are connected it will give you a series of numbers and letters identifying your phone. If it does not give you this, install htc sync w/drivers and download the most up to date adb zip file you can find and extract it to the root of your C drive. Also, rename it ADB. Once your phone is identified in the command prompt, type adb reboot bootloader. Wait for your phone to get into bootloader mode. Once there, select fastboot and wait for your phone to connect. The screen should say FASTBOOT USB if connected. Once connected, then in the command prompt type fastboot getvar all and press enter. This will tell you everything about your phone. Cut that and paste here leaving out your IMEI and serial number. From there someone can begin to help you. I hope this provided some help..........Good Luck

Categories

Resources