omnia i900 keyboard problem - General Topics

hi
,I do not know if this is the right place to ask for help to my Samsung Omnia i900, I have got my omnia since 2008 and it was a very great device .... but after four months or may be five a real big problem had appeared so if you can please help me and advice me what shall I do to resolve it .....
any way
my problem is ... when I open the keyboard "not the key pad only the keyboard" and try to type a message the leters ,all of them, are shifted to left , let me explain it well , my problem is that i can not type the (a) because it is shifted to the most left edge of the screen .... i tried to align the screen but there is no change at all ..... so could you please help me .
thanks

Welcome to forums
Perhaps here you can find a solution:
http://cellphoneforums.net/samsung/
Good luck,

try the wqvga version of fingerkeyboard. this is not only better than the oem keyboard but its aligned like a proper qwerty keyboard with indents

-PiLoT- said:
try the wqvga version of fingerkeyboard. this is not only better than the oem keyboard but its aligned like a proper qwerty keyboard with indents
Click to expand...
Click to collapse
thank you very much for your help
if i installed a new keyboard will it affect my omnia ? and there is another thing i have another language keyboard which is arabic so would it appear again even when i change my keyboard ???? ( sorry for this fool enquiries but forgive me because i do not used to install new softwares for my omnia )
wishing to hear from you soon
thanks again

i will make it easier for you to understand my real huge problem just visit this video link over youtube
youtube.com/watch?v=fw3uq2v2v48
i was forbidden to add a URL so please just add the http":"//" and the three W "which is World Wide Web" before the link
thanks

Related

COURAGE:-) MDAIII - Key remapping project

