Android OS Forum banner

The other touchpad kernel source from HP (android dump)

131K views 81 replies 46 participants last post by  henri_p 
#1 · (Edited by Moderator)
Hi all!

So finally there is progress on this front that I am happy to make a public update about.

HP supports the community and was kind enough to provide us with the Android kernel source and some other GPL components that they modified for the few Touchpads that were accidentally released running Android.

Many thanks go to attorney Benjamin E. Maskell from Roetzel & Andress for helping with this.
Also I'd like to thank phil86 for providing his Android-running touchpad to me and to Snow02 to help with covering some shipping costs.

Now without further delays here's the meat:

I uploaded the code to github, so you can take a look here: https://github.com/d...p-topaz-android

You can get the raw files here:
Kernel: http://crimea.edu/~g...-Kernel.tar.bz2
Additionally we've got the code to two other components:
androidvncserver: http://crimea.edu/~g...910_vnc.tar.bz2
i2c-tools: http://crimea.edu/~g...910_i2c.tar.bz2

Now the source provided so far misses one component still, the wifi driver. I did some digging around and it appears that the wifi driver shipped with both webOS and with the Android are GPL, there are multiple evidences of that including the driver licensing string. Plus the driver is linked against 10+ GPLONLy kernel symbols which makes it kernel derivative. HP is still investigating this matter and we hope to hear from them soon.

What's interesting about this kernel is it seems to be a totally separate development from the webOS kernel (this was suspected from the very beginning), but now the comments in the code seem to imply that HP had another team working on Android port to Touchpad and that team appears to be totally separate from the webOS team. I wonder if that means there was a plan to ship the Touchpad with Android that were then preempted by webOS plans after Palm purchase.
Latest change in the code is from March 2011.

From this code we have already found a way to enable the debug serial console routed via audio jack.
Also it's interesting that audio ports are different and we are looking into how this could potentially be leveraged.
BT is implemented in a more straightforward way and I hope to adopt this into CM9 kernel as making more sense over what we have now.

Edit: I just got a call from a HP webOS person who told me there is no way HP actually created this other kernel source and there is (and was) no another kernel team at HP that works on touchpad. So I thought you might be interested in this too.
 
See less See more
#7 ·
Great news to have progress on this issue. Thanks very much for the updated and efforts, as always they are much appreciated.
 
#16 ·
There were a couple Touchpad's which people received directly from HP that already had a version of Android running on them. Lawyers and HP were fighting because they should have turned over their source as soon as the community brought it to their attention that Android was found on one of their devices which appeared to have been installed by them.

The files that are included are kernels and modules for making Android work on the Touchpad with software that was created by the people who obviously knew a lot more about the internal workings of the Touchpad than the people who are currently working on porting it now (no offense to any of these very intelligent coders). So what everyone is hoping is that the libraries/kernels/modules that were used by HP can be looked at and ported to CM9 and make things run more stable or Just work period.
 
#25 ·
Assuming there's going to be nothing for the camera though, right? It appears whoever makes these camera modules have a tendency to keep very tight reigns on the API for them. Same problem on the g2x - no camera support yet in ICS is one of the big holdups of a public release.
 
#34 ·
I hope the wifi will be forthcoming, as I clearly identified it as GPL code derivative from the kernel itself.

The HW OMX for ICS depends on 3.0 bits. Backporting all of that to .35 is a lot of work, so the current plan is to instead forward-port touchpad bits to 3.0 kernel from CAF and we are working on it.
 
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top