Gingerbread Keyboard - Atrix 4G Themes and Apps

Uploaded this gingerbread keyboard so someone could fix their keyboard settings. This is the small buttons that isnt configured for qHD. Mods feel free to close/delete thread.

ty very much

How do I install this on my phone?

This keyboard has tiny keys though. It doesnt display correctly on qHD. I only posted it because I couldnt send it in a PM, or at least I couldnt figure out how to send it in a PM.
You can use the sideload wonder machine, or you can put in on your phone and click it if you have sideloading enabled...

Related

Issue with Keyboard and Energy rom 3.0 Phoenix

Plese help (i appologise if this is in the wrong section)
when i open my device to send a text with the keyboard.
the Numbers dont work and none of the other functions on the keyboard work>?
not sure where to correct this
thanks in advance
wls said:
Plese help (i appologise if this is in the wrong section)
when i open my device to send a text with the keyboard.
the Numbers dont work and none of the other functions on the keyboard work>?
not sure where to correct this
thanks in advance
Click to expand...
Click to collapse
I bet you have a Touch Pro and the keyboard is setup for a fuze. Go into settings and look around and you will find an app that will change the keyboard layout for you!
sorted thanks, i feel stupid lol.
Next time, post the rom question in the rom thread instead of creating a new thread.
THREAD CLOSED

Development Request - Keyboard idea

