Deleting SIM Card Contacts on 2008.x

ßingen bingentxu at gmail.com
Sat Jan 17 14:13:58 CET 2009


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.





More information about the community mailing list