How do you change keyboards from rom - myTouch 4G Q&A, Help & Troubleshooting

I currently have the android revolution Rom and want to get rid of the arrow keys on the bottom of the keyboard.
So I'm guessing I would have to replace the keyboard completly
Sent from my HTC Glacier using XDA

mymeatb18 said:
I currently have the android revolution Rom and want to get rid of the arrow keys on the bottom of the keyboard.
So I'm guessing I would have to replace the keyboard completly
Sent from my HTC Glacier using XDA
Click to expand...
Click to collapse
Are u kidding? I love those arrows! I wish every keyboard had them! Sometimes in the settings there is an option to remove them..just look under keyboard & input in the settings...
Sent from my HTC Glacier using xda premium

192) areadee
mymeatb18 said:
I currently have the android revolution Rom and want to get rid of the arrow keys on the bottom of the keyboard.
So I'm guessing I would have to replace the keyboard completly
Sent from my HTC Glacier using XDA
Click to expand...
Click to collapse
As far as I know that is true unless the keyboard has configuration options, or plugins of some sort.

Nope there is no settings and yeah I don't use the arrows at all just takes up space for me
Sent from my HTC Glacier using XDA

Download a new keyboard from the market
Sent from my HTC Glacier using Tapatalk 2

...Awesome... said:
Download a new keyboard from the market
Sent from my HTC Glacier using Tapatalk 2
Click to expand...
Click to collapse
My favorite is the swype beta, which available for free if you register for it at http://beta.swype.com
Good Luck!

I understand that the easy way out but I like the stock keyboard was looking for someone to tell me how to swap out the keyboard or flash another or something
Sent from my HTC Glacier using XDA

I thought RC tweaks had an option for turning the arrows off?

I looked all over rc Tweaks and didnt see anything about it
Sent from my HTC Glacier using XDA

If u wanna swap out a keyboard from a different rom just take out the apk and replace it.
Sent from my HTC Glacier using Tapatalk 2

Ok thanks and its just a simple cut and paste? Do I have to reflash it with the Rom? Also where would that be located?
Sent from my HTC Glacier using XDA

mymeatb18 said:
Ok thanks and its just a simple cut and paste? Do I have to reflash it with the Rom? Also where would that be located?
Sent from my HTC Glacier using XDA
Click to expand...
Click to collapse
Do not proceed if you have no idea what you're doing! i'm not responsible for whatever happens to your device by following this guide.​
Method 1. use a file explorer that has access to the system like root explorer.
make sure you have rw access first
copy the file to /system/app
set permissions to rw r r
reboot
Method 2. use androidSDK/adb
move the file to location of adb i.e C:/androidsdk/platform-tools
connect phone to computer
open command window
type in the following:
Code:
adb devices
adb push location-of-your-file /system/app
adb reboot
you made need to set permissions for it to work
to do that:
adb shell
su
chmod 777 /system/app/name-of-file
reboot
both these methods require su and root!

Can you also add a keyboard as a 2nd one..like instead of replacing one, just add an apk and have the option to choose between the 2?
Sent from my HTC Glacier using xda premium

jjbadd385 said:
Can you also add a keyboard as a 2nd one..like instead of replacing one, just add an apk and have the option to choose between the 2?
Sent from my HTC Glacier using xda premium
Click to expand...
Click to collapse
Yeah. When you add a keyboard (like swift key keyboard) just go to settings, language & keyboard, then select your keyboard you just installed. Voila!

One more question.. I looked in system/app with root explorer, and I looked 2 and 3.times, and I see no keyboard apk? Where else could it be or what other name?
Sent from my HTC Glacier using xda premium

jjbadd385 said:
One more question.. I looked in system/app with root explorer, and I looked 2 and 3.times, and I see no keyboard apk? Where else could it be or what other name?
Sent from my HTC Glacier using xda premium
Click to expand...
Click to collapse
HTC_IME.apk
Sent from my Sense 4.0 Glacier using XDA Premium.

invasion2 said:
HTC_IME.apk
Sent from my Sense 4.0 Glacier using XDA Premium.
Click to expand...
Click to collapse
Ok, I took the HTC_IME.apk from the LeeDroid Rom which my wife uses, & I put it in the /system/app folder in the Endymion Rom which I am using and I fixed permissions, rebooted, & it works ok til I try to close it after I'm done typing, then it force closes. It just says HTC_ime has stopped suddenly and must close bla bla bla! My 1st thought was that I think LeeDroid is sense 3.0 & this Endymion is sense 3.5? Or is there another way to fix it? Only difference is the arrows across the bottom, which I like. Thanks..
Sent from my HTC Glacier using xda premium

