webOS Nation Forums >  webOS apps and software >  webOS development > Mojo SDK download?
Mojo SDK download?

  Reply
 
LinkBack Thread Tools Display Modes
Old 06/27/2009, 02:07 PM   #161 (permalink)
Member
 
Join Date: Jun 2009
Posts: 31
Likes Received: 0
Thanks: 1
Thanked 2 Times in 1 Post
Default

I bet you anything it was PALM that leak this out... Just to give us something for now... This is just the emulator and some sample apps...

Very useless... can't call this an SDK by any standards...
edster9 is offline   Reply With Quote
Old 06/27/2009, 02:08 PM   #162 (permalink)
Member
 
Join Date: Jun 2009
Location: Silicon Valley
Posts: 787
Likes Received: 30
Thanks: 3
Thanked 102 Times in 67 Posts
Default

palm-generate builds the basic app framework
palm-package packages it into ipk
palm-install installs it into the emulator (or a connected pre)
mosdl is offline   Reply With Quote
Old 06/27/2009, 02:08 PM   #163 (permalink)
Member
 
Join Date: Jun 2009
Location: NYC
Posts: 155
Likes Received: 0
Thanks: 38
Thanked 7 Times in 3 Posts
Default

I'm getting a 'no bootable medium found' error.
__________________
Palm m100>Palm m130>Sony Clie>HP Jornada 525>Dell Axim X3i>Nokia 3395>Nokia 6630>Motorola i530>PPC 6700>Mogul (PPC-6800)

Palm Pre!
Nismode is offline   Reply With Quote
Old 06/27/2009, 02:11 PM   #164 (permalink)
Member
 
Join Date: Jun 2009
Posts: 31
Likes Received: 0
Thanks: 1
Thanked 2 Times in 1 Post
Default

Without an absolute breakdown of all the API (all libraries, methods, events, etc.) Its no good...

I guess its still up to us to come up with the API documentation...
edster9 is offline   Reply With Quote
Old 06/27/2009, 02:12 PM   #165 (permalink)
Member
 
genoahous's Avatar
 
Join Date: Jun 2009
Location: Monrovia, CA
Posts: 44
Likes Received: 0
Thanks: 2
Thanked 18 Times in 8 Posts
Default

Quote:
Originally Posted by digink View Post
Ya.. hopefully someone figures something out because its practically useless. Had a few ideas for apps...
Look at the .bat files in: C:\Program Files\Palm\SDK\bin , they look promising... I don't have time this weekend to investigate.

FWIW: I started a thread with keyboard, mouse, and other notes about the Mojo SDK.
genoahous is offline   Reply With Quote
Old 06/27/2009, 02:15 PM   #166 (permalink)
Member
 
Join Date: Jun 2009
Posts: 13
Likes Received: 0
Thanks: 0
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by mosdl View Post
palm-generate builds the basic app framework
palm-package packages it into ipk
palm-install installs it into the emulator (or a connected pre)
I'm trying to push a test app to the emulator but when I run
Code:
palm-install "appName"
I get and error that says
Code:
palm-install: no device found
I tried just the directory name for the app, and I tried the file name for the .ipk. I have the emulator running. Any thoughts. I'm not really ready to push it out to my actual phone just yet, I just want to push it out to the emulator.
Toady00 is offline   Reply With Quote
Old 06/27/2009, 02:17 PM   #167 (permalink)
Member
 
Join Date: May 2009
Posts: 35
Likes Received: 0
Thanks: 11
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Nismode View Post
I'm getting a 'no bootable medium found' error.
same im sownloading on a differant pc this one with xp to see if i can get this thing working
seemefly1 is offline   Reply With Quote
Old 06/27/2009, 02:18 PM   #168 (permalink)
Member
 
Join Date: Jun 2009
Location: Silicon Valley
Posts: 787
Likes Received: 30
Thanks: 3
Thanked 102 Times in 67 Posts
Default

Quote:
Originally Posted by Toady00 View Post
I'm trying to push a test app to the emulator but when I run
Code:
palm-install "appName"
I get and error that says
Code:
palm-install: no device found
I tried just the directory name for the app, and I tried the file name for the .ipk. I have the emulator running. Any thoughts. I'm not really ready to push it out to my actual phone just yet, I just want to push it out to the emulator.
You need to start the emulator
mosdl is offline   Reply With Quote
Old 06/27/2009, 02:18 PM   #169 (permalink)
Member
 
Join Date: Jun 2009
Posts: 12
Likes Received: 0
Thanks: 0
Thanked 2 Times in 2 Posts
Default no bootable found

Quote:
Originally Posted by seemefly1 View Post
same im sownloading on a differant pc this one with xp to see if i can get this thing working
Change the CDROM device to the iso file shipped with the SDK.
occuranz is offline   Reply With Quote
Thanked By: seemefly1
Old 06/27/2009, 02:21 PM   #170 (permalink)
Member
 
Join Date: Jun 2009
Posts: 13
Likes Received: 0
Thanks: 0
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by seemefly1 View Post
same im sownloading on a differant pc this one with xp to see if i can get this thing working
Did you have virtual box installed before the sdk. I don't know if it makes a difference, but I had netbeans already installed (so I already had java) and I already had vBox installed. When I installed the sdk, it just worked, no problems. Double-clicked the installed for the sdk, let it do its thing, and then double-clicked on the desktop shortcut. I imagine that if the sdk is going to install the vm in the proper place that vBox would have to be installed first.
Toady00 is offline   Reply With Quote
Old 06/27/2009, 02:21 PM   #171 (permalink)
Member
 