Hi all ...
we need some (maybe a lot) help from programmers to try to remap the hard keyboard keys from mda3.
As many guys know, we are a lot that we buy the mda3 with german hard keyboard layout... and now that we all have an english os, we must remap the key and symbols.
Any idea will be appreciated, we have all files from german os an english os.
Nobody want to broke the keyboard to glue the buttons in other place...
Nobody now how and where can order another english keyboard and replace it phisically.
Remain two thinks:
1. find the file with the layout and remap the symbols via hex edit
2. recompile a new layout (and here may be usefull for future progs)
All idea wiil be apreciated, all guru's invited
Please help us ... we can not take advantage of the new hard keyboard in this mode.
Thanks all before and...
COURAGE FOR ALL NEW POSTS THAT MUST BE UPDATED(POSTED) !!!
DenisJ
Actually, keys and numbers are fine. It's punctuation that is almost impossible to use unless you have a good memory
From what I remember of the old thread that got wasted, a few things were looked at but it seems harder than it should. You would think one or two files transferred from the PDA2K to the MDA III, like a keyboard dll and a mapping data file, would do the trick but, as usual with engineers, they made it harder than it should.
I can suggest another way for this remapping: just writing a kind of program lookind for keypressings and substitute them with another keystrokes.
I've already done it for Russian keyboard (project home page is http://ae.inc.ru/bahrus.html , but it is Russian only). Current state is "beta".
I can do some key remappings this way. But I need to know which of the keys should be replaced with which one. Or replacement table may be simply saved in config.
I'll do a tabel with the replaced hex value ...
You need only the xex value for this or need more ?
Thanks a lot
Denis
Let's try (before find all remapping simbol) to remap only the two letters z and y.
Symbolic constant Value (Hex) keyboard equivalent
VK_Y 59 Y key
VK_Z 5A Z key
like ... if '59' then '5A' and viceversa...
If we can remap this two letters, we can remap all we want.
Thanks a lot
Denis
german to english
since the site posts went down i have received my mda3 in german of course and would love to know how to flash it with an english rom, all other threads however speak of xda3nbftool which i can't find anywhere, also many of the links for required files don't work. any help please?? thank you
Re: german to english
paulmurphy777 said:
since the site posts went down i have received my mda3 in german of course and would love to know how to flash it with an english rom, all other threads however speak of xda3nbftool which i can't find anywhere, also many of the links for required files don't work. any help please?? thank you
Click to expand...
Click to collapse
Go here:
ftp://xda:[email protected]/
and look for Bluangel folder.
Regards
Ok, I decided to implement more general solution for this problem and develop customizable hardware key-remapping software. This application wil allow to remap not only BlueAngel built-in keyboard but almost any hardware keybord connected to wince (some of my friends use Luch or Flexis external keyboards with PDA).
Hope first beta version will appear next week.
thank you!, sure i'll be back with more questions though!
Fantastic!
I'm excited about this
AE said:
Ok, I decided to implement more general solution for this problem and develop customizable hardware key-remapping software. This application wil allow to remap not only BlueAngel built-in keyboard but almost any hardware keybord connected to wince (some of my friends use Luch or Flexis external keyboards with PDA).
Hope first beta version will appear next week.
Click to expand...
Click to collapse
Wow, that's great news. (exactly what I wanted to hear!) Keep up the good work. (you rock)
AEKMap is available at http://ae.inc.ru/aekmap.html
To make "remapping" you need:
- install the program;
- run Start - Programs - AEKMap Settings and choose "AZERTY MDAIII with English ROM" in first combo box
- set three other optional layouts to "unassigned" and/or unassign "switch" key.
If you want to create specific layout, you may start with editing one of the existing. Use \Program Files\AEKMap\AEKMapScan.exe to define keyboard pseudo-scan codes.
To find unicode character codes use Start -> Programs -> Accessories -> System Tools -> Character Map on your desktop
This program may be closed with popup menu on system tray (lower-right corner of today screen).
And I'm definitly sure that some bugs are in this utility now. Let me know if you find them
Also send me with your layouts to be published on site (will appear in a days)
P.S.: AEKMapper may be used to remap almost any external or built-in hardware keyboard recognized by system.
AWESOME!
Thanks for doing this. If i understand correctly, what's needed now to get the German MDA III keyboard mapped correctly, following the imate english rom installation, is to:
use AEKmapscan.exe to identify all the keys that need remapping
then look up the correct unicode characters for the desired keymapping
enter them into a .AEK file and put into the Program Files/AEKMap directory on the MDA III.
If i get some free time today, that's what I'll do. If anybody beats me to it, please post!
thanks again, AE!
So here is a mostly working layout file for the MDAIII German. The only thing that seems to be not working is the semicolon/colon key just to the right of the space bar. that key seems to have no shifted mode, according to aekmapscan.exe
also: if aekmapscan.exe is running, this appears to stop the keyboard from working at all in applications. it needs to be stopped entirely.
Thanks again for this great tool!
It is always nice to know your job is needful to someone
As for the problem with semicolon: changing CapsLock/Shift processing flags should help:
HookShift 1
HookCapsLock 1
Probably I'll find a better solution for this later, but now I can't...
Official project home page will be available at http://ae.inc.ru/aekmap.html
thanks for the tool, works great. Can you add an option to not have the mapping name on the bottom, i.e. DenisJ Layout? It covers up the wireless icon that I use to turn Wifi on & off.
thanks again for the app
you already can turn it off. that's the "hint" option in the settings.
A parts from thanks the great job from AE, i wan't to try to ask a question:
In the registry there's a part...
HKCU/Keyboard Layout that have a profile value..
Could it be usefull..
My German Mda3 have... preload/1 set to e0010409.
Can anyone post the english Pda2K value...
Rups..
Bug report
AEKMap works quite well, thanks to the developer!
But...
I noticed that, when AEKMap is on, you can´t adjust sound/volume levels from the external button on the left side of the screen. Is that a bug or a feature? :roll:
Second thing is that if you switch the AEKMap off, you can switch it on only by softreset. Is that ment to be?
Can anyone confirm those features, or is it just in my MDAIII?
-Jigi
Sorry guys but i just arive from my fisrt (this year) snowboard weekend
AE many many thanks from me and (as can you see) from all other guys with the same german mda3...
I just tryed some days ago to begin something like this using EVC++ 4.0 ... but it's too much to study for an as400 programmer
This will be surrely in my startup programs for a log live time of my mda3...
Surelly we will ask you some options in future ...
Another lot of thanks
DenisJ

