Reply
Thread Tools
Posts: 3 | Thanked: 0 times | Joined on Sep 2010
#1
I've done some test development on android using nitdroid (Nitdroid 12, Android 2.3.4) on the n900 previously, but had to reinstall windows so lost my settings. So to save future work could be good to put this info somewhere on the interwebz.

Had to add these two lines to the android_winusb.inf to get usb debugging/deployment to work:

Code:
; Nokia N900
%SingleAdbInterface%        = USB_Install, USB\VID_18D1&PID_0002
%CompositeAdbInterface%     = USB_Install, USB\VID_18D1&PID_0002&MI_01
This is what usbview.exe spat out from plugged in n900, nitdroid:

Code:
Device Descriptor:
bcdUSB:             0x0200
bDeviceClass:         0x00
bDeviceSubClass:      0x00
bDeviceProtocol:      0x00
bMaxPacketSize0:      0x40 (64)
idVendor:           0x18D1
idProduct:          0x0002
bcdDevice:          0x0216
iManufacturer:        0x01
iProduct:             0x02
iSerialNumber:        0x03
bNumConfigurations:   0x01
This is from usbview.exe when the n900 is in mass storage mode booted in maemo:

Code:
Device Descriptor:
bcdUSB:             0x0200
bDeviceClass:         0x00
bDeviceSubClass:      0x00
bDeviceProtocol:      0x00
bMaxPacketSize0:      0x40 (64)
idVendor:           0x0421 (Nokia Mobile Phones)
idProduct:          0x01C7
bcdDevice:          0x0316
iManufacturer:        0x01
iProduct:             0x02
iSerialNumber:        0x03
bNumConfigurations:   0x02
No promises it will work for you
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:01.