Go Back   Android Forums > Android Discussion > Android Applications

Android Applications All the information you could ever want about Android Applications. Find apps, learn about new apps, get helps with apps.. all here!



Reply
 
LinkBack Thread Tools
Old February 8th, 2010, 03:39 PM   #1 (permalink)
New Member
 
Join Date: Feb 2010
Posts: 14
 
Device(s): Motorola Milestone
Thanks: 1
Thanked 0 Times in 0 Posts
Default UserDictionaryUpdater App Released! Batch load words

Ever wanted to add words to your user dictionary in batch so you don't need to add them manually one by one?

Now you can!

I just created a project called UserDictionaryUpdater which takes a file called CustomDictionary.txt in your sdcard root and adds all the words from it to your user dictionary.

This is great for people like me who doesn't have language support in Motorola Milestone and don't want to add words one by one.

Please, check it out here:

userdictionaryupdater - Project Hosting on Google Code

Your feedback is very welcome!

Thanks!

franciscojunior is offline  
Reply With Quote
Sponsors
Old February 8th, 2010, 03:51 PM   #2 (permalink)
Over Macho Grande?
 
alostpacket's Avatar
 
Join Date: Nov 2009
Location: NY
Posts: 6,032
 
Device(s): GalaxyNexus(LTE), NexusOne, OG Droid, GalaxyTab 10.1(LTE), Eris, Logitech Revue (fishtank)
Thanks: 2,327
Thanked 2,082 Times in 848 Posts
Default

neat
alostpacket is offline  
Reply With Quote
Old February 8th, 2010, 04:07 PM   #3 (permalink)
New Member
 
Join Date: Feb 2010
Posts: 14
 
Device(s): Motorola Milestone
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Thanks! I hope you can give it a try.
franciscojunior is offline  
Reply With Quote
Old February 9th, 2010, 11:11 AM   #4 (permalink)
Junior Member
 
Join Date: Nov 2009
Posts: 57
 
Device(s):
Thanks: 0
Thanked 1 Time in 1 Post
Default

Cool idea. I know a number of people - myself included - have looked for an app to allow editing the custom dictionary. How cool would it be if you could incorporate that into your app Total dictionary control....would be nice. Thanks for making this app.
Jevid is offline  
Reply With Quote
Old February 9th, 2010, 12:25 PM   #5 (permalink)
New Member
 
Join Date: Feb 2010
Posts: 14
 
Device(s): Motorola Milestone
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Yes, it is very nice.

Unfortunately, there is no android api to remove words or edit them. There is only a method to add them to dictionary.

It would be nice to be able to remove or edit them, though.
franciscojunior is offline  
Reply With Quote
Old February 9th, 2010, 12:32 PM   #6 (permalink)
Junior Member
 
Join Date: Nov 2009
Posts: 57
 
Device(s):
Thanks: 0
Thanked 1 Time in 1 Post
Default

Actually, this tool could be used as a work around for when you need to "reset" the user dictionary because it is full of mistakes. As long as you maintained a list of custom words you want in the dictionary, you could periodically delete all the custom entries & then reload from your own custom dictionary file. I may have to give this a try!
Jevid is offline  
Reply With Quote
Old February 9th, 2010, 12:42 PM   #7 (permalink)
New Member
 
Join Date: Feb 2010
Posts: 14
 
Device(s): Motorola Milestone
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Yes. Unfortunately, I couldn't find a way to remove all the entries in the user dictionary. Just one by one. If you find something, please let me know.
franciscojunior is offline  
Reply With Quote
Old February 9th, 2010, 12:52 PM   #8 (permalink)
Junior Member
 
Join Date: Nov 2009
Posts: 57
 
Device(s):
Thanks: 0
Thanked 1 Time in 1 Post
Default

I believe you go into manage applications > touch input > then choose "clear data"
Jevid is offline  
Reply With Quote
Old February 9th, 2010, 12:58 PM   #9 (permalink)
New Member
 
Join Date: Feb 2010
Posts: 14
 
Device(s): Motorola Milestone
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Hmmmmm, on my android milestone I can't find this touch input app....
I only have one called Android Keyboard.
franciscojunior is offline  
Reply With Quote
Old February 9th, 2010, 01:04 PM   #10 (permalink)
Junior Member
 
Join Date: Nov 2009
Posts: 57
 
