I see there’s been a 2.1 ROM for the Hero relased over at villainrom. What is even more interesting is that they’re using a 2.6.29 kernel source released by someone called "Ben22". Git tree here. So… I should port my USB patches to it; it looks pretty much the same in the USB driver subtree. IContinue reading “Time to start on USB host again hopefully!”
Monthly Archives: May 2010
redbus 1.0.9
Another hour’s development this morning, and I now have a bus stop proximity alarm! (i.e. when you’re physically within a radius of a stop). I’m not sure how well this is going to work using the LocationManager API as it only checks every four mins when the phone is asleep. Going to do some testingContinue reading “redbus 1.0.9”
Bus competition
Cool, I see we now have a competitor on the edinburgh bus tracking scene 🙂
rEdBus: My First Android Application (Edinburgh Bus Tracker)
Aww, isn’t it cute. I got fed up waiting for someone else to write an Edinburgh Bus Tracker application for Android that I’ve done it myself. Took about three evenings worth of development (including learning how to develop Android apps 🙂 Its on the Market now, just search for "Edinburgh Bus Tracker". Currently, its veryContinue reading “rEdBus: My First Android Application (Edinburgh Bus Tracker)”
New joggler sound patch with external audio crackle fix
disca from the joggler.info forums kindly sent me an update to my sound patch which fixes any crackling on the external audio jack. I’ve incorporated it into v3 of my 2.6.33 kernel patches, available here. I’ve not had time to test it out myself yet (not doing joggler stuff right now), but thought I’d putContinue reading “New joggler sound patch with external audio crackle fix”
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. Android2.1 support is going to have to wait until HTC release a 2.1 kernel for the Hero as that is theContinue reading “Android userspace development and USB summary”