kimaidou <kimai...@gmail.com> writes:
> mdbus -s org.freesmartphone.frameworkd /org/freesmartphone/GSM/Device
> org.freesmartphone.GSM.Debug.DebugCommand "AT+CSQ\r\n"|tr "'" '\n'|grep
> ^\+CSQ:|cut -d, -f1|cut -d' ' -f2

Just make sure this is a complete line and not split to multiple lines
as it was in your mail.

> I think a loop must be added...

my ~/bin/loop does

#!/bin/sh
while true; do
    $1
    sleep 2
done

so I can just "loop gsm-strength", "loop energy", "loop
temperature" or "loop consumption".

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to