[App] HTC Keyboard /w/ XL spacebar and no "hide" button - Droid Incredible Themes and Apps

This is the stock keyboard that was included in 7/27 leak. This keyboard has the hide button removed and a bigger space bar. I did not make this keyboard (HTC did) nor can I modify it from this point in anyway. So please don't ask me to make the spacebar bigger or move it around. All I did was extract the apk and odex files from the leak, deodexed it, and then put it into an update.zip format that can be flashed in recovery.
Personally I prefer this keyboard to the official froyo keyboard, as I find the spacebar too small and the hide button is redundant as you can either long press the menu button or press the back button to hide this keyboard. Check it out, you may like it better too.
As far as I can tell this only works on Sense Roms with the Sense Keyboard
Directions:
Flash attached zip in recovery... and that's it.

awesome thanks.

Awesome...many thanks for this

how do you install this? i'm new to rooting in general. i went into the bios and installed the zip from clockwordmod . . but that had force close errors when i did that, what is the correct way to do it?

Yep...just force closes
"Results may vary."

Is there a way to have the apk file itself?
Sent from my ADR6300

Awesome work man... any chance you could make it so its the opposite.. get rid of the push to talk and replace with the hide keyboard..

i guess i'm not the only one with force closing problems? i need this keyboard back in my life!!

Could those with fc give info on their current setup?
Personally this has worked on both skyraiders, redemption, and virtuous.

MIUI on htc incredible.

any suggestions? the stock keyboard is killing me . . can't get anything right.

Sorry, as far as I can tell this will only work on a sense rom. You could try extracting the apk from the zip and installing it through astro or whatever, but I doubt that would work. The best thing would be to make it installable like the HTC_IME mod keyboard, but I wouldn't know where to start.

Related

Disable HTC Sense UI and Lock Screen

I want to permanently disable the HTC Sense UI and the HTC slide lock screen. I want to revert back to the original Android UI. Is there a way to achieve this? Any help would be appreciated. Thanks.
I can advise you on how to disable SenseUI.
menu>settings>applications>manage applications
Search for HTC Sense, select it, find the clear defaults button. Once you clear defaults, press your home button and select the checkmark and then select home.
Try Gumbo 1.5c Bare. It's a rom as vanilla as possible.
http://forum.androidcentral.com/35717-post119.html
try this rom, ive been running it for a few days its petty amazing
I tried this and no landscape which is what I was hoping for.
SasoriSoren said:
I tried this and no landscape which is what I was hoping for.
Click to expand...
Click to collapse
this thread is a bit old. no one uses 1.5 anymore, as even the official 2.1 update is out. if you want AOSP 2.1 then try out Darchdroid. its as vanilla as its gonna get for the Hero
Use the batch file this guy created.. Works great! http://forum.xda-developers.com/showthread.php?t=675678&highlight=batch

get the real nexus launcher(launcher2.apk) working on DamageControl v1; JIT works!

