Adb won't recognize?? - HTC EVO 3D

So like the title says??
MeanromICS0.9
4ext recov
1.40 hboot s-off
Don't ask if debugging is on that's a dumb question.
Any ideas?
Sent from my 3evo on MetroPCS

Have you tried uninstalling and reinstalling the drivers ??? Also what os are you running??
#Root-Hack_Mod*Always\

Hsvent did that yet. I'm windows vista premium.
It worked before though
Sent from my 3evo on MetroPCS

Unplug phone.
Code:
adb kill-server
Code:
adb start-server
Plug phone back in, go to Fastboot.
Try that.

Gotcha will try that too. Problem is I don't won't to be in fastboot because I'm trying to use pda net
Sent from my 3evo on MetroPCS

I've got the same problem too since i upgrade it to ICS (whatever rom). i did try plug on my pc and laptop,my gf's Samsung Epic is connect normally. The only usb connection that work is only when on recovery or fastboot,try to downgrade to 2.3 rom it's connected to adb or sd mount again. Anyone have a fix for this yet ?

I found somthibg out.. when I plug the phone in and deactivate debugging and reactivate it or check uncheck. It begins to find the driver problem being it won't search my system and I installed the driver. Does anyone know where the HTC driver is installed?
Sent from my 3evo on MetroPCS

Device manger. Uninstall and then scan for hardware changes. It will install it again.
#Root-Hack_Mod*Always\

Related

HTC Sync w/ Rooted 2.1 Eris

