Re: [android-developers] Adb drivers for Windows XP

2011-05-09 Thread Nikolay Elenkov
On Sat, May 7, 2011 at 11:03 AM, Kenji Tan  wrote:
> Hi All,
>
> I was finally able to build the windows Adb drivers in the platform/
> development/host/windows tree. Specifically, I had to use the WDK
> (Windows Driver Kit) to build just platform/development/host/windows/
> usb/api/ and platform/development/host/windows/usb/winusb/, of which
> the corresponding built bits were in windows\usb\api
> \objchk_wxp_x86\i386AdbWinApi.dll and windows\usb\winusb
> \objchk_wxp_x86\i386\AdbWinUsbApi.dll.
>
> What am I supposed to do with the dll's? I'm not a Windows user ;)
>

What are you trying to achieve? Those DLL's are used by adb.exe on
Windows, so you need them to run the adb tool.

BTW this list is not about building bits of the SDK, you might want to
try android-building.

-- 
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] Adb drivers for Windows XP

2011-05-08 Thread Kenji Tan
Hi All,

I was finally able to build the windows Adb drivers in the platform/
development/host/windows tree. Specifically, I had to use the WDK
(Windows Driver Kit) to build just platform/development/host/windows/
usb/api/ and platform/development/host/windows/usb/winusb/, of which
the corresponding built bits were in windows\usb\api
\objchk_wxp_x86\i386AdbWinApi.dll and windows\usb\winusb
\objchk_wxp_x86\i386\AdbWinUsbApi.dll.

What am I supposed to do with the dll's? I'm not a Windows user ;)

The readme file at windows\usb\readme.txt makes no mention of the 2
dlls. Only .inf, .cat files, WdfCoInstaller01007.dll,
WinUSBCoInstaller.dll, WUDFUpdate_01007.dll. What's the purpose of
building the Adb dll's? Am I supposed to copy them manually to C:
\Windows\system and C:\Windows\system32?

Any comments are much appreciated. Thanks much!

-Kenji

-- 
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] ADB drivers for Windows XP available for Android devices

2010-12-09 Thread Kostya Vasilyev

Gus,

As first step, enable ADB in device settings (on the tablet).

There is no generic driver for ADB. Each device uses its own UPnP vendor 
& device IDs, although I understand all NVidia Tegra based devices use 
the same ones.


Some manufacturers do provide an ADB driver (Samsung, Motorola).

Since Viewsonic does not seem to be among them:

- Connect the tablet to the computer, wait until driver installation fails
- Find out the UPnP IDs used by the tablet (Device Manager, hardware 
info tool, etc.)

- Edit android_winusb.inf in the standard Android driver and add those IDs
- Reinstall the driver and reconnect the tablet, this time it should connect

Also see this, which pretty much says the same thing:

http://tegradeveloper.nvidia.com/tegra/forum/faq-where-can-i-find-usb-drivers

-- Kostya

09.12.2010 19:39, Gus пишет:

Hi All:

I have the Viewsonic G Tablet with Android 2.2, and I want to debug my
own programs.
Once I connected to my PC (Windows XP), it was recognized and I'm able
to access the tablet as a Mass Storage Device.
However, when I want to debug the application, the tablet it's not
being recognized as a ADB device (Android Debug Bridge). (USB
Debugging is enable in the device).
I know there is a USB drivers which cover many of the available
Android devices, but not all of them.
My question is, does the manufacturer (Viewsonic in this case) need to
develop and provide an ADB driver for each device? Otherwise, how can
we debug the device? Is there any other solution for this (like a
generic driver)?

Thanks;
Gus




--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.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


[android-developers] ADB drivers for Windows XP available for Android devices

2010-12-09 Thread Gus
Hi All:

I have the Viewsonic G Tablet with Android 2.2, and I want to debug my
own programs.
Once I connected to my PC (Windows XP), it was recognized and I'm able
to access the tablet as a Mass Storage Device.
However, when I want to debug the application, the tablet it's not
being recognized as a ADB device (Android Debug Bridge). (USB
Debugging is enable in the device).
I know there is a USB drivers which cover many of the available
Android devices, but not all of them.
My question is, does the manufacturer (Viewsonic in this case) need to
develop and provide an ADB driver for each device? Otherwise, how can
we debug the device? Is there any other solution for this (like a
generic driver)?

Thanks;
Gus

-- 
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] ADB drivers for Windows XP available for Android devices

2010-12-08 Thread Gus
Hi All:

I have the Viewsonic G Tablet with Android 2.2, and I want to debug my
own programs.
Once I connected to my PC (Windows XP), it was recognized and I'm able
to access the tablet as a Mass Storage Device.
However, when I want to debug the application, the tablet it's not
being recognized as a ADB device (Android Debug Bridge). (USB
Debugging is enable in the device).
I know there is a USB drivers which cover many of the available
Android devices, but not all of them.
My question is, does the manufacturer (Viewsonic in this case) need to
develop and provide an ADB driver for each device? Otherwise, how can
we debug the device? Is there any other solution for this (like a
generic driver)?

Thanks;
Gus

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