ROM dependant keyboard mapping problem - Tilt, TyTN II, MDA Vario III General

Hi,
My HTC TyTN II came with official WM 6.1 Finish ROM installed. Keyboard mapping was OK, i.e. every key like !,@,#,$,etc. was displayed as it was pressed accordingly. But since I've tried any custom ROM (HyperDragon, Athine, etc), the problem with special character mapping occurs, i.e. they are mixed: I'm getting @ instead of ?, ! instead of #, # instead of =, etc. Letters and numbers are OK.
When I dumped back Finish ROM, everything seems to be working again.
What could be the problem? Where should I start from?
My current system spec:
ROM version: AthineOS WWE
ROM date: 03/02/2009
Radio: 1.70.19.09
Protocol: 25.83.40.02H

Search on these boards for "Tilt Keyboard Fix." It's a small cab that should fix your problem.
The trouble stems from the two major variants of the Kaiser (the AT&T Tilt and the HTC TyTN II) having different layouts.

Try this, from mskips rom faqs:
11. FN keys being mixed up on the keyboard (! @ : ; " # &):
AT&T tilt, must run the "tilt Keyboard fix" on any custom rom.
Download and install Tilt KeyBoard Fix to Device Memory.
If that doesnt work then try Alex's TyTN2 Keyboard Fix.
http://www.4shared.com/file/69448602/432b1f86/_Alex__TyTN_II_Keyboard_Fix.html

Um, seems like he has a kaiser, so maybe he installed an at&t rom ready on it instead of one for the kaiser?????
I just noticed that he didn't call it a tilt and said Finish (I'm thinking Finland or something)
if their fixes don't work please give us some of the letters and symbols that your having problems. On a Tilt it would be something like this
x" c= v# b7 n8 m9
you see..

Schaps Advanced Config allows you to change the locale for the keyboard. I just checked and didn't see Finnish, so this may not help.
I can't recall a working link (as I've been away for awhile), however, I'm sure you can find it if you searched in the general development and hacking forum.

_Alex_ said:
Schaps Advanced Config allows you to change the locale for the keyboard. I just checked and didn't see Finnish, so this may not help.
I can't recall a working link (as I've been away for awhile), however, I'm sure you can find it if you searched in the general development and hacking forum.
Click to expand...
Click to collapse
As an aside to the original question, welcome back, long time no hear. Will we be cooking again ? With all the new chefs, it is a great time to own a Kaiser.

ChumleyEX said:
Um, seems like he has a kaiser, so maybe he installed an at&t rom ready on it instead of one for the kaiser?????
I just noticed that he didn't call it a tilt and said Finish (I'm thinking Finland or something)
if their fixes don't work please give us some of the letters and symbols that your having problems. On a Tilt it would be something like this
x" c= v# b7 n8 m9
you see..
Click to expand...
Click to collapse
Sorry guys for the delay, Yesterday I was busy testing the above mentioned fixes. Sadly, non of them seems to be working for me.
Regarding the device. This is genuine Kaiser, as it was bought in Europe, from local dealer. I dunno why it came with finish (Finland) ROM, but it is as it is.
I checked through the xda-developers wiki and found that my device has Swedish (Norwegian) keyboard. I assume that it initially it had 1044 or 1053 CurLang registry value. After flashing the device and installing custom ROM (AthineOS currently) I see that CurLang value is 1033, i.e. USA layout. I'm playing with various CurLang and some time I hope to succeed.
Though, I'm not sure, does it make any sense... Probably, installing original rom and writing down all keyboard registry values would be wiser and less time consuming.
Cheers!
Quick note: I was referring to *that* type of rom. WM locales page.

Ok, regarding symbols. I just installed Schaps Advanced Config and set input locale to Swedish (the closest available match from available selection).
I'll list the characters I'm getting in the following format - Fn+symbol=result:
[email protected]
Fn+#=!
Fn+(=?
Fn+)=/
Fn+==#
Fn+_=_
Fn+!="
Fn+\=%
Fn+/=-
Fn++=+
Fn+'='
Fn+&=&
Fn+-=:
Fn+*=*
Fn+,=(Activates T9 guestures)
[email protected]=)
Hope it helps.

