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!
delete all user words
- 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
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
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