Re: [SHR] where is the libgsmd-tool?

2009-11-15 Thread Matthias Huber
15.11.2009 15:37, Alexander Lehner : On Sun, 15 Nov 2009, Michael 'Mickey' Lauer wrote: Am Samstag, den 14.11.2009, 20:46 +0100 schrieb Alexander Lehner: I'm running the latest SHR and cannot figure out how to get libgsmd-tool. Has the design of accessing the SIM card changed?

rehack of patch for openbox

2009-11-11 Thread Matthias Huber
Because of the discussion "optimal rotation" i rewrote the hack for openbox. * it is now using the real screen size and recognizes therefore the rotation. * popups are now not more fullscreen * the before patched file prompt.c is now again original. is there someone willing to re-test my patch

Re: script to send and read incoming SMS

2009-10-29 Thread Matthias Huber
c_c schrieb: Hi, matzehuber wrote: :--)) aha, one more, who brakes his head and doesn't get in. i did already: :-) I wasn't too clear perhaps - but I'm looking for a service that implements the methods other uses can call. So a demo service like 'org.mhuber.demo' that pops up a w

Re: script to send and read incoming SMS

2009-10-29 Thread Matthias Huber
c_c schrieb: Hi, matzehuber wrote: :--)) aha, one more, who brakes his head and doesn't get in. i did already: :-) I wasn't too clear perhaps - but I'm looking for a service that implements the methods other uses can call. So a demo service like 'org.mhuber.demo' that pops up a w

Re: script to send and read incoming SMS

2009-10-29 Thread Matthias Huber
c_c schrieb: Hi, matzehuber wrote: tomorrow i will place another example there with listening on signals in c and glib. Would love to see an example of a dbus service that takes some parameters - in c / dbus / edbus. Have not been able to find anything worthwhile - not that I've sp

problem with screenlock and incoming call

2009-10-28 Thread Matthias Huber
hi, i got a problem while a call comes in and the screen is locked: aux key is not more realized by oeventsd ( rules.yaml ) can i influence this in any way ? ___ devel mailing list devel@lists.openmoko.org https://lists.openmoko.org/mailman/listinfo/d

Re: script to send and read incoming SMS

2009-10-27 Thread Matthias Huber
Michael 'Mickey' Lauer schrieb: > On the FSO wiki (www.freesmartphone.org) -> Tutorials would match fine. > > Cheers, > > :M: > i placed some examples there. tomorrow i will place another example there with listening on signals in c and glib. Maybe one of the cracks in glib compound types c

Re: script to send and read incoming SMS

2009-10-27 Thread Matthias Huber
RANJAN schrieb: So you posted it in the wiki? Sriranjan On Tue, Oct 27, 2009 at 11:55 PM, Matthias Huber <mailto:matthias.hu...@wollishausen.de>> wrote: RANJAN schrieb: On Tue, Oct 27, 2009 at 11:02 PM, Matthias Huber mailto:matthias.hu...@wollishausen.d

Re: script to send and read incoming SMS

2009-10-27 Thread Matthias Huber
RANJAN schrieb: On Tue, Oct 27, 2009 at 11:02 PM, Matthias Huber <mailto:matthias.hu...@wollishausen.de>> wrote: RANJAN schrieb: Hi, Any idea about a simple script to send and read the received SMS on the FR in python? i tried it at the moment: fo

Re: script to send and read incoming SMS

2009-10-27 Thread Matthias Huber
RANJAN schrieb: > Hi, > > Any idea about a simple script to send and read the received SMS on > the FR in python? > for reading, you can try: mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.SIM.RetrieveMessagebook all i tried here as parameter unread, b

Re: script to send and read incoming SMS

2009-10-27 Thread Matthias Huber
RANJAN schrieb: > Hi, > > Any idea about a simple script to send and read the received SMS on > the FR in python? i tried it at the moment: for example: mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.SMS.SendMessage 0049987654321 "test message"[] i

Re: Vala-Problem with ??? array variables

2009-10-21 Thread Matthias Huber
Michael 'Mickey' Lauer schrieb: Am Mittwoch, den 21.10.2009, 16:33 +0200 schrieb Matthias Huber: Sorry when i am nervy, but i don't find a documentation about vala's stdout: when i pipe my program (because i don't want to rewrite my c-code completele with vala)

Vala-Problem with stdout and pipe

2009-10-21 Thread Matthias Huber
Sorry when i am nervy, but i don't find a documentation about vala's stdout: when i pipe my program (because i don't want to rewrite my c-code completele with vala) into my program, or even into tail, the prog doesn't show any output with my stdout.printf("sonemting") is there a stdout.flush()

Re: Need Help in Dbus

2009-10-21 Thread Matthias Huber
Michael 'Mickey' Lauer schrieb: (NOTE: Please don't forget to cc the list) r...@om-gta02 ~ # ./valadbusclient Using **pending_return in dbus_connection_send_with_reply_setup() without pending_setup is deprecated and strongly discouraged Error: Too many arguments in reply; expected 0, got 1

Re: Need Help in Dbus

2009-10-21 Thread Matthias Huber
Michael 'Mickey' Lauer schrieb: > Hi Matthias, > > sorry I can't help you there since I never interfaced with DBus on this > level, but let me seriously recommend to use Vala for things like this. > It's hardly adding any runtime penalty and will increase your > productivity by orders of a magnitud

Need Help in Dbus

2009-10-20 Thread Matthias Huber
Hello List, for my minimoko, i want to implement the battery status and network status and therefore i want to listen on the dbus. for not consuming too much resources, i'd like to do this in "pure c" and with the lowlevel routines. i found an example here: http://dbus.freedesktop.org/doc/dbu

Re: How to make an ipk package out of the code and include an icon

2009-09-30 Thread Matthias Huber
RANJAN schrieb: > Hi, > > I would like to make an ipk out of the python source and add a desktop > icon.How can it be done? > > Sriranjan http://handhelds.org/moin/moin.cgi/BuildingIpkgs ___ devel mailing list devel@lists.openmoko.org https://lists.ope

found working solution for coloring dialer knobs

2009-09-01 Thread Matthias Huber
now, i found a solution (quick and dirty) for getting colored knobs via edje. does someone else want this two files (call.edc and dialer.edc) ? -- Matzehuber ___ devel mailing list devel@lists.openmoko.org https://lists.openmoko.org/mailman/listinfo/d

[shr-unstable] Need help trying to make dial button green and hangup button red

2009-09-01 Thread Matthias Huber
does someone know how this is done ? i tried already to color the swallow in dialer.edc, but a "swallow" isn't reacting on the color tag. i also noticed in the source "view/dialer-view.c", that there is a call used: "window_swallow", for which i didn't find a documentation. can anyone help. ? i sea