HI all, Android GUI is up on SMDK2440 Platform(Armv4t architecture). There are few issues with the LCD: LCD was flickering whenever i tap on the LCD screen after the ANDROID GUI comes up. But i solved this problem by referring to some blog. Now the LCD is not flickering.
But now the following problem persists: Whenever i tap on any icon(Application ICON) on the Android Home screen, the corresponding application does not open. i.e the control does not navigate to the application tapped on the LCD screen. The ANDROID home screen remains unchanged. My LCD resolution is as follows: X resolution : 240 Y resolution : 320 BPP : 16 My Touch Screen driver is working fine. I can cat the /dev/input/event0 device. The following "logcat" messages gets displayed on the minicom whenever the LCD screen is tapped: D/MediaScannerService( 1707): done scanning volume internal I/ActivityManager( 1614): Stopping service: com.android.providers.media/.MediaScannerService W/NotificationService( 1614): STOP command without a player D/TrackingPatternView( 1614): width=240 textureWidth=120 D/TrackingPatternView( 1614): height=265 textureHeight=120 W/InputManagerService( 1614): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub $pr...@436c1d0 D/TrackingPatternView( 1614): width=240 textureWidth=120 D/TrackingPatternView( 1614): height=265 textureHeight=120 D/TrackingPatternView( 1614): width=240 textureWidth=120 D/TrackingPatternView( 1614): height=265 textureHeight=120 W/InputManagerService( 1614): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub $pr...@4371f08 D/TrackingPatternView( 1614): width=240 textureWidth=120 D/TrackingPatternView( 1614): height=265 textureHeight=120 D/TrackingPatternView( 1614): width=240 textureWidth=120 D/TrackingPatternView( 1614): height=265 textureHeight=120 W/InputManagerService( 1614): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub $pr...@436a318 D/TrackingPatternView( 1614): width=240 textureWidth=120 D/TrackingPatternView( 1614): height=265 textureHeight=120 W/InputManagerService( 1614): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub $pr...@436b538 select 1681 (app_process), adj 15, size 3251, so kill select 1681 (app_process), adj 15, size 3251, to killD/ MediaScannerService( 1707): done scanning volume internal I/ActivityManager( 1614): Stopping service: com.android.providers.media/.MediaScannerService W/NotificationService( 1614): STOP command without a player D/TrackingPatternView( 1614): width=240 textureWidth=120 D/TrackingPatternView( 1614): height=265 textureHeight=120 W/InputManagerService( 1614): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub $pr...@436c1d0 D/TrackingPatternView( 1614): width=240 textureWidth=120 D/TrackingPatternView( 1614): height=265 textureHeight=120 D/TrackingPatternView( 1614): width=240 textureWidth=120 D/TrackingPatternView( 1614): height=265 textureHeight=120 W/InputManagerService( 1614): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub $pr...@4371f08 D/TrackingPatternView( 1614): width=240 textureWidth=120 D/TrackingPatternView( 1614): height=265 textureHeight=120 D/TrackingPatternView( 1614): width=240 textureWidth=120 D/TrackingPatternView( 1614): height=265 textureHeight=120 W/InputManagerService( 1614): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub $pr...@436a318 D/TrackingPatternView( 1614): width=240 textureWidth=120 D/TrackingPatternView( 1614): height=265 textureHeight=120 W/InputManagerService( 1614): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub $pr...@436b538 select 1681 (app_process), adj 15, size 3251, so kill select 1681 (app_process), adj 15, size 3251, to kill end sigkill to 1681 (app_process), adj 15, size 3251 send sigkill to 1681 (app_process), adj 15, size 3251 I/ActivityManager( 1614): Process com.android.mms (pid 1681) has died. D/TrackingPatternView( 1614): width=240 textureWidth=120 D/TrackingPatternView( 1614): height=265 textureHeight=120 W/InputManagerService( 1614): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub $pr...@436b1a0 D/TrackingPatternView( 1614): width=240 textureWidth=120 D/TrackingPatternView( 1614): height=265 textureHeight=120 W/InputManagerService( 1614): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub $pr...@43688d0 D/TrackingPatternView( 1614): width=240 textureWidth=120 end sigkill to 1681 (app_process), adj 15, size 3251 send sigkill to 1681 (app_process), adj 15, size 3251 I/ActivityManager( 1614): Process com.android.mms (pid 1681) has died. D/TrackingPatternView( 1614): width=240 textureWidth=120 D/TrackingPatternView( 1614): height=265 textureHeight=120 W/InputManagerService( 1614): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub $pr...@436b1a0 D/TrackingPatternView( 1614): width=240 textureWidth=120 D/TrackingPatternView( 1614): height=265 textureHeight=120 W/InputManagerService( 1614): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub $pr...@43688d0 D/TrackingPatternView( 1614): width=240 textureWidth=120 What could be the cause of the above problem? Please help me solve the same. Regards, Vinay R Rao --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