EDIT: it seems as if a lot of people are having problems with this. about half the people get it working, and half don't. i recommend that you test out Launcher2 first before setting it as your home launcher. I'll try and see what's going on and why it doesn't work right. for now, though, pushing the libs is confirmed to make lwps like the nexusmod on helix.
EASIER WAY: USE RECOVERY TO FLASH THE SIGNED ZIP ATTACHED ON BOTTOM.
okay, so konikub posted the market app that gets the nexus launcher working on our ROMs, but it seemed a bit slow and the app drawer wasn't very intuitive for me, as i had to press the back key and everything for it to work. so, i found out a way to get the REAL nexus one Launcher2.apk to work on DamageControl v1, but i haven't test on fresh 2.0b2 or anything else.
the main two files that are needed to get the launcher2.apk to work seem to be libRS.so and librs_jni.so
since i used waffle 2.1 as my first ROM and the nexus launcher worked, albeit unstable at times, i looked there first. when compared with DamageControl, the necessary libs are missing.
so, the libs that i'm posting are taken straight from bikcmp's Waffle 2.1 ROM.
it's a pretty simple procedure, since you're just placing the libs in the right folder
step 1: extract the libRS.so and librs_jni.so to a folder where you know the location
step 2: push the files to /system/lib
Code:
adb remount
adb push <location of libRS.so> /system/lib
adb push <location of librs_jni.so> /system/lib
adb reboot
step 3: install launcher2.apk
Code:
adb remount
adb push <location of Launcher2.apk> /system/app
adb reboot
and then it works!
so far, it's been stable for me after a few reboots, and i don't get any force closes like i did when i used it on bikcmp's waffle ROM.
any problems, just pm me or post a reply.
if things don't work on the first try, like your bootscreen just keeps on going and going, just reboot your phone. after i set it to my default homescreen and rebooted, my bootscreen kept going on and on and on, even though the lockscreen and whatever else was definitely loaded. i'm not using the htc lockscreen, so i knew where the unlock button was, and when i touched there, it vibrated. i could 'unlock' the phone but it stayed at the bootscreen.
so when in doubt, just reboot
see below for all three files. i put it all into one zip for convenience.
enjoy!
EDIT: oh, and live wallpapers DO work. i've tested some from the market, but it seems as if (AGAIN) it's the nexusmod one that doesn't play nice and freezes your phone but i do recommend the Substrate (search Substrate in market) lwp, they're pretty fancy and they look nice too! performance isn't too bad either
Konikub requested a flashable zip for this. it's in post #5, but for those who are too lazy to scroll down, i'll post it here too
naturally, its named launcher2-signed.zip
UPDATE: i just tested this, but JIT works if you use this launcher! just follow these instructions: http://forum.xda-developers.com/showthread.php?t=637419
when i first installed it, though, my bootscreen just stayed and kept going for a good ten minutes. for some reason, the lockscreen still 'worked', as in you could unlock the phone underneath but it'd still display the boot animation. i just pressed the SEND+END+MENU button combo to reboot the phone, and it worked! if you get a few FCs at first, just make sure you press the 'Force Close' option. if you reboot again, it should work.
there's always the possibility that it'll screw up your phone(not a brick, i mean like it wont boot, etc.), and if it does, just go to recovery and follow the instructions to restore dalvik w/o JIT (in the link).
justinisyoung said:
okay, so konikub posted the market app that gets the nexus launcher working on our ROMs, but it seemed a bit slow and the app drawer wasn't very intuitive for me, as i had to press the back key and everything for it to work. so, i found out a way to get the REAL nexus one Launcher2.apk to work on DamageControl v1, but i haven't test on fresh 2.0b2 or anything else.
the main two files that are needed to get the launcher2.apk to work seem to be libRS.so and librs_jni.so
since i used waffle 2.1 as my first ROM and the nexus launcher worked, albeit unstable at times, i looked there first. when compared with DamageControl, the necessary libs are missing.
so, the libs that i'm posting are taken straight from bikcmp's Waffle 2.1 ROM.
it's a pretty simple procedure, since you're just placing the libs in the right folder
step 1: extract the libRS.so and librs_jni.so to a folder where you know the location
step 2: push the files to /system/lib
Code:
adb remount
adb push <location of libRS.so> /system/lib
adb push <location of librs_jni.so> /system/lib
adb reboot
step 3: install launcher2.apk
Code:
adb remount
adb push <location of Launcher2.apk> /system/app
adb reboot
and then it works!
so far, it's been stable for me after a few reboots, and i don't get any force closes like i did when i used it on bikcmp's waffle ROM.
any problems, just pm me or post a reply.
if things don't work on the first try, like your bootscreen just keeps on going and going, just reboot your phone. after i set it to my default homescreen and rebooted, my bootscreen kept going on and on and on, even though the lockscreen and whatever else was definitely loaded. i'm not using the htc lockscreen, so i knew where the unlock button was, and when i touched there, it vibrated. i could 'unlock' the phone but it stayed at the bootscreen.
so when in doubt, just reboot
see below for all three files. i put it all into one zip for convenience.
enjoy!
EDIT: oh, and live wallpapers DO work. i've tested some from the market, but it seems as if (AGAIN) it's the nexusmod one that doesn't play nice and freezes your phone but i do recommend the Substrate (search Substrate in market) lwp, they're pretty fancy and they look nice too! performance isn't too bad either
Click to expand...
Click to collapse
launcher2 works out of the box on my testing rom, just push it to /system/app. i already have the necessary libs in place.
darchstar said:
launcher2 works out of the box on my testing rom, just push it to /system/app. i already have the necessary libs in place.
Click to expand...
Click to collapse
well, i guess it's for people using damage's and fresh's rom
This might be pushing it...but I have been with out a computer screen for a few days now (it died), and have been running off my hero since. I have no way to pushfiles to my phone...is there any chance you can package up the launcher2 apk to be flashed, and I will put it on Darchs ROM....?
Thanks either way man!!!!
Question, does this launcher have the 4 shortcuts cause thats bout as slick as have 7 screens and as sliced bread.
konikub: attached!
Tipharet: no, that's only in the helixlauncher app
it's a nice feature, but this is just for those who want the 'real' nexus one feel to it, with the 3d app drawer and the dots on the bottom. otherwise there isn't much of a difference.
though personally, i prefer this to the helixlauncher.
Just curious, does the nexus launcher still have the sense widgets enabled? Say im just trying to take Rosie phone,app,and add button away; all I want is the little square down at the bottom that leads to my app drawer.
This knowledge will also help in development of a custom UI I am wotking on. Any help would be greatly appreciated.
Side note: like one of the other posters, I am not familiar with the sdk or changing files through the computer. However, I managed to root my phone, andinstall a custom ROM, all FROM MY PHONE.. Never once did I connect to my PC. Point being, Ive basically cooked my own roms from my phone. I am running DamageV1 and through terminal emulator was able to uninstall the bloatware that came along with it. I have a DamagedPancake LOL. Is it possible to push these files through t.e. or could someone post a update.zip that woulde removie just the RosieBar and leave only the boxlauncher?
Cheers
is there way a to revert back to the default sense ui?
sinistermeshes: unfortunately, you can't keep the sense widgets and not be using sense itself. something about the framework prevents you from being able to access or use HTC widgets if you aren't using sense. i also don't believe you can make the sense bar only be an app drawer. there was a thread starter a few days ago about mapping the buttons to different areas, but it was deemed not possible, or at least probably not going to happen.
the signed zip that i posted here only makes your phone's homescreen look, act, and feel just like what it does on the nexus one homescreen. no htc widgets (i know, i'm sad too =/)
vox: yeah, you can go to appliations and clear defaults. but the best way is to go to the market and install Home switcher. its very useful when dealing with homescreens and all.
works 100% perfectly, thanks OP.
personally, i started liking the helix launcher better than nexus, it allows only 2 screens, and you can put icons on the bottom. and, after pushing the libs, the nexus MOD wallpaper in market works with helix launcher!
im so happy right now
Really nice work.. All we need now is to remove the black notifcations bar and replace it with the white one and we can have a AOSP-Like rom
Just did this from my hero and it worked like a charm thanks a million for the signed zip I freaking love the nexus launcher and its really smooth
i cant seem to get the nexusmod lwp to work.. i downloaded it but i dont know how to set it.
i don't think the nexusmod lwp works if you use the launcher that's included.
but, if you use helixlauncher, it does work.
but first, you have to manually push LiveWallpapersPicker.apk and LiveWallpapers.apk to /system/app. they're posted on another thread, i believe.
i got it now i had to flash livewallpapaerpicker.apk
justinisyoung said:
i don't think the nexusmod lwp works if you use the launcher that's included.
but, if you use helixlauncher, it does work.
but first, you have to manually push LiveWallpapersPicker.apk and LiveWallpapers.apk to /system/app. they're posted on another thread, i believe.
Click to expand...
Click to collapse
I tried running it with hexilauncher and it just froze my phone...
justin, thanks for the lib file find. got the "modded Nexus" working with helix. I think I am going to stick with that just for the 7 screens but great find man.
NexusMod only works with helix. but its a bit laggy. if you use it on any other homescreen like nexuslauncher or home it just crashes.
Do we still have to push the lib files even with the zipped file that you provided... I nay have to wait toll I get home then
anyone gotten live wallpapers working??? i downloaded several and they are not in the wallpapers...

