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