Samsung omnia Text messages keyboard

Dear Guru's.
Maybe you can help me. I have a Samsung I900 Omnia. And i have the following problem. When i want to type a message the sentence never starts with a capital. Om my HTC touch this was standard, i tried to make the settings to start every sentence with a capital but this doesn't work. I tried to search on this forum but maybe i looked over it. Who could help me?
Thanks in advance!
Michael
FYI you might not get any help here as omnia is unfortunately not welcome, a shame as it is a fantastic PPC.
try "start" / "settingd" / Personal - "input" . then change options there for caps starting sentences.

X7510 Keyboard for use in X7501 !

Hi everyone at this forum ,
Please let me know whether I can use the X7510 keyboard for my old HTC Advantage X7501 . I saw on YouTube that both keyboards looks almost the same on the connecting pins area , and if it can be used , then it is quite cool as there is an additional number row compare to the old one . I wonder whether the haptic feel will work if use this way . Thanks and best regards
keybddr.dll from a x7500 or x7501 rom and place it to windows folder, overwrite the one that exists and you are done. after that only the old keyboard works, if you change it again the one from x7510 will work again
Dear Johnripper ,
Thanks for your info , it's really cool to be able to switch use both keyboards with both handsets , i appreciate your reply

WM6.5 original keyboard

Hi to all,
I'd like to install the original keyboard (usable with the stylus) present on WM6.5 original rom. Can anyone help me to find the cab?
sometimes it's very useful because it leave more room for the background application
Thanks
tistian
I need the same!
Are you looking for the stylus keyboard present on devices prior to the Pro 2? If yes, then I have been searching for the same. I have recently found a registry edit to get it to work. Currently testing. Shall let you know if it works.
I'm look forword it
Thanks
Bump! Bump! Bump!
BumpingBumping
When you guys talk of "stylus" keyboard, are you ref. to the tiny querty keaybord seen in windows mobile 6.1?
Yes, that's what we want. I am currently having a HD2 TOUS being delivered to me and I am waiting for it.
In advance, I am reseraching my tinkering options with this device. I still have my old yet enduring Himalaya by hand. I'll try and see if I can do some tweaks by copying files from my Himalaya to Leo. Will post updates if I am successful.
I found the solution. Please bump if anyone is interested, as I have lost the links and sources and it will be tedious to me to find and re-credit my sources.
However, should you want to do it yourself, the solution is basically finding the right keys that correspond to the old keyboard you want (i.e. Keyboard, Block Recognizer, Handwriting recognizer) under HKCR\CLSID and changing the data of the value of key "IsSipInputMethod" to 1, then downloading SIPChange to select that keyboard. You need SIPChange as it is the only way to select the keyboard without HTC Input taking over.

[Solved] Arabic "Easy Input" Keyboard for Diamond 2?

hey everyone
I saw this Arabic Keyboard through the internet but it does not work with
my WVGA screen So anyone can help me to make it works with WVGA
hope that one of the professional programmer can help me so everyone can use it
waiting for the CAB file
Solution:
http://forum.xda-developers.com/showthread.php?t=722345
This was tested on the Touch Diamond 2 Stock ROM
hey
so whats the wrong ?!!!!
where is the professional programmer
¿Whats wrong? maybe your answer... There isn´t any professional on this forum, only people willing to learn and help others with their experience, if none of them knows how to help you it is normal if they do not post here.
next time try to give more info about our problem, which rom version are you using, radio, language of your rom,... that will help others who want to help you.
at the moment the only thing I can do for you is to show you how to get your question solved...
http://tinyurl.com/2dlxkkm
Ok tanks for help my friend...

Categories

Resources