Go Back   Android Forums > Android Phones > Motorola Droid > Droid - How-to and Tips



Reply
 
LinkBack Thread Tools
Old November 15th, 2009, 07:58 PM   #1 (permalink)
Member
 
jeepguy_1980's Avatar
 
Join Date: Nov 2009
Posts: 111
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to: Capture Screen Shots (with SDK)

There may be a better way to capture screen shots. But this is the method I used.

Files needed:
Download and extract Droid USB Drivers.

Download and extract the Android SDK

Download and install the Java SDK

Download and extract Eclipse

Installing USB Drivers:

Connect the Droid into your computer

Let it try to install the drivers

It will fail.


Go to your Device Manager

Select the Droid (it will have a ring around it).


Click update driver

Point to the folder where you extracted the USB drivers


Setting up Eclipse:
In your Eclipse folder, open Eclipse.

Help > Install New Software


Use Location:
Code:
https://dl-ssl.google.com/android/eclipse/


Check the developer tools box and click Next

Press Next again


Agree to the terms and press finish.

Restart Eclipse
Running DDMS:
In Eclipse

Window > Open Perspective

Select DDMS



Configuring the Droid:

Settings > Applications > Development

Enable USB Debugging


Capturing the Shot:
Click the Screen Capture icon



Select copy (save as messes up the color)



Paste into your favorite image editor and save.

jeepguy_1980 is offline  
Last edited by jeepguy_1980; November 15th, 2009 at 09:50 PM.
Reply With Quote
Sponsors
Old November 15th, 2009, 09:13 PM   #2 (permalink)
Member
 
blazingwolf's Avatar
 
Join Date: Oct 2009
Location: Virginia
Posts: 214
 
Device(s):
Thanks: 0
Thanked 1 Time in 1 Post
Default

Great how to. Thanks.
blazingwolf is offline  
Reply With Quote
Old November 16th, 2009, 08:42 AM   #3 (permalink)
Junior Member
 
Join Date: Nov 2009
Posts: 26
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I get the following error when trying to install the driver.
Attached Images
File Type: jpg Capture.jpg (12.6 KB, 25 views)
Shiggs is offline  
Reply With Quote
Old November 20th, 2009, 08:52 PM   #4 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 3
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for the tutorial! I thought I did everything correctly, but this is what I get when I click on "capture"... any ideas?
It seems to get stuck on "capturing", and when I paste it in to an image editor, I just get the white box with an X in it. Hmm..

edenofgarden is offline  
Reply With Quote
Old November 20th, 2009, 09:34 PM   #5 (permalink)
Member
 
jeepguy_1980's Avatar
 
Join Date: Nov 2009
Posts: 111
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by edenofgarden View Post
Thanks for the tutorial! I thought I did everything correctly, but this is what I get when I click on "capture"... any ideas?
It seems to get stuck on "capturing", and when I paste it in to an image editor, I just get the white box with an X in it. Hmm..
You have to select your device from the left column and then do a screen capture.

The right side of the screen shot you sent says "no client selected."
jeepguy_1980 is offline  
Last edited by jeepguy_1980; November 20th, 2009 at 09:36 PM.
Reply With Quote
Old November 25th, 2009, 12:30 AM   #6 (permalink)
Antidisestablishmentarian
 
johnlgalt's Avatar
 
Join Date: Oct 2009
Location: 3rd Rock
Posts: 8,183
 
Device(s): Motorola® DROID® BIONIC®
Thanks: 1,670
Thanked 1,492 Times in 1,089 Posts
Send a message via ICQ to johnlgalt Send a message via MSN to johnlgalt Send a message via Yahoo to johnlgalt Send a message via Skype™ to johnlgalt johnlgalt@gmail.com
Default

Any ideas if this will work with the MOTODEV all in one setup that Motorola released for Android development?
johnlgalt is online now  
Reply With Quote
Old November 28th, 2009, 07:10 PM   #7 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default Alternative Method of Getting Screen Capture

