On Saturday 17 January 2009 02:00:29 Matthew Lane wrote:
> Does anyone know a method to delete sim card contacts on 2008.x?  I'm
> currently using FDOM, and some bug imported all my contacts onto my sim
> card with the name "/hp" and I was wondering if anyone knew a method.
> Thanks.

Once I had the same problem, I executed these sentences with sqlite and the 
database file (I don't remember where is it located, and now I don't have a 
2008.x distribution):

delete from contacts;
delete from contactaddresses;
delete from contactcategories;
delete from contactcustom;
delete from contactphonenumbers;

-- 

   ßingen.


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

Reply via email to