Alternative Onscreen Keyboards Tested And Ready To Go

Here are two of the onscreen keyboards that I use on a daily basis, swype is also a great alternative but posts with swype links have been shut down by the mods so the best thing to do is to sign up for the beta program directly here or use google
Of course to install these for now you can go to the thread created by me on xda here to sideload the .apks
These are both being used currently on my 2.2.1 Rom with zero issues.
Thanks to all that have made these programs possible, we truly appreciate the hard work.
HTC_IME (My Favorite tap to type on screen keyboard)
http://forum.xda-developers.com/showthread.php?t=624416
** UPDATE: Keyboard from Android 2.3 +
http://www.appbrain.com/app/keyboard-from-android-2-3/com.moo.android.inputmethod.latin
or the try the FREE version first, info here: http://www.appbrain.com/app/keyboard-from-android-2-3/com.moo.android.inputmethod.latin.free
** UPDATE: Big Buttons Keyboard Deluxe
http://www.appbrain.com/app/big-buttons-keyboard-deluxe/com.bigbuttons.deluxe2
or the try the FREE version first, info here: http://www.appbrain.com/app/big-buttons-keyboard-standard/com.bigbuttons
Renamed Gingerbread Keyboard
http://forum.xda-developers.com/showthread.php?t=875202
Not knowing much about these kybds, I'm curious as to whether you have a preference towards one or the other using swype? I can't use and android without it after using it on my captivate.
rwon said:
Not knowing much about these kybds, I'm curious as to whether you have a preference towards one or the other using swype? I can't use and android without it after using it on my captivate.
Click to expand...
Click to collapse
Swype is nice but inputting email addresses and passwords are somewhat of a hassle.
I prefer HTC_IME as the tap to text option of the two because of the word prediction software that is always on point.
Its hard to compare swype vs. the one above because they are completely different ways of using your onscreen keyboard.
The HTC ime mod is the best. I don't like the clunky stock keyboard the inspire had. Plus the layout was shifted from other virtual keyboards. The mod keyboard give you the ability to customize so much. Including the layout.
mentalcase said:
The HTC ime mod is the best. I don't like the clunky stock keyboard the inspire had. Plus the layout was shifted from other virtual keyboards. The mod keyboard give you the ability to customize so much. Including the layout.
Click to expand...
Click to collapse
Yeah, I would rather deal with the occasional hassle w/ email and passwords and text like a mad man... lol
rwon said:
Yeah, I would rather deal with the occasional hassle w/ email and passwords and text like a mad man... lol
Click to expand...
Click to collapse
Well I have Swype fully working on the Inspire, installed using the Sideload Wonder Machine for Windows (Best thing since sliced bread).
Highly recommended
The gingerbread keyboard keeps force closing on me.
Sent from my Inspire 4G using XDA App
Same here, the Gingerbread KB FC's on me. I reinstalled just to be sure but it still does it. Anybody know how to fix it?
The Gingerbread KB worked fine on my HTC Dream / G1.
Thats weird, I didnt get around installing it on the Inspire yet so maybe Ill have to edit the OP and take that link to the app off if more continue to report the FC.
For those having issues just unistall it and use the other options listed please.
HTC_IME - High resolution version (Froyo/2.2)
and
Swype are the only onscreen keyboards I currently have installed as of now.
There is a gingerbread keyboardon the market
Sent from my Desire HD using XDA App
I just noticed that it FC's when you have different languages enabled in the settings. If you don't tinker with the settings at all (default) it will work, but I mainly write in English and Spanish and is the main reason why I installed it to begin with...
never mind it FC's as default as soon as you try to type the first letter...
trying the one on the market in a minute...
Tried the one on the market and it even has more features than the one in the forums, I highly recommend it...
swype wont install
i got the .apk for the swype installer and sideloaded it, but now, every time i run the installer it still tells me that the install is blocked...how did you guys get past that without having the ACTUAL keyboard .apk (not the installer .apk)
morganblackstone said:
i got the .apk for the swype installer and sideloaded it, but now, every time i run the installer it still tells me that the install is blocked...how did you guys get past that without having the ACTUAL keyboard .apk (not the installer .apk)
Click to expand...
Click to collapse
You might want to try this app instead, unsure why you are having issues with Swype:
http://www.androidtapp.com/slideit-keyboard/
I would really like to use swype though...I appreciate the suggestion though...any ideas or does anyone need clarification of my problem?
Sent from my Desire HD using XDA App
morganblackstone said:
I would really like to use swype though...I appreciate the suggestion though...any ideas or does anyone need clarification of my problem?
Sent from my Desire HD using XDA App
Click to expand...
Click to collapse
Like I said in the OP google is your friend, lol.
We cant post up swype .apks, its prohibited.
i understand that, and thats totally fine...but how the heck do i install it? i got swypeinstaller.apk to install fine. but after that it attempts to download and install the swype.apk from the server and it tries to install it, and thats where it gets blocked. so im trying to figure out how to install the swype.apk that was downloaded through the swype installer, when i cant find any temp file or anything that just says swype.apk
morganblackstone said:
i understand that, and thats totally fine...but how the heck do i install it? i got swypeinstaller.apk to install fine. but after that it attempts to download and install the swype.apk from the server and it tries to install it, and thats where it gets blocked. so im trying to figure out how to install the swype.apk that was downloaded through the swype installer, when i cant find any temp file or anything that just says swype.apk
Click to expand...
Click to collapse
This is where you might want to contact swype directly.
That would be my best advice for you.
I'm working on getting the Gingerbread keyboard working.
That sentence just doesn't feel right to me.
lonesomecrow said:
Same here, the Gingerbread KB FC's on me. I reinstalled just to be sure but it still does it. Anybody know how to fix it?
Click to expand...
Click to collapse
http://www.appbrain.com/app/keyboard-from-android-2-3/com.moo.android.inputmethod.latin.free
Download this.
How did you install swype, in bullet point. Mine went like this
-registered on swype's website
-downloaded swypeinstaller.apk
-used sideloading wonder machine to install swypeinstaller.apk
-opened swype installer app
-logged into swype's server
-downloaded the 2.5MB swype (english/spanish)
-got the install blocked error, gave option to go to settings or cancel (obviously settings does nothing because we cannot check "unknown sources")
I'm not new to this stuff, and i've had HTC phones before, so i really doubt i did anything wrong, and i cannot accept the fact that the phone i purchased on launch day is blocked more than anyone elses phone that also got it on launch day. Im not being a jerk, but the only people that can help are the awesome devs on XDA, so help lol prease

