On Wednesday, January 09, 2013 04:42:50 AM Paul Wise wrote:

> Hi all,
> 
> Does anyone know if it is possible in QtMoko to power off GSM on
> startup and keep it off? I'm only using my gta02 as a computer right
> now and don't want to waste energy on GSM.

Hi,
you can make QtMoko use dummy GSM stack. You can edit /opt/qtmoko/qpe.env and 
change:

        export QTOPIA_PHONE=AT

to
        export QTOPIA_PHONE=Dummy

Then you need to manually power off the modem - e.g. in startup scripts. I 
think there was AT command for it - maybe:

        echo -en "AT@POFF\r" >/dev/ttySAC0

could do it - or google helps :)

Regards

Radek

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

Reply via email to