tito2002, on Jan 31 2005, 01:43, said:
Does someone have the Orange Romania Update for C500?
On support page there isn`t for download, and i want it for the T9 editor that is present in it!
I managed to install the T9 file posted by
ga!nusha, with a bit of registry editing as described
here. It works like a charm. Beware though that using the few Romanian characters (sh, tz etc) means using unicode, and that limits the SMS capacity to 70 characters.
The phone should be application unlocked to succeed - well, I discovered this after I formatted my phone again today and I installed the Romanian T9 library using a cab I have built for this purpose.
If you want to build a cab file for your phone, here's my inf file, which you'll have to modify:
T9Installer.inf
[Version]
Signature="$Windows NT$"
Provider = "Tudor"
CESignature="$Windows CE$"
[CEStrings]
AppName="T9"
InstallDir="\Storage\Application Data\T9\"
[CEDevice]
VersionMin=4.00
VersionMax=4.99
[DefaultInstall]
CopyFiles=Files.Common
AddReg=RegSettings.All
[SourceDisksNames]
1=,"Common1",,"D:\Maintenance\Smartphone Applications\T9 Romanian\T9 Installer\"
[SourceDisksFiles]
T9RomanianLdb.dll=1
[DestinationDirs]
Files.Common=0,%InstallDir%
[Files.Common]
T9RomanianLdb.dll,,,0
[RegSettings.All]
HKLM,"T9 Input Method\MUI\Languages","Available",0x00000000,"0409,0418,0410,0407,040C,0413,0406,040A"
HKLM,"T9 Input Method\LDBs","0418",0x00000000,"\Storage\Application Data\T9\T9RomanianLdb.dll"
You need, of course, to change the paths accordingly to point to your files and,
very important, change the "0409,0418,0410,0407,040C,0413,0406,040A" bit to reflect the languages you have installed on your phone. For this, check the registry value "HKEY_LOCAL_MACHINE\T9 Input Method\MUI\Languages\Available", copy what's there and add the Romanian language ID, which is 0418.
As you don't need to uninstall this, add the /nouninstall parameter when building the cab, so it doesn't put a "Remove program" entry. If you try to remove it, it would delete the registry entry with the available languages (at least I don't know how to build the cab in such a way that is wouldn't remove it!). Here's the batch file I've used:
BuildCab.bat
"C:\Program Files\Windows CE Tools\wce420\SMARTPHONE 2003\Tools\cabwizsp.exe" "D:\Maintenance\Smartphone Applications\T9 Romanian\T9 Installer\T9Installer.inf" /dest "D:\Maintenance\Smartphone Applications\T9 Romanian\T9 Installer" /err CabWiz.SMP.log /nouninstall /cpu ARMV4
If you're not familiar with building the cab files, tell me what languages you have on the phone for T9 (or the value of "HKEY_LOCAL_MACHINE\T9 Input Method\MUI\Languages\Available") and I can build the cab for you.
I hope this helps.
Tudor