Can't see MUI in HKEY_LOCAL_MACHINE - Omnia 7 General

I'm trying to at a language to my Omnia 7 (7004) but i cant see the MUI map in HKEY_LOCAL_MACHINE with the registry editor. Any ideas?

Related

German keyboard -> English ROM

I've got a German MDA PRO with the Qtek WWE ROM.
I'm trying to get the correct kayboard layout.
Can someone with a Germon ROM please post the registry settings under:
- HKCU\ControlPanel\Keyb\
- HKCU\ControlPanel\keyboard layout\ProLoad
I've tryed to create a String and HEX DWORD value with the name "locale" and value "0407", but that didn't work.
for the german keyboard on english ROM
get a registry editor (like Resco)
search the Change the key
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\Qwerty]
edit - Layout in decimal to 66567
then softreset

Editing the registry

Pardon my ignorance! What do I need to edit the EXEC registry and where do I find it? i.e the registry. Thanks
PHM Regedit google it

Exe file for change the value os a registry entry?

Is it possible to create an exe file, that when run on the PPC (Blackstone with WM6.1), change the value of a registry entry?
Is for change the value HKCU\Software\Microsoft\Activesync\KeepAlive from 1 to 0
Thanks.
You can create a cab file for this.
Byrkoff said:
Is it possible to create an exe file, that when run on the PPC (Blackstone with WM6.1), change the value of a registry entry?
Is for change the value HKCU\Software\Microsoft\Activesync\KeepAlive from 1 to 0
Thanks.
Click to expand...
Click to collapse
dotfred's taskmanager for importing reg files (containing a set of registry keys
registrysetstring for setting just a single registry key
mortscript
egoist6 said:
dotfred's taskmanager for importing reg files (containing a set of registry keys
registrysetstring for setting just a single registry key
mortscript
Click to expand...
Click to collapse
RegistrySetString is perfect to change any string-value, but I want to change an integer-value (Base decimal). Help, please.
come on. show more enthusiasm and check the other websites...
if you use taskmgr:
create a reg-file "myvalue.reg":
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Activesync]
"KeepAlive"=dword:00000000
and import the reg file:
Code:
taskmgr.exe myvalue.reg
if you use morstscript:
Code:
RegWriteDWord("HKCU", "Software\Microsoft\Activesync", "KeepAlive", "0")
Here is a code i published while ago.. its in C#
you can change it to your needs :
http://forum.xda-developers.com/showpost.php?p=3304680&postcount=11
Thanks. MortScript is the best.

greek language for compact querty/ querty and keypad touch cruise 2

