# Sanitisation

Wifi credentials for all known AP are stored in

/userdata/system-data/etc/NetworkManager/system-connections/\* (all known SSID names)

SMS sent/receive

```
$ sqlite3 .local/share/history-service/history.sqlite

sqlite> delete from text_events ;
sqlite> vacuum ;
```

the above only deletes the text, but not the numbers; you must issue as well:

```
sqlite> delete from threads ;
sqlite> vacuum ;
```

Numbers dialed / called from

```
$ sqlite3 .local/share/history-service/history.sqlite
sqlite> delete from voice_events ;
sqlite> vacuum ;
```

Contact data

The are stored in the file \~phablet/.local/share/evolution/addressbook/system/contacts.db and one can wipe ALL out with:

```
$ syncevolution --delete-items backend=evolution-contacts --luids '*'
```

Dekko MUA config and logs:

```
$ rm ~/.config/dekko.dekkoproject/dekko.dekkoproject.conf
```

and:

```
$ rm ~/.cache/upstart/application-click-dekko.dekkoproject_dekko_*
```

Last updated: Sat Oct 17 16:11:03 CEST 2015


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guru-1.gitbook.io/bq-aquaris-e-4-5-ubuntu-phone/en/chapter23.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
