Thread
:
Develop Pre Apps in Safari Without SDK
View Single Post
Member:
predan
at: 12:26 PM 06/14/2009
Hey guys, I removed the download link for this, since it was brought to my attention that while Palm is being very supportive in terms of us hacking the phone, redistribution of code is specifically off limits. You can still get everything you need from the OS image file from Palm.
As drnull and johncc have pointed out, you don't need to modify anything at all if you are willing to install the code at the root of your hard drive. If you want to be able to relocate the code, you just need to change the absolute paths in the Mojo framework code. The only other change that I had made was related to DOM event registration so that Mojo would load under Firefox.
Also, most of the faceless apps will launch their UI cards if you disable the popup blocker in Safari.
One final note, I have been trying to get the luna java services to run under Windows, so that the luna back end will be usable for data persistence etc. There are native shared libraries that would need to be recompiled (under cygwin for instance) in order to run on windows even though the java environment seems to be compatible with the Sun java runtime. If Palm ends up releasing source for liblunaservice.so and liblunaservice-java.so this might work out.
Reply