Hi,

I am writing an app which extends PreferenceActivity. One of the
elements of the PreferenceScreen is a EditTextPreference. I have
overridden OnPreferenceChange and OnPreferenceTreeClick methods in my
class.

When I select my EditTextPreference Item, the EditText box pops up. I
can do "OK" and "Cancel". No problem. But if I try to edit the text in
the text box, it gives me the following dump and crashes my app.

W/KeyCharacterMap(  214): No keyboard for id 0
W/KeyCharacterMap(  214): Can't open keycharmap file
E/KeyCharacterMap(  214): Can't find any keycharmaps (also tried /
system/usr/keychars/surf_keypad.kcm.bin)
....
I/DEBUG   (   27): signal 11 (SIGSEGV), fault addr 00000004
I/DEBUG   (   27):  r0 00000000  r1 0000003e  r2 00000000  r3 0000003e
I/DEBUG   (   27):  r4 00000000  r5 00000004  r6 ad337c05  r7 4104bce4
I/DEBUG   (   27):  r8 bee62534  r9 4104bcd8  10 4104bcc8  fp 00000000
I/DEBUG   (   27):  ip ad366340  sp bee62510  lr ac41d1b9  pc
ac41d106  cpsr 40000030
I/DEBUG   (   27):          #00  pc 0001d106  /system/lib/libui.so
I/DEBUG   (   27):          #01  pc 0001d1b4  /system/lib/libui.so
I/DEBUG   (   27):          #02  pc 00037c0e  /system/lib/
libandroid_runtime.so
I/DEBUG   (   27):          #03  pc 0000e3f4  /system/lib/libdvm.so
I/DEBUG   (   27): stack:
I/DEBUG   (   27):     bee624d0  00000000
I/DEBUG   (   27):     bee624d4  bee62558  [stack]
I/DEBUG   (   27):     bee624d8  00000003
I/DEBUG   (   27):     bee624dc  000f4240  [heap]
I/DEBUG   (   27):     bee624e0  00000000
I/DEBUG   (   27):     bee624e4  1ac2b354
I/DEBUG   (   27):     bee624e8  0000001e
I/DEBUG   (   27):     bee624ec  4104be30
I/DEBUG   (   27):     bee624f0  00000000
I/DEBUG   (   27):     bee624f4  41fe576c  /data/dalvik-cache/
sys...@framework@framework....@classes.dex
I/DEBUG   (   27):     bee624f8  00000003
I/DEBUG   (   27):     bee624fc  41fe576c  /data/dalvik-cache/
sys...@framework@framework....@classes.dex
I/DEBUG   (   27):     bee62500  00000003
I/DEBUG   (   27):     bee62504  ad0460ff  /system/lib/libdvm.so
I/DEBUG   (   27):     bee62508  df002777
I/DEBUG   (   27):     bee6250c  e3a070ad
I/DEBUG   (   27): #00 bee62510  00000000
I/DEBUG   (   27):     bee62514  00000004
I/DEBUG   (   27):     bee62518  ad337c05  /system/lib/
libandroid_runtime.so
I/DEBUG   (   27):     bee6251c  ac41d1b9  /system/lib/libui.so
I/DEBUG   (   27): #01 bee62520  bee62558  [stack]
I/DEBUG   (   27):     bee62524  ad337c13  /system/lib/
libandroid_runtime.so
....
W/WindowManager(   54): No focus window, dropping: KeyEvent{action=1
code=62 repeat=0 meta=0 scancode=57 mFlags=8}

Any help is appreciated

Thanks in advance,
Naveen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to