Join Date: Jun 2009
Posts: 13
Likes Received: 0
Thanks: 0
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by mosdl View Post
You need to start the emulator
Its running already.
Toady00 is offline   Reply With Quote
Old 06/27/2009, 02:24 PM   #172 (permalink)
Member
 
Join Date: Jun 2009
Posts: 13
Likes Received: 0
Thanks: 0
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by mosdl View Post
You need to start the emulator
Also should it be
Code:
palm-install "appDirName"
or
Code:
palm-install "newlyCreated.ipkName"
Toady00 is offline   Reply With Quote
Old 06/27/2009, 02:25 PM   #173 (permalink)
Member
 
Join Date: May 2009
Posts: 35
Likes Received: 0
Thanks: 11
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by occuranz View Post
Change the CDROM device to the iso file shipped with the SDK.
thank you!!!!
seemefly1 is offline   Reply With Quote
Old 06/27/2009, 02:32 PM   #174 (permalink)
Member

 
Join Date: Apr 2003
Location: Boston-area
Posts: 6,973
Likes Received: 116
Thanks: 418
Thanked 1,252 Times in 710 Posts
Default

Quote:
Originally Posted by edster9 View Post
This SDK seems pretty useless... correct me if I am wrong... NO DOCS... NO IDE... NO DEBUGGER that I can see...
From what I understand, there are plugins for Eclipse and that sort of thing, maybe just not included in this package. (During that webinar for developers they pretty much said as much).

Anyway, out of curiosity, anyone know what Palm-Inspector actually is supposed to do? I only see a blank text box when I try to run it.
jhoff80 is offline   Reply With Quote
Old 06/27/2009, 02:32 PM   #175 (permalink)
Member
 
Join Date: Jun 2009
Location: Silicon Valley
Posts: 787
Likes Received: 30
Thanks: 3
Thanked 102 Times in 67 Posts
Default

Quote:
Originally Posted by Toady00 View Post
Also should it be
Code:
palm-install "appDirName"
or
Code:
palm-install "newlyCreated.ipkName"
Just tried, the " isn't needed
mosdl is offline   Reply With Quote
Old 06/27/2009, 02:33 PM   #176 (permalink)
Member
 
djdisturbed's Avatar
 
Join Date: May 2009
Posts: 228
Likes Received: 0
Thanks: 188
Thanked 19 Times in 13 Posts
Default

Quote:
Originally Posted by digink View Post
Ya.. hopefully someone figures something out because its practically useless. Had a few ideas for apps...

btw I see people having errors, I just installed the SDK, installed virtual box, didn't reboot, and just ran the SDK and it worked perfectly.

WinXP
someone already posted in this thread (if people would read) that its NOT the whole SDK, they said part of it you have to have a palm dev account (that they got with their email i guess) to access the other parts once you installed the first part. But what do i know, i dont have access, i just stayed at a holiday inn express last night (or read part of it in this thread already).

Last edited by djdisturbed; 06/27/2009 at 02:44 PM.
djdisturbed is offline   Reply With Quote
Old 06/27/2009, 02:39 PM   #177 (permalink)
Member
 
Join Date: Dec 2006
Location: Chicago, IL
Posts: 859
Likes Received: 0
Thanks: 58
Thanked 30 Times in 24 Posts
Default

Quote:
Originally Posted by edster9 View Post
I bet you anything it was PALM that leak this out... Just to give us something for now... This is just the emulator and some sample apps...

Very useless... can't call this an SDK by any standards...

Either is an old version leaked to occupy us or its "this is all we have so far, can we get some (free) help?!?"

i don't care either way. have fun everyone who knows what they're doing!
KJ78 is offline   Reply With Quote
Old 06/27/2009, 02:41 PM   #178 (permalink)
Member
 
Join Date: Jun 2009
Posts: 2
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I have some more documentation: Controller, Depot, Menu, Dashboards, Notifications that I would like to post so people who want to develop can figure some things out. But I'll wait until a mod confirms that it's okay to continue
hiiamapre is offline   Reply With Quote
Old 06/27/2009, 02:44 PM   #179 (permalink)
Member
 
Join Date: Jun 2009
Posts: 13
Likes Received: 0
Thanks: 0
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by mosdl View Post
Just tried, the " isn't needed
Sorry, that was confusing. I didn't use any "" I just entered them meaning replace this text with the real text. My question is when you run
Code:
palm-generate MyApp
It creates a new directory called MyApp. Now after I make the changes to the template and want to push it out to my emulator I run
Code:
palm-package MyApp
That produces a .ipk file. When I run palm-install do I want to use MyApp or the file name of the .ipk. And my other more important question is why is it telling me I don't have a device connected.
Toady00 is offline   Reply With Quote
Old 06/27/2009, 02:45 PM   #180 (permalink)
Member
 
Join Date: Oct 2004
Location: Columbia, Mo
Posts: 790
Likes Received: 0
Thanks: 4
Thanked 52 Times in 30 Posts
Default

Anyone figure out how to get the apps store app installed on here? I'd like to try some of the apps on this thing.
ssrjazz is offline   Reply With Quote
Reply

 

Tags
sdk

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0