Download this attachment:
http://forum.xda-developers.com/showpost.php?p=3838743&postcount=8
Then:
in windows:
adb pull /system/usr/keychars/trout-keypad-v3.kcm.bin trout-keypad-v3.kcm.bin
This backups your existing keylayout.
Then: (you must have the downloaded (unzipped!) file on C: !!)
cd C:\
adb remount
adb push trout-keypad-v3.kcm.bin /sdcard/trout-keypad-v3.kcm.bin
adb shell
cd /sdcard
dd if=trout-keypad-v3.kcm.bin of=/system/usr/keychars/trout-keypad-v3.kcm.bin
reboot
Your device should reboot now and TADA you have fully working QWERTZ!
Please correct my commands if they are wrong.
Disclaimer:
You know this..
can you give me codes to work with the terminal (I don't use sdk -ADB)
And , does it fixes all other stuff to like + - :.... or just swap Z and Y.
(I need that fix so much)
Thanks
Copy the file to your sdcard then:
su
mount -o rw,remount /system
cp /sdcard/trout-keypad-v3.kcm.bin /system/usr/keychars
i think it fixes all including + etc..
ok did it, typing reboot....
g1 htc booting
waiting.....
OMG thanks a million....... close this thread or just move it to (make one with USEFULL THINGS).... will help other people in europe.
Thanks again.
maxisma said:
Your device should reboot now and TADA you have fully working QWERTZ!
Click to expand...
Click to collapse
Hi!
This only works reliably with ROMs with the Google virtual keyboard. With the HTC one (which function-wise is better), the hardkeyboard eventually switches back and forth from qwertz to qwerty and back.
Is there a solution for that issue?
Greets
It's because of the Hardwarekeyboardcorrection.
You can try to deactivate it in Settings/Locale Settings/Touch Input/...
maxisma said:
It's because of the Hardwarekeyboardcorrection.
You can try to deactivate it in Settings/Locale Settings/Touch Input/...
Click to expand...
Click to collapse
Yeah, that's my experience as well that it is due to the hardware keyboard correction.
However, even when I switch that off (correction and completion switched off), this strange behavior of switching back and forth continues :-(.
Is there a solution to this?
Or alternatively how can I install the Google IME on a HTC build as a workaround?
Just pushing GoogleIME.apk doesn't help unfortunately.
Please any one tell me how to get danish xt9 in France 1.8 rom?
nk02-multilanguage-beta 3 rom has danish + other xt9, but I don't how to get it work with France 1.8 rom.
I install New HTC IME from HAYKURO's with following steps.(thanks)
$ adb remount
$ adb push libt9.so /system/lib/libt9.so
$ adb push HTC_IME.apk /system/app/HTC_IME.apk
$ adb shell reboot
BUT Iam stil missing danish xt9.(got just english xt9) please please. It will be great if any one tell me or guide me how to get it work with france 1.8 rom. thank you .
Hi guys! I want to share with you this repack of cyanogen 4.0.4, with BFS patch kernel. IMHO is fast.
Changelog:
-Changelog of CM4.0.4
-Kernel from 4.1.6 with BFS
-LatinIME multilanguage
-Calculator, Gmail, Gtalk, Alarm and Market multilanguage
-Old HTC_IME with accent in alfanumeric mode
-Advanced Launcher 17
-Browser enchanched
-Vodafone apn
-Audio from noverca rom
-All android's ringtone (magic has space!)
How to set your language in HTC_IME
Open an sms, hold on "imput text field", select "Input Method" and select TouchInput keyboard. Press home and go into settings>language and text>android language. Select english and after reselect your language. Go into "Touch input" settings, and check if under "keyboard language" there isn't "english" selected (your language doesn't appear, but t9 is right )
Download ROM:
ROM 32a: Download it!
ROM 32b: Download it!
Download THEMES multi5 (search in "dream themes" section for images and changelog!):
gChrome0.2: Download it! (it have bug with notification volume and video control in gallery)
TedsHerov1.1: Download it! (it have bug with video control in gallery)
PS. if you are italian and you flash a theme not "italianized" (i've mod gChrome), you lost gtalk/market/gmail/alarm/calculator multi5
If you want HTC_IME as cm4.0.4, take it and try to push in /data/app :
Code:
adb remount
adb push HTC_IME /data/app
adb shell rm -rf com.android.inputmethod.latin
adb shell rm -rf com.htc.android.htcime
adb shell reboot
if you want audio from cm404, please push AudioFilter.csv AudioPara4.csv AudioPreProcess.csv from /system/etc of original 404.
Code:
adb remount
adb push AudioFilter.csv /system/etc
adb push AudioPara4.csv /system/etc
adb push AudioPreProcess.csv /system/etc
adb shell reboot
If you want the original Launcher (imho more fast), set 5home, download it and push into the magic with:
Code:
adb remount
adb push Launcher.apk /system/app
adb shell reboot
hmm, 32b link not working :/
bufodill said:
hmm, 32b link not working :/
Click to expand...
Click to collapse
ops.. i've fixed!
nk02 said:
Hi guys! I want to share with you this repack of cyanogen 4.0.4, with BFS patch kernel. IMHO is fast.
Changelog:
-Changelog of CM4.0.4
-Kernel from 4.1.6 with BFS
-LatinIME multilanguage
-Calculator, Gmail, Gtalk, Alarm and Market multilanguage
-Old HTC_IME with accent in alfanumeric mode
-Advanced Launcher 17
-Browser enchanched
-Vodafone apn
-Audio from noverca rom
-All android's ringtone (magic has space!)
How to set your language in HTC_IME
Open an sms, hold on "imput text field", select "Input Method" and select TouchInput keyboard. Press home and go into settings>language and text>android language. Select english and after reselect your language. Go into "Touch input" settings, and check if under "keyboard language" there isn't "english" selected (your language doesn't appear, but t9 is right )
Download ROM:
ROM standard: Download for Magic 32B
ROM standard: Download for Magic 32A
Download THEMES multi5 (search in "dream themes" section for images and changelog!):
gChrome0.2: Download it! (it have bug with video control in gallery and with volume setting)
TedsHerov1.1: Download it! (it have bug with video control in gallery)
PS. if you are italian and you flash a theme not "italianized" (i've mod gChrome), you lost gtalk/market/gmail/alarm/calculator multi5
If you want HTC_IME as cm4.0.4, take it and try to push in /data/app :
Code:
adb remount
adb push HTC_IME /data/app
adb shell rm -rf com.android.inputmethod.latin
adb shell rm -rf com.htc.android.htcime
adb shell reboot
[/QUOTE
cant wait to try this out, loved your earlier work. one question, do i need to partition to run this? i think the answer is no, but just need to make sure
thanks
Click to expand...
Click to collapse
huetson2 said:
cant wait to try this out, loved your earlier work. one question, do i need to partition to run this? i think the answer is no, but just need to make sure
thanks
Click to expand...
Click to collapse
you don't need 3partitions
for example, i've only fat32 8gb partition
Hi,
I am using your rom as follows : [28-07 r4.1.1 beta] nk02's ION Multi5.
I have a UK 32B vodafone Magic and I want to update.
Will I need to wipe before I flash this rom?
will this rom be alot faster?
Oh yeah and will Bluetooth, Wifi, led's, microphone all work ok?
thanks
hello, it tells me that
Verifying update package
E: Wrong digest:
system/app/browser
E:verification failed
Installation aborted
I was using cyan 4.04
any ideas?
hughyb said:
hello, it tells me that
Verifying update package
E: Wrong digest:
system/app/browser
E:verification failed
Installation aborted
I was using cyan 4.04
any ideas?
Click to expand...
Click to collapse
getting exact same problem...any help?
huetson2 said:
getting exact same problem...any help?
Click to expand...
Click to collapse
just checked at the top, he says hes uploading new ones.
Cheers
So, if I understand it correct, this is the Cyanogen ROM with complete multilanguage-support?
Thank a lot
Very speed oO
here http://www.megaupload.com/?d=QF3UP4AU in the zip, framework.apk and Launcher.apk gchrome themed, no bug video gallery and ringtones.
working great here! thanks
JeremaX said:
Thank a lot
Very speed oO
here http://www.megaupload.com/?d=QF3UP4AU in the zip, framework.apk and Launcher.apk gchrome themed, no bug video gallery and ringtones.
Click to expand...
Click to collapse
thanks a lot.. tomorrow i try to fix the theme
Nice!
As usually, I like what you do nk02, fast and useful!
Great work!
is possible to install last cyanogen kernel (4.1.10.1) ??
i tried, device is unable to start.
If you want HTC_IME as cm4.0.4, take it and try to push in /data/app :
Code:
adb remount
adb push HTC_IME /data/app
adb shell rm -rf com.android.inputmethod.latin
adb shell rm -rf com.htc.android.htcime
adb shell reboot
thanks for this rom.
I've just a pb, when i want to apply this change. my htc magic boot and stay in a black screen after android logo .... somebody have the same pb ?
thank's a lot
Just curious if anyone knows if nk02 is going to update this ROM anytime soon?
I have no complaints though whatsoever, this ROM is incredibly fast and awesome, thank you nk02!!!
HandsentSMS doesn't work on this ROM. Also the Market is very buggy... Often it doesn't download anything. Please fixe the Market (Take the Market from Donut, this will work. The old Market doesn't work correctly with the Donut-Pieces in this ROM.)
I think the Handsent-problem is not your fail.
as always, a superb rom.
however i have a problem with bluetooth over a2dp. my headphones have been working but have since stopped, and the only solution i have found is to push the lib file every time!
does anyone know of a permanent solution to this?
EXCHANGE and multitouch browser ?
is EXCHANGE (calendar AND contacts) sync included ?
is there a multitouch browser ?
thanks
I have looked and cannot find a solution.
I am a newb when it comes to this stuff.
Is their anyway to remove the HTC keyboard or touch input and use the standard android keyboard. I like the keyboard but it is too laggy.
I would prefer an .apk of the standard keyboard, But I am sure it won't let you install, but rather open up the HTC keyboard.
I think I can plug in and enable USB debugging, and then adb shell, rm touch input,
reboot?
Can someone please help me through this.
Partially correct.
it would be
adb remount
adb shell
cd system
cd app
rm HTC_IME.apk
rm Clicker.apk
reboot
thanks for the hep, really appreciate it, Is their anyway to reinstall the HTC ime touch input apk. that would basically reinstall the htc keyboard over the android one, if I wanted to?
Yes, there is.
Before you do the command I posted above, do this:
adb remount
adb pull /system/app/HTC_IME.apk C:\HTC_IME.apk
adb pull /system/app/Clicker.apk C:\Clicker.apk
That will backup those files to your C:\ directory.
http://www.mediafire.com/?qjymjydmw0m
flash from recovery then after boot long press an input field and change the input method. it will install 2 "android keyboard"s one is stock one is with voice
Make sure you do what andyriot posted above before removing the HTC keyboard... otherwise you'll be keyboardless until you get the new one flashed
mrinehart93 said:
Yes, there is.
Before you do the command I posted above, do this:
adb remount
adb pull /system/app/HTC_IME.apk C:\HTC_IME.apk
adb pull /system/app/Clicker.apk C:\Clicker.apk
That will backup those files to your C:\ directory.
Click to expand...
Click to collapse
andyriot http://www.mediafire.com/?qjymjydmw0m
flash from recovery then after boot long press an input field and change the input method. it will install 2 "android keyboard"s one is stock one is with voice
thanks guys
Hi
I'm searching for an update zip which fixxes my keyboard layout problem. I'm running newest Cyanogen on a german G1 but it only has the qwerty layout!
Some time ago i had an update zip to fix exacly this issue (got it from here!) but i cant find it anymore.
Can anybody help?
Nik
http://wiki.cyanogenmod.com/index.php/DangerSPL_and_CM_5_for_Dream
DangerSPL changes all keyboards to QWERTY layout; if you have QWERTZ, run adb remount and then bash -c 'cp /system/usr/keylayout/{trout-keypad-qwertz.kl,trout-keypad-v3.kl}; cp /system/usr/keychars/{trout-keypad-qwertz.kcm.bin,trout-keypad-v3.kcm.bin}' within adb shell
Click to expand...
Click to collapse
We got this fix in our Pc Suite Batch collection (see my signature) - you can easily apply this fix after flashing any rom