PDA

View Full Version : [Q] Enabling japanese on Touch & Diamond : issues


alncool
17th September 2008, 02:19 PM
Hi every one,
I currently have a problem with a HTC Touch device when i install these two package:
- Japanese Input (from www.ookii.org open source)
It add these kays into the registry

[HKEY_CLASSES_ROOT\CLSID\{C4434FDD-2269-459d-A617-C93EDB23C224}\DefaultIcon]
@="%InstallDir%\\JapaneseInput.dll,0"
[HKEY_CLASSES_ROOT\CLSID\{C4434FDD-2269-459d-A617-C93EDB23C224}\InprocServer32]
@="%InstallDir%\\JapaneseInput.dll"
[HKEY_CLASSES_ROOT\CLSID\{C4434FDD-2269-459d-A617-C93EDB23C224}\IsSIPInputMethod]
@="1"
[HKEY_CLASSES_ROOT\CLSID\{C4434FDD-2269-459d-A617-C93EDB23C224}]
@="Japanese Input"
[HKEY_CURRENT_USER\Software\Ookii.org\JapaneseInput]
@=""


- LetJapanNo6 (modified by myself in order to not use the asian wince.nls) :
it installs MSGothic font (japanese) and add these registry keys
[HKEY_LOCAL_MACHINE\Software\Microsoft\FontLink\Sys temLink]
"MS PGothic"="\\windows\\tahoma.ttf,Tahoma"
"MS Gothic"="\\windows\\tahoma.ttf,Tahoma"
"MS UI Gothic"="\\windows\\tahoma.ttf,Tahoma"
"Courier New"="\\windows\\msgothic.ac3,MS UI Gothic"
"Tahoma"="\\windows\\msgothic.ac3,MS UI Gothic"
[HKEY_CURRENT_USER\keyboard layout\Preload]
@="e0010411"
[HKEY_CURRENT_USER\keyboard layout\Preload\1]
@="e0010411"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internationa l]
"ACP"=dword:000003a4
"LCID"=dword:00000411
[HKEY_LOCAL_MACHINE\Software\Microsoft\FontLink\Ski pTable]
"Tahoma"="00a5,007e,0391-03c9,2026,2116,221a,25a0-25ff"
"Courier New"="00a5,007e,0391-03c9,2026,2116,221a,25a0-25ff"

Well since i have installed these almost all my button on the device does not work anymore. Red/green call key either so i can't lock or make a call normaly. I have to use the touchscreen.
I don't have these issues on a Touch Diamond (just the 'del' key on all SIP that does not work).

Well can someone help me to find out how to fix that problem ?

I could not find anything yet ...

Thank you!

larsuck
17th September 2008, 02:43 PM
[HKEY_CURRENT_USER\keyboard layout\Preload]
@="e0010411"
[HKEY_CURRENT_USER\keyboard layout\Preload\1]
@="e0010411"

Change those 411s to 409s and see what happens.

Oh, and back everything up just in case things go wrong.

PS, I recommend you use Asukal's Let'sJapan and his ripped IMEs. They are much better than Ookii.org's.

PPS, you might think about not posting questions like this in the development and hacking section. Things like this probably should be in the Elf (Touch) section.

alncool
17th September 2008, 02:48 PM
Thank's for your fast reply. I'm gonna try as soon as possible.
(The HTC Touch is my friend's one).

And i'll take a look on Asukal's IME too =)