jjbadd385 said:
Ok, I took the HTC_IME.apk from the LeeDroid Rom which my wife uses, & I put it in the /system/app folder in the Endymion Rom which I am using and I fixed permissions, rebooted, & it works ok til I try to close it after I'm done typing, then it force closes. It just says HTC_ime has stopped suddenly and must close bla bla bla! My 1st thought was that I think LeeDroid is sense 3.0 & this Endymion is sense 3.5? Or is there another way to fix it? Only difference is the arrows across the bottom, which I like. Thanks..
Sent from my HTC Glacier using xda premium
Click to expand...
Click to collapse
That's what it sounds like. Try taking it from Virtuous Fusion or Unity, then it will probably work.

saranhai said:
Do not proceed if you have no idea what you're doing! i'm not responsible for whatever happens to your device by following this guide.​
Method 1. use a file explorer that has access to the system like root explorer.
make sure you have rw access first
copy the file to /system/app
set permissions to rw r r
reboot
Method 2. use androidSDK/adb
move the file to location of adb i.e C:/androidsdk/platform-tools
connect phone to computer
open command window
type in the following:
Code:
adb devices
adb push location-of-your-file /system/app
adb reboot
you made need to set permissions for it to work
to do that:
adb shell
su
chmod 777 /system/app/name-of-file
reboot
both these methods require su and root!
Click to expand...
Click to collapse
After typing the last line for the permissions is it supposed to say anything?
Also im doing it in terminal emulator I dont know if thats causing my problem cuz the .apk keeps causing a fc
I'm doing method 1
Sent from my HTC Glacier using XDA

Related

Keyboard on froyo test rom

Has anyone been able or tried to install the HTC_ime keyboard onvy froyo add get it to work ? When I installed it I got a force close loop.
Sent from my HERO200 using XDA App
Only the 1.5 version of the HTC_IME keyboard works with the 2.2 ROM. Unfortunately, the voice input does not work since it is only the 1.5 version. This is the version that works.
http://www.hallerud.se/htc_ime_jonasl_lowres15_27.zip
thank you so much !
Sent from my HERO200 using XDA App
I tried to flash it and it said the installation failed
Sent from my HERO200 using XDA App
Don't flash. Just install like a regular app
Sent from my HTC Hero CDMA using XDA App
How because it downloads as a zip file
Sent from my HERO200 using XDA App
Un zip it
Sent from my HERO200 using XDA App
The .apk is in the zip file ?
Sent from my HERO200 using XDA App
tcb203 said:
The .apk is in the zip file ?
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
There are two .apk to install and both are in the zip file... with the time spent posting that question you could have just opened it and found out what was inside
I use ShapeWriter and it works perfectly.
derekwilkinson said:
There are two .apk to install and both are in the zip file... with the time spent posting that question you could have just opened it and found out what was inside
Click to expand...
Click to collapse
@derekwilkinson - i dont think it was necessary for you to get smart all i did was ask a simple question b/c i didnt know. being the smart ass you seem to be you should have realized i didnt know i was supposed to unzip it until i realized the flash failed and said it wasnt working !
Use a file explorer like Astro to open the .zip. You should get an option to open with app manager (or something along those lines ha ha) and you should be able to install.
Sent from my HTC Hero CDMA using XDA App
pushing necessary lib files will enable farther versions of the IME keyboard to work, you still dont get voice recognition to work but the keyboard is there.

Wifi isn't working

