PDA

View Full Version : Need little help


dubravk0
5th February 2008, 12:49 PM
After update,my Blue (french keyboard layout) works perfectly but how i can change keyboard layout to french (azerty)?any patch or something.I use helmi's ROM.

griny
5th February 2008, 04:08 PM
HOW TO USE ANY BUILT-IN KEYBD WITH A ROM IN OTHER LANGUAGE
________________________________________
Very good news, guys!

I found how we can use our own country built-in keyboard using a ROM in a different language.

I have made the test with German, Greek, Spanish, French and Italian... and it works great! It's extremely simple to do it. You just need to change a value in the registry :lol:

You must edit the registry with any registry editor, i.e. PHM Registry editor and you must change change this key:

HKEY_LOCAL_MACHINE\SOFTWARE\OEM\QWERTY

Layout=123105 is the default value when you use a WWE ROM. 123105 is the value in decimal for 00020409... and 00000409 is the keyboard layout for the US keyboard in Windows

so if you change the value of "Layout" to...

Layout=132103 (which corresponds to 00020407 in HEX... 00000407 is the German keyboard)

Layout=132104 (which corresponds to 00020408 in HEX... 00000408 is the Greek keyboard)

Layout=132106 (which corresponds to 0002040a in HEX... 0000040a is the Spanish keyboard)

Layout=132108 (which corresponds to 0002040c in HEX... 0000040c is the French keyboard)

Layout=132112 (which corresponds to 00020410 in HEX... 00000410 is the Italian keyboard)

and so on...


In other words, as Layout is a dword key, you have to calculate the value in Decimal of "0002" followed of the last four digits for your Country, for instance "040c" for France. 0002040c in HEX is 132108 in decimal

I think many people will be intererested in this feature

dubravk0
8th February 2008, 03:56 PM
thx mate, i appreciate it