What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Uh Oh...

started bein buggy again
system/usr/keychars/qtouch-touchscreen.kcm.bin'


goin huntin
W/KeyCharacterMap( 9044): Can't open keycharmap file
W/KeyCharacterMap( 9044): Error loading keycharmap file '/system/usr/keychars/qtouch-touchscreen.kcm.bin'. hw.keyboards.65538.devname='qtouch-touchscreen'
W/KeyCharacterMap( 9044): Using default keymap: /system/usr/keychars/qwerty.kcm.bin

I've ran into this with a few ROMs. S of now I am running BBv0.6.x and here is a fix for it.

Code:
su
sys -rw # or however you wanna mount as read/write
cd /system/usr/keychars
busybox ln -s qwerty.kcm.bin qtouch-touchscreen.kcm.bin
sys -ro # again, just make it readonly

Not a huge deal, but it's a workaround for the obssessive compulsive people out there such as myself :-)
 
Back
Top