Hi guys,
My new htc doesn't remember the new words added in dictionary after a soft reset, I have already contact htc support and they tell me that happen because is stored in memory RAM (WTF??).
Can I edit the t9 database and add the words? I have tried with "eT9MyWords" but doesn't work..
Thanks in advance.
does anyone have the same problem?
yes, i have
What ROM do you have?
What keyboard?
did you perform a hard reset to your device after you've purchased it?
I'm having the same problem and haven't found any solution. There is a T9Editor somewhere on the net, but it also doesn't work (at least for me).
I am thinking about buying Cootek TouchPal which also has T9 and can save user entered word, but I'd much rather have the HTC T9 Keyboard save my words...
Hopefully someone will find a way...
we can see this problem only on wm 6.5, becouse this OS store the file of t9 words in the ROM(why???). i dont want to use another keybord.
this problem was on my td2 before hard reset and after it.
I made a little (dirty) MortScript script that reads words from a text file and automatically enters them into the T9 database.
The script has to be run manually after every reset/shutdown or could be entered to the notification queue so that it is automatically run after every reset/shutdown.
Installation:
* Expand the zip file into some directory on computer.
* Edit the file "t9user.txt" to contain the desired words:
- one word/line
- be sure to keep the empty line at the end of the file
* Edit the 1st line of file t9user.mscr:
- this line reads: et9mywords_title = "T9 Meine Wörter"
- change the text between the quotation marks to the title of your eT9MyWords.exe
- I'm using the german version so the title reads "T9 Meine Wörter"
* Copy everything into a folder on your PPC and change to that folder on your PPC
* Start the included MortScript.exe to register the script file type ".mscr"
(This should not be required if you already have MortScript installed)
* start the script by "clicking" the file "t9user" with the MortScript logo...
The script should start eT9MyWords.exe (which is shipped with the Touch 2) inside the "Windows" folder and enter all words from the text file. Afterwards eT9MyWords.exe is automatically closed again.
It is quite an ugly workaround, but at least it works
PS: Feel free to improve my script or use it any way you like, but please report any improvements so we all can benefit...
Thanks!
I'll test it.
It works
Good job! It works well! For french WM version, the t9user.mscr file modification is "XT9 Mes mots".
Good job georg.madler!
not a perfect solution, but works fine!
the Portuguese title of eT9MyWords.exe is "XT9 Minhas palavras"
Thank you!
Hi!
Glad that my script is working for you...
I know this way is not very elegant, I'm looking for a way to add words directly to the T9 database without the use of eT9Mywords.exe allowing for "better performance" and maybe a way of extracting added words from the database to the textfile...
Bye,
Georg
Submit to HTC support
Dear all,
I'm also having this t9 issue and at the moment I'm using the script, thanks again.
I submited the problem to HTC support and they were responding that I was the first reporting this problem...
If you're reading this, it's probably that your Mega is also loosing the T9 entries... so report the problem to HTC, in this way they will perhaps take some time to solve it!
fix for this problem
View attachment MEG_S00015.zip
run in device.
Can you tell us where you got that file from and if it is working with all language-versions of the Mega?
Thanks!
Edit: I tried it and it works! But sadly this hotfix does break something else:
If you use the phonepad-style keyboard to enter text only the first letters of the buttons pressed appear, the word suggestions do show that the word is recognized and word in the text area is replaced with the recognized word after you press space.
For example if i enter my name "Georg" the textarea reads "gdmpg", only after i press the space button those letters are replaced with the correct word...
Genevrex said:
fix for this problem
Click to expand...
Click to collapse
Спасибо! Super!!!
anyone else tried this patch?
is it safe?
from where does it come?
georg.madler said:
I made a little (dirty) MortScript script that reads words from a text file and automatically enters them into the T9 database.
The script has to be run manually after every reset/shutdown or could be entered to the notification queue so that it is automatically run after every reset/shutdown.
The script should start eT9MyWords.exe (which is shipped with the Touch 2) inside the "Windows" folder and enter all words from the text file. Afterwards eT9MyWords.exe is automatically closed again.
It is quite an ugly workaround, but at least it works
Click to expand...
Click to collapse
is there a possibility to have words added when adding them during texting? or do you have to always use a texteditor?
georg.madler said:
Edit: I tried it and it works! But sadly this hotfix does break something else:
If you use the phonepad-style keyboard to enter text only the first letters of the buttons pressed appear, the word suggestions do show that the word is recognized and word in the text area is replaced with the recognized word after you press space.
For example if i enter my name "Georg" the textarea reads "gdmpg", only after i press the space button those letters are replaced with the correct word...
Click to expand...
Click to collapse
same here, what a shame..
still no update on the t9 problems?? how can this bug only bother so few people??
donSjon said:
anyone else tried this patch?
is it safe?
from where does it come?
Click to expand...
Click to collapse
Hi,
What are the name of the system T9 file you are updating?
Thank you.
all htc mega have this problem.
Some months ago I reported this lack to htc support and they replaied me that they were preparing a firmware upgrade: htc support is pitiful.
Nietfou said:
Dear all,
I'm also having this t9 issue and at the moment I'm using the script, thanks again.
I submited the problem to HTC support and they were responding that I was the first reporting this problem...
If you're reading this, it's probably that your Mega is also loosing the T9 entries... so report the problem to HTC, in this way they will perhaps take some time to solve it!
Click to expand...
Click to collapse
Hi, guys. I am trying to cook my own ROM for wm6.5. The Problem is I can't change the default keyboard to another keyboard input. Editing the reg in [HKEY_CURRENT_USER\ControlPanel\Sip] to another keyboard input make the ROM not bootable. Installing SIPchanger also not solve the problem. Is there any other way to forcefully change the default keyboard input??
You do it by changing the guid in the defaultIM reg key; you also need the clsid for the new sip. Let me say, I had a ***** of a time getting it to work w/ resco keyboard (worked fine w/ fnkbd). The key is to set the defaulIM key during customization, otherwise the rom won't boot. The skin files need to be installed before that key is loaded. With fnkbd, you'd just get an error when the welcomehead appeared (annoying) if the defaultIM was cooked in. But with Resco, you never see your bloody welcomehead. I'm not eve sure that the read letters appear on the splash screen.
I set the defaultIM during customization with a mortscript:
Code:
RegWriteString("HKCU","\ControlPanel\Sip","DefaultIM","{A070BE16-AD56-11D3-BC77-00C06C512035}")
It runs after the skin files are installed (also with a mortscript during customization). Again, it's important that the clsid for the keyboard is cooked in, otherwise the rom will brick when you soft reset it. Once the defaultIM is set, you don't need a sipchanger, and reboots are quick
Edit: it's always a good idea to put in all relevant info if you really want help. What keyboard? What sipchanger? What's your package look like? Did you make it yourself? Did you do it manually, or use a cab-2-oem type tool, which probably crapped everything up? My guess is that you used cab-2-oem, but that there was a setup.dll that installs the clsid for the keyboard, and you didn't get that reg key, so now your package doesn't work. I suspect this because it's weird that sipchange isn't working for you-this is probably because you don't have the clsid (you put the shortcut in Startup, right?). Cab-2-oem type deals are not a reliable method to make packages.
Hi All!
I ***sucessfully*** rooted my X10A.
In the process, I have deleted the default and all existing Input Method. I have no keyboard!!!
What do I do?!!
I downloaded the HTC Keyboard, tried to install thru the InstallAPK windows app, but it's not working , it keeps blabbing about no device detected.
Help...
Resolved!
Hey!
I managed use the root commands to install the HTC keyboard.
Does anyone where to get the original SE keyboard template.
Please?
Thanks.
The HTC IME mod is much better than the original SE keyboard, i think you should give it a try.
don't panic !
You can activate the defaut input (maybe Htc IME) :
Push Menu key (left key) / param / country param / choice a keyboard
Open an application wich ask to use a input (like web browser) long push on the input (url) field, a context menu will appeared chose an input again..
retry to fill a field, the keyboard work now...
Il it not work, you can install one, with the adb command line (from your computer)
Thanks...
Thanks...
I got the HTC keyboard installed, and it's great!
Now, regarding loaders or the main screen template, which one is the best?
I am currently using the default, which is factory-reset of 023 firmware (which got me into the loosing the keyboard situation in the first place).
I need a loader / main screen that can do pages left and right, not just down.
Mod. edit: not dev related, moved to general
In the hacker keyboard I am finding that ENTER isn't working it is making a space.
I also tried uninstalling the hacker keyboard and reinstalling it.
But still the same problem.
The regular android keyboard enter key works.
Any1 can help me change the smiley to return or enter key please :/ im using Messenger as a default message. Ive already tried xposed but it doesnt work
Use the enter key on the keyboard?
You use the keyboard to type, why would you move your hand up to the text entry box to hit enter? Use the keyboard for everything / install a new keyboard