XApps Development
Jump to navigation
Jump to search
Application Framework repo: git.webos-internals.org:x11/xapps.git
APP names take the following form
XApps-{X Application name}-{Chroot Distro Name}-{Distribution Revision Name} (capitalizing where appropriate)
Xapps-XChat-Ubuntu-Natty
build directory names use same but no caps:
xapps-xchat-ubuntu-natty
Usage:
git checkout git.webos-internals.org:x11/xapps.git git checkout git.webos-internals.org:preware/build.git
copy Makefile to build/nonworking/.
cp ~/xapps/Makefile ~/build/nonworking/appname/Makefile
Modify Makefile with correct info and
make package.
install xecutah on target device.
modify /media/cryptofs/usr/palm/applications/org.webosinternals.xecuatah/app/assistants/main-assistant.js to include your appid in the whitelist
install your app on the device and test.