Romanian external keyboard layout on Archos 101 - Gen8 General

Hello people
I have an Archos 101 which I installed UrukDroid 1.5 on, just two days ago. Since I couldn't find a Romanian keyboard layout for when I use an external keyboard, I'd like to make one. I used Linux as my main OS since 2002, but I've never worked with Android and never used the SDK for development purposes.
I could use a few pointers or ideas as of how to make that keyboard layout, since I need it for writing with special characters like ă, î, ș, ț and â.
Thanks in advance.

Related

Changing embedded keyboard layout (software) in PPC2003SE

This thread is meant to aid people in learning how to change the virtual keyboard layout in PPC2003SE. This is useful for people who upgraded to a WWE rom and still want to write text in their own language. In my case I need the Ñ character since I am spanish.
We are not dealing with the problem of the hardware keyboard layouts in Blue Angel units, as that is already solved in other threads.
So far my knowledge about this matter is that you can only change the layout using the Resco Keyboard Pro application.
Does anybody know of any simpler and cheaper way? (For example a CAB file)
Regards.
well it cant be that hard to do because
this program which does scandinavian keylayout have been free from day 1
http://www.idedata.no/support/support.asp?ID=195

Hebrew localization for Universal /WM5.0

Hi all,
It is for quite some time now that i am looking for a hebrew localization pack for my Universal and apparently there is no cheep solution for that. (well there is a 130$ one but it is too expensive for me...) .
I've searched the net for a cheep solution but it seems that all software companies that develop these kind of localization do not know all about Hebrew and thus i get a software that write in mirror like way and some more little things (like no hebrew Email/sms support, no hebrew on PIE etc...).
all i want is to be able to send/recieve emails/sms and have the hebrew keboard layout (in addition to the english one) so that i can write documents or sms/emails (PIE is less important to me ) - in the right hebrew direction (right to left).
I am looking for someone able to give me some guidelines on how to start this project of hebrew localization - if i will finnish this, i will share it freely. i look for no profit.
thank you all who can help me.
Hi Yol!
As I understand it Hebrew is a 'right to left' language, a functionality which Windows Mobile does not support. (unlike it's big brother where it is built in).
Now it's a noble idea you have to create a free version, but I suspect there is a reason software companies charge as much as they do without going out of business.
Basically, any localization has 3 parts:
1) keyboard - that's relatively easy. It's just a DLL that implements a COM object. There is an article on this at www.pocketpcdn.com with code sample. Look under 'SIP' (Software Input Panel).
2) The interface or MUI's - these are DLL's that contain the interface resources in your language. You can create those from a ROM dump using Visual Studio or any other resource editor. Search for Asukal's posts on this forum, he is an expert at this.
3) This is the tricky part - for a language that works right to left you need to reverse the system input and output of text somehow. This is something beyond my level of programming sorry.
Well hope that starts you off. By the way do you have much experience in programing? This sounds like a really ambitious undertaking. 8)
Good luck!
hebrew for qtek
www.eyron.net
works perfect with my qtek 9000

Creating custom on-screen keyboard (SIP)

