Re: How to manually delete sms from sim using dbus2 or something else?

2010-03-18 Thread W.Kenworthy
To list messages (latest shr-t): mdbus2 -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.SIM.RetrieveMessagebook 'all' To delete messages one by one: mdbus2 -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.SIM.DeleteMessage '1' My

Re: How to manually delete sms from sim using dbus2 or something else?

2010-03-20 Thread Erik Geiger
Am Freitag, 19. März 2010 04.59:43 schrieb Chuck Norris: > Please tell me > How to manually delete sms from sim using dbus2 or something else. > my sim is full of messages The easiest way to delete _all_ messages on SIM is IMO to use - settings - phone - scroll down - Message book -> clean -> con

Re: Re: How to manually delete sms from sim using dbus2 or something else?

2010-03-19 Thread neo
> To list messages (latest shr-t): > mdbus2 -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device > org.freesmartphone.GSM.SIM.RetrieveMessagebook 'all' > > To delete messages one by one: > mdbus2 -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device > org.freesmartphone.GSM.SIM.DeleteMe