April 7th, 2009, 04:20 PM
|
#2 (permalink)
|
|
Senior Member
Join Date: Feb 2009
Location: London, UK
Posts: 633
Device(s): T-Mobile G1 (UK), HTC Desire Z
Carrier: Not Provided
Thanks: 0
Thanked 8 Times in 7 Posts
|
I just tried it out...
If it's your first time connecting the G1 while you are running DDM, then you may have to install a driver for it like I had to...
Did you get any prompts asking you to install a driver at some stage?
---EDIT---
Wait...cancel that....it doesn't work for me either xD
Mine is set for USB debugging and not mounted too...
---EDIT 2---
Ok, did some fiddly stuff and figured why I couldn't get on there....
Sorted the problem out and now I think it's all alright...
Basically, my drivers weren't installed on my computer...so I had to make sure I install them...
Here's what I did...
Note: This is assuming you have already unzipped and installed the Android SDK to where you want....
1. Connect the G1 to your computer and mount it (Select the "Mount" option when you get the notification that your G1 is connected to the computer)
2. Go into your Device Manager (Control Panel -> Device Manager)
3. Look for an entry in the Device Manager that says "Unknown Device"
4. If you can't find that, then look for an entry that says "Android Phone" under the "Portable Devices" Branch
5. Whichever one you find...right click that one and select "Properties"
6. If it was the "Unknown Device" that you found...then there should be an option to install a driver for the device....select that option..
7. If it was the "Android Phone" that you found, then you will probably have to re-install the drivers...so select the "Update Driver" option...
8. When it asks you how you want to install the driver, select the "Manual" option to browse your folders for the driver...
9. Navigate to your driver folder in the Android SDK that you installed....for example..
X:\androidsdk\android-sdk-windows-1.1_r1\usb_driver\x86 (for Intel Processors)
or...
X:\androidsdk\android-sdk-windows-1.1_r1\usb_driver\amd64 (for AMD Processors)
Where X: is the path to your android SDK installation...
10. Press "Next" and it should hopefully find the driver and install it for you.
11. Open up DDMS and it should hopefully all be ok.
I hope I haven't missed out any steps in that....and I hope it works for you...
Good luck...
|
|
|
Last edited by RozzaC; April 7th, 2009 at 06:56 PM.
Reason: Found a solution....
|
|