Hi all,
I had an idea for a better keyboard for the streak, but I can't find any step-by-step walkthroughs for making android keyboards. If there's one available, let me know and I should be able to tackle this.
If not, I think the streak needs a split keyboard. Imagine the left half of the keyboard on the left third of the screen, the right half on the right third, and a big numpad/d-pad in the middle third. When I'm typing in landscape mode, I know I'd appreciate minimizing my thumbs' reach.
Any takers? Or good keyboard making tutorials?
-- David Z
+1
I thought the same thing when i first got my streak.
Sent from my Dell Streak using XDA App
Great Idea!
If someone does make one you should add settings so you can control where the DPAD is, so you could make it like the original Dell Keyboard too!
I'm guessing you've not tried swype then?
Sent from my Dell Streak using XDA App
While we're on the subject of thumb reach, might I suggest a portrait keyboard with more keys on the left/right side, so you don't constantly mis-type those O's and P's as a leftie (for example), when using the streak one-handed?
I was thinking of a real multitouch keyboard.
First, you have the standard qwerty keyboard, with shift, enter en dpad buttons. A tab button would be cool too.
Second, if you tap and hold the keyboard (anywhere) and slide it to the left, on the right side it will reveal the nummeric keys, where you can input your numbers. Releasing the keyboard and it'll slide back in position. Slidng the other way around, gives other keys.
I'm dreaming of such a keyboard a long time now.
Someone?
Radddogg said:
I'm guessing you've not tried swype then?
Sent from my Dell Streak using XDA App
Click to expand...
Click to collapse
I'm guessing you blatantly did not read the OP's idea then?
Zelman said:
I think the streak needs a split keyboard. Imagine the left half of the keyboard on the left third of the screen, the right half on the right third, and a big numpad/d-pad in the middle third. When I'm typing in landscape mode, I know I'd appreciate minimizing my thumbs' reach.
Click to expand...
Click to collapse
If somebody makes this, I will personally buy them a drink
I love the Streak, but my thumbs don't...
Hi guys- I don't know of any tutorials, but basically you need to create a custom IME (that's the term used by Android SDK). There is an android SDK example for creating an IME I believe. Also, here is the source code for a Latin keyboard IME someone made:
http://android.git.kernel.org/?p=platform/packages/inputmethods/LatinIME.git;a=summary
+1 to the initial idea.
Myself and my office mate were just discussing UI's and both of us agreed that a split keyboard option would make the streak far more ergonomically friendly and probably speed up typing.
BTW, for mocked up examples of what we are talking about see:
http://blog.laptopmag.com/wpress/wp-content/uploads/2010/02/google-tablet-1.jpg
http://wp.appadvice.com/wp-content/uploads/2010/04/4309481995_5bc3276d61_o.png
http://cache.gawker.com/assets/images/4/2010/01/ss_dialkeys_horiz_520.jpg
I would really love to see a keyboard like this!
Dell's 1.6 stock keyboard makes good use of the additional space instead of just making the buttons ridiculously large, but it really should be symmetric.
With smartphones getting larger and tablets on the rise it's high time for new keyboards, so I think not only the Streak would benefit from it!
All thumbs up for the idea!
Here's an idea: find a developer and start up a kickstart for this... Perhaps we could post this to the general android development forum.
Basic Version
Hey all,
Here's a basic version. It's just a slightly modified version of the soft keyboard that comes with the SDK. It's only usable it in landscape mode, unless you have really small fingers.
Any thoughts/ideas/feedback? Basic changes may be within my ability. A lot of the programming is way over my head, so if anyone wants the source to do some fancy stuff, let me know.
Zelman
Zelman said:
Hey all,
Here's a basic version. It's just a slightly modified version of the soft keyboard that comes with the SDK. It's only usable it in landscape mode, unless you have really small fingers.
Any thoughts/ideas/feedback? Basic changes may be within my ability. A lot of the programming is way over my head, so if anyone wants the source to do some fancy stuff, let me know.
Zelman
Click to expand...
Click to collapse
Nice work will give it a try
Works fine i would just prefer the buttons to be a bit bigger about double the size infact and would like the numbers on the end and not in the middle and the numbers a different colour but thats me other than that a great start thanks
Awesome! Some color / shading might help to distinguish between the letters and numbers and more easily find keys. May be its something you adjust to but i find myself having to search for letters.
Two other layout thoughts. 1) maybe stretching out the spacebar a bit. since thats a frequently pressed key it'd be nice to have it by the other letters and closer to the thumbs., 2) rearranging the numpad to have the zero at the bottom center as with a typical dialer numpad. This would require splitting the spacebar into two segments.
Just my 2 cents.
Sent from my Dell Streak using XDA App
gtg203a said:
Awesome! Some color / shading might help to distinguish between the letters and numbers and more easily find keys. May be its something you adjust to but i find myself having to search for letters.
Two other layout thoughts. 1) maybe stretching out the spacebar a bit. since thats a frequently pressed key it'd be nice to have it by the other letters and closer to the thumbs., 2) rearranging the numpad to have the zero at the bottom center as with a typical dialer numpad. This would require splitting the spacebar into two segments.
Just my 2 cents.
Sent from my Dell Streak using XDA App
Click to expand...
Click to collapse
Can't get color to work, yet. Good idea on the spacebar(s). Check this version out.
Screenshot
Here's the current state of things (as of the build above). I'm going to look more into changing the color of the number keys, but I don't think it's really as necessary with this layout. Any and all suggestions are welcomed, and I will let you know what I can/can't/will/won't do.
Also, anyone with android programming experience who can tell me things like, "What are the image format requirements for icons like the one on the delete key?" please let me know if you can offer expertise.
Zelman said:
Can't get color to work, yet. Good idea on the spacebar(s). Check this version out.
Click to expand...
Click to collapse
hi thanks alot for the keyboard, its amazing, only 1 bug/error or maybe its just me, as i type a text, after every fullstop, it automatically changes to capital which is good, but it doesnt change back to small case letters after the first letter has been typed, for example if i type this and then stop. IT CONTINUES LIKE THIS. hope u understand? plz help cause otherwise this keyboard would be perfect for me
kag8 said:
hi thanks alot for the keyboard, its amazing, only 1 bug/error or maybe its just me, as i type a text, after every fullstop, it automatically changes to capital which is good, but it doesnt change back to small case letters after the first letter has been typed, for example if i type this and then stop. IT CONTINUES LIKE THIS. hope u understand? plz help cause otherwise this keyboard would be perfect for me
Click to expand...
Click to collapse
I have definitely seen the same issue. I will take a look at the source, but if anyone has the SDK and has a good eye for troubleshooting code, feel free to post hints.

[Q] Change keyboard on a rom...