Ok guys, I tried searching but couldn't find an answer.
I'm running Windows 7 x64. I previously have a non-rooted, 1.5 Droid Eris. I also had HTC Sync installed and working properly, and was able to sync my contacts and calender back and fourth.
I followed the guide HERE, with two exceptions;
1.) I already had a working USB driver for my phone, so even when I downloaded the Android SDK and the USB v3 drivers, there was no need to install them to gain root and upgrade to 2.1 - as proven by my currently upgraded Eris.
2.) In order to install the Recovery, I had to do the following from Command (while the phone was connected via USB w/ USB Debugging enabled:
With phone powered on
Code:
adb shell reboot bootloader
Once the phone gets into hboot and says "recovery usb" type
Code:
fastboot flash recovery recovery.img
with recovery.img in the current folder you are in, and fastboot in your path.
Click to expand...
Click to collapse
That said, I've got my Eris rooted and upgraded to 2.1 (I know, I already said this.. just refreshing you..), but I can't connect to HTC Sync anymore.
In device manager, my phone is recognized as "My HTC" under "Android Devices", as it always has. It's the same with or without USB Debugging enabled.
Am I missing something, or is this simply not possible at this time?
EDIT: I figured it out. Since nobody replied, I'll assume you guys don't need the fix.. if anyone does, feel free to PM me

Adb/revolutionary problems

Hi, I'm trying to s-off with revolutionary but it stays at waiting for device. I have cdma EVO 3d, hboot 1.4. I cannot get adb to recognize it either.
Usb debugging is on and I get a notification for it
Selected charge only
Adb works with my other 3d on the same computer.
I installed HTC sync and the uninstalled it
Installed pda net to make sure drivers are installed
Installed drivers from revolutionary site
Tried to run revolutionary in ubuntu and it was the same, waiting for device
In device manager it shows as an android adb interface and all the drivers installed good
The only driver that didn't install was the modem driver for diag mode but I finally got it Installed.
My next step is to uninstall all drivers related to the 3d and reinstall but that where I need more help, how do I know what all drivers to uninstall?
wikdNoob said:
Hi, I'm trying to s-off with revolutionary but it stays at waiting for device. I have cdma EVO 3d, hboot 1.4. I cannot get adb to recognize it either.
Usb debugging is on and I get a notification for it
Selected charge only
Adb works with my other 3d on the same computer.
I installed HTC sync and the uninstalled it
Installed pda net to make sure drivers are installed
Installed drivers from revolutionary site
Tried to run revolutionary in ubuntu and it was the same, waiting for device
In device manager it shows as an android adb interface and all the drivers installed good
The only driver that didn't install was the modem driver for diag mode but I finally got it Installed.
My next step is to uninstall all drivers related to the 3d and reinstall but that where I need more help, how do I know what all drivers to uninstall?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1657112
also try the steps provided by authorwjf at http://androidforums.com/droid-all-...-droid-but-usb-drivers-seem-working-fine.html
wloftus said:
http://forum.xda-developers.com/showthread.php?t=1657112
also try the steps provided by authorwjf at http://androidforums.com/droid-all-...-droid-but-usb-drivers-seem-working-fine.html
Click to expand...
Click to collapse
Thanks for that second link, I did a lot of searching but never found that. I'll try it when I get home today.
Edit... Got it, driver issue.

[Q] Droid DNA and ADB commands

Hey XDA I got my DNA the day it was released and love it. I am a creature of habit though so i want to root it like my past dinc2. I am running into a problem though. the command
Code:
adb devices
doesn't return my device. when i type in
Code:
fastboot devices
my phones serial number comes up, like it should. Fastboot works but ADB doesn't. I am trying to do JCase's Bootloader Exploit. I have the drivers installed, environment variable path set to my adb/fastboot location, and java sdk and android sdk all installed. I know ADB doesnt recognize it in the fastboot menu, just the beginning menu so that's what I'm doing. How can i get ADB to recognize my device like fastboot does.
Here's what I'm getting:
Code:
C:\And-sdk\platform-tools>adb devices
List of devices attached
C:\And-sdk\platform-tools>fastboot devices
FA2BBS500706 fastboot
Any help is greatly appreciated!!
Um, do you have usb debugging enabled.
Sent from my HTC6435LVW using xda app-developers app
termin8tor22 said:
Hey XDA I got my DNA the day it was released and love it. I am a creature of habit though so i want to root it like my past dinc2. I am running into a problem though. the command
Code:
adb devices
doesn't return my device. when i type in
Code:
fastboot devices
my phones serial number comes up, like it should. Fastboot works but ADB doesn't. I am trying to do JCase's Bootloader Exploit. I have the drivers installed, environment variable path set to my adb/fastboot location, and java sdk and android sdk all installed. I know ADB doesnt recognize it in the fastboot menu, just the beginning menu so that's what I'm doing. How can i get ADB to recognize my device like fastboot does.
Here's what I'm getting:
Code:
C:\And-sdk\platform-tools>adb devices
List of devices attached
C:\And-sdk\platform-tools>fastboot devices
FA2BBS500706 fastboot
Any help is greatly appreciated!!
Click to expand...
Click to collapse
having the same issue. I can issue commands through fastboot and ADB commands when I'm in recovery but not when my phone is fully booted.
Try going into slept dev. settings turning adb debugging off then back on
Sent from my HTC6435LVW using xda premium
@Bigandrewgold:
Its really bugging me. All Google says is "ADB works, Fastboot doesn't" and that's the opposite of our problem!!!
@Chyrux:
Um, do you have usb debugging enabled.
Click to expand...
Click to collapse
yes, usb debugging is enabled, has been (I'm not that dumb haha).
@starscream86:
Try going into slept dev. settings turning adb debugging off then back on
Click to expand...
Click to collapse
Not sure what "slept dev. settings" is (typo maybe??). I have on/off'd dev settings and check/unchecked usb debugging a alot of times to no success.
Here's the cure all....I'm assuming you have the lastest SDK and have yor ADB folder set to something simple like C:\ADB and I'm also assuming you are running Windows
I had the same issue ....initially I had no issue in ADB and I was able to do the CIG change and unlock on HTC Dev..but later on I installed HTC sync drivers and from then on no matter what I did only fastboot commands worked in recovery...ADB did not in recovery or when my phone was running normal.
So...uninstall all htc SYnc and driverin programs/features on oyur laptop...reboot your laptop. on the laptop download and instal PDANet 3.50 (its free). it will prompt you to connect your phone and will install a proper driver (and also throw the pda net 3.50 program on your phone). Once you have successfully installed it, ADB should work perfectly for you.
bakemcbride21 said:
Here's the cure all....I'm assuming you have the lastest SDK and have yor ADB folder set to something simple like C:\ADB and I'm also assuming you are running Windows
I had the same issue ....initially I had no issue in ADB and I was able to do the CIG change and unlock on HTC Dev..but later on I installed HTC sync drivers and from then on no matter what I did only fastboot commands worked in recovery...ADB did not in recovery or when my phone was running normal.
So...uninstall all htc SYnc and driverin programs/features on oyur laptop...reboot your laptop. on the laptop download and instal PDANet 3.50 (its free). it will prompt you to connect your phone and will install a proper driver (and also throw the pda net 3.50 program on your phone). Once you have successfully installed it, ADB should work perfectly for you.
Click to expand...
Click to collapse
This didn't work for me... PDANet gave me error 103 when i connected my phone. I have uploaded the image.
termin8tor22 said:
This didn't work for me... PDANet gave me error 103 when i connected my phone. I have uploaded the image.
Click to expand...
Click to collapse
yeah, whatever Windows or other HTC driver you have that install for thephone is still on the laptop and that will conflict when installing.
You get PDANet to install successfully your ADB will come back.
In your programs and features make sure HTC SYnc AND HTC Drivers are unisntalled.
No idea if Windows 8 is more of a pain..I'm still on 7
before anything else, make sure your sdk is updated to an ics or later level
i just update the sdk whenever google pushes an update
I'm on 7 as well. How can I uninstall the drivers for good, like to the point where its like the first time I'm connecting my phone to pc again
Sent from my HTC6435LVW using xda app-developers app
termin8tor22 said:
I'm on 7 as well. How can I uninstall the drivers for good, like to the point where its like the first time I'm connecting my phone to pc again
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
With your phone not attached..
Control Panel- Programs Features...when I had HTC Sync installed I had to uninstall that AND the program entry for HTC Drivers as well.
You can then also use USBDeview..sort/toggle by Last Plug/Unplug and uninstall any Android drivers you see which could be conflicting.
Reboot, Install PDA Net and attach the phone when prompted. Also accept the driver even though you get the warning that it isn;t digitally signed from JuneFabrics.
This didn't work I'm still getting error 103 Android Device not found
Update:
I got Pdanet installed via putting the phone into fastboot mode and installing Pdanet on the computer.
I did notice that when im in fastboot my Android adb interface (in device manager) popped up but when I left fastboot mode and went to the bootloader my Android adb interface went away, this may be my issue with adb devices not working i think...
Sent from my HTC6435LVW using xda app-developers app
i am currently having this same issue. i did as you did and went to usbfastboot loader and tried installing pda net. i also saw the same adb device pop up but my install is stuck at installing pdanet phone and not moving. did you leave it in fastboot mode or did you reboot back?

[Q] How can I return my HTC Evo to Stock?

So I have run into a problem with my HTC Evo 4G LTE. I rooted a while back but I decided that I didn't really like the roms that would actually work, and so I tried doing an RUU to get back to stock. What ended up happening was that my phone is now S-ON but it says Unlocked and Tampered. but the custom recovery is still there so I can actually do updates to my phone. I have tried to re-root so I can try the RUU again but for some reason I can't get my phone to be recognized by fastboot or the adb. I don't know if its because I have incorrect drivers or what the issue is. Whenever I try to open ADB it just runs through a block of text and closes instantly, same for fastboot. I don't know anymore which instructions or methods to follow since I don't know what exactly the problem is. I've tried looking on here for issues like mine but I can't seem to figure it out. I just want to get my phone as close to stock as possible but I am seriously stuck right now and I need serious help. I would really appreciate it.
Open the cmd window from your android-sdk/platform tools folder
bigdaddy619 said:
Open the cmd window from your android-sdk/platform tools folder
Click to expand...
Click to collapse
I've done that but I don't know what exactly it is I'm supposed to do once I do that. Like how do I get back to fully stock? Or should I be trying to re-root to RUU again? Moonshine doesn't recognize my device in fastboot usb, it says something like usb device not recognized because of a malfunction. I'm sorry for being clueless but I'm at a loss at what to do.
DashEndar said:
I've done that but I don't know what exactly it is I'm supposed to do once I do that. Like how do I get back to fully stock? Or should I be trying to re-root to RUU again? Moonshine doesn't recognize my device in fastboot usb, it says something like usb device not recognized because of a malfunction. I'm sorry for being clueless but I'm at a loss at what to do.
Click to expand...
Click to collapse
Uninstall everything HTC from your PC then reboot
Unplug your phone then install the latest drivers from HERE the ones dated 6/6/13
Plug phone in and let the drivers install
They might install while in bootloader and custom recovery also
then give moonshine another try
Should I only install the drivers or install HTC Sync as well?
DashEndar said:
Should I only install the drivers or install HTC Sync as well?
Click to expand...
Click to collapse
Moonshine won't work if HTC Sync is installed
bigdaddy619 said:
Moonshine won't work if HTC Sync is installed
Click to expand...
Click to collapse
Ok, I'm going to give this a try and see how it goes. Thanks for responding.
DashEndar said:
Ok, I'm going to give this a try and see how it goes. Thanks for responding.
Click to expand...
Click to collapse
No worries good luck
DashEndar said:
Ok, I'm going to give this a try and see how it goes. Thanks for responding.
Click to expand...
Click to collapse
So I uninstalled all the drivers and everything HTC and restarted. I then tried to install that driver from your link. It said the driver wasn't supported by my operating system which is Windows 8 64 bit and then finished installing. When I plugged in my phone it didn't seem like anything installed. The EVO is recognized by computer as a media device I guess. I switched the usb mode to mount as disk drive and it seemed to install a driver. Then I ran moonshine again but when it went into the bootloader, again it said the USB device was not recognized.
DashEndar said:
So I uninstalled all the drivers and everything HTC and restarted. I then tried to install that driver from your link. It said the driver wasn't supported by my operating system which is Windows 8 64 bit and then finished installing. When I plugged in my phone it didn't seem like anything installed. The EVO is recognized by computer as a media device I guess. I switched the usb mode to mount as disk drive and it seemed to install a driver. Then I ran moonshine again but when it went into the bootloader, again it said the USB device was not recognized.
Click to expand...
Click to collapse
Hmmm not really sure then I have been away from the Evo for a while
Try this
On your PC go to device manager and find your phone, right click and select properties
Select the driver tab
Select update driver
Select browse my comp
Let me pick
Look for ADB USB device or similar should be one of the first couple choices
Select MyHTC install and you should be good
bigdaddy619 said:
Hmmm not really sure then I have been away from the Evo for a while
Try this
On your PC go to device manager and find your phone, right click and select properties
Select the driver tab
Select update driver
Select browse my comp
Let me pick
Look for ADB USB device or similar should be one of the first couple choices
Select MyHTC install and you should be good
Click to expand...
Click to collapse
Trying what you say and everytime I select MyHTC it says it installs, then just disconnects and reconnects again saying usb device not recognized.
DashEndar said:
Trying what you say and everytime I select MyHTC it says it installs, then just disconnects and reconnects again saying usb device not recognized.
Click to expand...
Click to collapse
Hmmm sorry I'm kinda out of ideas
Anyone else with any idea what is going on here with my phone?
Uninstall everything HTC (again). Download and install HTC Sync Manager. Once install is complete, uninstall only HTC Sync Manager. The latest HTC Drivers will remain installed. Put your device into fastboot mode, and connect to the PC. Drivers should install, and the bootloader should go from saying FASTBOOT to FASTBOOT USB.
Captain_Throwback said:
Uninstall everything HTC (again). Download and install HTC Sync Manager. Once install is complete, uninstall only HTC Sync Manager. The latest HTC Drivers will remain installed. Put your device into fastboot mode, and connect to the PC. Drivers should install, and the bootloader should go from saying FASTBOOT to FASTBOOT USB.
Click to expand...
Click to collapse
I just tried this, plugged it in and it still says the message of USB device not recognized. I'm really not understanding what happened as to why the fastboot is just not recognizing the drivers. I also noticed the word fastboot in red changes to fastboot usb when I move the selection down from bootloader to any of the other options. Is it supposed to do that?
DashEndar said:
I just tried this, plugged it in and it still says the message of USB device not recognized. I'm really not understanding what happened as to why the fastboot is just not recognizing the drivers. I also noticed the word fastboot in red changes to fastboot usb when I move the selection down from bootloader to any of the other options. Is it supposed to do that?
Click to expand...
Click to collapse
I think your issue may be with your computer. Do you have another computer you could try this on? I personally have never used windows 8, but it is always something that could be an issue.
DashEndar said:
I just tried this, plugged it in and it still says the message of USB device not recognized. I'm really not understanding what happened as to why the fastboot is just not recognizing the drivers. I also noticed the word fastboot in red changes to fastboot usb when I move the selection down from bootloader to any of the other options. Is it supposed to do that?
Click to expand...
Click to collapse
Yes, when you're connected to your computer via fastboot it will say "Fastboot USB". Don't worry about the message on your computer-I get them all the time and I can still run commands via ADB & fastboot without any problems.
Sent from my HTC EVO 4G LTE
FinZ28 said:
Yes, when you're connected to your computer via fastboot it will say "Fastboot USB". Don't worry about the message on your computer-I get them all the time and I can still run commands via ADB & fastboot without any problems.
Sent from my HTC EVO 4G LTE
Click to expand...
Click to collapse
But in Moonshine when it loads fastboot it doesn't work, it just times out. It finds the device and restarts it, but after it gets into the bootloader it fails. That is what I'm trying to figure out.
When you connect in fastboot USB mode, what happens when you run the command "fastboot devices" (without quotations)?
Sent from my HTC EVO 4G LTE
Well being that I can't open fastboot like normal because it just flashes and closes, I open a command window inside my platform-tools folder. Then I do the command fastboot shell and it says <waiting for device> and nothing happens. If i open the window and type adb devices it shows my phone's serial number, but fastboot devices or fastboot shell, nothing happens

[Q] Bricked my HTC One X+

The titel says it all , and I need some help. I can still go in recovery but adb won't recongize my HTC, but I can still find it in fastboot. I formatted the sdcard, so I have nothing on there. Help would be much appreciated.
vsp33ddyv said:
The titel says it all , and I need some help. I can still go in recovery but adb won't recongize my HTC, but I can still find it in fastboot. I formatted the sdcard, so I have nothing on there. Help would be much appreciated.
Click to expand...
Click to collapse
Oh, trust me that's not your phone being bricked. You guys seriously need to know the correct vocabulary.
Bricking the phone: The phone's only use is to use it as a literal brick. It does not turn on, does not recover, does not charge, does not do anything and it can never be restored.
HOX+ can NOT be bricked unless you are S-Off'ed. Now that we got that out of the way,
you seem to understand that ADB is the solution here, that you need to sideload a rom, the question that you have is the adb does not recognize your phone, so follow these steps:
-Connect the phone using a different usb port, (basically thats the easiest thing), if its 2.0 then try 3.0 and vice versa.
-Restart your computer
-Restart your phone
-If you are on windows Vista and later, open start menu search for "cmd" then right click and run it as administrator, then you need to cd to your adb directory.
Code:
cd C:\Android\sdk\platform-tools
for example. then try adb devices.
Anyway hope you get it to work and have fun
Ghand0ur said:
Oh, trust me that's not your phone being bricked. You guys seriously need to know the correct vocabulary.
Bricking the phone: The phone's only use is to use it as a literal brick. It does not turn on, does not recover, does not charge, does not do anything and it can never be restored.
HOX+ can NOT be bricked unless you are S-Off'ed. Now that we got that out of the way,
you seem to understand that ADB is the solution here, that you need to sideload a rom, the question that you have is the adb does not recognize your phone, so follow these steps:
-Connect the phone using a different usb port, (basically thats the easiest thing), if its 2.0 then try 3.0 and vice versa.
-Restart your computer
-Restart your phone
-If you are on windows Vista and later, open start menu search for "cmd" then right click and run it as administrator, then you need to cd to your adb directory.
Code:
cd C:\Android\sdk\platform-tools
for example. then try adb devices.
Anyway hope you get it to work and have fun
Click to expand...
Click to collapse
The only thing I can do is use fastboot , thx for noticing that I know I need adb sideload If I look in devices on my PC I can see 'ONE' with a yellow triangle next to it ( so this means drivers) I downloaded my HTC drivers and I right clicked on the device and then update from PC , I go to the folder where I installed it and click on search and it says it can't find a driver for this device.
I also tried 4 different USB ports both 2.0 or 3.0 , no result. I also tried to install TWRP instead of cmw but on TWRP my touchscreen doesn't work while on cmw it does. So i went back and flashed my recovery to cmw again ( I tried version 2.6 - 2.7.0.1 , no result )
So my problem right now can be solved once my device can be recognized by my PC. (Have HTC maneger installed , also downloaded drivers formy phone , got fastboot and adb on my PC )
For anyone who knows thanks
vsp33ddyv said:
The only thing I can do is use fastboot , thx for noticing that I know I need adb sideload If I look in devices on my PC I can see 'ONE' with a yellow triangle next to it ( so this means drivers) I downloaded my HTC drivers and I right clicked on the device and then update from PC , I go to the folder where I installed it and click on search and it says it can't find a driver for this device.
I also tried 4 different USB ports both 2.0 or 3.0 , no result. I also tried to install TWRP instead of cmw but on TWRP my touchscreen doesn't work while on cmw it does. So i went back and flashed my recovery to cmw again ( I tried version 2.6 - 2.7.0.1 , no result )
So my problem right now can be solved once my device can be recognized by my PC. (Have HTC maneger installed , also downloaded drivers formy phone , got fastboot and adb on my PC )
For anyone who knows thanks
Click to expand...
Click to collapse
Hmmm. I would say in the device manager right click on the one and uninstall. Then in fastboot mode unplug and replug the device, let it install fastboot again and then try if adb can read it now.
Ghand0ur said:
Hmmm. I would say in the device manager right click on the one and uninstall. Then in fastboot mode unplug and replug the device, let it install fastboot again and then try if adb can read it now.
Click to expand...
Click to collapse
Still can't read it...
This has happened to my phone twice... fixed it the first time by using USB deview to remove all Android/HTC drivers, then reinstalled them with the HTC Sync installer. Couldn't get that to fix it last time though, so I tried another computer and it worked just fine. So my advice would be to find another computer and try it.
911jason said:
This has happened to my phone twice... fixed it the first time by using USB deview to remove all Android/HTC drivers, then reinstalled them with the HTC Sync installer. Couldn't get that to fix it last time though, so I tried another computer and it worked just fine. So my advice would be to find another computer and try it.
Click to expand...
Click to collapse
YES THIS IS WHAT WORKED ONLY I DID SOME OTHER STEPS TOO!!! Now I got adb running again and I can only push , I'll explain later in a full tutorial how to fix this now you guys can help me , I'm trying to download a cyanmod for my HTC because the stock is german and I can't download it , so can anyone upload the cyanmod endeavouru for me I keep getting error 502 bad gateway I almost fixed it !!!!! I need it badly !
OOkay so I thought I had figured it out , I uste TWRP to push files from PC to my Phone , then I installed cmw and tried to install the ROMS , but apperantly my roms were deleted. (I can't use TWRP because I need touch and the touch doesn't work , while in cmw the touch does work)
So if we can fix the TWRP touch I will know how to fix my problem !
I fixed the problem
I fixed the problem , thread how comming soon !
Here is my thread http://forum.xda-developers.com/showthread.php?p=52550145

Categories

Resources