[android-developers] Re: In search of Nexus 10 ADB drivers

2013-04-22 Thread dan
I get an ADB Interface driver error when I plug in my nexus 10, PTP camera 
enabled, USB debugging on. Pointing to sdk directory windows does not find 
the driver.

plugging in my galaxy s3 or 1st gen droid work fine and are seen by 
ADB/Eclipse.

Anyone have ideas?

-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-28 Thread michael downing
do i need the adb drivers? thats different than the usb drivers? i know 
nothing about this stuff, i found a new toolkit which has the drivers also 
but no way could i do that either. thanks for trying to help me with my 
problem. i wish google support knew more and could just e-mail me what i 
need. i really don't want to send this back.
mike
 
 
On Monday, November 19, 2012 11:37:05 AM UTC-8, JP wrote:

 I can't seem to find the Nexus 10 ADB drivers, assuming they are out 
 there. 
 - I have the SDK USB Drivers at Rev 7. (SDK Manager reports this as 
 the latest) 
 - I've installed the latest version of Kies 
 And yes I've enabled USB debugging on the device, but no luck. 

 Anybody know if the ADB drivers are out and where they are? 


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread b0b
Same for me. ADB recognizes Nexus 7 but not Nexus 10.

The Nexus 10 ADB dirver is launched since it appear in Windows device list 
as Android Composite ADB Interface

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread b0b
Fixed: after 1h of uncessuful googling and WTFs, ADB finally recognized the 
device I change Settings  Stogae  Menu  USB Computer connection to 
Camera (PTP).

The default is Media Device (MTP) and prevent ADB to find the dvice...

WTF.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread Romain Guy
MTP should work. All my devices are set to MTP and work just fine with adb.


On Fri, Nov 23, 2012 at 8:46 AM, b0b pujos.mich...@gmail.com wrote:

 Fixed: after 1h of uncessuful googling and WTFs, ADB finally recognized
 the device I change Settings  Stogae  Menu  USB Computer connection to
 Camera (PTP).

 The default is Media Device (MTP) and prevent ADB to find the dvice...

 WTF.

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Romain Guy
Android framework engineer
romain...@android.com

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread jtoolsdev
What do we do for Linux?  I get the Camera folder for a Galaxy Nexus 
opening on Ubuntu 10.04 but with my other devices I could get the whole SD 
card.  It also refuses to copy the JPG picture files though it will copy 
the video files.  I read this has something to do with MTP.

On Friday, November 23, 2012 9:50:15 AM UTC-8, Romain Guy (Google) wrote:

 MTP should work. All my devices are set to MTP and work just fine with adb.


 On Fri, Nov 23, 2012 at 8:46 AM, b0b pujos@gmail.com javascript:wrote:

 Fixed: after 1h of uncessuful googling and WTFs, ADB finally recognized 
 the device I change Settings  Stogae  Menu  USB Computer connection to 
 Camera (PTP).

 The default is Media Device (MTP) and prevent ADB to find the dvice...

 WTF.

 -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to 
 android-d...@googlegroups.comjavascript:
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com javascript:
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




 -- 
 Romain Guy
 Android framework engineer
 roma...@android.com javascript:

  

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread Latimerius
On Fri, Nov 23, 2012 at 6:47 PM, Romain Guy romain...@android.com wrote:
 MTP should work. All my devices are set to MTP and work just fine with adb.

Ah, good old works on my machine(TM), right? ;-)

For what it's worth, if I set my Nexus 7 to MTP, adb devices lists
it like this:

no permissions

On PTP, it works just right.  This is true for 4.1.1, 4.1.2 and 4.2.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread Romain Guy
 Ah, good old works on my machine(TM), right? ;-)


More like I've never heard of this issue before :) I'll ask around in the
office on Monday to see if it's a known issue.
-- 
Romain Guy
Android framework engineer
romain...@android.com

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread Latimerius
On Fri, Nov 23, 2012 at 8:30 PM, jtoolsdev brianjto...@gmail.com wrote:
 What do we do for Linux?  I get the Camera folder for a Galaxy Nexus opening
 on Ubuntu 10.04 but with my other devices I could get the whole SD card.  It
 also refuses to copy the JPG picture files though it will copy the video
 files.  I read this has something to do with MTP.

Just another case of replacing a fully working pedestrian solution
(USB mass storage) with limited or half-broken fancy stuff (MTP) I'm
afraid.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread Latimerius
On Fri, Nov 23, 2012 at 9:25 PM, Romain Guy romain...@android.com wrote:

 Ah, good old works on my machine(TM), right? ;-)


 More like I've never heard of this issue before :) I'll ask around in the
 office on Monday to see if it's a known issue.

Cool, thanks!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-23 Thread Marina Cuello
It happened a lot to me when I worked testing with different devices.
Usually the safest option was charge only.

Marina
On Nov 23, 2012 2:47 p.m., Romain Guy romain...@android.com wrote:

 MTP should work. All my devices are set to MTP and work just fine with adb.


 On Fri, Nov 23, 2012 at 8:46 AM, b0b pujos.mich...@gmail.com wrote:

 Fixed: after 1h of uncessuful googling and WTFs, ADB finally recognized
 the device I change Settings  Stogae  Menu  USB Computer connection to
 Camera (PTP).

 The default is Media Device (MTP) and prevent ADB to find the dvice...

 WTF.

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




 --
 Romain Guy
 Android framework engineer
 romain...@android.com

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-20 Thread Claudius Golumbina
The SDK USB driver works with both the Nexus 7 and Nexus 10. Just go to 
your device manager, update driver and point it to that directory.


On Monday, 19 November 2012 19:37:05 UTC, JP wrote:

 I can't seem to find the Nexus 10 ADB drivers, assuming they are out 
 there. 
 - I have the SDK USB Drivers at Rev 7. (SDK Manager reports this as 
 the latest) 
 - I've installed the latest version of Kies 
 And yes I've enabled USB debugging on the device, but no luck. 

 Anybody know if the ADB drivers are out and where they are? 


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: In search of Nexus 10 ADB drivers

2012-11-20 Thread JP


On Nov 19, 12:38 pm, Claudius Golumbina c.golumb...@gmail.com wrote:
 The SDK USB driver works with both the Nexus 7 and Nexus 10.

Nexus 7 yes, Nexus 10 No. Not for me.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en