We have moved to a new Sailfish OS Forum. Please start new discussions there.
5

How to remove all contacts in one go? [answered]

asked 2013-12-16 13:56:52 +0300

jovirkku gravatar image

updated 2013-12-21 11:14:28 +0300

eric gravatar image

Is there a way in Jolla UI to delete all of the contacts in People application without reseting the whole phone?

The question has been closed for the following reason "the question is answered, an answer was accepted" by pnuu
close date 2013-12-26 18:42:21.732703

add a comment

2 Answers

Sort by » oldest newest most voted
7

answered 2013-12-17 13:20:08 +0300

Liz gravatar image

updated 2013-12-17 14:06:42 +0300

dez gravatar image

1. stop service:

systemctl --user stop contactsd.service

2. remove contacts:

devel-su --privileged rm -rf /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/*

3. Open People app:

systemctl --user start contactsd.service
link

Comments

Nice! Still not in -UI :-(

NikosAlexandris ( 2013-12-24 22:10:02 +0300 )
add a comment
1

answered 2013-12-16 13:58:04 +0300

jovirkku gravatar image

Currently the Jolla UI is lacking the utility for deleting all contacts from People application.

It can, however, be done using SSH or the Finger terminal (both of them require that you enable the developer mode first). Be careful not to delete anything unintended.

devel-su
rm -rf /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/*
link
add a comment

Question tools

Follow
3 followers

Stats

Asked: 2013-12-16 13:56:52 +0300

Seen: 1,070 times

Last updated: Dec 17 '13