View Single Post
Posts: 30 | Thanked: 29 times | Joined on Aug 2008 @ Canada
#11
Originally Posted by qole View Post
The first Android port used a chroot to get it working, which is somewhat similar to the technique used here. Later ports have used a new kernel entirely. Does Dalvik need features in the newer kernels to work properly? If not, then this could really be a good idea.
android interprocess communication requires some kernel bits google wrote. They are open source and don't modify existing features, only add new ones so applying the patches to an omap kernel shouldn't be too hard