Device(s):
Thanks: 0
Thanked 1 Time in 1 Post
Default

Ooops, I forgot I was in the Apps forum, not the Eris forum I'm not sure how to do it on anything other than an Eris, sorry.
Jevid is offline  
Reply With Quote
Sponsors
Old February 16th, 2010, 11:34 AM   #11 (permalink)
New Member
 
Join Date: Oct 2009
Posts: 3
 
Device(s):
Thanks: 7
Thanked 0 Times in 0 Posts
Default

Very usefull apps. Try to install on Samsung Galaxy and My touch 3G "UserDictionaryUpdater could not be installed on this phone" .
agisman is offline  
Reply With Quote
Old February 17th, 2010, 12:47 PM   #12 (permalink)
New Member
 
Join Date: Feb 2010
Posts: 14
 
Device(s): Motorola Milestone
Thanks: 1
Thanked 0 Times in 0 Posts
Default

I think I know why....

I put android 2.0 as minimal android support. I'll change it to use 1.5 as minimal.

Thanks for feedback!

UPDATE: Done. Already uploaded version 1.2 which uses 1.6 as min android version.
franciscojunior is offline  
Last edited by franciscojunior; February 17th, 2010 at 01:05 PM. Reason: update about new release.
Reply With Quote
Old February 18th, 2010, 05:54 AM   #13 (permalink)
New Member
 
Join Date: Oct 2009
Posts: 3
 
Device(s):
Thanks: 7
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by franciscojunior View Post
I think I know why....

I put android 2.0 as minimal android support. I'll change it to use 1.5 as minimal.

Thanks for feedback!

UPDATE: Done. Already uploaded version 1.2 which uses 1.6 as min android version.
Wow thx for the respond franciscojunior, ur live savior. Try with my touch 3g works like champ. But still same problem with Samsung Galaxy fyi galaxy still use android 1.5. Anyway thanks for ur effort
agisman is offline  
Reply With Quote
Old February 18th, 2010, 01:30 PM   #14 (permalink)
New Member
 
Join Date: Feb 2010
Posts: 14
 
Device(s): Motorola Milestone
Thanks: 1
Thanked 0 Times in 0 Posts
Default

I couldn't recompile the project under 1.5.

I think I'm using some UI element which isn't supported on 1.5.

I'll check if I can make some changes to recompile it under 1.5
franciscojunior is offline  
Reply With Quote
Old March 5th, 2010, 01:25 PM   #15 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

can anyone tell me where and what the file is called for the dictionary on the phone?
digo909 is offline  
Reply With Quote
Old March 5th, 2010, 02:42 PM   #16 (permalink)
New Member
 
Join Date: Feb 2010
Posts: 14
 
Device(s): Motorola Milestone
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by digo909 View Post
can anyone tell me where and what the file is called for the dictionary on the phone?

How it works?

Create in the root of your sdcard a file called CustomDictionary.txt. In it, write one word per line which you want to be added to your User Dictionary. When you press the button "Load Dictionary" it will load your words. That's it! Pretty easy, huh?
franciscojunior is offline  
Reply With Quote
Old May 15th, 2011, 10:27 PM   #17 (permalink)
New Member
 
Join Date: May 2011
Location: Ocean Springs, MS.
Posts: 1
 
Device(s): motorola milestone
Thanks: 0
Thanked 0 Times in 0 Posts
Default Adding/Removing words in user dictionary

I have a Motorola Milestone. I just went to:
Settings> Language & Keyboard> User Dictionary
...and I was able to add any words I wanted to. So handy when you text a lot!! I can also click on any word to edit or delete it!
Hope this helped~!
Steph F.
malibu39 is offline  
Reply With Quote
Reply

Bookmarks

Tags
android, language, locale, updater, user dictionary


Go Back   Android Forums > Android Discussion > Android Applications User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
batch Dilemma coach258 HTC Droid Incredible 1 July 13th, 2010 03:08 PM
1st release batch Araldo Motorola Droid X 21 July 10th, 2010 11:09 PM
Best Buy Second Batch skylarroxxs HTC EVO 4G 6 June 9th, 2010 08:54 PM
Batch file, How to ? stainless Droid - Support and Troubleshooting 3 April 26th, 2010 10:07 PM



All times are GMT -5. The time now is 10:56 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo


SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.