greek language for compact querty/ querty and keypad
just add this registry file to your mobiles registry to enable Greek language support. reset and enjoy....
------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\HTC\ezsip]
"Library10"=dword:00000006
"Library11"=dword:0000000c
"Library12"=dword:00000008
"Library13"=dword:00000013
"Library14"=dword:00000012
"Library15"=dword:00000014
"Library5"=dword:00000005
"Library6"=dword:00000007
"Library7"=dword:0000000b
"Library8"=dword:0000000f
"Library9"=dword:00000009
"LibraryCount"=dword:00000010
[HKEY_LOCAL_MACHINE\Software\Tegic\eT9]
"AvailableLanguages"="0108,0109,010C,0107,0110,010A"
[HKEY_LOCAL_MACHINE\Software\Tegic\eT9\Ime\KDBFiles]
"0608"="hpd.5x4.Greek.kdb"
[HKEY_LOCAL_MACHINE\Software\Tegic\eT9\LdbFiles]
"0108"="ELlsUN_xt9.ldb"
[HKEY_LOCAL_MACHINE\Software\Tegic\eT9\Sip\Bitmaps\0A08\Portrait]
"LowerCaseDown_Transparent"="P12-grk-map_down_mask.png"
"LowerCaseUp"="P12-grk-map_up.png"
"MultiTap"="P12-abc.png"
"MultiTap_inverse"="P12-abc_inverse.png"
"NumberBg"="P_NumberMode_Bkgd.png"
"NumberBg_Inverse"="P_NumberMode_Bkgd_Inverse.png"
"Shift"="P12-shift.png"
"Shift_inverse"="P12-shift_Inverse.png"
"Symbol_123Icon"="P_Symbol_NumberIcon.png"
"Symbol_LockIcon_Off"="P_Symbol_lock-lightOFF.png"
"Symbol_LockIcon_On"="P_Symbol_lock-lightON.png"
"SymbolBg"="P_SymbolMode_Bkgd.png"
"SymbolBg_Inverse"="P_SymbolMode_Bkgd_Inverse.png"
"UpperCaseDown_Transparent"="P12-grk-capmap_down_mask.png"
"UpperCaseUp"="P12-grk-capmap_up.png"
[HKEY_LOCAL_MACHINE\Software\Tegic\eT9\Sip\Bitmaps\0B08\Portrait]
"LowerCaseDown_Transparent"="P20-grk-map_down_mask.png"
"LowerCaseUp"="P20-grk-map_up.png"
"MultiTap"="P20-abc.png"
"MultiTap_inverse"="P20-abc_inverse.png"
"NumberBg"="P_NumberMode_Bkgd.png"
"NumberBg_Inverse"="P_NumberMode_Bkgd_Inverse.png"
"Shift"="P20-shift.png"
"Shift_inverse"="P20-shift_Inverse.png"
"Symbol_123Icon"="P_Symbol_NumberIcon.png"
"Symbol_LockIcon_Off"="P_Symbol_lock-lightOFF.png"
"Symbol_LockIcon_On"="P_Symbol_lock-lightON.png"
"SymbolBg"="P_SymbolMode_Bkgd.png"
"SymbolBg_Inverse"="P_SymbolMode_Bkgd_Inverse.png"
"UpperCaseDown_Transparent"="P20-grk-capmap_down_mask.png"
"UpperCaseUp"="P20-grk-capmap_up.png"
[HKEY_LOCAL_MACHINE\Software\Tegic\eT9\Sip\KdbFiles]
"0A08"="spd.4x4.Greek.kdb"
"0B08"="spd.5x4.Greek.kdb"
"0C08"="spd.Lqwerty.Greek.kdb"
"0D08"="spd.Pqwerty.Greek.kdb"
----------------------------------------------------------------
Install:
Start the attached FDC Taskmanager, then tap <Menu>, <Options>, set enabled on "Create RegEdit Shortcut".
Now you can open the Regedit - Shortcut in Startmenu ( <Programs> - <System> ) and .reg - files will be associated with FDC-TM.
Now doubletap on the attached .reg - file, select importing.
raphael?
does it word with touch pro ? if not can you plz make another .reg for that ? thanks in advance
ok i put greek using : IME___EZ_Input_Greek (in two separate cab files)

Other language fonts in IE

Hi all,
When I open a site which is in my regional language (Indian language), I could only see squares in it.
Do I have to install Unicode fonts in to my Herald?
I have Aserg's ROM and tried to open http://kn.wikipedia.org in the IE.
Just now, I referred to the following tutorial given in wikipedia. And now I can see all the fonts in my regional language.
I can't read anything.
I can't even read the menu items. Nor the Registry keys. Nothing. I don't know what to change back.
Seems, I need to hard-reset. What a fool I am.
------------------------------------------
Unicode on Windows mobile 5.0
To Enable the fonts on Windows Mobile 5 & 6
Copy the unicode font to \Windows\Fonts folder
Download PHM registry from http://www.phm.lu/products/PocketPC/RegEdit/ (select the "Pocket PC 2002,2003 (ARM/PXA) from the dropdown)
copy registry editor cab file to device and install it.
Enable font linking by adding the below registries
Run PHM regidtry editor from programs
Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Select Microsoft, go to edit > New Key and add a new key FontLink below HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Select FontLink and add a new key SystemLink (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FontLink\SystemLink )
Select SystemLink and add a string value.
Value name - Tahoma
Value data - \Windows\Fonts\Akshar.ttf,Akshar Unicode
Note: change the "Akshar.ttf,Akshar Unicode" as per the font you have copied to the Fonts folder.
Again go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ and add one more New Key "FontPath"
Select FontPath and add a string value as
Value name - FontPath
Value data - \Windows\Fonts
Soft reset your mobile
So, the method given above just changes the font of the device (while the language does not change).
I am going to hard-reset the device.

Categories

Resources