Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2891] Android: instances of "Can't open keycharmap file" seen in output

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-06-07T22:33:56.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsandroid, keycharmap
ReporterThomas Huelbert
AssigneeIngo Muschenetz
Created2011-04-15T03:32:11.000+0000
Updated2017-06-07T22:33:56.000+0000

Description

[INFO] Titanium SDK version: 1.6.0 (01/19/11 08:23 aa8c451) sim or device, exists in 1.5.1. noting behavior.

one way to see it:
1.Controls > checkbox > switch
2. tap swicth ro checkbox, then back out a level and check output

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

Comments

  1. Don Thorp 2011-04-15

    This is a general message. Moving to future just in case. I don't think it's titanium related.

  2. jj 2011-04-15

    This blocks display of the searchBar in 1.5.1 and 1.5.2 using Android 2.2.

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

    Keyboard shows for textareas, etc.

    Searchbar has been working fine on device until this warning started to appear.

  3. jj 2011-04-15

    Never mind. Resolved with clean build.

  4. Francisco Antonio Duran Ramirez 2011-08-23

    Problem.

    Customer gets the next error W/KeyCharacterMap( 206): No keyboard for id 0 W/KeyCharacterMap( 206): Using default keymap: /system/usr/keychars/qwerty.kcm.bin

    Sample Code:

       var activity = Ti.Android.currentActivity;
       
       activity.onCreateOptionsMenu = function(e) {
       
       var optionsMenu = e.menu;
       
       var settingsItem = optionsMenu.add({ title: "Settings" });
       
       settingsItem.addEventListener("click", function(e) { Ti.API.debug("Settings was clicked");});};
       

    Helpdesk

    APP-478348
  5. Don Thorp 2011-08-29

    This ticket was added so QE wouldn't report a non-issue. It is a warning from the Android OS.
  6. Lee Morris 2017-06-07

    Closing ticket due to time passed and lack of work.

JSON Source