Release GpsPrune


DAP's comment from the repo:

DAP

22/01/2013 05:22 UTC

v14.0.1.October 2012

I am unable to get this to work. I installed OpenJDK Java Runtime, but it did not help.
 Could you please post the content of your /tmp/pndrun_gpsprune.out?

Maybe you can try to install Oracla Java instead of OpenJDK Java. It's supposed to provide more compatibility.
 
Last edited by a moderator:
requested file:

Code:
=======================================================================================
PND             : /media/Big/pandora/menu/gpsprune.pnd
PND_FSTYPE      : Squashfs
APPDATADIR      : /media/Big/pandora/appdata/gpsprune
APPDD_FSTYPE    : ext4
PND_CPUSPEED    : <unset>
EXENAME         : ./run_gpsprune.sh
ARGUMENTS       : <unset>
=======================================================================================
[ START ]--- Mount the PND ----------
Mounting : mount -t squashfs -o ro "/dev/loop0" "/mnt/utmp/gpsprune"
Mounting the Union FS : mount -t aufs -o exec,dirs="/media/Big/pandora/appdata/gpsprune=rw+nolwh":"/mnt/pnd/gpsprune=rr" none "/mnt/utmp/gpsprune"
[SUCCESS]--- Mount the PND ----------
[ START ]--- Starting the application (./run_gpsprune.sh ) ----------
./run_gpsprune.sh: line 8: java: command not found
[SUCCESS]--- Starting the application (./run_gpsprune.sh ) ----------
[ START ]--- Restoring the frame buffer status ----------
[SUCCESS]--- Restoring the frame buffer status ----------
[ START ]--- uMount the PND ----------
[ START ]--- Waiting the Union to be available ----------
[SUCCESS]--- Waiting the Union to be available ----------
auplink:plink.c:223: AUFS_CTL_PLINK_MAINT: Inappropriate ioctl for device
rmdir: failed to remove `/mnt/utmp/gpsprune': Device or resource busy
[ START ]--- Waiting the PND mount dir to be free ----------
[SUCCESS]--- Waiting the PND mount dir to be free ----------
cleanup done
[SUCCESS]--- uMount the PND ----------
=======================================================================================
Return code is : 2
 
I got it working. I installed OpenJDK Java Runtime with PNDmanager, and tried running it from there. OpenJDK Java Runtime installs two applications: an installer and an uninstaller. PNDmanager does not let you choose if more than one application is in the PND. It chose to run the uninstaller.

I ran the installer and GPSPrune is now working.

Thanks.

(I deleted my comment from the repo since it was no longer relevant, and the discussion should really be here.)
 
Last edited by a moderator:
Great that it works for you now. Indeed it was missing Java.

Code:
./run_gpsprune.sh: line 8: java: command not found
 
Back
Top