I tried to "update" my language but the program Siemens Language Editor show me something like there are too many. So I applied only for first and second words but from the three are only 2. There are less then 2900.
Could someone help me with it??
naransula
08-29-2004, 12:37
can you re-define your problem? i mean, i could not understand what your problem is.
yiourkas
08-31-2004, 16:40
If i understanded correctly:
> You must create new lines with the strings you want. i.e. String #2900 = blah blah blah
> Then you must change a parameter at the header of the file (first 5-10 lines) that holds the total strings
PS: there are to many for that program. I think.
I didnt understand your answer. What should I change and where.
naransula
09-01-2004, 10:35
you can search the forum there were some threads on this issue. if you could not upgrade your language file, I can send you my language file but since I customized it according to my needs you will need to modify it.
hrfonouni
09-01-2004, 11:25
@IVO4
first it's better you have SFE program from rizapn. when you downloaded that software put your fulllash file in that directory for example D:\SFE\fullflash.bin.
use "skylord language editor" and decompile your ".lng" file from fullflash. open it with notepad and add or change your string names like the following.
String $8C8, "<95>Function 1,2"
String $8C9, "<95>Function 2,2"
String $8CA, "<95>Function 3,2"
String $8CB, "<95>Function 4,2"
String $8CC, "<95>Function 5,2"
String $8CD, "<95>Function 6,2"
String $8CE, "<95>Function 7,2"
String $8CF, "<95>Function 8,2"
String $8D0, "<95>Normal"
String $8D1, "<95>Thin"
String $8D2, "<95>Small"
String $8D3, "<95>SmallBold"
String $8D4, "<95>Big"
String $8D5, "<95>VerySmallNumbers"
String $8D6, "<95>VeryVerySmallNumbers"
String $8D7, "<95>Underline"
String $8D8, "<95>Cancel Underline"
String $8D9, "<95>Invert"
String $8DA, "<95>Cancel Invert"
String $8DB, "<95>Right"
String $8DC, "<95>Left"
String $8DD, "<95>Center"
String $8DE, "<95>Function 9,2"
String $8DF, "<95>Function 10,2"
String $8E0, "<95>Function 11,2"
String $8E1, "<95>Function 12,2"
String $8E2, "<95>Function 13,2"
String $8E3, "<95>Function 14,2"
String $8E4, "<95>Function 15,2"
String $8E5, "<95>Function 16,2"
String $8E6, "<95>Function 1,3"
String $8E7, "<95>Function 2,3"
String $8E8, "<95>Function 3,3"
String $8E9, "<95>Function 4,3"
String $8EA, "<95>Function 5,3"
String $8EB, "<95>Function 6,3"
String $8EC, "<95>Function 7,3"
String $8ED, "<95>Function 8,3"
String $8EE, "<95>Function 9,3"
String $8EF, "<95>Function 10,3"
String $8F0, "<95>Function 11,3"
String $8F1, "<95>Function 12,3"
String $8F2, "<95>Function 13,3"
String $8F3, "<95>Function 14,3"
String $8F4, "<95>Function 15,3"
String $8F5, "<95>Function 16,3
add these values to your language pack and change it to your own language. then change the "maxmsgid" to 2293 in the head of language pack. recompile it to your fullflash by "Skylord language editor". use the command I mentioned below to extract the ff_4e.bin file. apply this bin file with v-klay to your phone.
Now run command of windows by typing cmd or command in run menu of your windows and type this:
sfe b fullflash.bin,4e0000,10000 ff_4e.bin
it will produce a partial flash file at block 4e0000 where the language file exists.then load this file with v-klay and write it to your phone.
DON'T FORGET TO CHANGE MaxMsgId TO 2293 IN YOUR .lng FILE.
I used siemens language editor.(SFE???)
I should better use skylord language editor. EHM
hrfonouni
09-02-2004, 18:08
SFE means Siemens Flash Explorer. a program by RizaPN.
Sorry it should be SLE.
Could you give me a shortcut to skylord language editor for download?
hrfonouni
09-03-2004, 17:42
just remove the txt extension.
Yes I am using this siemens language editor, but It could be another version. could be lower.
Oh under XP it(yours) shows me that something is missing.:
"component ˇComctl32.ocxˇnot correctly registered: file is missing or invalid"
I am using my under win98se. :rolleyes:
hrfonouni
09-04-2004, 10:21
but I use it in windows XP even SP2 and everything works fine.
I just download it and rezip it a run it. thats all.
XP profesional- no service packs or updates
hrfonouni
09-04-2004, 11:50
try to search it in google or other search engines. the last version is 1.4
---DON'T FORGET TO CHANGE MaxMsgId TO 2293 IN YOUR .lng FILE. ---
Done but I set it on 2294 just in case. I will try it on 2293.
-downloaded and changed.
Still not working. Giving error.
Thanks
Problem solved!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!1
It was my RAM. I had 96RRAM. Now I have 256 and it converted with no errors. Thanks for help.