Re: gvSIG Mobile on Openmoko

2009-03-18 Thread Joseph Reeves
> >> folder: >> >> >> >> jamvm -cp ./go.jar org.test.go >> >> >> >> This what I get: >> >> >> >> r...@om-gta02:~# jamvm -cp ./go.jar org.test.go >> >> Hello class: java.lang.Class >> >> r...@om-gta02:~

Re: gvSIG Mobile on Openmoko

2009-03-17 Thread William Kenworthy
gards, > >> > >> > >> > >> Juan Lucas Domínguez Rubio > >> --- > >> Prodevelop SL, Valencia (España) > >> 0° 22' 49.62" W, 39° 28' 25.45" N > >> Tlf.: 96.351.06.12 -- Fax: 96.351.09.68 > >> http://www.

Re: gvSIG Mobile on Openmoko

2009-03-17 Thread Joseph Reeves
~# >> >> >> >> What do you get? >> >> >> >> Regards, >> >> >> >> Juan Lucas Domínguez Rubio >> --- >> Prodevelop SL, Valencia (España) >> 0° 22' 49.62" W, 39° 28' 25.45" N >> Tlf.: 96.351.0

Re: gvSIG Mobile on Openmoko

2009-03-17 Thread Yorick Moko
inal Message- > From: community-boun...@lists.openmoko.org on behalf of Yorick Moko > Sent: Mon 16/03/2009 18:26 > To: List for Openmoko community discussion > Subject: Re: gvSIG Mobile on Openmoko > > thanks for your help, but i get: > > r...@om-gta02 ~ $ opkg instal

Re: gvSIG Mobile on Openmoko

2009-03-17 Thread Joseph Reeves
Updated with a new version (0.11) that fixes these SHR launching issues. Thanks for the feedback. There was no change to any of the "proper" code - so if you could get it to run yesterday the new version won't change anything for you: http://downloads.thehumanjourney.net/gvsigmobile_0.11_armv4t.i

RE: gvSIG Mobile on Openmoko

2009-03-16 Thread Juan Lucas Dominguez Rubio
ists.openmoko.org on behalf of Yorick Moko Sent: Mon 16/03/2009 18:26 To: List for Openmoko community discussion Subject: Re: gvSIG Mobile on Openmoko thanks for your help, but i get: r...@om-gta02 ~ $ opkg install cacao -force-depends Installing cacao (0.99.3-r5.1) to root... Downloading http:/

Re: gvSIG Mobile on Openmoko

2009-03-16 Thread Yorick Moko
gt; De: community-boun...@lists.openmoko.org en nombre de Yorick Moko > Enviado el: lun 16/03/2009 17:45 > Para: List for Openmoko community discussion > Asunto: Re: gvSIG Mobile on Openmoko > > still nobody getting (on shr-testing) the following error? > r...@om-gta02 /etc/init.d

RE: gvSIG Mobile on Openmoko

2009-03-16 Thread Juan Lucas Dominguez Rubio
...@lists.openmoko.org en nombre de Yorick Moko Enviado el: lun 16/03/2009 17:45 Para: List for Openmoko community discussion Asunto: Re: gvSIG Mobile on Openmoko still nobody getting (on shr-testing) the following error? r...@om-gta02 /etc/init.d $ DISPLAY=:0 gvsig Stopping freesmartphone.org gpsd

Re: gvSIG Mobile on Openmoko

2009-03-16 Thread Joseph Reeves
t; >> De: community-boun...@lists.openmoko.org en nombre de kimaidou >> Enviado el: lun 16/03/2009 17:32 >> Para: List for Openmoko community discussion >> Asunto: Re: gvSIG Mobile on Openmoko >> >> Normallu on last SHR testing, th

Re: gvSIG Mobile on Openmoko

2009-03-16 Thread Yorick Moko
ing the Gpsd) is probably unnecessary in all cases. > > Regards, > Juan Lucas > > De: community-boun...@lists.openmoko.org en nombre de kimaidou > Enviado el: lun 16/03/2009 17:32 > Para: List for Openmoko community discussion > Asunto: Re:

Re: gvSIG Mobile on Openmoko

2009-03-16 Thread Joseph Reeves
for Openmoko community discussion > Asunto: Re: gvSIG Mobile on Openmoko > > Normallu on last SHR testing, the gpsd is automatically started for every > application using it. It is so with tangogps for example. > > 2009/3/16 Joseph Reeves >> >> Great news :) >> &g

RE: gvSIG Mobile on Openmoko

2009-03-16 Thread Juan Lucas Dominguez Rubio
Para: List for Openmoko community discussion Asunto: Re: gvSIG Mobile on Openmoko Normallu on last SHR testing, the gpsd is automatically started for every application using it. It is so with tangogps for example. 2009/3/16 Joseph Reeves Great news :) SHR users just

Re: gvSIG Mobile on Openmoko

