webOS Nation Forums >  webOS apps and software >  webOS development > Installing homebrew apps w/out rooting
Installing homebrew apps w/out rooting

  Reply
 
LinkBack Thread Tools Display Modes
Old 06/27/2009, 12:17 PM   #281 (permalink)
Member
 
Join Date: Jun 2009
Location: kansas city, mo
Posts: 633
Likes Received: 0
Thanks: 85
Thanked 303 Times in 146 Posts
Default

I've downloaded the sdk but haven't jumped into it yet. Anyone know if it shows how to package and how to sideload?
xorg is offline   Reply With Quote
Old 06/27/2009, 07:58 PM   #282 (permalink)
Member
 
ChaoticOrder's Avatar
 
Join Date: Jun 2009
Posts: 20
Likes Received: 0
Thanks: 0
Thanked 1 Time in 1 Post
Default

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!
ChaoticOrder is offline   Reply With Quote
Old 06/29/2009, 09:19 AM   #283 (permalink)
Member
 
Join Date: Jun 2009
Location: kansas city, mo
Posts: 633
Likes Received: 0
Thanks: 85
Thanked 303 Times in 146 Posts
Default

^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.
xorg is offline   Reply With Quote
Old 06/29/2009, 01:38 PM   #284 (permalink)
Member
 
Join Date: Feb 2007
Posts: 8
Likes Received: 0
Thanks: 3
Thanked 0 Times in 0 Posts
Default

1.0.4 is out and has apparently killed this.
ldbobby is offline   Reply With Quote
Old 06/29/2009, 01:40 PM   #285 (permalink)
Member
 
Join Date: Jun 2009
Location: kansas city, mo
Posts: 633
Likes Received: 0
Thanks: 85
Thanked 303 Times in 146 Posts
Default

I have a new method for loading apps on stock Pre in the works. I talked to Palm and they are aware that I plan to start another initiative with some new ideas.

See this update...
pre dev wiki: Installing Homebrew Apps on Stock Pre without Rooting

Stay tuned for another initiative.
xorg is offline   Reply With Quote
Old 06/29/2009, 01:42 PM   #286 (permalink)
Member
 
sacherjj's Avatar
 
Join Date: Jun 2009
Location: Indianapolis, IN
Posts: 1,686
Likes Received: 0
Thanks: 41
Thanked 365 Times in 215 Posts
Default

Quote:
Originally Posted by xorg View Post
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)
sacherjj is offline   Reply With Quote
Thanked By: snrfn93
Old 06/29/2009, 01:52 PM   #287 (permalink)
Member
 
Join Date: Jun 2009
Location: kansas city, mo
Posts: 633
Likes Received: 0
Thanks: 85
Thanked 303 Times in 146 Posts
Default

^Yeah, found that out. Am working on another way to load apps w/out need Dev mode or SDK. Stay tuned...
xorg is offline   Reply With Quote
Old 06/29/2009, 03:48 PM   #288 (permalink)
Member
 
Join Date: Jun 2009
Posts: 28
Likes Received: 0
Thanks: 0
Thanked 1 Time in 1 Post
Default

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!!
xstaticxgpx is offline   Reply With Quote
Old 06/29/2009, 05:27 PM   #289 (permalink)
Member
 
Join Date: Jun 2009
Location: kansas city, mo
Posts: 633
Likes Received: 0
Thanks: 85
Thanked 303 Times in 146 Posts
Default

^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.
xorg is offline   Reply With Quote
Old 07/13/2009, 11:58 AM   #290 (permalink)
Member
 
Join Date: Jun 2009
Posts: 47
Likes Received: 0
Thanks: 4
Thanked 110 Times in 6 Posts
Default

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
adsllc is offline   Reply With Quote
Old 07/13/2009, 10:53 PM   #291 (permalink)
Member
 
northward's Avatar
 
Join Date: Nov 2002
Location: Salt Lake City, UT
Posts: 170
Likes Received: 1
Thanks: 3
Thanked 32 Times in 18 Posts
Default

Quote:
Originally Posted by adsllc View Post
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!
__________________
Treo 300 -> Treo 600 -> Treo 650 -> Treo 755p -> Pre -> Epic 4G -> TouchPad
northward is offline   Reply With Quote
Old 07/17/2009, 11:04 AM   #292 (permalink)
Member
 
Join Date: Jun 2009
Posts: 47
Likes Received: 0
Thanks: 4
Thanked 110 Times in 6 Posts
Default WxRad

Quote:
Originally Posted by northward View Post
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?
adsllc is offline   Reply With Quote
Old 07/17/2009, 11:37 AM   #293 (permalink)
Member
 
northward's Avatar
 
Join Date: Nov 2002
Location: Salt Lake City, UT
Posts: 170
Likes Received: 1
Thanks: 3
Thanked 32 Times in 18 Posts
Default

Quote:
Originally Posted by adsllc View Post
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.
__________________
Treo 300 -> Treo 600 -> Treo 650 -> Treo 755p -> Pre -> Epic 4G -> TouchPad
northward is offline   Reply With Quote
Old 07/23/2009, 04:05 PM   #294 (permalink)
Member
 
Join Date: Jul 2009
Posts: 4
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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?
madamealaina is offline   Reply With Quote
Old 07/23/2009, 06:42 PM   #295 (permalink)
Homebrew Developer
 
Join Date: Dec 2007
Posts: 290
Likes Received: 0
Thanks: 24
Thanked 23 Times in 13 Posts
Default

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
adma84 is offline   Reply With Quote
Reply

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0