In early versions of Zaxxon, the Bluetooth LED would remain lit when bluetooth was active then blink when there was activity. Could the wifi and Bluetooth LEDs be set to do the same here?the wifi led is set to blink on activity, i found that slightly more usefull than a static led that showed the same thing as the nm-applet.
./capex.sh: line 26: [: missing ']'
fba.sh: line 73: [: missing ']'
./fba: error while loading shared libraries: libpng.so.3: cannot open shared object file: No such file or directory
Okay, some notes from my tests last night. I'm using the OpenBox GUI
Deadbeef pnd.out
- I flicked the power switch and it took a few seconds to enter low-power mode, but I am now unable to wake it up and had to soft reset
- When going into the ServiceManager to indicate I want Samba and Dropbear to start at bootup, Samba unticks itself after I click OK
- DeadBeef segfaults (see below)
- Despite installing the Codec pack, smplayer2 would not play MP3 files (log below)
- Vice x64 is not producing sound using any of SDL, OSS, and Alsa drivers (log below)
- When going into the ServiceManager to indicate I want Samba and Dropbear to start at bootup, Samba unticks itself after I click OK
./scripts/deadbeef.sh: line 11: 1440 Segmentation fault cp $REAL_HOME/.Xauthority /mnt/utmp/deadbeaf
/usr/pandora/scripts/pnd_run.sh: line 522: 1439 Segmentation fault "./$EXENAME" $ARGUMENTS "$@"
Sure if libraries like libc are included in the PND, cp is likely to segfault (linked with a more recent version of that lib than what it is given at runtime...).I think aTc mentioned that even stuff like the 'cp' command can cause segfaults because of all the new libraries in .next.
I have an awser for that. The script I provide in code::blocks PND, called "copy_libs.sh" is a dumb script to copy all lib that are used by a software and not in /lib or /usr/lib. I developped this script because I have been hit a few times by the "the PND doesn't start" a few times.If the library come from superzaxon, why would a PND maintainer include it in the PND is way over my understanding abilities.
#!/bin/bash
if [ -z "$1" ]
then
echo "Usage $0 exefile
Copy all so dynmic libraries files not in /lib or /usr/lib in curent folder
And automatically call strip for program and copied .so
"
else
pFILE="$1" # copy bin file libs
files=""
## use ldd to get shared libs list ###
files="$(ldd $pFILE | awk '{ print $3 }' | sed '/^$/d')"
#files="$(ldd $pFILE) | awk '{ print $3 }' )"
for i in $files
do
dcc="${i%/*}" # get dirname only
#dcc="$(dirname '${i}')"
# [ ! -d ${d}${dcc} ] && mkdir -p ${d}${dcc}
# if [ "$dcc" != "/lib" ] && [ "$dcc" != "/usr/lib" ] && [ "$dcc" != "not" ]
if [[ "$dcc" == /mnt/utmp/codeblocks/* ]]
then
echo "copy ${i}"
cp -n ${i} .
# strip $(filename "${i}")
fi
done
fi
strip $1
strip *.so.*
{ OK } Stopped Remount Root and Kernal File Systems.
Starting Update UTMP about System Shutdown...
{ OK } Reached target Shutdown.
I can't reproduce this with my rebirth pandora, as in "it runs fine".sebt3 seems to have some problems with the gles stuff on his rebirth pandora.
Can anyone confirm if gles works or not on pandoras with an /etc/powervr-esrev other than 2 ?
(which should be the rebirth and 1ghz versions)
Easiest way to test is probably http://repo.openpandora.org/?page=detail&app=a7xpg_m-ht
Which runs without any problem on my pandora, with a clean install of the latest image.
Ok. I'll redownload and retry shortly.I can't reproduce this with my rebirth pandora, as in "it runs fine".
It seems like I installed the latest image (my downloaded tar.xz has the following creation time: 2013-08-18 18:39).
object.Exception@Logger.d(25): Error: abagames.util.sdl.SDLInitFailedException.SDLInitFailedException@SDLInitFailedException.d(13): Unable to open EGL context