On Wed, 18 Mar 2009 17:07:43 +0100
Sven Klomp <[email protected]> wrote:

> Hi,
> 
> what is the neded type to set the RTC?
> mdbus -s
> org.freesmartphone.odeviced /org/freesmartphone/Device/RealTimeClock/0
> org.freesmartphone.Device.RealTimeClock.SetCurrentTime "1237390913"
> 
> gives: 
> ERROR:dbus.connection:Unable to set arguments (1237390913,) according
> to signature u's': <type 'exceptions.TypeError'>: Expected a string
> or unicode object

Try to escape the quotes like this: \"1237390913\". The problem is that
the bash already strips them and mdbus will just interpret the number
as number.

Regards,
Daniel Willmann

Attachment: signature.asc
Description: PGP signature

_______________________________________________
devel mailing list
[email protected]
https://lists.openmoko.org/mailman/listinfo/devel

Reply via email to