Okay, I'm fairly new around here, I haven't really posted anything, but i've been checking up on stuff for my phone and everything, I just have one question. I have the rom Nonsensikal. How can I get the keyboard from KaosFroyo V36 onto my Nonsensikal rom?
I know there is a few threads, but I would like to hear it again on this one, I would also like to change the keyboard. I know your supposed to download the keyboard you want, and on most 2.1 roms you have to change the keyboard apk to lLatinIME.apk i believe
Yeah, I'm just not sure how to go about downloading the one I want? Or, even putting it on my rom?
it really depends on what keyboard...if your are just adding one like swype or any other keyboard from the market you just install it like any other app and then go in settings/keyboard and check the box to enable it. Then long press on a text input area such as an email or any where you would type and it will bring up an option for input method where you can choose the keyboard you want to use. If you want to use the droidx keyboard or another "hacked keyboard" then there should be instructions in the thread where you get it for installing it.
Conap said:
it really depends on what keyboard...if your are just adding one like swype or any other keyboard from the market you just install it like any other app and then go in settings/keyboard and check the box to enable it. Then long press on a text input area such as an email or any where you would type and it will bring up an option for input method where you can choose the keyboard you want to use. If you want to use the droidx keyboard or another "hacked keyboard" then there should be instructions in the thread where you get it for installing it.
Click to expand...
Click to collapse
Okay, Maybe you can help me out here then. Which keyboard is used in KaosFoyo V36? because that's the keyboard I want. and when I looked at the droidX keyboard. all it says is push it to "location" but how do I do that?
http://forum.xda-developers.com/showthread.php?t=764021&page=8
about 4 posts down, there is a flashable .zip you can use rom manager to flash. Once your phone boots back up, long press in the box you type, and select multi-touch for the imput method.
droidx-signed.zip i beleive is the name of the file.
Further along in the post is a grey type version, though i have not been able to get that one to work, aborts install and FC's on my constantly.. so I am just sticking with the white one.
MT
MT48 said:
http://forum.xda-developers.com/showthread.php?t=764021&page=8
about 4 posts down, there is a flashable .zip you can use rom manager to flash. Once your phone boots back up, long press in the box you type, and select multi-touch for the imput method.
droidx-signed.zip i beleive is the name of the file.
Further along in the post is a grey type version, though i have not been able to get that one to work, aborts install and FC's on my constantly.. so I am just sticking with the white one.
MT
Click to expand...
Click to collapse
Didn't work for me... I just wish this kinda stuff was easy to do.

[REQUEST] Stock HTC keyboard with out arrows

I cant imagine this being that hard to do..Then again I cant do it so who knows.
i mainly want to see if this gives us a full screen stock keyboard in landscape when the mod that removes on screen bar and dot menu and enables the multitask button as menu is in use.
On apps that had the virtual menu bar it makes the keyboard not use up the area in which the menu bar was located..Here's a photo example(notice the right of the keyboard)
this is from the one x forum:
http://forum.xda-developers.com/showthread.php?t=1612558
arodey said:
this is from the one x forum:
http://forum.xda-developers.com/showthread.php?t=1612558
Click to expand...
Click to collapse
trust me,i looked before posting this..The file on that link doesn't work.I removed and pushed to my system and set appropriate permissions.The phone just wouldn't recognize it at all.
I am looking for an HTC IME mod keyboard like I used on my evo. No arrows, but obviously not the correct resolution. If I posted it here from pc when I have access, would someone be able to resize it? I have searched, and only Smart Keyboard Pro comes close, but not close enough. It is worth mentioning that I use the "phonepad" keyboard exclusively. It is just an apk that I can download to an unrooted phone without pushing this, or pushing that. I downloaded the one that I have, but like I said, wrong resolution. Thanks
Sent From My Righteous EVO 4G LTE
According to this post http://forum.xda-developers.com/showthread.php?p=27166138 chameleon Rom has an option to remove it. Maybe take the htcime from that Rom and replace yours. Or ask the dev how he did it if that doeant work

Keyboard with paragraph sign.

Hello, im asking a question for someone else who is a lawstudent.
She has a S3 and is wondering if there are any downloadable keyboards who has the paragraph sign (§). Apparently the stock one doesnt seem to have one.
If someone can check their keyboards please let me know.
SwiftKey doesn't have it, if it helps
i think the paragraph sign is this one: ¶ .
anyways i don't have both "§" and "¶" at smartkeyboard pro.
your solution should be A.I.type Keyboard which suppports those signs:
https://play.google.com/store/apps/details?id=com.aitype.android
Hackers keyboard has this ¶
if you can settle on ¶ alone @slaphead20 gave you a perfectly correct answer and go keyboard also has this so you can have other options
if not the only one i noticed is A.I as i mentioned
Ok.. Many thanks fellas..
Beamed from my Senny..

Categories

Resources