OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: cschafer on April 02, 2007, 03:07:26 pm
-
Has anyone got GPSdrive to install and work on c3200 running PDAxII13 5.3.1? if you have what version did you use? The one on the feeds crashes on launch. I have tried various cvs versions with no luck.
Any help is appreciated.
Cory
-
Did you launch it using root? Try to launch it with other user...
-
Has anyone got GPSdrive to install and work on c3200 running PDAxII13 5.3.1? if you have what version did you use? The one on the feeds crashes on launch. I have tried various cvs versions with no luck.
Any help is appreciated.
Cory
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157804\"][{POST_SNAPBACK}][/a][/div]
sudo -u zaurus gpsdrive
would launch it, but the build on the feed it old and not customised for the Z, ie its way too big for the Z's screen and cannot be resized...
-
sudo -u zaurus gpsdrive
would launch it, but the build on the feed it old and not customised for the Z, ie its way too big for the Z's screen and cannot be resized...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=158585\"][{POST_SNAPBACK}][/a][/div]
Meanie, when you compiled it what did you do to make it fit on the screen better?
-
sudo -u zaurus gpsdrive
would launch it, but the build on the feed it old and not customised for the Z, ie its way too big for the Z's screen and cannot be resized...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=158585\"][{POST_SNAPBACK}][/a][/div]
Meanie, when you compiled it what did you do to make it fit on the screen better?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=158622\"][{POST_SNAPBACK}][/a][/div]
I hacked the code to use PDA mode which uses 3 different windows instead of putting everything into one window, and also hardcoded the max width to 640 and max height to 440...
-
I hacked the code to use PDA mode which uses 3 different windows instead of putting everything into one window, and also hardcoded the max width to 640 and max height to 440...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=158625\"][{POST_SNAPBACK}][/a][/div]
Thanks for the info.