webOS Nation Forums
> webOS apps and software
> webOS development
>
Installing homebrew apps w/out rooting
First
...
5 10 11 12 13 14 15
Member:
xorg
at: 01:17 PM 06/27/2009
I've downloaded the sdk but haven't jumped into it yet. Anyone know if it shows how to package and how to sideload?
I can no longer install apps from e-mail! I e-mailed links to the downloads and nothing happens no error, nothing; the link is highlighted and then nothing happens, the app is not in the launcher, I have even tried restarting!
Member:
xorg
at: 10:19 AM 06/29/2009
^Still works for others. Are you rooted? Have you modified anything that could have interfered?
On SDK method, sounds like Pre has to be in god mode and the SDK must be required to install. Haven't tried it myself yet. The email link method is so far still needed for a stock Pre.
Member:
ldbobby
at: 02:38 PM 06/29/2009
1.0.4 is out and has apparently killed this.
Member:
xorg
at: 02:40 PM 06/29/2009
Member:
sacherjj
at: 02:42 PM 06/29/2009
Originally Posted by xorg:
I've downloaded the sdk but haven't jumped into it yet. Anyone know if it shows how to package and how to sideload?
Once the SDK is running, build app with palm_build.bat
Install with palm_install.bat -d [tcp|usb] file.ipk
tcp -> Emulator
usb -> Pre attached and in Dev mode (need NovaCom running)
Member:
xorg
at: 02:52 PM 06/29/2009
^Yeah, found that out. Am working on another way to load apps w/out need Dev mode or SDK. Stay tuned...
wow, it's ALOT easier to install homebrew apps on 1.0.4 than I thought...
Simply, use ar to extract the ipk - then extract the data.tar.gz, cd into the usr/palm/applications dir, then using your rooted pre with ssh and sftp, copy recursively the (in this case) the de.umass.translate directory to your pre's /usr/palm/applications directory. **** yes linux backend!!

Member:
xorg
at: 06:27 PM 06/29/2009
^This is not new in 1.04. It was possible as soon as rooting was possible and we figured out the packaging. If you're rooted, using ipkg install is even easier.
But the goal is to install apps for non-rooted Pres. This is about allowing homebrewers to publicly distribute apps on unmodified Pres. The challenge is to do it with enough security for end users.
Member:
adsllc
at: 12:58 PM 07/13/2009
I've just built a simple app to view NexRad looping radar images. The stock browser won't show the animated .gif, but this app will. I'm posting it here for testing and review as instructed by predev.wikidot.com. All comments are welcome!
I'm too new to post a proper link, so you'll have to copy and paste.
adsllc.com / pre
Originally Posted by adsllc:
I've just built a simple app to view NexRad looping radar images. The stock browser won't show the animated .gif, but this app will. I'm posting it here for testing and review as instructed by predev.wikidot.com. All comments are welcome!
I'm too new to post a proper link, so you'll have to copy and paste.
adsllc.com / pre
Good start! Appreciate the work. A few suggestions:
1. Post this by starting a new topic in the Homebrew Apps forum. Almost nobody will see it here.
2. Enable rotating portrait/landscape mode. For example, the national radar composite would be much better viewed in landscape mode.
3. Enable zoom in/out with the pinch gesture.
Like I said, though, nice work!
Member:
adsllc
at: 12:04 PM 07/17/2009
Originally Posted by northward:
Good start! Appreciate the work. A few suggestions:
1. Post this by starting a new topic in the Homebrew Apps forum. Almost nobody will see it here.
2. Enable rotating portrait/landscape mode. For example, the national radar composite would be much better viewed in landscape mode.
3. Enable zoom in/out with the pinch gesture.
1. Any ideas what the secret handshake is to create a new thread in that forum? I don't appear to have access.
2. Done.
3. Have you seen any documentation on how to do this?
Originally Posted by adsllc:
1. Any ideas what the secret handshake is to create a new thread in that forum? I don't appear to have access.
2. Done.
3. Have you seen any documentation on how to do this?
1. I believe it may be moderated. Contact one of the forum moderators or admins.
2. Terrific!
3. Not a clue. Just an end-user here.
I feel like a complete twit as I cannot figure this out. I've tried emailing the link as well as typing it in and neither work to install the apps. My pre is not rooted and I am not a programmer. Is there an easy way to go about this or do I need to root the darned thing?
Member:
adma84
at: 07:42 PM 07/23/2009
has anyone been able to make the MAKEFILE work on OSx? I get the error
Code:
gnutar: unrecognized option `--transform'
I ran this without a hitch in Ubuntu, and could package my app, but I would really like to have this work in the same environment in which I am actually programming. Any help would be GREATLY appreciated
First
...
5 10 11 12 13 14 15
webOS Nation Forums
> webOS apps and software
> webOS development
>
Installing homebrew apps w/out rooting