It's basically the same instructions, but it fills in more of the blanks.
Droid Screen Capture – How To Droid Bugs
dugdathug is offline  
Reply With Quote
Old November 29th, 2009, 12:39 AM   #8 (permalink)
Junior Member
 
Join Date: Nov 2009
Posts: 61
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Is this windows only? I'd like to take screenshots also but I have a mac.
JonKyu is offline  
Reply With Quote
Old November 30th, 2009, 07:38 PM   #9 (permalink)
Antidisestablishmentarian
 
johnlgalt's Avatar
 
Join Date: Oct 2009
Location: 3rd Rock
Posts: 8,183
 
Device(s): Motorola® DROID® BIONIC®
Thanks: 1,670
Thanked 1,492 Times in 1,089 Posts
Send a message via ICQ to johnlgalt Send a message via MSN to johnlgalt Send a message via Yahoo to johnlgalt Send a message via Skype™ to johnlgalt johnlgalt@gmail.com
Default

According to the link provided, the Motorola SDK comes in Windows, MacOS, and *nix flavors. However, the JAVA site does not list the JAVA SDK for MacOS, listing only Solaris, *nix, and Windows operating systems ( I just checked for both the regular JDK as well as the JDK w/ EE).

I did some searching, and found that according to Java MacOS X 10.4+ should already have the JDK installed, so that step you can most likely skip, as long as you're running Tiger or above.

You should probably read that site a lot more to be 100% this will work - however, the original link provided by dugdathug shows the author stating that he, too, selected the JDK 6 Update 17 with Java EE, whereas the rest of his screen shots show that he in fact selected JAVA EE 5 SDK, which, by reading at the link that I provided, is what seems to be pre-installed on Tiger and above.

If you're unsure, I'd register a login at the developer site I linked to and ask there.

HTH

EDIT: Added the following

