07/17/2009, 04:33 PM
|
|
|
|
Member
![]() ![]() Join Date: Nov 2007
Location: Rhode Island, USA
Posts: 1,738
Likes: 15
Thanks: 381
Thanked 398 Times in 217 Posts
|
Quote:
Actually you're not supposed to change that. Yet. Type it in exactly as it shows you. You get to change that later on in your appinfo.json folder. for now just type in word for word "com.yourdomain.hello..." It's meant for later on when you are in your appinfo.json file, you can enter in your vendor name, and id and other such things. At which point, the ipk file name will reflect those changes. |
|
|
|
07/17/2009, 04:52 PM
|
#63 (permalink) |
|
Member
![]() Join Date: Jun 2009
Posts: 507
Likes: 0
Thanks: 31
Thanked 35 Times in 24 Posts
|
Thank you very much, ok i have one more question i have this Javascript file that make a virtual keyboard, now i am stuck on what to do next, how do i incorperate everything so i can test it on the Emulator? I can email to anyone who wants it.
|
|
|
07/17/2009, 05:14 PM
|
|
|
Member
![]() ![]() Join Date: Nov 2007
Location: Rhode Island, USA
Posts: 1,738
Likes: 15
Thanks: 381
Thanked 398 Times in 217 Posts
|
haha uh oh. This might be a bit more of a complicated question for me to answer. To start out on the emulator, all you should do is, rename the js file as "whatever-assistant.js" and throw it into the app/assistants folder of your application (in this case HelloWorld).
Open up the sources.json folder in the root folder of your application and include it in the list. You will see the formatting, just follow that but add your file name in it as well. Package and Install. See what it does! *edit* This will include your js file into the app itself, but I'm not sure how you would call up this virtual keyboard and/or use it. You'll have to figure out the integration process yourself. Or maybe ask someone who actually knows what they're talking about. haha. Sorry! |
|
|
07/17/2009, 05:42 PM
|
#65 (permalink) |
|
Member
![]() Join Date: Jun 2009
Posts: 507
Likes: 0
Thanks: 31
Thanked 35 Times in 24 Posts
|
I not worried about intergration just yet, i am more worried about how to get in to the emulator, would you like the file to play with? if yes pm with your email and i will email to you
|
|
|
07/18/2009, 07:31 PM
|
#66 (permalink) |
|
Member
![]() Join Date: Jul 2009
Posts: 79
Likes: 0
Thanks: 11
Thanked 4 Times in 3 Posts
|
please god someone help me i am about two seconds away from blowing my face off. I cant figure out how to get a app on my phone. I have the SDK, java, vitrualbox, you name it i have it. But for somereason i never can get a app on there. when i go to comand prompt it goes to c:\documents and setting\all users instead of C:\ how do i get it into the main dic? any help would be sweet
|
|
|
07/18/2009, 07:49 PM
|
#67 (permalink) | |
|
Member
![]() ![]() ![]() Join Date: Sep 2005
Location: http://palmdoc.net
Posts: 1,811
Likes: 11
Thanks: 294
Thanked 227 Times in 137 Posts
|
Quote:
That would save alot of issuing cd ... commands within the command window. So what I do is create a shortcut to the SDK/bin in my desktop (right click the sdk/bin folder and "send to Desktop"), just right click it and open a Command Window. From there I issue palm-install x:\folderwhereyouripkis\*.ipk
__________________
Check out my My Medical webOS Apps Featured free apps: DrugView | Eponyms | eMed | Dosecalcfree | Beeb News |
|
|
|
07/18/2009, 07:49 PM
|
|
|
Member
![]() ![]() Join Date: Nov 2007
Location: Rhode Island, USA
Posts: 1,738
Likes: 15
Thanks: 381
Thanked 398 Times in 217 Posts
|
Please don't blow your face off.
when in command prompt, just type "cd .." a couple times, it will go out into C:/ At that point, just type cd Palm/SDK... and the rest... Good Luck! |
|
|
07/18/2009, 09:34 PM
|
|
|
Member
![]() ![]() Join Date: Nov 2007
Location: Rhode Island, USA
Posts: 1,738
Likes: 15
Thanks: 381
Thanked 398 Times in 217 Posts
|
did you type cd WITH the ".." after it?
You have to type those to tell the directory to go back... remember... cd (space) .. (two dots). If you have XP, PalmDoc's suggestion will work too.
|
|
|
07/19/2009, 01:31 AM
|
|
|
Member
![]() ![]() Join Date: Nov 2007
Location: Rhode Island, USA
Posts: 1,738
Likes: 15
Thanks: 381
Thanked 398 Times in 217 Posts
|
Yeah it REALLY is. I learned the very basics from there and had a stable enough introduction to jump into WebOS immediately.
You're welcome.
|
|
|
07/19/2009, 04:12 PM
|
#73 (permalink) |
|
Member
![]() Join Date: Jul 2009
Posts: 79
Likes: 0
Thanks: 11
Thanked 4 Times in 3 Posts
|
ok so I am in the cmd and its now at c:\ and when i type palm\sdk\samplecode\tutorial it says that palm is not recoginzed as an interal or external command, operable program or batch file. *** does my palm need to be rooted i cant seem the figure this out. someone PM or something i really want to figure this out its driving me loco!!!!!!!!!!
|
|
|
07/19/2009, 07:14 PM
|
|
|
Member
![]() ![]() Join Date: Nov 2007
Location: Rhode Island, USA
Posts: 1,738
Likes: 15
Thanks: 381
Thanked 398 Times in 217 Posts
|
First of all, you need to type:
[code] cd Palm/SDK/samplecode/tutorial [/code] You need to say "cd" first to make sure the command prompt knows it has to GO into the other directory. Also, make sure you are capitalizing the right things. Palm, SDK both need to be capitalized, command prompt is case sensitive. Hope this helps! P.s. This is just for the emulator. This has nothing to do with you going into your Pre... yet... I would love to write another tutorial for that, but the good guys over at the Pre Dev Wiki have done a wonderful job of it. Also, I don't have a Pre so I can't speak by experience. What kind of a person writes a tutorial without actually doing it first, right? |
|
|
07/23/2009, 05:27 PM
|
#78 (permalink) |
|
Member
![]() Join Date: Jul 2009
Posts: 34
Likes: 0
Thanks: 9
Thanked 3 Times in 3 Posts
|
First off, I would like to make a small addition to SirataXero's tutorial. Instead of typing "cd.." multiple times, you can do "cd\" and it'll take you directly to the C:\> prompt. Without the quotes, of course.
Second, is I'd like to give a very, very huge Thank You to SirataXero for even making the tutorial. Because of his, I've began work on one that I want to make. I have a similar app on my iPod Touch (don't get mad I have an Apple device :P), but would prefer to have it on my Pre since I bring that with me to more places. I've been able to get a basic main page set up with what I want all due to the tutorial. Well, it isn't fully set up, but I at least have placeholders for stuff for when I figure out how to do those things as well as get the data manipulated the way that I want it as well. Another note for SirataXero. I see in your first-assitant and second-assistant that you have supposedly enabled landscape mode if the phone is rotated. That is not working on my Pre. Figured I'd give ya the heads up on that. Last edited by Malefickus; 07/23/2009 at 05:34 PM. |
|
Thanked By:
SirataXero
|
07/23/2009, 05:46 PM
|
|
||||
|
Member
![]() ![]() Join Date: Nov 2007
Location: Rhode Island, USA
Posts: 1,738
Likes: 15
Thanks: 381
Thanked 398 Times in 217 Posts
|
Quote:
Quote:
Quote:
Quote:
Thanks for the input though! Good Luck! |
||||
|
|
![]() |
| webOS Nation Forums Instructional for beginners and Hello World 2.0! (Updated 7/16) |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|


















Linear Mode








