Re: Received SMS going unnoticed

2009-11-13 Thread Xavier Cremaschi
But are the accelerometers enabled when FR is in sleep mode ? Because if 
you have to wake up the FR to enable them then it's faster to read your 
phone screen :P

Xavier.


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


Re: Received SMS going unnoticed

2009-11-13 Thread Petr Vanek
But are the accelerometers enabled when FR is in sleep mode ? Because
if you have to wake up the FR to enable them then it's faster to read
your phone screen :P

you can set a threshold on the accels to generate interrupt to wake the
phone, upon waking, it could check if there was a missed call or a
message, if yes, then vibrate...

petr


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


Re: Received SMS going unnoticed

2009-11-13 Thread Josh
On Friday November 13, 2009, Petr Vanek wrote:
 But are the accelerometers enabled when FR is in sleep mode ? Because
 if you have to wake up the FR to enable them then it's faster to read
 your phone screen :P

 you can set a threshold on the accels to generate interrupt to wake the
 phone, upon waking, it could check if there was a missed call or a
 message, if yes, then vibrate...

I really like this idea.  If some event happens (such as a received SMS, 
missed call, etc), use the accelerometers to see if the phone is moved for 
some number of seconds afterward.  If not, then configure them to wake the 
phone the next time it is moved before going into suspend.  When movement 
wakes it up, notify the user to check for a missed event (turn on 
display/blink LED/vibrate/whatever).

Josh

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


Re: Received SMS going unnoticed

2009-11-13 Thread arne anka
 I really like this idea.  If some event happens (such as a received SMS,
 missed call, etc), use the accelerometers to see if the phone is moved  
 for
 some number of seconds afterward.  If not, then configure them to wake  
 the
 phone the next time it is moved before going into suspend.  When movement
 wakes it up, notify the user to check for a missed event (turn on
 display/blink LED/vibrate/whatever).


what is supposed to happen, if you have the phone in, say, your backpack?


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


gprs traffic counter?

2009-11-13 Thread Mario Huelsegge

hallo, 
short question: is there an easy way to count gprs traffic on the
freerunner, i.e. per iptables, tcpdump?

thanks
Mario
-- 
View this message in context: 
http://n2.nabble.com/gprs-traffic-counter-tp4000935p4000935.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

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


Re: gprs traffic counter?

2009-11-13 Thread Denis Shulyaka
How about something like this:

$ ifconfig ppp0 | grep TX bytes

?

2009/11/13, Mario Huelsegge huelse...@gmx.de:

 hallo,
 short question: is there an easy way to count gprs traffic on the
 freerunner, i.e. per iptables, tcpdump?

 thanks
 Mario
 --
 View this message in context:
 http://n2.nabble.com/gprs-traffic-counter-tp4000935p4000935.html
 Sent from the Openmoko Community mailing list archive at Nabble.com.

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


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


Re: gprs traffic counter?

2009-11-13 Thread Esben Stien
Mario Huelsegge huelse...@gmx.de writes:

 is there an easy way to count gprs traffic 

slurm?

-- 
Esben Stien is b...@e s  a 
 http://www. s tn m
  irc://irc.  b  -  i  .   e/%23contact
   sip:b0ef@   e e 
   jid:b0ef@n n

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


[SHR] Looking for some help with compilation

2009-11-13 Thread Michael Smith
I am working on an application for the openmoko. I am writing it in C using the 
Enlightenment toolkit. The general idea is to have an application which will 
browse an sqlite database in a generic way, then extend it to support specific 
types of databases. As an example I have written a script to import contacts 
from my palm pilot and import them into a table in a database. My application 
can now browse that database on ubuntu.

The code can be found here:

http://glitch.tl/cgi-bin/hgwebdir.cgi/home/host/glitch.tl/repos/dbview/

...and a screenshot can be found here...

http://glitch.tl/cgi-bin/hgwebdir.cgi/home/host/glitch.tl/repos/dbview/raw-file/af435055d4f0/doc/screenshot.png

So now I have an alpha version and I want to give it a run on the phone. I have 
followed the instructions from these pages:

http://wiki.openmoko.org/wiki/Toolchain#Downloading_and_installing
http://andreasdalsgaard.blogspot.com/2008/07/openmoko-development-in-5-minutes.html

...but the toolchain doesn't include any of the Enlightenment libraries. I 
built an Enlightenment toolchain on ubuntu by downloading the source and 
compiling it. It works well. Currently in /usr/local/include I have:

Ecore_Config.hEcore_IMF.h   Ecore_X.h Embryo.h
Ecore_Con.h   Ecore_Input.h Edje_Edit.h   Evas_Engine_Buffer.h
Ecore_Data.h  Ecore_Ipc.h   Edje.hEvas_Engine_Software_16_X11.h
Ecore_Evas.h  Ecore_Job.h   Eet.h Evas_Engine_Software_X11.h
Ecore_File.h  Ecore_Str.h   efreetEvas_Engine_XRender_X11.h
Ecore_Getopt.hEcore_Txt.h   eina-0Evas.h
Ecore.h   Ecore_X_Atoms.h   elementary
Ecore_IMF_Evas.h  Ecore_X_Cursor.h  Elementary.h

Now when I compile these libraries in the openmoko toolchain in 
/usr/local/openmoko I find that I need pkg-config. I got that but I need glib. 
I got that but I can't get it to compile at all.

I also investigated putting a development environment into the phone but I 
can't find any repositories which provide development stuff.

So I am a bit stuck and I would appreciate it if anybody who has been down this 
path can tell me if I am going in the right direction. And if not, which way I 
should go.

Thanks.
-- 
Michael Smith
Network Applications
www.netapps.com.au   | +61 (0) 416 062 898
Web Hosting  | Internet Services


signature.asc
Description: PGP signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community