This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Froyo porting on AM1808 keypad character mapping problem

Other Parts Discussed in Thread: AM1808

Hi Everyone,

                      We are success with android froyo porting on AM1808.

Its is fine all d way, but while using keypad iam able to get alphanumeric values, some special symbols, but even after editing my .kcm file and .kl files according to my keypad layout, iam getting default symbols instead of my keypad layout symbols( i want to get my ownkeypad symbols).

Please suggest me. Attaching herewith my .kcm , .kl file.

5460.adp5588_kl.txt

[type=QWERTY]                                           
                                                        
# keycode       display number  base    caps    fn      caps_fn
                                                        
A               'A'     '!'     'a'     'A'     '!'     0x00
B               'B'     '1'     'b'     'B'     '1'     0x00
C               'C'     '2'     'c'     'C'     '2'     0x00E7
D               'D'     '3'     'd'     'D'     '3'     0x00
E               'E'     '@'     'e'     'E'     '@'     0x0301
F               'F'     '#'     'f'     'F'     '#'     0x00A5
G               'G'     '4'     'g'     'G'     '4'     '_'
H               'H'     '5'     'h'     'H'     '5'     '{'
I               'I'     '6'     'i'     'I'     '6'     0x0302
J               'J'     '$'     'j'     'J'     '$'     '}'
K               'K'     '%'     'k'     'K'     '%'     '~'
L               'L'     '7'     'l'     'L'     '7'     '`'
M               'M'     '8'     'm'     'M'     '8'     0x00
N               'N'     '9'     'n'     'N'     '9'     0x0303
O               'O'     '&'     'o'     'O'     '&'     0x00
P               'P'     '*'     'p'     'P'     '*'     0x00
Q               'Q'     '.'     'q'     'Q'     '.'     0x0300
R               'R'     '0'     'r'     'R'     '0'     0x20AC
S               'S'     '"'     's'     'S'     '"'     0x00DF
T               'T'     '{'     't'     'T'     '{'     0x00A3
U               'U'     ')'     'u'     'U'     ')'     0x0308
V               'V'     '+'     'v'     'V'     '+'     '^'
W               'W'     '-'     'w'     'W'     '-'     0x00
X               'X'     ','     'x'     'X'     ','     0xEF00
Y               'Y'     '?'     'y'     'Y'     '?'     0x00A1
Z               'Z'     ';'     'z'     'Z'     ';'     0x00
                                                        
# on pc keyboards
COMMA           ','     ','     ','     ';'     ';'     '|'
PERIOD          '.'     '.'     '.'     ':'     ':'     0x2026
AT              '@'     '0'     '@'     '0'     '0'     0x2022
SLASH           '/'     '/'     '/'     '?'     '?'     '\'
                                                        
SPACE           0x20    0x20    0x20    0x20    0xEF01  0xEF01
ENTER         0xa     0xa     0xa     0xa     0xa     0xa
                                                        
TAB             0x9     0x9     0x9     0x9     0x9     0x9
0               '0'     '0'     '0'     ')'     ')'     ')'
1               '1'     '1'     '1'     '!'     '!'     '!'
2               '2'     '2'     '2'     '@'     '@'     '@'
3               '3'     '3'     '3'     '#'     '#'     '#'
4               '4'     '4'     '4'     '$'     '$'     '$'
5               '5'     '5'     '5'     '%'     '%'     '%'
6               '6'     '6'     '6'     '^'     '^'     '^'
7               '7'     '7'     '7'     '&'     '&'     '&'
8               '8'     '8'     '8'     '*'     '*'     '*'
9               '9'     '9'     '9'     '('     '('     '('
                                                        
GRAVE           '`'     '`'     '`'     '~'     '`'     '~'
MINUS           '-'     '-'     '-'     '_'     '-'     '_'
EQUALS          '='     '='     '='     '+'     '='     '+'
LEFT_BRACKET    '['     '['     '['     '{'     '['     '{'
RIGHT_BRACKET   ']'     ']'     ']'     '}'     ']'     '}'
BACKSLASH       '\'     '\'     '\'     '|'     '\'     '|'
SEMICOLON       ';'     ';'     ';'     ':'     ';'     ':'
APOSTROPHE      '''     '''     '''     '"'     '''     '"'
STAR            '*'     '*'     '*'     '*'     '*'     '*'
POUND           '#'     '#'     '#'     '#'     '#'     '#'
PLUS            '+'     '+'     '+'     '+'     '+'     '+'
                                                        

And also there  is calibration problem ( 5 inch device). Help me out please.

Regards

Pooja