delete all user words

If you wish something new in Smart Keyboard, here is the place to ask!
Post Reply
jab123
Posts: 22
Joined: Mon Feb 08, 2010 5:40 am
Phone: nexus one 2.1

delete all user words

Post by jab123 »

I've been using the smart dictionary for a while and have noticed that many words are in the user dictionary that are typos.
I do think that as the smart dictionary improves the prediction will become much better but it has become a hassle to delete all the words i don't want individually.
so is there a way to delete all the words in the custom user dictionary? currently each word much be deleted individually. thanks!
User avatar
cyril
Developer
Posts: 2079
Joined: Tue Feb 02, 2010 4:02 pm
Phone: Nexus One 2.3
Location: Nice, France

Re: delete all user words

Post by cyril »

Hello
yes I should add a button for that...
If you are familiar with adb you can do it manually:

- Run "adb shell"
- From the shell, run "sqlite3 /data/data/net.cdeguet.smartkeyboardpro/databases/userdic.db"
- In the sqlite3 console, type "delete from userwords;"

Then kill the keyboard
Cyril
Post Reply