Re: Sending SMS: python

2008-09-18 Thread Luca
On Thu, Sep 18, 2008 at 4:47 AM, Marco Trevisan (Treviño)
[EMAIL PROTECTED] wrote:
 Marcel wrote:
 Am Wednesday 17 September 2008 21:45:16 schrieb Luca:
 I don't know about frameworkd on ASU, but you could simply flashing the FSO
 image.

 It should be possible using gsm0710muxd as at interface in qtopia. Isn't
 it? Some weeks ago I got something like that...

I downloaded the gsm0170muxd package and daemon before begin this
discussion, but I'm not able to find documentation about it... How to
use?
I fear its a very-low-level interface, not simple as the old gsmd (and
again: how to use it?!)

-- 
-- luca

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


Re: Sending SMS: python

2008-09-17 Thread Luca
On Tue, Sep 16, 2008 at 9:11 PM, Marcel [EMAIL PROTECTED] wrote:
 I don't know about the situation on the other stacks, but FSO
 (freesmartphone.org) is a project to imlement the fso specifications of an
 API for access to the device's hardware.
 Maybe you can somehow interface with qpe which seems to be a central control
 daemon in qtopia...


After looking around for a while I really found nothing! My Neo
Freerunner is new and so I've no important data on it, I can re-flash
something other!
What can I try to obtain the freesmartphone.org layer you are talking about?

For what I can test using python on my ASU, I've the dbus library available!

Something like...

  import dbus
  from dbus.mainloop.glib import DBusGMainLoop
  DBusGMainLoop(set_as_default=True)

...works - (example taken from
http://www.freesmartphone.org/index.php/Tutorials/GSM_python).


-- 
-- luca

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


Re: Sending SMS: python

2008-09-17 Thread Marcel
Am Wednesday 17 September 2008 21:45:16 schrieb Luca:
 On Tue, Sep 16, 2008 at 9:11 PM, Marcel [EMAIL PROTECTED] wrote:
  I don't know about the situation on the other stacks, but FSO
  (freesmartphone.org) is a project to imlement the fso specifications of
  an API for access to the device's hardware.
  Maybe you can somehow interface with qpe which seems to be a central
  control daemon in qtopia...

 After looking around for a while I really found nothing! My Neo
 Freerunner is new and so I've no important data on it, I can re-flash
 something other!
 What can I try to obtain the freesmartphone.org layer you are talking
 about?

 For what I can test using python on my ASU, I've the dbus library
 available!

 Something like...

   import dbus
   from dbus.mainloop.glib import DBusGMainLoop
   DBusGMainLoop(set_as_default=True)

 ...works - (example taken from
 http://www.freesmartphone.org/index.php/Tutorials/GSM_python).

I don't know about frameworkd on ASU, but you could simply flashing the FSO 
image.

-Marcel

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


Re: Sending SMS: python

2008-09-17 Thread Marco Trevisan (Treviño)
Marcel wrote:
 Am Wednesday 17 September 2008 21:45:16 schrieb Luca:
 I don't know about frameworkd on ASU, but you could simply flashing the FSO 
 image.

It should be possible using gsm0710muxd as at interface in qtopia. Isn't
it? Some weeks ago I got something like that...

-- 
Treviño's World - Life and Linux
http://www.3v1n0.net/


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



Sending SMS: python

2008-09-16 Thread Luca
I all.

I'm looking for a common method to send SMS using python on the ASU
release. Is the example of the SMSTool good or deprecated?

I also read about pygsmd but seems unsupported.

Other suggestion really welcome!

-- 
-- luca

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


Re: Sending SMS: python

2008-09-16 Thread Luca
On Tue, Sep 16, 2008 at 8:14 PM, Marcel [EMAIL PROTECTED] wrote:

 For such things I would redirect you to FSO which has the dbus framework, but
 I doubt the frameworkd being available for 2008.8...

I don't really understand what FSO is, sorry! So there's no way to do this?
As I read now the use of gsmd and gsmd-tool is for 2007.xx only, not
qtopia (the wiki say that things can conflict).

The SMSTool use this way as I see looking in the code.


 BTW: Since you're addressing especially at Om2008.8, please prefix your topic
 with [2008.8] :)

thanks, am a newbie poster here!


--
-- luca

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


Re: Sending SMS: python

2008-09-16 Thread Marcel
Am Tuesday 16 September 2008 20:54:30 schrieb Luca:
 On Tue, Sep 16, 2008 at 8:14 PM, Marcel [EMAIL PROTECTED] wrote:
  For such things I would redirect you to FSO which has the dbus framework,
  but I doubt the frameworkd being available for 2008.8...

 I don't really understand what FSO is, sorry! So there's no way to do this?
 As I read now the use of gsmd and gsmd-tool is for 2007.xx only, not
 qtopia (the wiki say that things can conflict).

 The SMSTool use this way as I see looking in the code.

I don't know about the situation on the other stacks, but FSO 
(freesmartphone.org) is a project to imlement the fso specifications of an 
API for access to the device's hardware.
Maybe you can somehow interface with qpe which seems to be a central control 
daemon in qtopia...

  BTW: Since you're addressing especially at Om2008.8, please prefix your
  topic with [2008.8] :)

 thanks, am a newbie poster here!

It's not because you are newbie (I wouldn't even have noticed that), but a few 
days ago some people got to the conclusion that it would be nice to at least 
tag threads with the addressed distribution to make client-side filtering 
possible, since this list has quite much traffic.

Marcel

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