| View previous topic :: View next topic |
| Author |
Message |
HenryC Power User
Joined: 23 Oct 2007 Posts: 30 Location: New Zealand Phone Type: Nokia N95
|
Posted: Wed Oct 24, 2007 8:25 am Post subject: |
|
|
Cristian, thanks for the quick reply.
I've successfully installed mgmaps-signed.jad (generic v1.38.01) to the J9 Virtual Machine Runtime. But I can't select Stored Maps in Map Browsing Settings, with message "Input Error: Filesystem storage is not supported on this phone". I have set the Storage Path to be "C:\Documents and Settings\hchan\My Documents\GMaps\MGMapsCache" (I have tried both "\" and "/"). In the emulator Permission Interaction, I have also selected "If Mobile GMaps wants read access to your file system, prompt me ... Always allowed. Never prompt again (blanket)".
Does the generic application not support Stored Maps? Or do I need to set up something else on the laptop?
|
|
| Back to top |
|
 |
b8two Power User
Joined: 03 Jan 2007 Posts: 66 Location: Adelaide/Australia Phone Type: Nokia E51, 6288, 6230i, 6230, Sony Ericsson K770i
|
Posted: Wed Oct 24, 2007 8:28 am Post subject: |
|
|
Try reading My POST from the first page.
_________________ Always testing the lastest MGMaps on a Nokia E51, with GW-GPS-005 (XC4895 from jaycar quite good) OR MSI SF100 (Old Chipset) |
|
| Back to top |
|
 |
Cristian Streng Founder
Joined: 28 Oct 2005 Posts: 4559
Phone Type: (many)
|
Posted: Wed Oct 24, 2007 8:29 am Post subject: |
|
|
| HenryC wrote: | Cristian, thanks for the quick reply.
I've successfully installed mgmaps-signed.jad (generic v1.38.01) to the J9 Virtual Machine Runtime. But I can't select Stored Maps in Map Browsing Settings, with message "Input Error: Filesystem storage is not supported on this phone". I have set the Storage Path to be "C:\Documents and Settings\hchan\My Documents\GMaps\MGMapsCache" (I have tried both "\" and "/"). In the emulator Permission Interaction, I have also selected "If Mobile GMaps wants read access to your file system, prompt me ... Always allowed. Never prompt again (blanket)".
Does the generic application not support Stored Maps? Or do I need to set up something else on the laptop? |
See http://www.mgmaps.com/winset/#14... You need to get that library (it's mirrored on http://www.mgmaps.com/weme and install it the Midp2 folders.
The storage path uses '/' as separator, you can use the "Browse..." option to find MGMapsCache.
Cristian
|
|
| Back to top |
|
 |
HenryC Power User
Joined: 23 Oct 2007 Posts: 30 Location: New Zealand Phone Type: Nokia N95
|
Posted: Wed Oct 24, 2007 10:40 am Post subject: |
|
|
b8two and Cristian, many thanks for the instant responses. Stored Maps are now working on the emulator.
Regards,
Henry
|
|
| Back to top |
|
 |
spadival Power User
Joined: 12 Jun 2007 Posts: 65
Phone Type: Unknown
|
Posted: Sun Dec 23, 2007 11:17 am Post subject: |
|
|
Cristian, Can you please add a Window title to appear on the Midlet Window. I am trying to embed MGMAPS within another application, but it doesn't work because the Window Name is blank.
| Description: |
|
| Filesize: |
27.71 KB |
| Viewed: |
17121 Time(s) |

|
|
|
| Back to top |
|
 |
Cristian Streng Founder
Joined: 28 Oct 2005 Posts: 4559
Phone Type: (many)
|
Posted: Sun Dec 23, 2007 12:50 pm Post subject: |
|
|
| spadival wrote: | | Cristian, Can you please add a Window title to appear on the Midlet Window. I am trying to embed MGMAPS within another application, but it doesn't work because the Window Name is blank. |
Yeah, I suspect it needs the title to be set, I'll add that. Meanwhile, you can try to search by window class or something like that.
|
|
| Back to top |
|
 |
spadival Power User
Joined: 12 Jun 2007 Posts: 65
Phone Type: Unknown
|
Posted: Mon Dec 24, 2007 5:43 am Post subject: |
|
|
| Cristian Streng wrote: | | spadival wrote: | | Cristian, Can you please add a Window title to appear on the Midlet Window. I am trying to embed MGMAPS within another application, but it doesn't work because the Window Name is blank. |
Yeah, I suspect it needs the title to be set, I'll add that. Meanwhile, you can try to search by window class or something like that. |
Ok.. I am using a 3rd party CarPC front end application to embed .. This app doesnt have the capability to search by window class.
Another thing I noticed is that the Menu labels and other stuff disappear if the window size is increased beyond 400 X 432 or whatever. Is it a problem with the IBM J9 emulator?
|
|
| Back to top |
|
 |
Cristian Streng Founder
Joined: 28 Oct 2005 Posts: 4559
Phone Type: (many)
|
Posted: Tue Dec 25, 2007 3:43 pm Post subject: |
|
|
| spadival wrote: | | Another thing I noticed is that the Menu labels and other stuff disappear if the window size is increased beyond 400 X 432 or whatever. Is it a problem with the IBM J9 emulator? |
This is a bug with the J9 emulator, I noticed that 400x432 is about the maximum size supported.
|
|
| Back to top |
|
 |
spadival Power User
Joined: 12 Jun 2007 Posts: 65
Phone Type: Unknown
|
|
| Back to top |
|
 |
Cristian Streng Founder
Joined: 28 Oct 2005 Posts: 4559
Phone Type: (many)
|
Posted: Tue Jan 15, 2008 10:36 pm Post subject: |
|
|
Nice, what emulators can it be used with (or what have you tested it with)?
|
|
| Back to top |
|
 |
spadival Power User
Joined: 12 Jun 2007 Posts: 65
Phone Type: Unknown
|
Posted: Thu Jan 17, 2008 10:37 am Post subject: |
|
|
| Cristian Streng wrote: |
Nice, what emulators can it be used with (or what have you tested it with)? |
I have tested it on IBM J9 emulator. The key mapping is a bit of trial and error.. # and * dont work for zoom, but some other keys worked. I will post the code here.
Actually, you should be able to skin any emulator, provided the emulator window has a window name which is constant.
|
|
| Back to top |
|
 |
Cristian Streng Founder
Joined: 28 Oct 2005 Posts: 4559
Phone Type: (many)
|
Posted: Thu Jan 17, 2008 10:46 am Post subject: |
|
|
| spadival wrote: | | I have tested it on IBM J9 emulator. The key mapping is a bit of trial and error.. # and * dont work for zoom, but some other keys worked. I will post the code here. |
Don't the up/down arrows work for zoom? Can you post the software that needs to be installed too?
| spadival wrote: | | Actually, you should be able to skin any emulator, provided the emulator window has a window name which is constant. |
Ah, right
|
|
| Back to top |
|
 |
spadival Power User
Joined: 12 Jun 2007 Posts: 65
Phone Type: Unknown
|
Posted: Sat Jan 19, 2008 7:27 am Post subject: |
|
|
Attaching the skinbedder skin here.
1. MGMax.ini needs to be changed to point to the ( StartUp=Run(C:\J9\bin\MGMax.lnk) ) to the correct shortcut.
2. The shortcut has the parameters to directly run the MGMaps midlet ( C:\J9\bin\emulator.exe -Xjam:run=1)
3. Run by clicking on skinbedder.exe file
I dont have the exit button. You can add one by just changing the Keymap.png file and adding an entry in Keymap.ini file.
| Description: |
|
 Download |
| Filename: |
MG.zip |
| Filesize: |
346.61 KB |
| Downloaded: |
592 Time(s) |
|
|
| Back to top |
|
 |
Cristian Streng Founder
Joined: 28 Oct 2005 Posts: 4559
Phone Type: (many)
|
Posted: Sat Jan 19, 2008 4:02 pm Post subject: |
|
|
Thanks, looks nice!
|
|
| Back to top |
|
 |
akg7091 MGMapper
Joined: 28 Jul 2007 Posts: 15
Phone Type: Unknown
|
Posted: Sun Nov 02, 2008 1:02 pm Post subject: |
|
|
i am unable to connect to my bluetooth gps device.
I am using sun java wtk 2.5.2
The bluetooth device is connected to com14
I have tried COM14, COM13, 14 and 13 but none work
Cristian, pls help me out
Thanks
|
|
| Back to top |
|
 |
|