2009-03-16 Thread kimaidou
Normallu on last SHR testing, the gpsd is automatically started for every application using it. It is so with tangogps for example. 2009/3/16 Joseph Reeves > Great news :) > > SHR users just have to remember to start gpsd if you want to see where > you are - that's what /usr/bin/gvsig does on OM

Re: gvSIG Mobile on Openmoko

2009-03-16 Thread Joseph Reeves
Great news :) SHR users just have to remember to start gpsd if you want to see where you are - that's what /usr/bin/gvsig does on OM2008.x distributions, but that doesn't seem to be working for you SHR people :( Cheers, Joseph 2009/3/16 kimaidou : > Hi all > > Thanks to the command line (one l

RE: gvSIG Mobile on Openmoko

2009-03-16 Thread Juan Lucas Dominguez Rubio
27;s a lot of work to be done to improve the graphic performance. Regards, Juan Lucas De: community-boun...@lists.openmoko.org en nombre de Francesco de Virgilio Enviado el: lun 16/03/2009 17:00 Para: List for Openmoko community discussion Asunto: Re: gvSIG

Re: gvSIG Mobile on Openmoko

2009-03-16 Thread kimaidou
Hi all Thanks to the command line (one line) Francesco da Virgilo gaves in his email : r...@om-gta02 ~ $ jamvm -Xmx40M -cp /usr/share/java/swt.jar:/usr/share/gv-om/class/all.jar es/prodevelop/gvsig/mobile/app/Launcher fr /usr/share/gv-om /media/card I am able to run it on SHR too. This is a great

Re: gvSIG Mobile on Openmoko

2009-03-16 Thread Joseph Reeves
Juan Lucas could answer this better than I can, but Jamvm was chosen as our current favourite java implementation. Of course, you can always install any java you'd like and change /usr/bin/gvsig to run java -Xmx40M -cp /u... rather than jamvm -Xmx40M -cp /u... It works with cacao, for example, jus

Re: gvSIG Mobile on Openmoko

2009-03-16 Thread Francesco de Virgilio
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joseph Reeves ha scritto: >> On SHR-testing it works for me: > > Great to hear :) Yeah :) >> After the installation, there's no icon on Illume desktop. If I try >> "gvsig" from terminal, it answers me "not found". > > The icon should appear, but se

Re: gvSIG Mobile on Openmoko

2009-03-16 Thread Joseph Reeves
> On SHR-testing it works for me: Great to hear :) > After the installation, there's no icon on Illume desktop. If I try > "gvsig" from terminal, it answers me "not found". The icon should appear, but seemingly doesn't :( restart your xserver and you will see the lovely gvSIG icon. Rebooting the

Re: gvSIG Mobile on Openmoko

2009-03-16 Thread Yorick Moko
forgot to read the jalimo-stuff, sorry I added the repos installed it got the error: r...@om-gta02 ~ $ DISPLAY=:0 gvsig /usr/bin/gvsig: line 2: /etc/init.d/gpsd: No such file or directory Exception occurred while VM initialising. java/lang/NoClassDefFoundError: java/lang/Class so I made a symlin

Re: gvSIG Mobile on Openmoko

2009-03-16 Thread Francesco de Virgilio
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yorick Moko ha scritto: > error on shr-testing: > r...@om-gta02 ~/.mokometeo $ opkg install jamvm libswt3.4-gtk-java > classpath-gtk classpath-awt gpsd > http://downloads.thehumanjourney.net/gvsigmobile_0.1_armv4t.ipk > Downloading http://downloads.the

Re: gvSIG Mobile on Openmoko

2009-03-16 Thread Al Johnson
All (except possibly jamvm?) are in fso-testing, or were on Friday. I don't know why it depends on jamvm rather than a list of alternative java providers. On Monday 16 March 2009, Yorick Moko wrote: > error on shr-testing: > r...@om-gta02 ~/.mokometeo $ opkg install jamvm libswt3.4-gtk-java > cla

Re: gvSIG Mobile on Openmoko

2009-03-16 Thread Joseph Reeves
We seem to have some issues with SHR, but it should install at least (I've been told that it does, although haven't tried myself). Have you added the Jalimo repos to your phone? https://wiki.evolvis.org/jalimo/index.php/Packages#OpenMoko If you did, I'm sure you also ran opkg update, but it's be

Re: gvSIG Mobile on Openmoko

2009-03-16 Thread Yorick Moko
error on shr-testing: r...@om-gta02 ~/.mokometeo $ opkg install jamvm libswt3.4-gtk-java classpath-gtk classpath-awt gpsd http://downloads.thehumanjourney.net/gvsigmobile_0.1_armv4t.ipk Downloading http://downloads.thehumanjourney.net/gvsigmobile_0.1_armv4t.ipk Multiple replacers for gpsd, using fi

gvSIG Mobile on Openmoko

2009-03-16 Thread Juan Lucas Dominguez Rubio
Dear list, there is now an unofficial version of gvSIG Mobile for Openmoko: http://www.opkg.org/package_162.html http://planet.osgeo.org/ Regards, Juan Lucas ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mai