Alex, if a fix can't be found for him is there a chance of someone pulling the keyboard info from a Finish rom?

ChumleyEX said:
Alex, if a fix can't be found for him is there a chance of someone pulling the keyboard info from a Finish rom?
Click to expand...
Click to collapse
How could I extract that info? Disassemble ROM? Install it and look for registry values?
If we reach happy end here, this thread could be valued entry into Kaiser wiki for keyboard layout problems as the 3rd solution (along with TaurusBulba's and Alex's).

muchio said:
Sorry guys for the delay, Yesterday I was busy testing the above mentioned fixes. Sadly, non of them seems to be working for me.
Regarding the device. This is genuine Kaiser, as it was bought in Europe, from local dealer. I dunno why it came with finish (Finland) ROM, but it is as it is.
I checked through the xda-developers wiki and found that my device has Swedish (Norwegian) keyboard. I assume that it initially it had 1044 or 1053 CurLang registry value. After flashing the device and installing custom ROM (AthineOS currently) I see that CurLang value is 1033, i.e. USA layout. I'm playing with various CurLang and some time I hope to succeed.
Though, I'm not sure, does it make any sense... Probably, installing original rom and writing down all keyboard registry values would be wiser and less time consuming.
Cheers!
Quick note: I was referring to *that* type of rom. WM locales page.
Click to expand...
Click to collapse
If you are using a UC friendly rom you would use this small xml code to fix it up right after each hard reset - ive got what i think is the same layout and it works
Code:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\HARDWARE\DEVICEMAP\KEYBD">
<parm name="CurLang" value="1044" datatype="integer"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
For more info on the UC part the a look here
Yes i know im new here and i dont really know much about all this UC and stuff, but exactly this problem ive been targeting for the last week on my own and now solved
//M

m.klinge said:
If you are using a UC friendly rom you would use this small xml code to fix it up right after each hard reset - ive got what i think is the same layout and it works
Code:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\HARDWARE\DEVICEMAP\KEYBD">
<parm name="CurLang" value="1044" datatype="integer"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
For more info on the UC part the a look here
Yes i know im new here and i dont really know much about all this UC and stuff, but exactly this problem ive been targeting for the last week on my own and now solved
//M
Click to expand...
Click to collapse
Thanks mate, I'm trying this fix right now by simply changing CurLang registry value...and it seems god damn working .
1044 is the magick number which solved my long lasting headache.
Cheers!
Issue solved.

muchio said:
Thanks mate, I'm trying this fix right now by simply changing CurLang registry value...and it seems god damn working .
1044 is the magick number which solved my long lasting headache.
Cheers!
Issue solved.
Click to expand...
Click to collapse
Your welcome - this is what the forum is all about
//M

Related

Keyboard config for AT&T ROM on HTC-branded Kaiser

