Posts — Page 14

Android userspace development and USB summary

I was asked for a summary of my USB patches: basically they work on the HTC Hero under 2.6.27/Android1.5 with a few small issues, and should be portable to other 1.5 kernels without too much hassle. A…

Today's pic - view from grassmere

view from grassmere Originally uploaded by adq\uk Apologies if this one is screwed up; its hard seeing if the colours are ok in the sun beside this swimming pool ;-P

Today's pic - speedtree

speedtree Originally uploaded by adq\uk Bandwidth constrained here in the darkest lake district, so one photo per day max.... This one was inspired by looking at www.flickr.com/photos/27467013@N08/set…

USB patch v23 - very close to working

Hi, I've deicded to release the current version (v23) of the patch for people to play with. You can find it in my adqmisc repository here. My kernel config file is also there. If you build it, you'll…

Dr Moebius 2

Corridor Originally uploaded by adq\uk Some photos from Dr. Moebius 2

More progress!

The main problem with the unloadable function/host driver modules was that the "vold" android userspace daemon really didn't like the USB mass storage /sys entries not being present. If you watched on…

Android OTG support

This evening, I've decided to go back to my older codebase with the load/unload modules to switch between device and host mode approach. There are several reasons: 1. I'd like to get this kernel devel…

Android USB progress

I finally made some progress on the Android USB code last night; I've got the codeaurora USB host/function code pretty much integrated into the Hero source tree: it builds cleanly. Right now it only s…