Vid
|
2008-12-20
, 20:16
|
Posts: 12 |
Thanked: 23 times |
Joined on Jul 2008
|
#11
|
|
2008-12-20
, 21:25
|
|
Posts: 2,361 |
Thanked: 3,746 times |
Joined on Dec 2007
@ Berlin - Love this city!!
|
#12
|
Good store here: andapps.com
"AndApps is website for those who don't have access to the Android Marketplace. Here will be uploaded as much as possible free and/or open source applications for the Android platform."
|
2008-12-20
, 22:32
|
|
Posts: 109 |
Thanked: 196 times |
Joined on Sep 2008
@ Guatemala
|
#13
|
OK, should we try changing it to 0xDEED? That might make working with the SDK a bit easier.
The Following User Says Thank You to solca For This Useful Post: | ||
|
2008-12-20
, 22:41
|
Posts: 1,213 |
Thanked: 356 times |
Joined on Jan 2008
@ California and Virginia
|
#14
|
|
2008-12-21
, 02:15
|
Posts: 12 |
Thanked: 23 times |
Joined on Jul 2008
|
#15
|
I belive that newer SDKs (as those built with the Android source) supports both IDs, at least my adb in Linux works painlessly. Are you trying with the SDK 1.0r2?
SUBSYSTEM=="usb", SYSFS{idVendor}=="18d1", MODE="0666"
|
2008-12-21
, 02:18
|
Posts: 1,213 |
Thanked: 356 times |
Joined on Jan 2008
@ California and Virginia
|
#16
|
The Following User Says Thank You to Thesandlord For This Useful Post: | ||
|
2008-12-21
, 02:48
|
Posts: 12 |
Thanked: 23 times |
Joined on Jul 2008
|
#17
|
OK, for me, it worked plug-and-play under Ubuntu
For Windows, I modded the .inf file.
See attached
myhost:android_usb_windows> diff android_usb.inf.gowen android_usb.inf 57a58 > %USB\VID_18D1&PID_0002&MI_01.DeviceDescRelease%=androidusb.Dev, USB\VID_18D1&PID_0002&MI_01
|
2008-12-21
, 11:15
|
Posts: 11 |
Thanked: 2 times |
Joined on Jan 2007
|
#18
|
Yes, I was trying with the adb binary from SDK 1.0r2 but from MacOS 10.4. I've managed to get Linux working with the cupcake userspace under Linux, although I had to make a small change to the instructions at http://code.google.com/android/intro...devicehardware. I changed the vendor ID from 0bb4 to 18d1 in /etc/udev/rules.d/50-android.rules:
After that, my tablet works fine with either the adb from SDK 1.0r2 for Linux, or with the adb from http://guug.org/nit/nitdroid/.Code:SUBSYSTEM=="usb", SYSFS{idVendor}=="18d1", MODE="0666"
BTW, after I flashed the new cupcake userspace (and kernel) onto my tablet it is now showing up as product ID 0x0002. At least that's what is in /sys/bus/usb/devices/1-8/idProduct when I plug the tablet into my Linux system. Perhaps we need to change the product ID in gowen's modified android_usb.inf, and reinstall the driver?
|
2008-12-22
, 16:46
|
Posts: 19 |
Thanked: 0 times |
Joined on Oct 2007
|
#19
|
|
2008-12-26
, 01:23
|
Posts: 2 |
Thanked: 0 times |
Joined on Aug 2008
@ Silicon Valley
|
#20
|