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

2015-10-13 Thread petr . vorel
Hi there, has anyone integrated / ported tslib for Android KitKat, Lollipop or Marshmallow? Or is there better way for adjusting (cropping) touch area (kernel drivers)? Thanks for any info Kind regards, Petr -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://gro

[android-porting] Tslib on gingerbread or ICS

2012-05-23 Thread Luccio
Hi, How can i make tslib on gingerbread or ICS? Best Regards. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] tslib on ICS

2012-05-23 Thread Alan Carvalho de Assis
Hi Luccio, Instead of shout on the list you could search for this error in the Internet. BTW, just edit your external-tslib/Android.mk and add: LOCAL_MODULE_TAGS := optional Best Regards, Alan On 5/21/12, Luccio wrote: > Hi, > > I NEED HELP!! > > =

[android-porting] tslib on ICS

2012-05-23 Thread Luccio
Hi, I NEED HELP!! PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=4.0.1 TARGET_PRODUCT=full_blaze TARGET_BUILD_VARIANT=userdebug TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm TARGET_ARCH_VARIANT=armv7-a-neon HOST_ARCH=x86 HOST_OS=lin

[android-porting] tslib on ics

2012-05-23 Thread Luccio
Hi, i added tslib to external folder, and when i compile android sources i have these errors, i need help! Checking build tools versions... build/core/main.mk:324: implicitly installing apns-conf_sdk.xml cp: la cible «out/target/product/blaze/system/vendor/lib» n'est pas un répertoire build/co

[android-porting] tslib

2012-04-20 Thread Luccio
Hi, how to port tslib on android. step by step please. Br. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] tslib patch causing Android boot to fail

2011-03-16 Thread Diego Rondini
Il giorno mercoledì 16 marzo 2011 03:49:35 Hamilton Vera ha scritto: > Hi Diego, maybe you can find more reference/code about that in LTIB. > > You can download LTIB for imx28 at freescale.com > Thanks you for the hint, but it's not what I need. We found out that declaring «struct tsdev *mTS;»

Re: [android-porting] tslib patch causing Android boot to fail

2011-03-15 Thread Hamilton Vera
Hi Diego, maybe you can find more reference/code about that in LTIB. You can download LTIB for imx28 at freescale.com On Sun, Mar 13, 2011 at 8:01 AM, Diego Rondini wrote: > Hello everybody, > > we're in the progress of porting Android on a Freescale i.MX28 board. > We've got to the point where

[android-porting] tslib patch causing Android boot to fail

2011-03-13 Thread Diego Rondini
Hello everybody, we're in the progress of porting Android on a Freescale i.MX28 board. We've got to the point where we're trying to make the touchscreen work with Android, so we've borrowed the patches from 0xdroid for tslib and compiled for our board. Both tslib and the Calibration Test App fr

[android-porting] TSLIB android 2.1

2010-09-19 Thread Mehran
im trying to add touch calibration. NOW Touch is not working at all. please help\ Have ported tslib, framework and did changes in EventHub.cpp Exported following variables in init.rc export TSLIB_TSDEVICE /dev/input/event1 export TSLIB_CALIBFILE /etc/pointercal export POINTERCAL_FILE /etc/poin

Re: [android-porting] TSLIB android

2010-09-05 Thread Deva R
Hi, >Can anyone tell me the exact path to follow next? Kernel will be updating touchscreen events from drivers in /drivers/input/c, and in android side ./frameworks/base/libs/ui/EventHub.cpp will be servicing all UI events. You can refer below threads to get an idea of drivers, TSLIB env,

[android-porting] TSLIB android

2010-09-05 Thread Mehran
hi, I want to have calibration feature in my android 2.1. someone guide me to [0xdroid >> packages_apps_tscalibration] http://gitorious.org/0xdroid/packages_apps_tscalibration I have downloaded the code, and ran it, but almost same thing was i doing in my own. (Taking calibration pointers and

Re: [android-porting] tslib integration

2010-07-27 Thread Jim Huang
2010/7/28 Ashwin Bihari : > I've added support for TSLIB to Android 1.6 and that's available at > http://gitorious.org/android-omap3logic, I also have it working in > Android 2.1, but I haven't gotten around to putting those changes > anywhere yet.. hi, 0xdroid provides full tslib integration alo

Re: [android-porting] tslib integration

2010-07-27 Thread Ashwin Bihari
I've added support for TSLIB to Android 1.6 and that's available at http://gitorious.org/android-omap3logic, I also have it working in Android 2.1, but I haven't gotten around to putting those changes anywhere yet.. -- Ashwin On Tue, Jul 27, 2010 at 6:42 PM, Karthik Kannappan wrote: > I believ

Re: [android-porting] tslib integration

2010-07-27 Thread Karthik Kannappan
I believe you will need to integrate tslib itno EventHub. Quite a few changes there to be made. Does the drop you have include such changes? On Jul 27, 2010 2:38 PM, "bjdooks" wrote: I've managed to get ts_calibrate working from the tslibonandroid project on sourceforge, but so far the android

[android-porting] tslib integration

2010-07-27 Thread bjdooks
I've managed to get ts_calibrate working from the tslibonandroid project on sourceforge, but so far the android input system is not taking any notice of it. Is there any patches I need to apply to the repo, or anything else needed to be installed before this will work? The repo is based on recent

[android-porting] tslib is having some issues

2009-01-19 Thread divya
I encountered the following error when I tried to run ts_calibrate from the TSLIB package for calibrating the touch screen: /system/lib/ts/pthres.so dlopen() failed: libdl.so.2: cannot open shared object file: No such file or directory The file libdl.so.2 is not present anywhere in my root FS

[android-porting] tslib issue...

2009-01-19 Thread divya
1) Please find below the commands I used to build TSLIB. > ./autogen.sh >./configure --host=arm-none-linux-gnueabi LDFLAGS="--static -I/usr/local/android/tools/arm-2007q1/lib" --enable-all-static -- disable-shared --prefix=/usr/local/android/andfs1-bkup/system > make > make install Is there

[android-porting] tslib issue

2009-01-19 Thread divya
Hi, I encountered the following error when I tried to run ts_calibrate from the TSLIB package for calibrating the touch screen: /system/lib/ts/pthres.so dlopen() failed: libdl.so.2: cannot open shared object file: No such file or directory The file libdl.so.2 is not present anywhere in my