Partial touch is not working in android kitkat

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Partial touch is not working in android kitkat

1,101 Views
archanaharish
Contributor I

 As I'm new to android ,please correct me if I'm wrong. We are porting android kitkat to SAMA5D3 development board which is of size 480*272  (pixel), only partial touch input is happening like drop down and Setting page when I keep giving inputs randomly and nothing else. But touch works very nice with  Evaluation Kit which is of size 800*600 (pixel length).

Please help me fix this.Is it a density issue ??

            One more thing is ,porting is in forced landscape mode .But as our application is in portait mode , rotation has become upside down(270) which is one step anticlockwise to landscape mode. Is this causing touch issue?? Please help fix this. 

Labels (3)
0 Kudos
7 Replies

918 Views
archanaharish
Contributor I

Any help will be appreciated.

0 Kudos

918 Views
archanaharish
Contributor I

Hi Igor,

                The cause of touch issue is, it is taking requested height as 19 instead of 480 in WindowManagerService.

I/WindowManagerService( 1418): relayoutWindow  win.mRequestedWidth272
I/WindowManagerService( 1418): relayoutWindow  win.mRequestedHeight19
I/WindowManagerService( 1418): AOSP:::updateFocusedWindowLocked
I/WindowManagerService( 1418): AOSP:::computeFocusedWindowLocked

0 Kudos

918 Views
archanaharish
Contributor I

             Any help will be appreciated.

0 Kudos

918 Views
igorpadykov
NXP Employee
NXP Employee

Hi archana

one can look at
https://community.nxp.com/thread/387553 

https://community.nxp.com/thread/457703

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

918 Views
archanaharish
Contributor I

Hi Igor,

I 'm confused whether it's an issue in Linux or Android part. Please

clarify me.

archana

0 Kudos

918 Views
igorpadykov
NXP Employee
NXP Employee

Hi archana

please first check if it works in linux.

Best regards
igor

0 Kudos

918 Views
archanaharish
Contributor I

Hi Igor,

I tried to change in edt-ftx06.c file. Still it's not working. One more

thing is, touch inputs are working perfectly in evaluation kit which is of

size 800*600 but not in development board. What might be the cause?

archana

0 Kudos