Dear developers,
Do you have examples (source code) that could be used / modified to create custom on-screen keyboard (SIP)?
Inspired by the iPhone keyboard and the latest HappyTappingKeyboard:
http://forum.xda-developers.com/showthread.php?t=296455
I created my own design (attached) that I believe could be a better on-screen keyboard for our beloved WM device:
- It has a clean layout
- Maximized towards 240 pixels wide
- Relatively good looking
- Have the most important keys in the main layout
- Plan to have "custom keys" in the 3rd layout (the "..." button)
What do you think?
But as you probably know, I am not a WM coder/developer.
So, I am just wondering if someone can provide an example or even better to pick up this project.
gogol, I really like the look of your keyboard design/layout! I've been trying to get HappyTapping to work (well, it "works" but can't be skinned) for the past week on my Axim X50v. Anyway, I don't see much hope for HappyTapping, so naturally I'm excited to see someone looking to develop a keyboard similar to it (and hopefully in the English language). I have no experience developing SIPs for Windows Mobile, but I do have Visual Studio 2005 and have done some WM apps before.
I hope some others with knowledge of SIP developement can chime in and help this thing take off!
cavyman said:
gogol, I really like the look of your keyboard design/layout! I've been trying to get HappyTapping to work (well, it "works" but can't be skinned) for the past week on my Axim X50v. Anyway, I don't see much hope for HappyTapping, so naturally I'm excited to see someone looking to develop a keyboard similar to it (and hopefully in the English language). I have no experience developing SIPs for Windows Mobile, but I do have Visual Studio 2005 and have done some WM apps before.
I hope some others with knowledge of SIP developement can chime in and help this thing take off!
Click to expand...
Click to collapse
here's a link to HappyTapping keyboard skins (but in Japanese)
http://briefcase.yahoo.co.jp/bc/tf_....src=bc&.done=http%3a//briefcase.yahoo.co.jp/
NNagendran said:
here's a link to HappyTapping keyboard skins (but in Japanese)
http://briefcase.yahoo.co.jp/bc/tf_....src=bc&.done=http%3a//briefcase.yahoo.co.jp/
Click to expand...
Click to collapse
Sorry, I should have been more clear. I have about every skin out there for Happy Tapping and have tried them all. For some reason, the skin is just never applied to my keyboard. I don't know if it's a conflict with my ROM or with WM5. I know it is skinnable and many have done so successfully without any problems...it pretty much just hates me. Thanks anyway for the link!
Here you got a link about Soft Input Panel. You get a code example when you download the SDK for mobile 6. I'm still working on trying to learn my self C++ and mabye manage to make on my self. But we will se what i manage in the end .
I love Blimkeys. Unfortunately, there has not been an update of it that uses predictive T9 like the T9 SIP pad that's built in into many phones. Maybe you can do something similar to Blimkeys, but w/ 9 and skinnable keyboards?
ialu, thanks for that, I will try to get my hand dirty as well (I am not familiar with C++, but I know other Windows programming language to help me learning).
People are complaining that WM phone is difficult to use, iPhone owners brag their UI.
But I saw a lot of progress on improving the WM user interface.
The finger friendly contact from "tene" is one example (very nice app!).
However, I still cant find a good on-screen keyboard, until we found that HappyTappingKeyboard. But again, I think it can be improved. That's why I started this project.
ialu, please let me know if you can compile that example and then use it in the emulator.
ialu said:
Here you got a link about Soft Input Panel. You get a code example when you download the SDK for mobile 6. I'm still working on trying to learn my self C++ and mabye manage to make on my self. But we will se what i manage in the end .
Click to expand...
Click to collapse
gogol said:
ialu, thanks for that, I will try to get my hand dirty as well (I am not familiar with C++, but I know other Windows programming language to help me learning).
People are complaining that WM phone is difficult to use, iPhone owners brag their UI.
But I saw a lot of progress on improving the WM user interface.
The finger friendly contact from "tene" is one example (very nice app!).
However, I still cant find a good on-screen keyboard, until we found that HappyTappingKeyboard. But again, I think it can be improved. That's why I started this project.
ialu, please let me know if you can compile that example and then use it in the emulator.
Click to expand...
Click to collapse
Yeah i have managed to run it on the emulator
This is also a good example:
http://msdn2.microsoft.com/en-us/library/ms881221.aspx
And this :
http://blogs.msdn.com/windowsmobile/archive/2005/02/10/370355.aspx
http://www.marcusperryman.members.winisp.net/BlogStuff/NewSIP.zip
Thats the example that follows the SDK for mobile 6
gogol said:
Dear developers,
Do you have examples (source code) that could be used / modified to create custom on-screen keyboard (SIP)?
Inspired by the iPhone keyboard and the latest HappyTappingKeyboard:
http://forum.xda-developers.com/showthread.php?t=296455
I created my own design (attached) that I believe could be a better on-screen keyboard for our beloved WM device:
- It has a clean layout
- Maximized towards 240 pixels wide
- Relatively good looking
- Have the most important keys in the main layout
- Plan to have "custom keys" in the 3rd layout (the "..." button)
What do you think?
But as you probably know, I am not a WM coder/developer.
So, I am just wondering if someone can provide an example or even better to pick up this project.
Click to expand...
Click to collapse
It looks very good, thanks for sharing.
But I would like to use this one:
http://forum.xda-developers.com/showthread.php?t=427913
Basically I need the bigest keys possible. And only letters.
Anyone can help?
Thanks.

T9 Chinese input in WM6

I am using english wm6 rom and I can hardly find any t9 input method, which is the stroke input method in many chinese mobile device, for this version of windows mobile.
i prefer neither cd-star nor monster coz they are not stable and slow down the system. is there any stand alone SIP cab file available?
Hi, I was looking around and finally found this:
http://blog.g4team.com/?page_id=339
It is by far, the best that I've seen in terms of providing the ability to read Chinese Traditional, Simplified, and Japanese as well as inputting those languages. No registry tweaking necessary as Leies has already packed everything you need into cabs.
Be warned though, the "Enlarge Start Menu" utility will not work with it.
Specifically,
http://blog.g4team.com/?p=64
this will give you keyboard support for chinese input. No need for T9 when you have full keyboard available.

[Jellybean] Localised .kcm and .kcl files?

Hello XDAers,
I have been tearing my hair out trying to fix a localisation issue I have been experiencing with my Nexus 7 in conjunction with a HP Touchpad BT keyboard I purchased last week. While nearly all keys work properly (function keys aside, which I don't care about), there are a few important characters which are not displayed in the obvious way, and furthermore, the 'Alt Gr' modifier doesn't work properly (preventing access to key characters such as | and ~, heavily used in Linux, which is a huge issue for me).
Info on my setup:
Rooted w/CWM, standard kernel
Stock JB 4.1.1 ROM
The problem: The Touchpad keyboard which I purchased is in German, which is perfect for me as I am used to using a QWERTZ layout. However, I prefer to have my language set to English on the Nexus 7. This brings me to my conundrum; which .kcl and .kcm profiles does JB utilise by default when the German language is selected for the external BT keyboard? Thus far I have not been able to work this out. I have modified the default Generic.kcm as found in /system/usr/keychars/ but the characters printed are not affected by any change I make here. Its not a permissions issue, so please don't suggest this.
Any help is greatly appreciated!
Cheers,
0
Second that, would be handy to know.
Bumping this up. Surely there are others out here who experience the same issue? I don't want to go down the road of modifying my Generic.kcm / Generic.kcl layouts, as this is very bad practice, and should not be necessary.
I have found a great tutorial on ThriveForums, probably already referenced somewhere on here. It also deals with finding the device and product ID of your keyboard.
KeyTest app, by Chris Boyle
Android Source in regards to .kcm files
I will update more when I have had more time to research this. I want to create a real solution for other Android users who use an external nonstandard layout.
Regards,
0

Categories

Resources