[debian/fso] openmoko-panel-plugin 0.6-2.1 not working after upgrade

2008-12-28 Thread Simon Matthews
Hi,

I have just upgraded my Freerunner with apt-get upgrade and now O-P-P
will not start.

As others have said O-P-P is a great program and makes Debian much more
usable on the Freerunner. It is sorely missed at the moment :-(

Any suggestions would be appreciated

Below is the output error message
libnotify-Message: GetServerInformation call failed: The name
org.freedesktop.Notifications was not provided by any .service files
Traceback (most recent call last):
  File /usr/bin/openmoko-panel-plugin, line 1682, in module
icon = PanelPlugin(dbus_object)
  File /usr/bin/openmoko-panel-plugin, line 78, in __init__
self.configReader()
  File /usr/bin/openmoko-panel-plugin, line 101, in configReader
self.appendIcon(plugin)
  File /usr/bin/openmoko-panel-plugin, line 107, in appendIcon
self.icons.append(WiFiIcon(self.dbus, self))
  File /usr/bin/openmoko-panel-plugin, line 839, in __init__
PowerStateIcon.__init__( self, dbus, Turn on WiFi, Turn off
WiFi, WiFi, parentObject, wifi )
  File /usr/bin/openmoko-panel-plugin, line 576, in __init__
self.powerstate = self.dbusdeviceiface.GetPower()
  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.UnknownMethod:
Method GetPower with signature  on interface
org.freesmartphone.Device.PowerControl doesn't exist

Thanks
Simon


___
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland


Re: [debian/fso] openmoko-panel-plugin 0.6-2.1 not working after upgrade

2008-12-28 Thread Michele Renda

Il 28/12/2008 11:37, Simon Matthews ha scritto:

Hi,

I have just upgraded my Freerunner with apt-get upgrade and now O-P-P
will not start.

   

I think you have to upgrade your o-p-p version.
The GetPower method on FSO framework was removed sometime ago. All the 
programs was using this method need to be modifed (o-p-p, sephora, etc.) 
to use the new methods.


I think Joachim or Luca Cappello can give you more details about the 
most updated version of o-p-p available


___
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland


Send SMS with command line in debian

2008-12-28 Thread Davide
Hi!

I want to send sms from the shell in debian on my freerunner. Any
help?

___
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland


Re: [debian/fso] openmoko-panel-plugin 0.6-2.1 not working after upgrade

2008-12-28 Thread Gilles Filippini
Michele Renda a écrit :
 Il 28/12/2008 11:37, Simon Matthews ha scritto:
 Hi,

 I have just upgraded my Freerunner with apt-get upgrade and now O-P-P
 will not start.


 I think you have to upgrade your o-p-p version.
 The GetPower method on FSO framework was removed sometime ago. All the
 programs was using this method need to be modifed (o-p-p, sephora, etc.)
 to use the new methods.

Hi Michele,

And what about Sephora? I can't find any update since the 0.2-alpha3
release.

Thanks in advance.

_Gilles.

___
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland


Re: Send SMS with command line in debian

2008-12-28 Thread Michele Renda

Hi

Il 28/12/2008 12:15, Davide ha scritto:

I want to send sms from the shell in debian on my freerunner. Any
help?
   
I think you have to use mdbus -s. With this you can study the 
framework and to find the right methods to call to send sms.


Take care than just now some persons are experiencing some problems 
sending sms via framework.


Best regards
Michele Renda

___
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland


Re: Send SMS with command line in debian

2008-12-28 Thread arne anka

I want to send sms from the shell in debian on my freerunner. Any
help?


according to a mail by mickey lauer [1] something like this should do:

1)
mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device  
org.freesmartphone.GSM.SIM.StoreMessage 'uthenumber' 'uthe message'


should return a number, which is the index the msg is stored under, say X
2)
mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device  
org.freesmartphone.GSM.SIM.SendStoredMessage X

where X is the index of your message.

3)
mdbus -s org.freesmartphone.frameworkd /org/freesmartphone/GSM/Device  
org.freesmartphone.GSM.SIM.RetrieveMessagebook 'uunsent'


lists the unsent messages, if the index is not returned (did not try 1)  
yet), you might find the index in the output of the command.


another way would be to put all that together in a python script and let  
it take two args or so.



[1 http://lists.openmoko.org/pipermail/community/2008-September/031636.html

___
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland


Re: [debian/fso] openmoko-panel-plugin 0.6-2.1 not working after upgrade

2008-12-28 Thread Michele Renda

Il 28/12/2008 12:17, Gilles Filippini ha scritto:

And what about Sephora? I can't find any update since the 0.2-alpha3
release.
   
Yes, you are right. I worked adapt it to the new framework. I working 
now more to remove all the incomplete features. I cound to release it 
starting from next week.


Thank you
Michele Renda

___
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland


Re: [debian/fso] openmoko-panel-plugin 0.6-2.1 not working after upgrade

2008-12-28 Thread Michele Renda

Il 28/12/2008 15:40, Nikita V. Youshchenko ha scritto:

Packaging *is* a lot of work - it is obvious.

Unlike many other distros, Debian's users are used to trust the packaging
system. If apt installs upgrade, then it won't break things.
Breaking that is not acceptable at all.
   
Yes and No. Yes, is not nice when an upgrade break your system. But the 
problem is that fso-framework is still a work in progress and is 
normal that changes on interface can still happen.


I think that who maintain programs that depends upon fso-frameworkd must 
to keep their program up to date whit currently fso-frameworkd.


It is more a cordination problem.

___
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland


Re: debian: zhone not sending sms

2008-12-28 Thread Moritz Lennert
On Sat, December 27, 2008 22:05, arne anka wrote:
 there was a similar request on commun...@om on 2008-11-28 which no one of
 the guys familiar with the intenral of fso or zhone answered -- and i am
 stuck with the same issue now, a month later:
 i hit the messages button (the one with the air mail envelope), then the
 four-squares-button and send, select a number, type my sms and hit the
 green mark -- and that's it. the message stays in the list prepended with
 (unsent).

AFAICT, the message is sent, so it seems that it is the prepended unsent
which is the bug...

Moritz


___
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland