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 - confirm

Then you will be able to receive new messages ;-)
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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.DeleteMessage '1'


Is there a way to get read messages from the SIM and store it in the pimd 
messages db? I received 2 messages during the upgrade of opimd and they got 
marked as read and therefore are not being fetched from the SIM.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 SIM had 20 messages so I had to delete from 1 to 20 by changing the
number above.  There is (or was) a deleteall command but I couldnt find
it.  You may need to install mdbus2 to get the command.

BillK



On Fri, 2010-03-19 at 09:59 +0600, Chuck Norris wrote:
 Please tell me
 How to manually delete sms from sim using dbus2 or something else.
 my sim is full of messages
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community