On 10/04/10 22:06, Sebastian Krzyszkowiak wrote:
On Sat, Apr 10, 2010 at 23:03, sam tygier<[email protected]>  wrote:
On 10/04/10 20:32, Sebastian Krzyszkowiak wrote:

On Sat, Apr 10, 2010 at 21:19, sam tygier<[email protected]>    wrote:

please can someone give me a hint in the right direction.

thanks

sam

mdbus2 -s org.freesmartphone.opimd /org/freesmartphone/PIM/Contacts/0
org.freesmartphone.PIM.Contact.Delete
mdbus2 -s org.freesmartphone.opimd /org/freesmartphone/PIM/Contacts/1
org.freesmartphone.PIM.Contact.Delete
etc.


that gives me

$ mdbus2 -s org.freesmartphone.opimd /org/freesmartphone/PIM/Contacts/0
org.freesmartphone.PIM.Contact.Delete
[ERR]: Unknown object path /org/freesmartphone/PIM/Contacts/0 for
org.freesmartphone.opimd

Hmm, strange... Maybe try with mdbus instead of mdbus2.


Thanks, it works fine with mdbus. i did a loop to delete them all

for x in `seq 200` ;
do mdbus -s org.freesmartphone.opimd /org/freesmartphone/PIM/Contacts/$x 
org.freesmartphone.PIM.Contact.Delete ;
done

should i file a bug against mdbus2?  (at SHR or FSO)

sam

_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to