View Single Post
Posts: 11 | Thanked: 2 times | Joined on Jan 2007
#18
Originally Posted by Vid View Post
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:

Code:
SUBSYSTEM=="usb", SYSFS{idVendor}=="18d1", MODE="0666"
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/.

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?
Thanks man, adding that rule to udev made my adb work again and....don't ask me why, I didn't touch anything else but this time it connected automatically to my Wifi. Without putting in the password for the WPA2!!!!!!!!

EDIT: A yeah, my bad, I put the config of my wifi yesterday as it wasn't scanning anything, it wouldn't connect or anything but it explains now why it autoconnected hehe

Also, the OnScreen Keyboard works fine now, no strange reappearance of letters after having deleted them.

Last edited by kender; 2008-12-21 at 11:29. Reason: bad memory