Dion Almaer (aka Director of Palm Developer Relations and my boss) has been busy getting his hands dirty in WebOS and is starting to write about it on his blog.
palm-run: package, run, launch and then see log messages talks about one of his early tools for automating some of the recurring tasks in a development cycle, and of course, his code’s available for you to borrow and use (and improve and send back for the rest of the community, of course!)
I am having fun taking my Web skillz and applying them to mobile with webOS. It is obviously important that I learn about the platform. I want to understand the limitations, and get a feel for the SDK so I have opinions on where to take it (Fortunately, the community gives us great feedback,keep it coming!).
As I develop applications I quickly see repetitive tasks that fit into my workflow.


For what it’s worth, I’ve been doing something like this, but using GNU make:
http://github.com/lmorchard/blockchalk-webos/blob/master/Makefile
With that fairly project-generic Makefile I can do the following (on OS X):
* switch between emulator (TCP) and device (USB)
* package, install, run, and tail log
* run main app or start up a Mojo.Test runner
* either use palm-log or tail -f via novaterm, since palm-log has a bug with long lines.
* build docs with JSDoc
* run jslint
* account for little bugs in Luna that prevented the inspector from properly attaching (though those may be fixed by now)
Hi
I want to catch the phone call Start event and phone call End event , I am not getting any API for that , Is it released by Palm or I have to follow some other way… Please help me
Thanks In Advance