After rooting and all my wifi keeps giving me the Error message. Any ideas how to fix it?
Sent from my HTC Glacier using XDA App
prophet828 said:
After rooting and all my wifi keeps giving me the Error message. Any ideas how to fix it?
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
After rooting and all? What's all? Are you new to rooting? Sounds like you might have jumped in too quick.
prophet828 said:
After rooting and all my wifi keeps giving me the Error message. Any ideas how to fix it?
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
which rooting guide did you use? did you change your kernel? you need to replace the bcm4329.ko file in /system/lib/modules with the one that corresponds to the kernel you are running...
Yes I am new to it but I am really good when it comes to computers
I am trying to learn everything about the android coding and all. Cause I just bought the mt4g Last week. But I followed instructions on a you tube video. By mackster248. Its they ove xda provided
Sent from my HTC Glacier using XDA App
prophet828 said:
Yes I am new to it but I am really good when it comes to computers
I am trying to learn everything about the android coding and all. Cause I just bought the mt4g Last week. But I followed instructions on a you tube video. By mackster248. Its they ove xda provided
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
ok... settings>about phone>Software Information> Kernel version... I need it...
Just a sort of "duh" reminder to always read things carefully before you do anything.
For example I quickly read the title of this thread as "Wife isn't working" and I thought "Tell me about it"
The kernel version is 2.6.32
Sent from my HTC Glacier using XDA App
prophet828 said:
The kernel version is 2.6.32
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
that's not the whole thing... I need the whole string...
2.6.32.21 Gorilla-OC-1.6ghz-betaV05-G20b06bc-dirty [email protected] #22
prophet828 said:
2.6.32.21 Gorilla-OC-1.6ghz-betaV05-G20b06bc-dirty [email protected] #22
Click to expand...
Click to collapse
well you didnt "just" root then. Are you running Iced glacier rom also?
prophet828 said:
2.6.32.21 Gorilla-OC-1.6ghz-betaV05-G20b06bc-dirty [email protected] #22
Click to expand...
Click to collapse
READ READ READ READ READ.....
ok.... DOWNLOAD THIS then put it in the directory with adb. In command prompt navigate to the directory with adb then put these commands in
adb shell
mount -o rw,remount -t ext3 /dev/block/mmcblk0p25 /system
exit
abd push bcm4329.ko /system/lib/modules/
adb reboot
your wifi should be fine after this.
Ok, do I need the terminal emulator? To type these commands
Sent from my HTC Glacier using XDA App
prophet828 said:
Ok, do I need the terminal emulator? To type these commands
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
no you need adb... google android sdk download install
if you can't figure that out copy the file to your sdcard then in terminal do this
unplug phone
mount -o rw,remount -t ext3 /dev/block/mmcblk0p25 /system
cp /sdcard/bcm4329.ko /system/lib/modules/
this should fix it... might take a reboot
Which version do I need? 2.2 or 2.3
great now my SU permissions are denied....
Sent from my HTC Glacier using XDA App
you probably didn't root properly and only had temp root then
That makes sense. How do I get rid of clock work mod. I'm just gonna go back to stock. This rooting is
A pain in the ass.
Sent from my HTC Glacier using XDA App
prophet828 said:
That makes sense. How do I get rid of clock work mod. I'm just gonna go back to stock. This rooting is
A pain in the ass.
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
It's really not that bad. You just need to slow down, take a breath and follow the instructions and everything will right itself.
Some people always think that there is a one-click solution; when in fact you just need to follow a few precise directions. Key word being 'precise'.
If you want to unroot and go back to stock, check my sig for unrooting.
prophet828 said:
That makes sense. How do I get rid of clock work mod. I'm just gonna go back to stock. This rooting is
A pain in the ass.
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
flash the RUU you can get it from the downgrade post it will undo everything except radio s-off
What does RUU stand for?
Sent from my HTC Glacier using XDA App
prophet828 said:
What does RUU stand for?
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
I'm not sure did you check here?

[Q] stock camera app

