[QtMoko] How to change the profile in cron

2013-01-08 Thread Giacomo 'giotti' Mariani
Hello everyone,
I often forget to change the profile of my freerunner (with QtMoko)
from general to silent when at work, so I mind how to do it in cron,
i.e. which command I should issue.

Do you have some suggestion?

Best,
   Giacomo

-- 
##
giacomo 'giotti' mariani
gpg --keyserver pool.sks-keyservers.net --recv-key 0x99bfa859
O ASCII ribbon campaign: stop HTML mail
www.asciiribbon.org
##


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


Re: GTA02 for sale on ebay, currently going for $20

2013-01-08 Thread Gerald A
Hi,

On Sun, Dec 30, 2012 at 12:44 PM, Ian Darwin i...@darwinsys.com wrote:


 I also have a GTA01 if anybody's interested, write me directly only (if
 today's date is before the 14th January 2013), otherwise I'll list it on
 eBay as well.


Did someone pick this guy up, or are you still hanging on to it?

Thanks,
Gerald
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [FOSDEM-Devrooms] World of OpenPhoenux

2013-01-08 Thread Denis 'GNUtoo' Carikli
On Mon, 7 Jan 2013 09:27:02 +0100
Dr. H. Nikolaus Schaller h...@goldelico.com wrote:

 * Replicant software
And a talk about that too.

Denis.

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


TclFltk-1.0-538 Released for Openmoko, Windows and Linux

2013-01-08 Thread Iain B. Findleton
An updated version of the TclFltk scripting language development 
environment is available on the sourceforge project site. This update 
adds a text editor widget, support for mouse wheels (finger dragging on 
the phone) and includes a large number of bug fixes. Sound support for 
widget events is implemented, however, the GTA02 is a bit slow to make 
the experience really pleasant.


Its compiled for ARMV4T as used on the GTA02 device. I would be happy to 
find out if it also runs on the GTA04 if anybody out there likes playing 
with scripted applications. I test on shr only, so I can't comment on 
other systems, but should be fine on anything running X11.


Download:

   
http://sourceforge.net/tclfltk/files/TclFltk-1.0.538-double_buffering-armv4t-Openmoko-8.5-X11-bin.ipk


Note that you need the Tcl 8.5 distro running on your machine for this 
package to work. Updated documentation is found in the PDF file also 
available on the site.


Packages are also available for Windows and Linux (deb, rpm) for those 
who like cross platform script development. Develop your phone app on 
your mainframe, run it on your phone!


Comments and criticisms are always welcome.

--

Iain B. Findleton
514-457-074438


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


[QtMoko] power off GSM?

2013-01-08 Thread Paul Wise
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.

-- 
bye,
pabs

http://wiki.openmoko.org/wiki/User:PaulWise

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


Re: [QtMoko] power off GSM?

2013-01-08 Thread Radek Polak
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


Re: [QtMoko] power off GSM?

2013-01-08 Thread Paul Wise
Unfortunately if I do that then QtMoko doesn't start. qpe seems to be
using 100% CPU and the child processes of qpe have all died and become
zombies. Setting the modem to dummy seems to be the cause of this.

PS: I'm subscribed, no need to CC me.

-- 
bye,
pabs

http://bonedaddy.net/pabs3/


signature.asc
Description: This is a digitally signed message part
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community