Re: [android-porting] Alternate Debugging Methods?

2012-11-28 Thread Martin Fuzzey
On Wednesday, 14 September 2011 05:03:53 UTC+2, lakehousetech wrote: > > I tried both suggestions (with the exception of recompiling the kernel) to > no avail. I'm going to try to increase the buffer size and recompile the > kernel, and press on. Here's a snippet from my last_kmsg where the fai

[android-porting] Re: tslib integration (for >= KitKat)

2015-10-17 Thread Martin Fuzzey
Hi, Not sure why you need it. The kernel driver should indicate the touchscreen coordinates corresponding to the corners (eg my controller gives 1024x1024) The Android input manager then handles the transform between the display coordinates and touchscreen coordinates. dumpsys input shoud show

[android-porting] Setting natural rotation in Android Lollipop

2015-10-17 Thread Martin Fuzzey
Hi, we are building two types of custom devices, both have identical 640x480 displays, but in one device the display is mounted in landscape orientation and the other in portrait orientation. They are working fine under Android 4.1.1 using the "ro.sf.hwrotation" build property. However, we ar