![]() ![]() |
Oct 18 2005, 12:49 PM
Post
#1
|
|
![]() Group: Members Posts: 233 Joined: 29-November 04 From: Germany Member No.: 5,659 |
I know my 6000 has J2ME on it. And "MGMaps runs on devices that support CLDC 1.0 and MIDP 1.0 or later." So how do I get it to run the Google Maps program Mobile GMaps?
There are .jar and .jad files here: http://wap.mgmaps.com/ What the heck do I do with these files? |
|
|
|
Feb 3 2006, 11:59 AM
Post
#2
|
|
|
Group: Members Posts: 27 Joined: 3-July 04 From: Portland, Oregon Member No.: 3,903 |
Anyone have any good ideas on how to do this ?
|
|
|
|
Feb 4 2006, 01:49 AM
Post
#3
|
|
![]() Group: Members Posts: 2,808 Joined: 21-March 05 From: Sydney, Australia Member No.: 6,686 |
|
|
|
|
Feb 4 2006, 02:05 PM
Post
#4
|
|
![]() Group: Members Posts: 233 Joined: 29-November 04 From: Germany Member No.: 5,659 |
Thanks, Meanie. But where do we download these ipks and zip files? I did all kinds of Google searches and couldn't find any of it.
If you have them already, could you attach some of the necessary files here for, say, the SL-6000 (which already has Jeode installed)? So: me4se.jar and midp-2_0-src-linux-i686.zip |
|
|
|
Feb 4 2006, 09:50 PM
Post
#5
|
|
|
Group: Members Posts: 1,213 Joined: 9-June 05 From: Gobi Desert, Mongolia Member No.: 7,306 |
he could uplaod them to my site, make em availiable from there, if bandwidth is a problem.(I got it to burn....)
|
|
|
|
Feb 6 2006, 02:40 AM
Post
#6
|
|
![]() Group: Members Posts: 233 Joined: 29-November 04 From: Germany Member No.: 5,659 |
Found 'em.
- Download midp-2_0-src-linux-i686.zip here or the attached midpx.jar file I created following Meanie's instructions on his page linked above. - Download me4se.jar from this Sourceforge page. Bam, you'll want to snag the first of these and host it in case the link dies. I still don't know exactly how to run them without a lot of hassle. Based on some stuff I've gleaned from here and there, they all have to be in the same directory and executed from the terminal. Is there a way to launch them from the GUI? I'll report back with any successes or, more likely, failures. |
|
|
|
Feb 6 2006, 04:30 AM
Post
#7
|
|
|
Group: Members Posts: 54 Joined: 31-August 04 Member No.: 4,432 |
QUOTE(eji @ Feb 6 2006, 10:40 AM) I still don't know exactly how to run them without a lot of hassle. Based on some stuff I've gleaned from here and there, they all have to be in the same directory and executed from the terminal. eji, How does your console command-line (or shell script) look like? Thanks, ensign |
|
|
|
Feb 6 2006, 04:54 AM
Post
#8
|
|
![]() Group: Members Posts: 233 Joined: 29-November 04 From: Germany Member No.: 5,659 |
I hope you're not asking as a means of getting advice. I honestly have no clue what I'm doing... I'm only figuring things out from following directions and trial and error.
Anyway, after putting mgmaps.jar, mgmaps.jad, and the above files in the same directory, and then cd'ing to them in the terminal, I used a variation of Meanie's command line entry as su: #evm -classpath ./me4se.jar:./midpx.jar:./mgmaps.jar Needless to say, really, it didn't work. I got a promising pause and then an error saying "Qt/Embedded data not valid for user 0" (or something along those lines). I tried adjusting the permissions of the files several different ways but no luck. On the other hand, I've got lots of J2ME game applets (available here) running, so I must be doing something right. |
|
|
|
Feb 6 2006, 05:13 AM
Post
#9
|
|
|
Group: Members Posts: 274 Joined: 17-October 04 Member No.: 5,063 |
QUOTE(eji @ Feb 6 2006, 02:54 AM) Needless to say, really, it didn't work. I got a promising pause and then an error saying "Qt/Embedded data not valid for user 0" (or something along those lines). I tried adjusting the permissions of the files several different ways but no luck. faintly familiar. user 0 == root I think. Been a while since I last touched that stuff. Try another user, zaurus? I don't recall. Will try to play with that stuff later in the week. |
|
|
|
Mar 16 2006, 12:20 AM
Post
#10
|
|
|
Group: Members Posts: 4 Joined: 3-September 04 Member No.: 4,457 |
I've got the MIDlet running but am unable to download any maps.
javax.microedition.io.ConnextionNotFoundException is occuring saying that the requested protocol does not exist. Any ideas? Thanks Damian |
|
|
|
Mar 16 2006, 01:29 AM
Post
#11
|
|
|
Group: Members Posts: 1,213 Joined: 9-June 05 From: Gobi Desert, Mongolia Member No.: 7,306 |
yea if anyone wants to package this up (once figured out) email it to me and I will host it(with credit to you of course)
|
|
|
|
Mar 17 2006, 12:24 AM
Post
#12
|
|
|
Group: Members Posts: 4 Joined: 3-September 04 Member No.: 4,457 |
It appears that JavaME does not require the socket protocol to be implemented.
I reverse engineered the java class responsible and it is relying on a load of properties to find the protocol class to load. The use of properties is something I have not done before. We may need to copy more classes over from midp-2_0-src-linux-i686.zip, and we may need to use more of classes as well. The dev-tip looks more promising with regards to the ME io classes. However the low level socket implementation is in C code. Additionally I appear to be missing libkke.so (Sharp ROM - C860). If I have time I will have a look at using the Blackdown J2SE as this is closer to what I need in anycase and probably has more functionality implemented. By the way what I am looking for is a half way decent map & routing application on the Zaurus (GPS input would be handy though it is fairly easy to read and decode). Using map data from Google (or one of the other free sources) is ideal as PocketStreets, Garmin, TomTom etc all use closed formats. I have looked at a number of free map projects but they are rather limited in source material for the UK. Has anyone come across descriptions of the data format for PocketStreets or TomTom (I have found a document describing part of the Garmin format). Regards Damian QUOTE(damiandixon @ Mar 16 2006, 08:20 AM)
|
|
|
|
Mar 17 2006, 04:51 AM
Post
#13
|
|
![]() Group: Members Posts: 2,808 Joined: 21-March 05 From: Sydney, Australia Member No.: 6,686 |
|
|
|
|
Mar 18 2006, 12:13 AM
Post
#14
|
|
|
Group: Members Posts: 1,213 Joined: 9-June 05 From: Gobi Desert, Mongolia Member No.: 7,306 |
yes, meanie like that, any chance in a short "how-to"? Please?
|
|
|
|
Mar 18 2006, 05:41 PM
Post
#15
|
|
![]() Group: Members Posts: 2,808 Joined: 21-March 05 From: Sydney, Australia Member No.: 6,686 |
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th May 2013 - 06:52 AM |