@everyone else: I already have the regular JDK (without EE) installed on my system (along with NetBeans 6.7.1, which has most of the other stuff that comes with the EE, including the GlassFish server, etc.

Is there any real need for the JDK w/ EE or is the regular JDK without EE sufficient?

(I suppose I should join the forum for the droidbugs forum and ask there....)
johnlgalt is online now  
Last edited by johnlgalt; November 30th, 2009 at 07:41 PM. Reason: Added, spell checked
Reply With Quote
Old November 30th, 2009, 08:31 PM   #10 (permalink)
Member
 
jeepguy_1980's Avatar
 
Join Date: Nov 2009
Posts: 111
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I was unable to get it to work with Netbeans. I had never even messed with Eclipse until this. However, I only have limited experience with Netbeans and Java programming in general.
jeepguy_1980 is offline  
Reply With Quote
Sponsors
Old November 30th, 2009, 09:21 PM   #11 (permalink)
Antidisestablishmentarian
 
johnlgalt's Avatar
 
Join Date: Oct 2009
Location: 3rd Rock
Posts: 8,183
 
Device(s): Motorola® DROID® BIONIC®
Thanks: 1,670
Thanked 1,492 Times in 1,089 Posts
Send a message via ICQ to johnlgalt Send a message via MSN to johnlgalt Send a message via Yahoo to johnlgalt Send a message via Skype™ to johnlgalt johnlgalt@gmail.com
Default

I am a senior in Computer Science and Mathematics (dual major) at my university- Netbeans is something that I am somewhat familiar with.

However, according to the post from dugdathug, Eclipse itself is not necessary (unless you plan on also developing Android apps). I have NetBeans installed, but actually prefer to code using JCreatorPro (A much better IDE in the sense that it is exactly that - and IDE without all of the bloat the comes with NetBeans (up to a 200+ MB DL!)
johnlgalt is online now  
Reply With Quote
Old December 1st, 2009, 04:06 PM   #12 (permalink)
Member
 
jeepguy_1980's Avatar
 
Join Date: Nov 2009
Posts: 111
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by johnlgalt View Post
I am a senior in Computer Science and Mathematics (dual major) at my university- Netbeans is something that I am somewhat familiar with.

However, according to the post from dugdathug, Eclipse itself is not necessary (unless you plan on also developing Android apps). I have NetBeans installed, but actually prefer to code using JCreatorPro (A much better IDE in the sense that it is exactly that - and IDE without all of the bloat the comes with NetBeans (up to a 200+ MB DL!)

Eclipse is not required, I wrote this more as a how to for someone not already familiar with Java IDEs and based it around Eclipse, as that seems to be the most popular for the Android SDK. There are a lot of guides on the internet, but they're written for people that are already familiar with this software and are very generic. Most of them consist of three or four lines on don't detail how to install the Android plugin.

While Eclipse is not required, you will need an IDE to run Android SDK plugins. I am sure that the plugins will work with Netbeans and other IDEs, I just found Eclipse to be the most popular for this application.
jeepguy_1980 is offline  
Reply With Quote
Old December 1st, 2009, 09:13 PM   #13 (permalink)
Antidisestablishmentarian
 
johnlgalt's Avatar
 
Join Date: Oct 2009
Location: 3rd Rock
Posts: 8,183
 
Device(s): Motorola® DROID® BIONIC®
Thanks: 1,670
Thanked 1,492 Times in 1,089 Posts
Send a message via ICQ to johnlgalt Send a message via MSN to johnlgalt Send a message via Yahoo to johnlgalt Send a message via Skype™ to johnlgalt johnlgalt@gmail.com
Default

Kewl, thanks for the info.
johnlgalt is online now  
Reply With Quote
Old December 22nd, 2009, 08:01 PM   #14 (permalink)
Junior Member
 
Join Date: Dec 2009
Posts: 36
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

When I open DDMS it's not picking up my phone. There's nothing to select on the left so all the menu options are grayed out. Any ideas?
geli7 is offline  
Reply With Quote
Old December 25th, 2009, 09:31 PM   #15 (permalink)
Member
 
vonfeldt7's Avatar
 
Join Date: Dec 2009
Posts: 108
 
Device(s): Droid X [Rooted]
Thanks: 3
Thanked 3 Times in 3 Posts
Default

I messed stuff up with the Droid drivers when I first got my Droid.. and it doesn't show up in device manager anymore under "Other Devices" as "Motorola A855". All that installs is "Motorola A855 USB Device" and "USB Mass Storage Device". All of the other things are missing, as they have already been installed. Any idea on how to delete those drivers? Thanks..
vonfeldt7 is offline  
Reply With Quote
Old December 25th, 2009, 10:12 PM   #16 (permalink)
Member
 
jeepguy_1980's Avatar
 
Join Date: Nov 2009
Posts: 111
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by vonfeldt7 View Post
I messed stuff up with the Droid drivers when I first got my Droid.. and it doesn't show up in device manager anymore under "Other Devices" as "Motorola A855". All that installs is "Motorola A855 USB Device" and "USB Mass Storage Device". All of the other things are missing, as they have already been installed. Any idea on how to delete those drivers? Thanks..

Just delete them from the Device Manager and then when you unplug and re-plug your phone back in to your PC. It should then detect them again. That, or you can click the device and press update drivers and find the folder that they're in.

On a side note, it really is less effort to root your phone and use the app drocap2 to take screen shots directly from your phone.
jeepguy_1980 is offline  
Reply With Quote
Old December 26th, 2009, 01:08 AM   #17 (permalink)
Member
 
vonfeldt7's Avatar
 
Join Date: Dec 2009
Posts: 108
 
Device(s): Droid X [Rooted]
Thanks: 3
Thanked 3 Times in 3 Posts
Default

It doesn't show up in Device Manager... which is what's really making this difficult. And I'm not actually interested in the screetshots, I'm just trying to get the Android SDK to work and this is the only guide that I'm aware of..

*EDIT* I got it figured out, thanks.
vonfeldt7 is offline  
Last edited by vonfeldt7; December 26th, 2009 at 03:41 AM.
Reply With Quote
Old January 20th, 2010, 02:05 AM   #18 (permalink)
Member
 
tjbugs1's Avatar
 
Join Date: Jan 2010
Location: Tacoma, WA
Posts: 194
 
Device(s): Motorola Droid 1 Samsung Fascinate
Thanks: 20
Thanked 10 Times in 9 Posts
Default

Quote:
Originally Posted by vonfeldt7 View Post
It doesn't show up in Device Manager... which is what's really making this difficult. And I'm not actually interested in the screetshots, I'm just trying to get the Android SDK to work and this is the only guide that I'm aware of..

*EDIT* I got it figured out, thanks.
How did you fix it? I am having the same problem on my computer
tjbugs1 is offline  
Reply With Quote
Old January 20th, 2010, 02:43 AM   #19 (permalink)
 
Join Date: Jan 2010
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi.
You can use fraps for taking screen shots.
Its best software for capturing screen shots.
ianholt60 is offline  
Reply With Quote
Old January 20th, 2010, 09:57 PM   #20 (permalink)
Antidisestablishmentarian
 
johnlgalt's Avatar
 
Join Date: Oct 2009
Location: 3rd Rock
Posts: 8,183
 
Device(s): Motorola® DROID® BIONIC®
Thanks: 1,670
Thanked 1,492 Times in 1,089 Posts
Send a message via ICQ to johnlgalt Send a message via MSN to johnlgalt Send a message via Yahoo to johnlgalt Send a message via Skype™ to johnlgalt johnlgalt@gmail.com
Default

Wait, Fraps works on the DROID???
johnlgalt is online now  
Reply With Quote
Sponsors
Old January 23rd, 2010, 06:00 PM   #21 (permalink)
Member
 
tjbugs1's Avatar
 
Join Date: Jan 2010
Location: Tacoma, WA
Posts: 194
 
Device(s): Motorola Droid 1 Samsung Fascinate
Thanks: 20
Thanked 10 Times in 9 Posts
Default

I am starting to think Vista is whats wrong here, anyone else out there useing vista and making this work?
tjbugs1 is offline  
Reply With Quote
Old January 23rd, 2010, 08:08 PM   #22 (permalink)
Over Macho Grande?
 
alostpacket's Avatar
 
Join Date: Nov 2009
Location: NY
Posts: 6,060
 
Device(s): GalaxyNexus(LTE), NexusOne, OG Droid, GalaxyTab 10.1(LTE), Eris, Logitech Revue (fishtank)
Thanks: 2,369
Thanked 2,115 Times in 861 Posts
Default

Quote:
Originally Posted by johnlgalt View Post
Wait, Fraps works on the DROID???

Heh, that user was a spambot.
alostpacket is offline  
Reply With Quote
Old January 23rd, 2010, 08:39 PM   #23 (permalink)
Over Macho Grande?
 
alostpacket's Avatar
 
Join Date: Nov 2009
Location: NY
Posts: 6,060
 
Device(s): GalaxyNexus(LTE), NexusOne, OG Droid, GalaxyTab 10.1(LTE), Eris, Logitech Revue (fishtank)
Thanks: 2,369
Thanked 2,115 Times in 861 Posts
Default

Quote:
Originally Posted by tjbugs1 View Post
I am starting to think Vista is whats wrong here, anyone else out there useing vista and making this work?

Works for me on Vista.
alostpacket is offline  
Reply With Quote
Old January 23rd, 2010, 09:46 PM   #24 (permalink)
Member
 
tjbugs1's Avatar
 
Join Date: Jan 2010
Location: Tacoma, WA
Posts: 194
 
Device(s): Motorola Droid 1 Samsung Fascinate
Thanks: 20
Thanked 10 Times in 9 Posts
Default

32 or 64 bit?
tjbugs1 is offline  
Reply With Quote
Old January 24th, 2010, 09:57 AM   #25 (permalink)
Over Macho Grande?
 
alostpacket's Avatar
 
Join Date: Nov 2009
Location: NY
Posts: 6,060
 
Device(s): GalaxyNexus(LTE), NexusOne, OG Droid, GalaxyTab 10.1(LTE), Eris, Logitech Revue (fishtank)
Thanks: 2,369
Thanked 2,115 Times in 861 Posts
Default

x64 -- I had originally followed som other instruction but they were essentially the same just less detailed. The other instructions actually didnt even work for me and these helped me learn where the screenshot button was

The driver was the same too.
alostpacket is offline  
Reply With Quote
Old January 25th, 2010, 07:54 PM   #26 (permalink)
Member
 
tjbugs1's Avatar
 
Join Date: Jan 2010
Location: Tacoma, WA
Posts: 194
 
Device(s): Motorola Droid 1 Samsung Fascinate
Thanks: 20
Thanked 10 Times in 9 Posts
Default

I have 64 also, did your computer auto install the drivers? or did you have to do it for it? Mine auto installs and tells me they are "up to date" and wont let me over ride them.
tjbugs1 is offline  
Reply With Quote
Old January 25th, 2010, 08:02 PM   #27 (permalink)
Member
 
tjbugs1's Avatar
 
Join Date: Jan 2010
Location: Tacoma, WA
Posts: 194
 
Device(s): Motorola Droid 1 Samsung Fascinate
Thanks: 20
Thanked 10 Times in 9 Posts
Default

Also it shows up in my device manager as a disk drive named Motorola A855 USB Device. Is this the same for you?

tjbugs1 is offline  
Reply With Quote
Old January 25th, 2010, 10:04 PM   #28 (permalink)
Over Macho Grande?
 
alostpacket's Avatar
 
Join Date: Nov 2009
Location: NY
Posts: 6,060
 
Device(s): GalaxyNexus(LTE), NexusOne, OG Droid, GalaxyTab 10.1(LTE), Eris, Logitech Revue (fishtank)
Thanks: 2,369
Thanked 2,115 Times in 861 Posts
Default

Yep, it shows the same here. Also shows as A855 under portable devices. Make sure you have "usb debugging" enabled on the phone (menu>settings>applications>development) then try and install the driver.
alostpacket is offline  
Reply With Quote
Old January 25th, 2010, 10:33 PM   #29 (permalink)
Antidisestablishmentarian
 
johnlgalt's Avatar
 
Join Date: Oct 2009
Location: 3rd Rock
Posts: 8,183
 
Device(s): Motorola® DROID® BIONIC®
Thanks: 1,670
Thanked 1,492 Times in 1,089 Posts
Send a message via ICQ to johnlgalt Send a message via MSN to johnlgalt Send a message via Yahoo to johnlgalt Send a message via Skype™ to johnlgalt johnlgalt@gmail.com
Default

Well, since it works in W7 x64 it *theoretically* should work in Vista x64 as well - but I had to try three different times before I found instructions that worked correctly....
johnlgalt is online now  
Reply With Quote
Old January 26th, 2010, 11:14 PM   #30 (permalink)
Member
 
tjbugs1's Avatar
 
Join Date: Jan 2010
Location: Tacoma, WA
Posts: 194
 
Device(s): Motorola Droid 1 Samsung Fascinate
Thanks: 20
Thanked 10 Times in 9 Posts
Default

Quote:
Originally Posted by alostpacket View Post
Yep, it shows the same here. Also shows as A855 under portable devices. Make sure you have "usb debugging" enabled on the phone (menu>settings>applications>development) then try and install the driver.
yep I have that on but under portable devices it shows as G:\. hum......

Does anyone know how to delete it from windows so I can try and start it all over?
tjbugs1 is offline  
Last edited by tjbugs1; January 26th, 2010 at 11:19 PM.
Reply With Quote
Sponsors
Old January 27th, 2010, 12:11 AM   #31 (permalink)
Antidisestablishmentarian
 
johnlgalt's Avatar
 
Join Date: Oct 2009
Location: 3rd Rock
Posts: 8,183
 
Device(s): Motorola® DROID® BIONIC®
Thanks: 1,670
Thanked 1,492 Times in 1,089 Posts
Send a message via ICQ to johnlgalt Send a message via MSN to johnlgalt Send a message via Yahoo to johnlgalt Send a message via Skype™ to johnlgalt johnlgalt@gmail.com
Default

If you mean delete the driver, you simply go into device manager and find the device, right click, and select Uninstall. If you get a popup dialog asking if you want to remove the files too, I'd check yes on that as well.
johnlgalt is online now  
Reply With Quote
Old January 27th, 2010, 01:28 AM   #32 (permalink)
Member
 
tjbugs1's Avatar
 
Join Date: Jan 2010
Location: Tacoma, WA
Posts: 194
 
Device(s): Motorola Droid 1 Samsung Fascinate
Thanks: 20
Thanked 10 Times in 9 Posts
Default

I don't get that as an option. I don't know what else to do. I have tried everything. If I uninstall the device windows just reinstalls it with the same drivers. I plugged it in to my friends laptop (also vista) and it prompts for me to install the drivers for it. I GIVE UP! Thanks for the help!
tjbugs1 is offline  
Reply With Quote
Old January 29th, 2010, 11:15 PM   #33 (permalink)
Antidisestablishmentarian
 
johnlgalt's Avatar
 
Join Date: Oct 2009
Location: 3rd Rock
Posts: 8,183
 
Device(s): Motorola® DROID® BIONIC®
Thanks: 1,670
Thanked 1,492 Times in 1,089 Posts
Send a message via ICQ to johnlgalt Send a message via MSN to johnlgalt Send a message via Yahoo to johnlgalt Send a message via Skype™ to johnlgalt johnlgalt@gmail.com
Default

Are you looking in Device Manager or in Windows Explorer?
johnlgalt is online now  
Reply With Quote
Old January 30th, 2010, 04:12 PM   #34 (permalink)
Member
 
tjbugs1's Avatar
 
Join Date: Jan 2010
Location: Tacoma, WA
Posts: 194
 
Device(s): Motorola Droid 1 Samsung Fascinate
Thanks: 20
Thanked 10 Times in 9 Posts
Default

Device manager, it labels it as G:\ I right click on it uninstall it then plug it back in and the computer auto reinstalls the drivers it has that it thinks is right.
tjbugs1 is offline  
Reply With Quote
Old January 30th, 2010, 04:23 PM   #35 (permalink)
Member
 
Join Date: Nov 2009
Location: Virginia Beach, VA
Posts: 421
 
Device(s): Casio Commando
Thanks: 27
Thanked 57 Times in 34 Posts
Default

I have the same problem on mine.
I can click uninstall and remove drivers for the phone, but do not have the option of removing drivers for the "disk drive" entry in Device Manager.
I got the single entry for "Android phone" to switch drivers, but the "disk drive" entry reverts to the same old driver no matter what.
Rafael is offline  
Last edited by Rafael; January 30th, 2010 at 04:23 PM. Reason: spelling
Reply With Quote
Old January 30th, 2010, 04:52 PM   #36 (permalink)
Antidisestablishmentarian
 
johnlgalt's Avatar
 
Join Date: Oct 2009
Location: 3rd Rock
Posts: 8,183
 
Device(s): Motorola® DROID® BIONIC®
Thanks: 1,670
Thanked 1,492 Times in 1,089 Posts
Send a message via ICQ to johnlgalt Send a message via MSN to johnlgalt Send a message via Yahoo to johnlgalt Send a message via Skype™ to johnlgalt johnlgalt@gmail.com
Default

Most likely that DiskDrive entry is a default M$ driver for disk drives - hence your inability to 'uninstall' it.

The only one you really need to worry about is the Motorola USB driver anyway - the disk drive is a default driver built into the OS - you really don't want to uninstall that one (as it would pretty much render all your drives inoperable to the OS)....
johnlgalt is online now  
Reply With Quote
Old January 30th, 2010, 05:17 PM   #37 (permalink)
Member
 
Join Date: Nov 2009
Location: Virginia Beach, VA
Posts: 421
 
Device(s): Casio Commando
Thanks: 27
Thanked 57 Times in 34 Posts
Default

Yes, you are correct.
It works fine for me!

Thanks for posting this!
Rafael is offline  
Reply With Quote
Old February 3rd, 2010, 05:35 AM   #38 (permalink)
New Member
 
Join Date: Jan 2010
Posts: 8
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,
I am trying to take screen shots from the device, i followed the steps to do so.

But i could not find Settings>Application>Dubbing in my device.

What is the solution?

My Device is Archos 5 Internet Tablet.


Thanks,
Lakshman
siddireddy is offline  
Reply With Quote
Old February 3rd, 2010, 08:49 PM   #39 (permalink)
Over Macho Grande?
 
alostpacket's Avatar
 
Join Date: Nov 2009
Location: NY
Posts: 6,060
 
Device(s): GalaxyNexus(LTE), NexusOne, OG Droid, GalaxyTab 10.1(LTE), Eris, Logitech Revue (fishtank)
Thanks: 2,369
Thanked 2,115 Times in 861 Posts
Default

Quote:
Originally Posted by tjbugs1 View Post
Device manager, it labels it as G:\ I right click on it uninstall it then plug it back in and the computer auto reinstalls the drivers it has that it thinks is right.


One last thing to try maybe: From the Device Manager you should have an option to add new hardware or add legacy hardware. Click through the wizard and when prompted select "have disk." You should then be able to browse to where you saved the driver file (it should be a .INF file).

Hope this helps, and let us know how it turns out.
alostpacket is offline  
Reply With Quote
Old February 4th, 2010, 08:08 PM   #40 (permalink)
Member
 
tjbugs1's Avatar
 
Join Date: Jan 2010
Location: Tacoma, WA
Posts: 194
 
Device(s): Motorola Droid 1 Samsung Fascinate
Thanks: 20
Thanked 10 Times in 9 Posts
Default

Ok so here is where I am at now. I formatted my computer and reinstalled windows witch fixed the driver problem. So now It is labeled as A855 (yeah) but the SDK is still not working. I open Eclipse but my phone is not listed on the left and I do have debugging turned on. I swear if its not one thing its another!
tjbugs1 is offline  
Reply With Quote
Sponsors
Reply

Motorola Droid
Current Rating:
Rate this Phone:

The Motorola Droid - the first ever Verizon Android Phone - exploded onto the mobile market with an incredibly successful ad campaign that brough Android to the masses. With a huge and vibrant touchscreen, solid metal body, full QWERTY keyboard, 5M... Read More


Bookmarks


Go Back   Android Forums > Android Phones > Motorola Droid > Droid - How-to and Tips User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
screen capture app JohnMcClane Android Applications 9 October 16th, 2011 10:06 AM
screen capture airjordan223 Incredible - Support and Troubleshooting 4 November 2nd, 2010 03:32 AM
Screen shots............ :) fuzio1963 Droid X - All Things Root 2 September 26th, 2010 10:47 PM
Where are those screen shots Doink HTC Desire 3 April 27th, 2010 05:25 AM
need app for screen capture superglen99 Android Applications 0 November 24th, 2009 04:41 AM



All times are GMT -5. The time now is 09:46 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo


SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.