Ok so I accidentally deleted the stock camera and I was wondering if anyone had the apk. Any help would be appreciated thanks.
Sent from my HTC Glacier using XDA App
Just take it out of the any of the roms that are floating out there (choose whatever you're using, sense or cm) and push it to /system/app.
Sent from MT4G.
Darn I suck with adb lol
borodin1 said:
Just take it out of the any of the roms that are floating out there (choose whatever you're using, sense or cm) and push it to /system/app.
Sent from MT4G.
Click to expand...
Click to collapse
Sent from my HTC Glacier using XDA App
You may be able to get away with Root explorer, not sure, sometimes it works, sometimes it doesn't. Otherwise, what is the problem with adb? Setting it up or actual commands?
This is flashable!!!!!
http://www.mediafire.com/?w8jjqrv9j4grhod THIS IS FOR AND IF U DELETE STOCK CAMERA AND CAMCORDER
http://www.mediafire.com/?w8jjqrv9j4grhod THIS IS FOR AND IF U DELETE STOCK CAMERA AND CAMCORDER

stock messaging in cm7

does anyone know how i can remove the stock messaging in cm7 and replace it with the one in wildpuzzle or can i remove it and replace with go sms
You can't install sense apps, and yeah you can install go SMS, I don't see the problem..., if you wanna completely remove the stock app, use adb to remove it or titanium backup.
Sent from my HTC Wildfire using XDA App
kevin2516 said:
You can't install sense apps, and yeah you can install go SMS, I don't see the problem..., if you wanna completely remove the stock app, use adb to remove it or titanium backup.
Sent from my HTC Wildfire using XDA App
Click to expand...
Click to collapse
tried removing with titanium backup how do i use adb to remove
Boot into recovery and mount system.
On terminal, type adb shell, then rm -r /system/app/Mms.apk
Sent from my HTC Wildfire using XDA App
kevin2516 said:
Boot into recovery and mount system.
On terminal, type adb shell, then rm -r /system/app/Mms.apk
Sent from my HTC Wildfire using XDA App
Click to expand...
Click to collapse
Tried that m8 but keeps saying access denied managed to delete it with root explorer but everytime I reboot it's still there
Sent from my HTC Wildfire using XDA Premium App
kevin2516 said:
You can't install sense apps, and yeah you can install go SMS, I don't see the problem..., if you wanna completely remove the stock app, use adb to remove it or titanium backup.
Sent from my HTC Wildfire using XDA App
Click to expand...
Click to collapse
Could I replace the stock one with one from a non sense rom?
Sent from my HTC Wildfire using XDA Premium App
chubby65 said:
Could I replace the stock one with one from a non sense rom?
Sent from my HTC Wildfire using XDA Premium App
Click to expand...
Click to collapse
the one from a non sense rom is the same as the one from cm7
or do you mean the stock htc sms app, but you're using cm7... sooo... eh
and you shouldn't get access denied, it always works for me. duno what you're doing wrong.
kevin2516 said:
the one from a non sense rom is the same as the one from cm7
or do you mean the stock htc sms app, but you're using cm7... sooo... eh
and you shouldn't get access denied, it always works for me. duno what you're doing wrong.
Click to expand...
Click to collapse
Thanks anyway m8 looks like I'm stuck with it for the time being
Sent from my HTC Wildfire using XDA Premium App

Replace Sys Apps

I searched on google with no answers so I want to make sure I am right.
I have backed up several htc apps from sense 3.0 like camera, keyboard, etc. I want to replace the RoyalGinger keyboard, camera, etc.
I tried root explorer mount and permissions set right. But once I try instsll it says Application Not Installed
How do I do so, with Root Explorer? ADB?
Sent from my HTC Glacier using XDA Premium App
by "backed up" do you mean you saved the .apk somewhere? if not, do that first.
Then, with root explorer, navigate to /system/app, mount as r/w and just place those
.apks that you backed up, into /system/app. then reboot
JDV28 said:
by "backed up" do you mean you saved the .apk somewhere? if not, do that first.
Then, with root explorer, navigate to /system/app, mount as r/w and just place those
.apks that you backed up, into /system/app. then reboot
Click to expand...
Click to collapse
Ok so wifi hotspot showed upin the list but force closes. Inside wireless settings hotspot showsup and works though is that stock to royalginger?
How do I replace apps now? I can add but they wont work, incompatible?
Sent from my HTC Glacier using XDA Premium App
Is it just that app that force closes? have you tried any others?
I believe wifi hotspot is a feature included in royalginger, but i havent used that rom in a long time. You shouldnt need a separate app for it if its inside of Wireless Settings though.
I don't think you can use sense system apps with royal ginger. Specially sense 3.0 system apps
Sent from my HTC Glacier using XDA Premium App
coupetastic-droid said:
I don't think you can use sense system apps with royal ginger. Specially sense 3.0 system apps
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
Some do work, but most dont. the dependancies are missing
Hey I have tried this but it just force closes.
I'm on senseless trying to port virtuous fusion camera.
Sent from my HTC Glacier using XDA App
bstylz911 said:
Hey I have tried this but it just force closes.
I'm on senseless trying to port virtuous fusion camera.
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
Yeah well I have all dependencies frm 3.0 backed up as apk. The entire sense ui. Id like to use sense lockscreen
Sent from my HTC Glacier using XDA Premium App
lol i guarantee you do not know each and every dependency required by each Sense app. and they are not in the form of an apk. look through the hundreds of files in the /system/bin and /system/lib folders, then try to tell me you know which files are needed.
ScathDeSolas said:
Yeah well I have all dependencies frm 3.0 backed up as apk. The entire sense ui. Id like to use sense lockscreen
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
Try agile lock in the market...
bstylz911 said:
Hey I have tried this but it just force closes.
I'm on senseless trying to port virtuous fusion camera.
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
You can't just move a sense app onto a non-sensr app..
They're not compatible
Sent from my HTC Glacier using XDA App

Categories

Resources