[android-developers] usb driver xoom

2011-03-08 Thread J Handal
Hi

Installed the xoom motorola  in windows vista ,eclipse galileo.

I have the google usb driver package ,revision  4.

Debugging mode on in the tablet.

But running the samples demo 3.0,don't  choose the running device(is not
there)

Some idea?

-- 
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] usb driver xoom

2011-03-08 Thread Mark Murphy
Download the XOOM drivers.

http://www.motorola.com/Support/US-EN/Support-Homepage/Software_and_Drivers/USB-and-PC-Charging-Drivers

On Tue, Mar 8, 2011 at 9:05 AM, J Handal jhand...@gmail.com wrote:
 Hi
 Installed the xoom motorola  in windows vista ,eclipse galileo.
 I have the google usb driver package ,revision  4.
 Debugging mode on in the tablet.
 But running the samples demo 3.0,don't  choose the running device(is not
 there)
 Some idea?




 --
 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



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training Worldwide: http://commonsware.com/training

-- 
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] usb driver xoom

2011-03-08 Thread J Handal
Mark,

Already downloaded motorola usb drivers,yes able to transfer flies,pictures
 from PC to XOOM.


My problem is when running samples from demo fountain,notepad ,etc .Can not

target  manual ,not able to choose a running android device 3.0.

THX

-- 
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] usb driver xoom

2011-03-08 Thread Kostya Vasilyev
Try the tegra 2 drivers on Nvidia's site, or Google for tegra 2 adb.

Oh, and make sure you've enabled adb support on the device (settings -
applications - development).
08.03.2011 19:36 пользователь J Handal jhand...@gmail.com написал:
 Mark,

 Already downloaded motorola usb drivers,yes able to transfer
flies,pictures
 from PC to XOOM.


 My problem is when running samples from demo fountain,notepad ,etc .Can
not

 target manual ,not able to choose a running android device 3.0.

 THX

 --
 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

Re: [android-developers] usb driver xoom

2011-03-08 Thread Dianne Hackborn
tegra 2 adb?  WTF? :)

You don't need a special adb, the standard platform one works fine.

2011/3/8 Kostya Vasilyev kmans...@gmail.com

 Try the tegra 2 drivers on Nvidia's site, or Google for tegra 2 adb.

 Oh, and make sure you've enabled adb support on the device (settings -
 applications - development).
 08.03.2011 19:36 пользователь J Handal jhand...@gmail.com написал:

  Mark,
 
  Already downloaded motorola usb drivers,yes able to transfer
 flies,pictures
  from PC to XOOM.
 
 
  My problem is when running samples from demo fountain,notepad ,etc .Can
 not
 
  target manual ,not able to choose a running android device 3.0.
 
  THX
 
  --
  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




-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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] usb driver xoom

2011-03-08 Thread J Handal
Kostya,

I tried from your link:

;NVIDIA Tegra
%SingleAdbInterface% = USB_Install, USB\VID_0955PID_7000
%CompositeAdbInterface% = USB_Install, USB\VID_0955PID_7100MI_01

Also this :

;Xoom
%SingleAdbInterface%= USB_Install, USB\VID_22B8PID_70A9
%CompositeAdbInterface% = USB_Install, USB\VID_22B8PID_70A9MI_01

Getting closer but not enough,some other idea?

THX

-- 
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] usb driver xoom

2011-03-08 Thread Chris Stewart
While I have nothing to contribute to this conversation, I just wanted to
chime in and express my jealousy that you're developing on a Xoom. :)

--
Chris Stewart
http://chriswstewart.com



On Tue, Mar 8, 2011 at 6:27 PM, J Handal jhand...@gmail.com wrote:

 Kostya,

 I tried from your link:


 ;NVIDIA Tegra
 %SingleAdbInterface% = USB_Install, USB\VID_0955PID_7000
 %CompositeAdbInterface% = USB_Install, USB\VID_0955PID_7100MI_01


 Also this :

 ;Xoom
 %SingleAdbInterface%= USB_Install, USB\VID_22B8PID_70A9

 %CompositeAdbInterface% = USB_Install, USB\VID_22B8PID_70A9MI_01

 Getting closer but not enough,some other idea?

 THX

  --
 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