Adb doesn't work in Eclipse after rooting!

pcm2a

Member
Joined
Nov 6, 2009
Messages
32
Reaction score
0
I've been killing myself trying to figure this out. Before rooting my thunderbolt ADB worked fine. Obviously it worked fine during the rooting process.

Here is what works:
- ADB from a dos prompt works fine.
- ADB & Eclipse with my HTC Evo work fine.
- ADB & Eclipse with my wife's HTC Thunderbolt (unrooted) work fine.

Here is what doesn't work:
- Eclipse with my rooted Thunderbolt.

I have tried:
- Removing and reinstalling Eclipse
- Removing and reinstalling ALL of the Google USB drivers and Eclipse plugins
- Removing the ADB drivers in Device Manager with my phone plugged in.

I am unsure how to:
- Remove the ADB driver so that the Add/Remove dialog comes up again. When I remove them and plug it back in it finds the drivers and installs them without a dialog.

Here is the Eclipse logcat error:
Code:
[2011-04-09 12:12:15 - adb]
[2011-04-09 12:12:15 - adb]This application has requested the Runtime to terminate it in an unusual way.
[2011-04-09 12:12:15 - adb]Please contact the application's support team for more information.
[2011-04-09 12:12:15 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
[2011-04-09 12:12:15 - DeviceMonitor]Sending Tracking request failed!
[2011-04-09 12:12:15 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
[2011-04-09 12:12:15 - DeviceMonitor]Sending Tracking request failed!
[2011-04-09 12:12:15 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
[2011-04-09 12:12:15 - DeviceMonitor]Sending Tracking request failed!
[2011-04-09 12:12:15 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
[2011-04-09 12:12:15 - DeviceMonitor]Sending Tracking request failed!
[2011-04-09 12:12:15 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
[2011-04-09 12:12:15 - DeviceMonitor]Sending Tracking request failed!
[2011-04-09 12:12:15 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
[2011-04-09 12:12:15 - DeviceMonitor]Sending Tracking request failed!
[2011-04-09 12:12:15 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
[2011-04-09 12:12:15 - DeviceMonitor]Sending Tracking request failed!
[2011-04-09 12:12:15 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
[2011-04-09 12:12:16 - DeviceMonitor]Connection attempts: 1
[2011-04-09 12:12:18 - DeviceMonitor]Connection attempts: 2
[2011-04-09 12:12:20 - DeviceMonitor]Connection attempts: 3
 

cvp

New Member
Joined
Jul 2, 2010
Messages
8
Reaction score
0
i have the exact same problem. any ideas?
 

doug piston

Premium Member
Premium Member
Rescue Squad
Joined
Dec 19, 2009
Messages
1,204
Reaction score
4
I have had no issues using my TB with Eclipse while developing my app. Rooted, BAMF, and CM7. Do you have the UDEV rules setup for an HTC device?
 
Top