XApps Development

From WebOS Internals
Revision as of 20:24, 28 September 2011 by Ka6sox (talk | contribs) (Created page with "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}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.