Anyone know how to switch the keyboard configuration? This is very much the same problem as many TyTN users experienced when installing an operator ROM: my keyboard has symbols in the wrong place (e.g. ! and @ are reversed - I have an @ over the Q and a ! over the W).
The instructions posted in the Hermes wiki (http://wiki.xda-developers.com/index.php?pagename=Hermes_Problems) and in various threads (like http://forum.xda-developers.com/showthread.php?t=283881) don't work, as the registry key ([HKEY_LOCAL_MACHINE\SOFTWARE\OEM\Qwerty]) doesn't exist. Maybe this is because it was written to help Cingular 8525 customers install HTC ROMs, which is the opposite thing I want to do. In fact I can't find the string "qwerty" in the registry at all. Creating the OEM\Qwerty key and populating the suggested value doesn't work.
Anyway if someone knows how to get the HTC symbol mapping back please let me know. Alternatively if anyone has the release version of the HTC Kaiser ROM, that would probably do the trick for me too.
M
I assume you've already tried this ROM?
Here is the cab fix for the 8525 keyboard being messed up. I'm attaching it below.. but I don't know if it just uses the same registry fix.
If the above Image isn't the latest release for the kaiser I wouldn't worry too much as people are starting to get the HTC RTM kaiser right now and I'm sure the official rom will be posted soon.
I've tried 'em all. Because they're AT&T ROMs they all have the AT&T Mappping. Why do carriers have to change the mappings of their keyboards at all?
thanks anyway.
I'm sure you've already found this solution...but was trying to find it myself and had to deduce it from reading how the forum people were able to do the reverse (assign AT&T layout to non-AT&T ROM).
Try this:
delete the registry key HKLM/HARDWARE/DEVICEMAP/KEYBD/CWSLayout
Note that this works for correcting the keyboard layout problem when flashing a Rogers ROM on the HTC-branded kaiser
Rumball said:
I'm sure you've already found this solution...but was trying to find it myself and had to deduce it from reading how the forum people were able to do the reverse (assign AT&T layout to non-AT&T ROM).
Try this:
delete the registry key HKLM/HARDWARE/DEVICEMAP/KEYBD/CWSLayout
Note that this works for correcting the keyboard layout problem when flashing a Rogers ROM on the HTC-branded kaiser
Click to expand...
Click to collapse
I think you ment THIS post
Still Nada here for this guy.
Tried,
Keyboard Fix WMXL 8525.cab
WM VI 8525 Keyboard Patch.CAB
Ive looked in my registry for the CWSLayout
Tried the reg edit for the qwerty key and the suggested edits were the values I already have.
Nada...
Ive got a Rogers Tytn that Ive upgraded using a ATT 8525rom
everything works great, other than the 8 symbol keys.
Any more suggestions?
theMopie
Rumball said:
I'm sure you've already found this solution...but was trying to find it myself and had to deduce it from reading how the forum people were able to do the reverse (assign AT&T layout to non-AT&T ROM).
Try this:
delete the registry key HKLM/HARDWARE/DEVICEMAP/KEYBD/CWSLayout
Note that this works for correcting the keyboard layout problem when flashing a Rogers ROM on the HTC-branded kaiser
Click to expand...
Click to collapse
mlekas said:
Anyone know how to switch the keyboard configuration? This is very much the same problem as many TyTN users experienced when installing an operator ROM: my keyboard has symbols in the wrong place (e.g. ! and @ are reversed - I have an @ over the Q and a ! over the W).
The instructions posted in the Hermes wiki (http://wiki.xda-developers.com/index.php?pagename=Hermes_Problems) and in various threads (like http://forum.xda-developers.com/showthread.php?t=283881) don't work, as the registry key ([HKEY_LOCAL_MACHINE\SOFTWARE\OEM\Qwerty]) doesn't exist. Maybe this is because it was written to help Cingular 8525 customers install HTC ROMs, which is the opposite thing I want to do. In fact I can't find the string "qwerty" in the registry at all. Creating the OEM\Qwerty key and populating the suggested value doesn't work.
Anyway if someone knows how to get the HTC symbol mapping back please let me know. Alternatively if anyone has the release version of the HTC Kaiser ROM, that would probably do the trick for me too.
M
Click to expand...
Click to collapse
I got the AT&T Tilt and i got the same problem. I tried all the suggestions here but all failed.
delete the registry key HKLM/HARDWARE/DEVICEMAP/KEYBD/CWSLayout => There is not that key in the registry of my phone
Anyone can tell me how to fix it?
Thanks!
imbbn said:
I got the AT&T Tilt and i got the same problem. I tried all the suggestions here but all failed.
delete the registry key HKLM/HARDWARE/DEVICEMAP/KEYBD/CWSLayout => There is not that key in the registry of my phone
Anyone can tell me how to fix it?
Thanks!
Click to expand...
Click to collapse
Read the Kaiser Wiki -> Hacks and Tweaks -> Software section.

Same old question about keyboard

UPDATE:
Solution found - see post #6 !
-----------------------------------------------------------------------------
I have searched this forum now for over an hour but couldn't find a solution yet!
I do not have the TILT! I have the original Tytn II.
After flashing my US ENGLISH Tytn II with the official GERMAN WM6.1 ROM, I encountered the QWERTY <-> QWERTZ problem.
I thought it would be as easy as on the HERMES by just changing a REGISTRY entry from 407 to 409 but it seems it is a bit harder than that! Can anyone help me out or point me to the right thread? I really would appreciate that!
Yup I believe this is covered in the Kaiser FAQ Wiki. Link In My Sig.
There are two issues. If you have a Tilt and Flash a TytnII based ROM your keyboard gets messed up. Vice Versa as well.
Nope,
it is not covered in the WIKI!
As I said: I do not have the tilt and I am not using a Tilt ROM either! The Tilt keyboard fix is just not working in this case.
I must have been mistaken. My apologizes.
Well, if I add in [HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD] the "CWSLayout"=dword:1" value, I at least get "z" / "y" reverted (which is a good thing) but my symbols are still messed up.
This Solution Final Worked
After 2 days studdying all the posts dealing with keyboard issues, I now have found a simple registry solution which worked just fine.
THIS IS NOT A TILT KEYBOARD FIX SOLUTION but a workaround for people having an original TYTN II with QWERTY hw keyboard and ROM in a differnet language. Below sample is for a German ROM flashed into a US original KAIS130:
There are few registry entries you have to change.
First set:
[HKCU\MUI]
CurLang = 1033 (or HEX 0x409) - IMPORTANT, set this first!!!
Then go to
[HKLM\System\CurrentControlSet\Control\Layouts]
and - to be on the save side - go through all SUB KEYS and set all "00000407" values to "00000409" (Do not rename the keys themself!)
there is still one SUBKEY which has your language written as a string:
[HKLM\System\CurrentControlSet\Control\Layouts\00000407]
"Layout Text" = "German"
Change the above entry to "US", soft reset your device - done!
- - -
Just keep in mind: above sample is for a German ROM (407) - if you flashed a different language to an english device, then the "407" will be something corresponding to your language.
I have tried the above solution on several WM6.1 REFLASHs and it worked every time!

info about x04ht (japanese softbank diamond)

it's been a couple of days since i bought this device, and i thought i should summarize some findings.
1) you cannot skip autorun process. if you soft reset during autorun, the device will start the setup process from the beginning.
2) if you turn off security in registry (HKLM/Security/Policies/Policies/1001), it will refused to connect to desktop pc. you need to leave the security setting non-0, if you need to sync with your pc all the time.
3) sspl does work although it gives you a black screen.
http://forum.xda-developers.com/showthread.php?t=408621
4) softbank ap is hidden. you can make it visible, with the usual trick of ConnSBM and wifiwake.
5) internet sharing is removed out of rom as usual.
6) mms client is made by arcsoftware, and integrate to messaging. but this app doesn't seem to work without softbank certificate.
7) it seems like most of the oem apps are signed by softbank, and they don't run without the certificate.
8) good news is the japanese thumb input works without certificate so that it can be run on other wm6.1 vga machines.
This is a very important post -- thanks so much for being a Guinea Pig! I was going to get the Raphael (X05HT) when it comes out in early December, but may reconsider if it is not possible to even upgrade a rom. (the Diamond/Rapheal are very similar). However, before we come to that definite conclusion, can you describe the problem with sspl? What is the error? Are you trying to upgrade using windows xp or vista? As much information as possible would be helpful. I am sure somebody here will be able to solve this!
As far as it being locked goes, I was sort of expecting that (After the Hermes fiasco). My main irk though, is possibly not being able to upgrade even a rom....
One more thing: how is input using the keyboard? Does it do a good job?? (Especially in Japanese). That was one reason I was going to wait for the X05HT -- not to mention it having more memory to work with. Cheers!
Not 100% related, but I recommend the Emobile version of this phone. I still have a Softbank phone, which I now use exclusively with a white plan to talk to my wife, but I much prefer the Emobile packet-hodai plan to the gimped Softbank version. With my softbank phone, packet-hodai only covers sms/mms and Yahoo mobile browser, if I used the "PC site browser" I could get charged a lot more.
Anyways that thread if anyones looking for a Diamond that is easily ROM upgradeable in Japan (believe it's also coming out on DoCoMo): http://forum.xda-developers.com/showthread.php?t=440684
tora201 said:
can you describe the problem with sspl? What is the error?
Click to expand...
Click to collapse
there is no error. sspl starts, but it does not go to the bootloader screen (the tri-color screen), but remains blank. the backlight is still on, but the screen is totally black.
tora201 said:
Are you trying to upgrade using windows xp or vista?
Click to expand...
Click to collapse
tried on both.
tora201 said:
As much information as possible would be helpful. I am sure somebody here will be able to solve this!
Click to expand...
Click to collapse
i think so, too. but i am not sure which part of the phone is interfering sspl...
tora201 said:
One more thing: how is input using the keyboard? Does it do a good job?? (Especially in Japanese). That was one reason I was going to wait for the X05HT -- not to mention it having more memory to work with. Cheers!
Click to expand...
Click to collapse
you mean, software keyboard? finally, it has japanese ezinput with japanese/english dictionary so you can type both japanese and english. the difficult thing with this thumb input is switching between words and numbers. the mode changes like alphabet(english only)-number-kana-katakata. so it is a little troublesome to switch english/japanese/number... better use qwer software keyboard to type passwords or email addresses.
it is kinda slow, and seems a little unstable. need to find a way to burn my own rom...
Did you read this? http://forum.xda-developers.com/showthread.php?t=440684&highlight=emobile
Emobile also carry the same phone. Especially, see post 3.
Hopefully are able to solve this and tell us how you did it. Good luck and keep us informed. I look forward to having the same problems with my new X05HT in a few weeks..... :-D
Edit: or try this to unlock it: http://www.mobilefixed.com/shop/pro...id/39?osCsid=06590ca850536441a4721bc41a6d2fd9
I read elsewhere in this forum that it works.
i should have read the threads more carefully. i could install hard spl! the black screen was ok.
http://forum.xda-developers.com/showthread.php?t=408621
So you solved it? No problems? Let us know how a new rom goes! For Japanese input go here for a one cab install of the latest IME. http://forum.xda-developers.com/showpost.php?p=2905264&postcount=1
As for your data connection installation (should give access to unlimited packet rate, too) go here: http://forum.xda-developers.com/showthread.php?t=441400
Do let us know how it goes with a new rom. Speed better? More stable? Amount of free memory better? etc. Cheers!
tora201 said:
So you solved it? No problems? Let us know how a new rom goes! For Japanese input go here for a one cab install of the latest IME. http://forum.xda-developers.com/showpost.php?p=2905264&postcount=1
As for your data connection installation (should give access to unlimited packet rate, too) go here: http://forum.xda-developers.com/showthread.php?t=441400
Do let us know how it goes with a new rom. Speed better? More stable? Amount of free memory better? etc. Cheers!
Click to expand...
Click to collapse
i created a test rom based on the official htc wwe rom, and successfully burnt it on my x04ht! the original x04ht rom gives you only 20+mb free ram, but this wwe rom gives you about 50mb free ram. also, touchflo responds much faster!
as for japanese input, i am thinking about copying ime+ezinput from the softbank rom which i backed up.
will report more when i am done with my own customized rom.
i could successfully rebuild x04ht rom from the dumped raw files!
summary can be found here.
http://forum.xda-developers.com/showthread.php?t=452591
qtotter said:
as for japanese input, i am thinking about copying ime+ezinput from the softbank rom which i backed up.
will report more when i am done with my own customized rom.
Click to expand...
Click to collapse
Did you ever do this? If so, could you please provide a cab? I am also trying to do a similar thing for my X0ht. The IME in the new models is a lot better than the old x01ht one. There are also plently of others who would love a cab if you can do it:
http://forum.xda-developers.com/showthread.php?t=445550&page=2&highlight=x05ht
Oh, and did you ever work out the settings for Arcsoft so we can use mms? It is exactly the same for the x05ht. (I really don't want to have to use mmslite after I flash it to English).
Best!
tora201 said:
Did you ever do this? If so, could you please provide a cab? I am also trying to do a similar thing for my X0ht. The IME in the new models is a lot better than the old x01ht one. There are also plently of others who would love a cab if you can do it:
http://forum.xda-developers.com/showthread.php?t=445550&page=2&highlight=x05ht
Oh, and did you ever work out the settings for Arcsoft so we can use mms? It is exactly the same for the x05ht. (I really don't want to have to use mmslite after I flash it to English).
Best!
Click to expand...
Click to collapse
first, i thought i would use my x04ht with a wwe rom cooked with japanese functionality and apps from x04ht. however, i have changed (or had to change) my strategy since many oem applications in x04ht including arcsoft mms are security signed and cannot be ported easily, which means they do not run on other roms without softbank certificate.
it was a little time-consuming for me to figure out how certificate works, so i figured out how to port sys & xip from newer roms to x04ht instead. my x04ht is still japanese, but os is from a newer build with softbank certificate and "full wm6.1 functions."
having said that, i think it is possible to change the language of the rom quite easily once you can dump the rom and cook it yourself. the language is simply a matter of mui files and [HKEY_LOCAL_MACHINE\MUI]. all 409 (english) muis are available from any shipped wwe roms, anyways.
as mentioned above, i have not figured out how to port oem apps without softbank certificate yet. also, i don't have dev environment to make a cab myself.
additionally, i found out the slowness of x04ht is due to default disk cache set 0. gps takes dozens of minutes to start working, which is almost useless. i tried to use it last night, but it was searching the satelites all the time. finally, gps started working when i finally got to the place i wanted to go to. i guess i need to replace the radio rom, but i have not figured out how to make a radio rom backup yet.
also there seems to be some memory leak, but i don't know whether it is the rom or htc apps... free ram of my x04ht is currently about 10 mb after one day. this is unbelievably bad.

[29/11/08] WM6.1 for S730 in Dutch available!

Because there was no Dutch WM6.1 ROM around for the Wings, I took the liberty of building one myself. It is based on Alcalines stable 6.1 WWE ROM.
The ROM is in Dutch and can be changed to English, although I do not really see the point in doing that myself
Download
here (Megaupload)
The ROM is splash screen and os only. You will need HardSPL / CID unlocked to be able to flash it. There is plenty of information around here how to do that.
Known bugs/issues
- Time zone is at GMT right after flashing. Go to Start > Instellingen > Klok en alarmsignalen > Datum en tijd to set it to the correct time zone, 'Nederlands'. You need to be there anyway.
- Battery meter on the home screen refuses to open power control panel.
- Phone band selection screen is still in English. -> fixed in version 3
- In-call menu doesn't contain text when set to Dutch.
edit 11/12/08: uploaded a new version with total commander and oxios hibernate included. Fixed a couple of mistakes (such as the IE homepage displaying an error).
If you have any comments or discover any things that I've missed, please let me know.
Hi spone1,
Looks really cool! I would like to do the same for Swedish. Can you give some instructions how to do it?
/Peter
petersa,
This is how I did it:
- Get a stable base ROM to build from (Alcaline's ROM in my case)
- Find a WM6.1 standard ROM that contains the Swedish language files (mui files)
- Copy them over to the base ROM
- Tell the ROM there are additional languages available (adding a MUI, making sure that the XT9 is set, for Swedish there might possibly a different keymap needed, don't know).
- Rebuild and flash, test
...
- Profit
Thanks!
Could you elaborate a little on the "Copy them to the base ROM" and "Rebuild and flash"?
If I find the MUI files can I simply just put them in the right folder on my S730 or do I have to build a new ROM and flash? If so, do you have any links how to build a ROM?
Sorry for all questions but I'm a newbie to ROM cooking...
/Peter
Take a look at http://wiki.xda-developers.com/index.php?pagename=HTC_Vox, it is for the Vox but Wings is more or less the same. I would appreciate it though if you'd make your own thread from now on instead of hijacking mine
Nice try, but if I change the language to English I cannot use the keyboard. Always the FN is on, but the led is off. Strange.
Can you please be more specific? Where did you change the language? Regional settings?
edit: just tried switching the phone to fully US English with English time settings and such, and it works fine. But maybe I am testing the wrong thing. You might want to try an additional hardreset?
spone1 said:
Can you please be more specific? Where did you change the language? Regional settings?
edit: just tried switching the phone to fully US English with English time settings and such, and it works fine. But maybe I am testing the wrong thing. You might want to try an additional hardreset?
Click to expand...
Click to collapse
I have flashed the rom (very easy, allready had hard spl). After that the rom booted and I did go to the settings and changed the Regional Settings Language to English. After that I tried to setup an e-mail account, but that didn't work. Sending a SMS didn't work too, both times I couldn't get letters.
Ofcource I rebooted the phone several times, but didn't work If you need more info, PM me for Dutch
Thanks for your help spone1
/Peter
translate xuque's last rom
hoihoi,
Can somebody translate the rom from this tread in post 4 to dutch?
If it is all about MUI files and one registry setting, than why is so difficult too made one international rom?
just asking, I'm totally no cooker, have tried it in the past, but it's too difficult for me. and I'm scared for f*cking up my phone.
groetjes,
Niels
What are the advantages over, say, Alcaline's ROM? Yes I know that some things are a newer version, but what makes it better and worth to spend my time on
NICE! Great job
Phone Functions missing
Hi Spone,
I've made use of your version and finally my 730 is stable and usable. Thanks.
But I now miss two functions to optional use during a call:
-Mute
-Speaker
Is there anything available getting these functions back.
HLN
Hmm, now you say so. As far as I can see something went wrong with the translation leaving us without a menu to use these functions. I'll look into it.
Concerning the mute function, probably not entirely the same but if you press the center button on the D-pad the call is put on hold.
edit: nevermind about that last thing, just read your PM
thumbs up
Great job spone!
Took the step this morning and flashed your rom. Works like a charm.
Besides a little lag at startup when inserting pin and a few English words here and there (e.g. at profiles) this is definitely the best solution for the Dutch S730-owners.
Thanks a lot
spone1 said:
Hmm, now you say so. As far as I can see something went wrong with the translation leaving us without a menu to use these functions. I'll look into it.
Hi Spone1
Your ROM rocks.... but I really miss the speaker option. Any news on this?
Click to expand...
Click to collapse
Click to expand...
Click to collapse
I've been looking at it, tried replacing files but it doesn't seem to pick it up
Currently I dont have the time to investigate it any further, I might in the future. Coming up with a possible new solution, editing, flashing, testing takes quite some time When you set the rom to english though, it actually does display the text. Anyone with a hint?
Great job!!!
My s730 is now a lot faster and its very stable!
Thank you very much
Greatings from Holland!
nice work
After waiting for a long time (put my fear a side) to update/upgrade my phone finally I did it and...... Install went perfectly! Next job, test this nice rom. to be continued ....
HLN said:
Hi Spone,
I've made use of your version and finally my 730 is stable and usable. Thanks.
But I now miss two functions to optional use during a call:
-Mute
-Speaker
Is there anything available getting these functions back.
HLN
Click to expand...
Click to collapse
Yes indeed.
I installed it and was searching for the function, thought i was getting crazy.
Would be nice if this will be fixed, it's a real must have for your mobile.
Any progression Spone?

Swedish Hardware keyboard and software T9 fully working!

For all you swedish people that has not yett gotten this to work on WWE roms heres how i got it to work. I was so happy and as i seen no one has yett to post a good explination on how to get BOTH t9 and hardware to work. So here is how. If you follow this list YOU WILL get it to work. AND DO EXACLY as i tell you.
1. Download the latest Nrg rom 2.0 It has the new Manilla and i myself think Nrg does a great work with hes roms. Keeping them upp to date and good speed.
Install this rom then continue to next chapter
2. Download the lang pack so that you can get full swedish support on all menus and so on so forth.
http://xboxmod.totalgamer.org/release/additionnal_language.cab
or from the new manilla thread
http://forum.xda-developers.com/showthread.php?t=493531
3. On your phone Press start then go to Programs / Utilities then run the Keyboard selector program. choose Htc Keyboard.
4. Download the
[APP] Scandinavian KB Tool
http://forum.xda-developers.com/showthread.php?t=496876&highlight=swedish
Install and run this program. when its upp Select Norwegian. NOT swedish. Restart the Phone and you will be able to type åäö using your hardware keyboard.
5. now open the registry editor and go to [HKEY_CURRENT_USER\MUI]
and put in on "CurLang"=41D
this will make whole meny swedish
6. now to make your t9 swedish WITHOUT crewing upp your Hardware keyboard.
go to this thread http://forum.xda-developers.com/showthread.php?t=402121
And download that cab and install it to your phone.
When done go to the T9 config and select swedish.
You have now a phone with full swedish config and a good new rom.
Hope you enjoy this and are as happy as i were when i got this working.
Reserved...
Reserved...
Nice Work jimmyhawkin!
One Question ... Does this change the complete system to Swedish or Manila only?
Mvh
HueMann i Skåne
Well manila only for this one but i guess the only thing left to do is change region setting to swedish and you have all fixed
Note that with the Nrg rom and the new manila you hardly ever see anything but the manila shell. Depends on what you work with. but for normal uses you hardly ever see anything but manila.
But if you want to go even further then i deskribe change the region setting to swedish.
May I ask why my posts were deleted?
I think they have a rule here that only "members" with 1000 posts or more can post..... I've also noticed my posts being removed or Moved to the "Don't Ask Questions!" Thread as well...
This is amazing
Thanks alot, Jimmy!
I'm actually really satisfied with this ROM, and the manilla is just amazing.
Together with this Swedish pack, it's perfekt, if you don't think about the small manilla bugs, which will probably be fixed by the Xboxmod people.
Huge thanks!
One thing, though; is there any way to make the whole WM6.1 Swedish?
Google is your friend But i search this time for you.
As it seems sins this rom has a English windows mobile installed. Swedish is not included. So you will have to live without that.
But if you ask me its a small price 2 pay sins its not verry often you digg down that deep in to the system. Normal days use your in Manilla all the time.
So sorry swedish in windows is not possible. But if you want a fast rom with the new manilla this is the way to go. If you want a rom that totaly swedish and frankly made me nuts sins its so slow and ****ty. well then you use the rom icluded on the phone or a shedish rom that can be downloaded here on the forums. but thats the same as the one that comes with the phone.
cant get it to work
i did as you sayd and åäö doesnt function wat to do ?
jimmyhawkin said:
[...]2. Download the lang pack so that you can get full swedish support on all menus and so on so forth.
http://xboxmod.totalgamer.org/release/additionnal_language.cab
or from the new manilla thread
http://forum.xda-developers.com/showthread.php?t=493531
Click to expand...
Click to collapse
Hi, unfortunately I cant download the language cab because the link is dead. Is it possible for anyone here to email it to me. Please and thanks for your support
extrapurifier at gmx.at
If som one got a hand on the program that are under the brooken link and can put in this thread as an Attached Files, it would be nice. it looks like several people have the same problems wihte the HW Keyboard.
Still no update on the broken links? :I
Worked excellent on the Raphael! Thanks!!!!
This one works
http://www.4shared.com/file/122158737/602a06d8/additionnal_language.html
Anyone got it to work on Touch Pro II?
Here, I have posted the file additionnal_language.cab as an attachment.
Thanks to westw for the URL earlier.
This solution work's great on my raphael with skandinavian hw keyboar.
wiki.xda-developers.com/index.php?pagename=Raphael_Keyboard
I had to use -Norwegian (Bokmal) 1044 because finnish version did not work.
Now every button's with FN+ funktion works like they should work.
Does this work with the latest NRG ROM? With Manila 2.5 Max sense?
jimmyhawkin said:
5. now open the registry editor and go to [HKEY_CURRENT_USER\MUI]
and put in on "CurLang"=41D
this will make whole meny swedish
Click to expand...
Click to collapse
Can't get this to work. I replaced 1033 with 41D in CurLang and did softrestart. Nothing changed for me
Edit: Hardreset fixed it instead. Thanks!

Categories

Resources