"Michael 'Mickey' Lauer" <[email protected]> writes:
> You can disable everything but ogsmd. I usually do my ogsmd developing by 
> launching framework as:
>
> ./frameworkd -s ogsmd.

This seems to work nicely. I can make a call and hear the audio after

alsactl restore -f /etc/alsa-scenarios/gsmhandset.state

I can also read SMS messages.

However, I can't figure out how I can prepare GSM for suspend. I see
ogsmd/device.py has _suspend method but how do I call this over dbus?

$ sudo mdbus -s org.freesmartphone.frameworkd
/
Traceback (most recent call last):
  File "/usr/bin/mdbus", line 391, in <module>
    c.listObjects( busname )
  File "/usr/bin/mdbus", line 186, in listObjects
    self._listChildren( busname, '/' )
  File "/usr/bin/mdbus", line 242, in _listChildren
    data = process_introspection_data( obj.Introspect() )
  File "/var/lib/python-support/python2.5/dbus/proxies.py", line 68, in __call__
    return self._proxy_method(*args, **keywords)
  File "/var/lib/python-support/python2.5/dbus/proxies.py", line 140, in 
__call__
    **keywords)
  File "/var/lib/python-support/python2.5/dbus/connection.py", line 622, in 
call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied: A 
security policy in place prevents this sender from sending this message to this 
recipient, see message bus configuration file (rejected message had interface 
"(unset)" member "Introspect" error name "(unset)" destination ":1.75")

for some reason does not let me see a list of existing methods.



_______________________________________________
smartphones-standards mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-standards

Reply via email to