Hardware buzz - can OpenMoko help?

Timo Juhani Lindfors timo.lindfors at iki.fi
Tue Jan 6 17:30:21 CET 2009


kimaidou <kimaidou at 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".




More information about the community mailing list