Root, ICS Keyboard and Emojin??

I just got the phone 2 days ago and have been browsing around for answers and come up with very little....
First off, if I were to do the root, unlock bootloader, etc., am I still only limited to ROMs specificially for the AT&T phone or can I use ARHD for example from the other forum?
Second, is there any way to use the real ICS keyboard instead of HTC's or one off the market? I had a galaxy nexus and really like that one. I am currently using a copy from a while ago from the market and its not as good.
Third, I like the revamped messaging app, but doesn't have the emojin support. Was wondering if there was anything on the market besides GOSMS or Handcent, etc. that could allow that with the stock messaging app.
Appreciate your time and thanks in advance
Cerebro22 said:
Second, is there any way to use the real ICS keyboard instead of HTC's or one off the market? I had a galaxy nexus and really like that one. I am currently using a copy from a while ago from the market and its not as good.
Click to expand...
Click to collapse
I also came from a gnex, and love the stock ICS keyboard. The easiest way to safely get it for free is to download one of the latest CM9 nightlies from http://download.cyanogenmod.com/?device=maguro&type=nightly
Then open the zip, go to system/app, and copy LatinIME.apk out. Put it on your one x and install it. You'll then have to go into settings->language/keyboard, and enable the keyboard.
After that, go to any text field on your phone (like your browser's URL bar), make the HTC keyboard pop up, then drag down your notification bar and you'll see the switch keyboard notification.
No root required, nice and safe.
That is an awesome trick lol...Do you have any other apk suggestions I can use from the CM build?
It works perfectly! Thanks again
Cerebro22 said:
That is an awesome trick lol...Do you have any other apk suggestions I can use from the CM build?
It works perfectly! Thanks again
Click to expand...
Click to collapse
I haven't felt the need for anything else from my gnex, so I didn't attempt to use any other apks. I know a few people were requesting the stock sms and dialer, but you really need to be careful pulling system/app apks out, since there could be dependencies.
slippers67 said:
I also came from a gnex, and love the stock ICS keyboard. The easiest way to safely get it for free is to download one of the latest CM9 nightlies from http://download.cyanogenmod.com/?device=maguro&type=nightly
Then open the zip, go to system/app, and copy LatinIME.apk out. Put it on your one x and install it. You'll then have to go into settings->language/keyboard, and enable the keyboard.
After that, go to any text field on your phone (like your browser's URL bar), make the HTC keyboard pop up, then drag down your notification bar and you'll see the switch keyboard notification.
No root required, nice and safe.
Click to expand...
Click to collapse
NICE So much better to type on now!
Anyone else for the emojin question? I found the answer to the first one.
Thanks

ICS Stock Launcher Rotate?

I would like the ability for the stock ICS launcher to rotate based on the phone orientation. Obviously the launcher supports it because it will go landscape when used in any of the various docks.
Back on the Atrix OG, the NoattachTrix4G ROM had the install-time option to make the stock launcher rotate based on orientation, so there must be a way to modify something that allows the launcher to rotate without having to be in a dock. Has anyone looked into that and knows how to do it? In the worst case, I can try to find time to look at the NoattachTrix install script to see what it does (or, if it is just installing a new framework or whatever, get that file and see what was changed).
In the meantime, I was just wondering if anyone else may have already looked into it.
Yup. In GB it was a simple edit in the BlurHome2.apk's AndroidManifest.xml. I think it's the same in ICS, but in the homescreen.apk.
Look for this line and change "nosensor" to "sensor":
Code:
android:screenOrientation="nosensor"
The problem is signatures. You could probably edit your own and push it back to your phone without signing w/ no issues.. maybe. But, really a bunch of system apks need to be re-signed with the same key if you change one AndroidManifest.. so it would have to be included in a rom, or a big zip package to replace all of the re-signed apks..
Sent from my phone's mind
Can't the signing issues be resolved by using Eclipse?
Sent from my LT28at
I'm currently looking through all the info on how to do this (but I'm not in any hurry)...I've installed Eclipse on my Ubuntu system, looking through the other threads and tools. I have dragged my feet on doing this now for the past year because I know how I am with all this and it has the potential to take more time away from my necessary activities.
Ok, I starting learning how to do all this. I decompiled the apk, made the change, recompiled, but didn't want to take the time to make it work.
So, while reading an article on the Nexus 7, I came across two apps that allow the homescreen to rotate without mods:
Ultimate Rotation Control ($2.99): I tried it but thought I would try the free one first
Rotation Locker (Free): Using this one now. Doesn't restart with the phone. Make sure you are using the background method (long press "Auto").
Both of the above applications let the Moto homescreen rotate as well as any other apps that insist on being in portrait mode, but I'm trying the free on first to see if any issues show up.

Categories

Resources