Difference between revisions of "Android under webOS on Touchpad"
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 ...") |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | = Project | + | == Project goal == |
− | To implement Android (probably CyanogenMod 7) on the | + | To implement Android (probably CyanogenMod 7) on the TouchPad as a card using a <code>chroot</code> execution environment. Perhaps eventually putting each Android app as a card. |
+ | : This will allow the 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 == | ||
− | + | * 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 APIs. | ||
− | + | ==References== | |
+ | *[http://bitbucket.spencerelliott.ca/palmdroid/wiki/Home Palmdroid project!] The end goal for this project it to be able to run Android applications within webOS using the Dalvik virtual machine. | ||
+ | ***[http://forum.xda-developers.com/showthread.php?p=17558046#post17558046 (ANDROID) Official Palmdroid Development Thread] | ||
+ | |||
+ | |||
+ | [[Category:HP Touchpad]] |
Latest revision as of 07:40, 30 September 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 the 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 APIs.
References
- Palmdroid project! The end goal for this project it to be able to run Android applications within webOS using the Dalvik virtual machine.