I just installed an Enyo2 App on it, its pretty responsive, much more responsive than some of the packaged Enyo 1 apps.
Given Preware 2 is not quite there yet, anyone interested in testing their Enyo2 app on this build, this is what I did to install an app. (If there is an easier way please feel free to let me know!)
Code:
(1) Package the app as a tgz file
(2) scp the file to root@192.168.7.2:/usr/palm/applications
(3) ssh to the phone and extract it and rename the directory to reflect the application package name
(4) luna-send -n 1 palm://com.palm.applicationManager/rescan {}
(5) The icon should appear on the launcher
Managed to get a screenshot using
Code:
luna-send -n 1 luna://com.palm.systemmanager/takeScreenShot '{"file":"/media/internal/screencaptures/screenshot.png"}'