Hi All,
Got a Tablet that runs Android (Kernel 2.6.36.3 on ARM Cortex A9). Was pleasantly surprised to see that I can apply Linux knowledge for Android development.
Working on these two hobby projects:
1. Enabling Bluetooth DUN 2. Enabling 3G USB sticks
Primarily, this would involve
1. Modifying Kernel modules (E.g. usb_modswitch) to work on ARM and to work without glibc. 2. Shell scripts for loading modules + setting up networking (E.g. ppp) via userland tools.
On Android, we have:
1. Code that already works on other Linux systems 2. Easy to use dev environment and build/debug tools 3. Linux userland tools (via BusyBox)
Please let me know if you want to collaborate or help. All work would be maintianed as open source on some repository like Github / Sourceforge / Google Code.
Regards, Shamit