06/27/2009, 01:17 PM
|
#1 (permalink) |
|
Member
![]() Join Date: Jun 2009
Location: Monrovia, CA
Posts: 44
Likes Received: 0
Thanks: 2
Thanked 18 Times in 8 Posts
|
Here's my Q&D notes on emulator. Thanks to others for some info.
--Keyboard
Run batch file with no arguments to get usage. --Mojo API TBD See sample code in "C:\Program Files\Palm\SDK\share\samples" for now. Last edited by genoahous; 06/28/2009 at 01:32 PM. |
06/27/2009, 04:00 PM
|
#2 (permalink) |
|
Member
![]() ![]() ![]() Join Date: Jun 2009
Posts: 608
Likes Received: 7
Thanks: 25
Thanked 90 Times in 59 Posts
|
I don't think Double left mouse click is zoom in/out. This is just Double tap on the screen, which zooms on the selected paragraph in the browser.
But how to really zoom in/out (using 2 fingers on a real Pre)? |
06/27/2009, 08:41 PM
|
#4 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Location: Monrovia, CA
Posts: 44
Likes Received: 0
Thanks: 2
Thanked 18 Times in 8 Posts
|
Quote:
I'm not sure how to do two finger zooming in emulator. This might only work on real device. |
|
06/27/2009, 10:14 PM
|
#5 (permalink) |
|
Member
![]() ![]() Join Date: Jun 2009
Location: Connecticut
Posts: 180
Likes Received: 0
Thanks: 92
Thanked 59 Times in 16 Posts
|
Thanks for the awesome list! Is there any key combo to shut down the emulator? I'm running it inside of VirtualBox on my Mac & the only way looks like either suspending the machine's state or force power off the machine
|
06/27/2009, 11:47 PM
|
#6 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Location: Monrovia, CA
Posts: 44
Likes Received: 0
Thanks: 2
Thanked 18 Times in 8 Posts
|
Quote:
What is the emulator you're using for windows under OSX? Parallels, Vmware, Wine, or ...? Which version of Windows XP or Vista? When I get time I can try under WinXP in Parallels 3 on my 10.5 MacBook Pro. Should have time later this week... ------------------------------- Or am I misunderstanding you. Are you running under OSX native virtualbox? I could try this on my MacBook Pro. Do you have setup instructions? Or did you just mount the Palm "CD" ISO file? If this is your setup, then the .bat files won't work... So not too useful of setup at this time... |
|
06/28/2009, 12:05 AM
|
#7 (permalink) | |
|
Member
![]() ![]() ![]() Join Date: Sep 2005
Location: http://palmdoc.net
Posts: 1,813
Likes Received: 20
Thanks: 295
Thanked 230 Times in 138 Posts
|
Quote:
__________________
Check out my My Medical webOS Apps Featured free apps: DrugView | Eponyms | eMed | Dosecalcfree | Beeb News |
|
06/28/2009, 12:07 AM
|
#8 (permalink) |
|
Member
![]() ![]() Join Date: May 2009
Location: Oklahoma
Posts: 530
Likes Received: 13
Thanks: 68
Thanked 102 Times in 56 Posts
|
Okay so I've installed some samples on my Emulated Pre but I wonder how do you install an .ipk to an USB attached Pre?
__________________
frankos72 Simple Bible - Simple Bible Pro - Bits of God Website My Day Job: www.pigstands.com |
06/28/2009, 12:24 AM
|
#9 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Location: Monrovia, CA
Posts: 44
Likes Received: 0
Thanks: 2
Thanked 18 Times in 8 Posts
|
Quote:
Run the palm-install.bat without any command line parameters for it's usage display. This works for most of the .bat files. To install to a usb attached device use something like: Code:
palm-install.bat -d usb ~/projects/packages/com.example.app_1.0_all.ipk |
|
06/28/2009, 12:29 AM
|
#10 (permalink) | ||
|
Member
![]() ![]() Join Date: Jun 2009
Location: Connecticut
Posts: 180
Likes Received: 0
Thanks: 92
Thanked 59 Times in 16 Posts
|
Quote:
I'm using VirtualBox & got the instructions from this post. Pretty straightforward. Had everything up & running within about 10 minutes tops (Includes time it took to download everything). Quote:
Last edited by eisnerguy1; 06/28/2009 at 12:34 AM. |
||
06/28/2009, 12:33 AM
|
#11 (permalink) | |
|
Member
![]() ![]() Join Date: May 2009
Location: Oklahoma
Posts: 530
Likes Received: 13
Thanks: 68
Thanked 102 Times in 56 Posts
|
Quote:
I think I'm going to install the samples programs on my Pre so I can play with them when away from a PC so that when I want to do something in my program I'll know right where to "take" the code from.
__________________
frankos72 Simple Bible - Simple Bible Pro - Bits of God Website My Day Job: www.pigstands.com |
|
06/28/2009, 12:34 AM
|
#12 (permalink) |
|
Member
![]() Join Date: May 2009
Location: Californ-I-A
Posts: 73
Likes Received: 0
Thanks: 10
Thanked 29 Times in 14 Posts
|
Awesome post, linked you back on my blog and I included instructions on how to install it (know people were having trouble with it).
Definitely will be contributing if I stumble across anything more. Very excited about how quickly we're learning about this, I can only hope Palm feels the same way I do. Last edited by PreInsiders; 06/28/2009 at 12:43 AM. |
06/28/2009, 02:00 AM
|
#14 (permalink) |
|
Member
![]() Join Date: Jun 2009
Location: Monrovia, CA
Posts: 44
Likes Received: 0
Thanks: 2
Thanked 18 Times in 8 Posts
|
In the Mojo SDK download thread it was mentioned that audio & video does not work in emulator.
No only that but several features are stubbed out. i.e. The camera app is just a picture of a camera. |
06/28/2009, 02:07 AM
|
#15 (permalink) | |
|
Member
![]() ![]() Join Date: Jun 2009
Location: Silicon Valley
Posts: 787
Likes Received: 30
Thanks: 3
Thanked 102 Times in 67 Posts
|
Quote:
|
|
06/28/2009, 02:21 AM
|
#16 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Location: Monrovia, CA
Posts: 44
Likes Received: 0
Thanks: 2
Thanked 18 Times in 8 Posts
|
Quote:
Note: This is a guess on my part, as I've yet to try it. You might want to ask in the "Mojo SDK download?" thread, as there are more people able to answer this there. |
|
06/29/2009, 04:54 AM
|
#17 (permalink) |
|
Member
![]() Join Date: Dec 2006
Posts: 293
Likes Received: 0
Thanks: 8
Thanked 7 Times in 6 Posts
|
Is there a way to change the orientation of the emulator to imitate tilting of the phone in browser mode lets say???
__________________
Cingular Treo 750||ATT WM6 ROM||AT&T Blue SIM||1GB SanDisk Card|| |
07/03/2009, 09:04 AM
|
#18 (permalink) |
|
Member
![]() Join Date: Jul 2008
Posts: 42
Likes Received: 1
Thanks: 4
Thanked 3 Times in 3 Posts
|
![]() I'm getting stuck when I do,palm install (pacakge to be installed) to bring an application to my palm emulator. It says it's connecting to the device but it gets stuck there but when I do the palm install -d tcp -l it connects and gives me all the applications that are installed in my emulator. Any help would be appreciated. Thx! UPDATE: I was able to fix it. I did install-palm -d tcp PacakageDirectory. Apparently, when you leave that out it doesn't automatically know that you have your emulator and it doenst know where to send it. Last edited by hellbinder; 07/03/2009 at 09:38 AM. |
07/07/2009, 05:08 PM
|
#19 (permalink) |
|
Member
![]() Join Date: May 2009
Location: Cincinnati, OH
Posts: 1,648
Likes Received: 0
Thanks: 114
Thanked 243 Times in 163 Posts
|
So my mouse will not interact with the emulator. I set the emulator up using this thread: http://forums.precentral.net/web-os-...ownload-6.html
Also, when I try to run any of the batch files in the bin folder from a DOS shell cmd line, I get this: Code:
\Palm\SDK\share\jars\%j> was unexpected at this time |
07/08/2009, 03:02 AM
|
#20 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Location: Monrovia, CA
Posts: 44
Likes Received: 0
Thanks: 2
Thanked 18 Times in 8 Posts
|
Quote:
You might want to ask in the "Mojo SDK download?" thread, as there are more people able to answer there. |
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



