If any of you have pictures or plans of your nice battery powered small connectors / docks you've made, I'd like to see them!
An Android device has two "cores": the kernel and the Android framework.The kernel is basically the core of the whole Android OS right?
I recommend you useSo if I'd download the (precompiled?) files you provided, they would basically overwrite my 2.1 kernel?
fastboot boot zImage
Maybe, since my binaries are for Android 2.2Would there be any problems with the "rest"?
HUBN1 <--- OTG ---<<Male-----Y-----Male>HUB<------------POWER
-----Mini>HUB<------------USB-Device
I think so.Could this work?
I haven't seen a hub with a micro-usb upstream port yet.I have an external usb hub already, but it has mini-usb instead of micro-usb upstream port.
I think so.
I haven't seen a hub with a micro-usb upstream port yet.
I posted a photo on the bottom of the website to make the wiring more clear.
No, two of them use a B socket and one of them an A plug. The only component with a micro-usb plug is the OTG cable.Doesnt the hub you use use a micro-usb upstream port?
Right.As far as i understand the N1 does not supply the necessary voltage over USB.
That´s why you use an active USB hub right ?
Not without providing power to the device's Vbus pin.Would it be possible, if you use a USB-hardware which does not rely on bus power, to use it without the hub ?
A hub chip is definitely powered by the uplink port Vbus pin. And it seems every other device, too: I just tried to plug in my self-powered printer, it's not recognised.or does the controller chip in the N1 need the power supply ?
Do you mean the function/gadget framework? I don't have a need for this. I documented substitutions over TCP/IP on the website.Did you see, Andrew de Quincey, has made a lot of improvements to his implementation ?
Perfect for the Nexus One, but isn't this extremely dangerous with PCs? Both the hub and the PC providing power to Vbus, isn't that a short circuit?I have Trust HU-5870V 7-port USB hub and it has power in the host cable when it's connected to the power adapter.
Could you explain this step a little more. Do I need to use a PC to enable this every time or can this step be done directly on the phone. My plan is to be able to have a usb keyboard I could use with the phone anywhere for taking notes, writing documents etc.Substitute device mode (or port Andrew de Quincey's work)
Use adb over TCP/IP
adb connect IP_address:5555
Filesystem access
Nexus One's
On Air (Vista/7 registry patch)
PC's
insmod fs/cifs/cifs.ko
mount -t cifs -o username="username",password="password" //IP_address/share /mnt/sdcard/cifs
There I describe how to substitute the USB client mode. This is only neccessary if you want to use adb or access files on the phone from the PC.Do I need to use a PC to enable this every time or can this step be done directly on the phone.