[android-developers] Re: Browser: Keyboard disappears.

2010-09-17 Thread KANTESH BABANNAVAR
Please somebody help me to solve this..

On Aug 31, 2:57 pm, KANTESH BABANNAVAR kantesh...@gmail.com wrote:
 Hi Androidians,

          This is a magic happening with browser. When i touch the URL
 field  in the browser, a fake tittle bar comes up and it is a so
 called search dialog, and start typing some letters fast, the keyboard
 disappears. And the Log events* say the following. Once it is
 happened, especially in land scape, the edit text field (Integrated
 with keyboard itself), does not reflects the letters typed afterwards,
 but gets reflected in the fake tittle bar behind it. I am not able
 categorize where and how its happening. Could anybody help me.

 Thank you,
 With Regards
  Kantesh

 Log Events: / /

 D/dalvikvm( 3742): GC freed 6726 objects / 252560 bytes in 86ms
 E/SurfaceFlinger( 2061): createSurface() failed, generateId = -12
 W/WindowManager( 2061): OutOfResourcesException creating surface
 I/WindowManager( 2061): Out of memory for surface!  Looking for
 leaks...
 W/WindowManager( 2061): No leaked surfaces; killing applicatons!
 W/ActivityManager( 2061): Killing processes for memory at adjustment 1
 W/ActivityManager( 2061): Killing for memory: ProcessRecord{47fb9be8
 2142:com.android.inputmethod.latin/10015} (adj 1)
 I/Process ( 2061): Sending signal. PID: 2142 SIG: 9
 W/WindowManager( 2061): Looks like we have reclaimed some memory,
 clearing surface for retry.
 W/WindowManager( 2061): Due to memory failure, waiting a bit for next
 layout
 I/ActivityManager( 2061): Process com.android.inputmethod.latin (pid
 2142) has died.
 W/ActivityManager( 2061): Scheduling restart of crashed service
 com.android.inputmethod.latin/.LatinIME in 5000ms
 I/WindowManager( 2061): WIN DEATH: Window{480d1bf8 InputMethod
 paused=false}
 I/WindowManager( 2061): WIN DEATH: Window{48138248 PopupWindow:
 47e21b10 paused=false}
 E/ActivityThread( 2061): Failed to find provider info for
 android.server.checkin
 W/Checkin ( 2061): Can't log event SYSTEM_SERVICE_LOOPING:
 java.lang.IllegalArgumentException: Unknown URL 
 content://android.server.checkin/events
 I/ActivityManager( 2061): Start proc com.android.inputmethod.latin for
 service com.android.inputmethod.latin/.LatinIME: pid=4285 uid=10015
 gids={3003, 1015}
 D/ddm-heap( 4285): Got feature list request
 D/dalvikvm( 4285): Trying to load lib /system/lib/libjni_latinime.so
 0x47f5fd70
 D/dalvikvm( 4285): Added shared lib /system/lib/libjni_latinime.so
 0x47f5fd70
 W/InputMethodManager( 2061): Ignoring onBind: cur seq=18, given seq=38
 D/dalvikvm( 4285): GC freed 1235 objects / 88664 bytes in 45ms

-- 
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


Re: [android-developers] Re: Browser: Keyboard disappears.

2010-09-17 Thread Prakash Iyer
Hmm, may be the OutOfResources exception has something to do with it? Just
sayin'...

On Fri, Sep 17, 2010 at 2:08 AM, KANTESH BABANNAVAR kantesh...@gmail.comwrote:

 Please somebody help me to solve this..

 On Aug 31, 2:57 pm, KANTESH BABANNAVAR kantesh...@gmail.com wrote:
  Hi Androidians,
 
   This is a magic happening with browser. When i touch the URL
  field  in the browser, a fake tittle bar comes up and it is a so
  called search dialog, and start typing some letters fast, the keyboard
  disappears. And the Log events* say the following. Once it is
  happened, especially in land scape, the edit text field (Integrated
  with keyboard itself), does not reflects the letters typed afterwards,
  but gets reflected in the fake tittle bar behind it. I am not able
  categorize where and how its happening. Could anybody help me.
 
  Thank you,
  With Regards
   Kantesh
 
  Log Events: / /
 
  D/dalvikvm( 3742): GC freed 6726 objects / 252560 bytes in 86ms
  E/SurfaceFlinger( 2061): createSurface() failed, generateId = -12
  W/WindowManager( 2061): OutOfResourcesException creating surface
  I/WindowManager( 2061): Out of memory for surface!  Looking for
  leaks...
  W/WindowManager( 2061): No leaked surfaces; killing applicatons!
  W/ActivityManager( 2061): Killing processes for memory at adjustment 1
  W/ActivityManager( 2061): Killing for memory: ProcessRecord{47fb9be8
  2142:com.android.inputmethod.latin/10015} (adj 1)
  I/Process ( 2061): Sending signal. PID: 2142 SIG: 9
  W/WindowManager( 2061): Looks like we have reclaimed some memory,
  clearing surface for retry.
  W/WindowManager( 2061): Due to memory failure, waiting a bit for next
  layout
  I/ActivityManager( 2061): Process com.android.inputmethod.latin (pid
  2142) has died.
  W/ActivityManager( 2061): Scheduling restart of crashed service
  com.android.inputmethod.latin/.LatinIME in 5000ms
  I/WindowManager( 2061): WIN DEATH: Window{480d1bf8 InputMethod
  paused=false}
  I/WindowManager( 2061): WIN DEATH: Window{48138248 PopupWindow:
  47e21b10 paused=false}
  E/ActivityThread( 2061): Failed to find provider info for
  android.server.checkin
  W/Checkin ( 2061): Can't log event SYSTEM_SERVICE_LOOPING:
  java.lang.IllegalArgumentException: Unknown URL
 content://android.server.checkin/events
  I/ActivityManager( 2061): Start proc com.android.inputmethod.latin for
  service com.android.inputmethod.latin/.LatinIME: pid=4285 uid=10015
  gids={3003, 1015}
  D/ddm-heap( 4285): Got feature list request
  D/dalvikvm( 4285): Trying to load lib /system/lib/libjni_latinime.so
  0x47f5fd70
  D/dalvikvm( 4285): Added shared lib /system/lib/libjni_latinime.so
  0x47f5fd70
  W/InputMethodManager( 2061): Ignoring onBind: cur seq=18, given seq=38
  D/dalvikvm( 4285): GC freed 1235 objects / 88664 bytes in 45ms

 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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