Re: Auto-reject incoming phone calls

2008-11-01 Thread Michael 'Mickey' Lauer
Am Wednesday 29 October 2008 03:13:25 schrieb Previdi Roberto: Is there a plan to access also the accelerometers through dbus? Yes, and no. frameworkd wants to integrate Paul V. Borza's excellent gesturesd to serve accellerometer gestures over dbus -- that's on our task list, however we didn't

Re: Auto-reject incoming phone calls

2008-11-01 Thread Joel Newkirk
On Sat, 1 Nov 2008 19:21:42 +0100, Michael 'Mickey' Lauer [EMAIL PROTECTED] wrote: Am Wednesday 29 October 2008 03:13:25 schrieb Previdi Roberto: Is there a plan to access also the accelerometers through dbus? Yes, and no. frameworkd wants to integrate Paul V. Borza's excellent gesturesd to

Re: Auto-reject incoming phone calls

2008-11-01 Thread Stefan Monnier
something like: trigger: orientationchange() filters: HasAttr(orientation,facedown) could be used to set 'donotdisturb', then filter Not(HasAttr) to restore. For my personal use, I'd set it up to always lock the touchscreen if vertically inverted. (when not in use, my FR is in my

Re: Auto-reject incoming phone calls

2008-11-01 Thread Previdi Roberto
well, then i think that when it's time to include the gesturesd it will be a trivial thing to expose some lower level gesture signals like orientation changed or similar. Joel Newkirk's ideas of an in motion signal (or property) it's interesting, it would allow for example to have some information

Re: Auto-reject incoming phone calls

2008-10-29 Thread Michael Tansella
On Wednesday 29 October 2008 03:13:25 Previdi Roberto wrote: Is there a plan to access also the accelerometers through dbus? +1 This would be very nice. Greets Michael ___ Openmoko community mailing list community@lists.openmoko.org

Re: Auto-reject incoming phone calls

2008-10-29 Thread member kamituel
Hi, thanks for feedback, I'll work on this at evening, and sure, it would be much better to use dbus signals to get accelerometer readings. Is that DBus interface present by default in FSO (as a part of frameworkd maybe?)? (I don't have my OM with me today) Kamil

Re: Auto-reject incoming phone calls

2008-10-28 Thread Previdi Roberto
Is there a plan to access also the accelerometers through dbus? it seems to me that reading continuously from them without appropriate timing could be heavy for the battery. more, having to do the decoding part from each application who uses the sensor is complicated and error prone, while having

Re: Auto-reject incoming phone calls

2008-10-27 Thread Michael 'Mickey' Lauer
Am Sunday 26 October 2008 19:02:48 schrieb lanzo: hey guys these scripts and ideas are simply GREAT! Since it's not alawys easy to find them in the ml we should build a kind of repo/wiki containing all of them!!! Agreed. I'll gladly add everything basing on FSO into the 'examples' folder in

Re: FSO signals and rules (was Re: Auto-reject incoming phone calls)

2008-10-27 Thread Alex Oberhauser
and more - are there plans for a full-blown 'locality manager' or something that tracks GPS position when available, GSM tower registration, visible wifi APs when available, etc? Something which would understand a query like 'whereami' and return a best estimate of physical location even

Re: Auto-reject incoming phone calls

2008-10-27 Thread lanzo
: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freesmartphone.ogsmd was not provided by any .service files [EMAIL PROTECTED]:~# tnx very much lanzo -- View this message in context: http://n2.nabble.com/Auto-reject-incoming-phone-calls-tp1375533p1384780.html Sent from the Openmoko Community mailing list archive

Re: Auto-reject incoming phone calls

2008-10-27 Thread nick d.
this message in context: http://n2.nabble.com/Auto-reject-incoming-phone-calls-tp1375533p1384780.html Sent from the Openmoko Community mailing list archive at Nabble.com. ___ Openmoko community mailing list community@lists.openmoko.org http

Re: Auto-reject incoming phone calls

2008-10-26 Thread Alex Oberhauser
On Sat, Oct 25, 2008 at 03:25:42PM +0200, member kamituel wrote: Hi, I've coded some little script which allows you to reject incoming phone calls by putting your phone on the desk with its screen facing the desk. Additionally, after rejecting the phone call, script sends an SMS with your

Re: Auto-reject incoming phone calls

2008-10-26 Thread Michael 'Mickey' Lauer
Amazing work! Can we drag it into the 'examples' folder in FSO? Btw., note that once we have some missing glue done, we'll have signals like EnterArea and LeaveArea for GPS (and more), so use-cases like yours should be expressable via simple rules in our rules file. -- :M:

Re: Auto-reject incoming phone calls

2008-10-26 Thread member kamituel
Hi, I'm glad you all liked it! I modified this so, when OMs screen is oriented down it will not reject ther incoming call, but just simply stop all sounds (and possibly vibration). Some people would probably prefer this behaviour. I'll just test it to see if it works and post it here in a couple

Re: Auto-reject incoming phone calls

2008-10-26 Thread lanzo
-incoming-phone-calls-tp1375533p1379622.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

FSO signals and rules (was Re: Auto-reject incoming phone calls)

2008-10-26 Thread Joel Newkirk
On Sun, 26 Oct 2008 14:28:55 +0200, Michael 'Mickey' Lauer [EMAIL PROTECTED] wrote: Amazing work! Can we drag it into the 'examples' folder in FSO? Btw., note that once we have some missing glue done, we'll have signals like EnterArea and LeaveArea for GPS (and more), so use-cases like yours

Auto-reject incoming phone calls

2008-10-25 Thread member kamituel
Hi, I've coded some little script which allows you to reject incoming phone calls by putting your phone on the desk with its screen facing the desk. Additionally, after rejecting the phone call, script sends an SMS with your apologise and note that you'll contact the caller later. So, use case is

Re: Auto-reject incoming phone calls

2008-10-25 Thread Robin Paulson
2008/10/26 member kamituel [EMAIL PROTECTED]: I've coded some little script which allows you to reject incoming phone calls by putting your phone on the desk with its screen facing the desk. Additionally, after rejecting the phone call, script sends an SMS with your apologise and note that

Re: Auto-reject incoming phone calls

2008-10-25 Thread Pander
Hi Kamil, Very nice indeed. An idea might be to provide an option to: - don't reply (default) - send SMS - send email - send instant message (regardless the other person is on or offline) Regards, Pander On Sat, October 25, 2008 14:25, member kamituel wrote: Hi, I've coded some little script