Difference between revisions of "Android under webOS on Touchpad"

From WebOS Internals
Jump to navigation Jump to search
(Created page with "= Project Goal = To implement Android (probably CyanogenMod 7) on the Touchpad as a card using a chroot execution environment. Perhaps eventually putting each android app as a ...")
 
Line 2: Line 2:
  
 
To implement Android (probably CyanogenMod 7) on the Touchpad as a card using a chroot execution environment.  Perhaps eventually putting each android app as a card.
 
To implement Android (probably CyanogenMod 7) on the Touchpad as a card using a chroot execution environment.  Perhaps eventually putting each android app as a card.
 +
 +
This will allow use of Android apps (hopefully including market) while not having to leave webOS or reflash the touchpad.
 +
 +
However, it will probably not have 3d support, so people whining for 'romz' will probably not be fully satisfied ;)
  
 
== Required pieces ==
 
== Required pieces ==

Revision as of 14:51, 24 August 2011

Project Goal

To implement Android (probably CyanogenMod 7) on the Touchpad as a card using a chroot execution environment. Perhaps eventually putting each android app as a card.

This will allow use of Android apps (hopefully including market) while not having to leave webOS or reflash the touchpad.

However, it will probably not have 3d support, so people whining for 'romz' will probably not be fully satisfied ;)

Required pieces

- The kernel may need to have Android bits compiled in. This could be added to the standard UberKernel without impacting regular operation.

- The Android graphics and devices need to be rerouted to use SDL and other PDK supported API's.