#!/bin/sh LINHAS=`ps aux | grep scrobbler | grep -v grep | wc -l`; if [ $LINHAS -gt 0 ] ; then echo "dsmetool -k /usr/bin/scrobbler" | sudo gainroot | echo ""; kill -9 `ps aux | grep scrobbler | grep -v grep | awk '{ print $1; }'`; echo "Scrobbler off" run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw<QBW_ID> oh.no.more.qbw.set_param_string string:"resImgFilename" string:scrobbler_off_img.png string:"" else run-standalone.sh /usr/bin/scrobbler & echo "" echo "Scrobbler on" run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw<QBW_ID> oh.no.more.qbw.set_param_string string:"resImgFilename" string:scrobbler_on_img.png string:"" fi
With Linux-powered N900..ANYTHING is possible