Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-05-18 Thread huseyin.bashan
hi, I am porting 4.3 touchscreen (has tsc2046 controller) to beaglboard with android Kernel driver porting completed I applied your external/tslib framework/base and initrc "export X"" patchs. and run ts_calibrate. samples succesfully collected to /etc/ pointercal but after reboot afte

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-14 Thread Ashwin Bihari
Alok, I only did the work with Donut..but will be migrating my code over to Eclair sometime soon and I will need to port TSLIB there as well..and I'll publish whatever changes I make.. Regards -- Ashwin On Wed, Apr 14, 2010 at 8:44 AM, Alok wrote: > Hi Deva/Ashwin > Is tslib port available fo

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-14 Thread Alok
Hi Deva/Ashwin Is tslib port available for eclair also ? Regards Alok On Apr 9, 2:15 pm, Deva R wrote: > Hi, > > looks like you are missing completeTSLIBpackage.. > > can you port completeTSLIBand update android UI libarary, from below > location (its donut based)? > > TSLIB-http://gitorious.org

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-09 Thread Deva R
Hi, looks like you are missing complete TSLIB package.. can you port complete TSLIB and update android UI libarary, from below location (its donut based)? TSLIB - http://gitorious.org/android-omap3logic/external-tslib Android Changes - http://gitorious.org/android-omap3logic/frameworks-base On

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-09 Thread Gokul Nagarajan
Hi Kanru, We applied patch of https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base... Once we compile we got below error.Please help us. Copying out/target/common/obj/APPS/ContactsProvider_intermediates/ classes-full-debug.jar Install: out/target/product/generic/system/app/C

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-08 Thread Kan-Ru Chen
Hi Gokul, You have to integrate the tslib to EventHub. Here is the example: https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base.git;a=commitdiff;h=aa870b Regards, Kanru http://0xlab.org On Thu, Apr 8, 2010 at 4:02 PM, Gokul Nagarajan wrote: > Hi Ashwin, > > Once we run the ts_

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-08 Thread Fasil
Hi Deva, we have tested the touchsreen driver already with 480 x 272 lcd in Android. Now we have changed only the LCD size to 7 inch.ie 800 x 480.In driver side we have modified the x_max, y_max, x_min, y_min parameters and the touch screen is working find in linux.We feel the problem is around th

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-08 Thread Deva R
Hi, This shouldnt be the case, and not sure where the break can be.., can you add traces and check, - at kernel touchscreen driver when it updates coordinates by input_sync_abs calls? - some logcat logs in Android touch screen (i/p) ui libararies? http://git.omapzoom.org/?p=platform/framework

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-08 Thread Gokul Nagarajan
Hi Ashwin, Once we run the ts_calibrate apllication,we test the touchscreen through ts_test appplication.It works fine. But Android doesn't sense it. Please support us. Regards, Gokul On Apr 7, 12:58 pm, Gokul Nagarajan wrote: > Hi > > We run the "getevent" from the terminal and from that  we

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-07 Thread Gokul Nagarajan
Hi We run the "getevent" from the terminal and from that we have set TSLIB_TSDEVICE to /dev/input/event1. Then we run the ts_calibrate application and the calibrate values were found in /system/etc/pointercal. But still if we press on the Menu's in the Android,it didnt able to sense it ---Gokul

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-06 Thread Ashwin Bihari
utDriver.h:24: warning: 'class >> >> >> >> >> android::IInputDriver' has virtual functions but non-virtual >> >> >> >> >> destructor >> >> >> >> >> frameworks/base/libs/ui/EventHub.cpp:257: error: p

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-06 Thread Gokul Nagarajan
; >> >> >> >> int32_t*, > >> >> >> >> uint32_t*, int32_t*, nsecs_t*)' does not match any in class > >> >> >> >> 'android::EventHub' > >> >> >> >> frameworks/base/include/ui/EventHub.h:84:

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-06 Thread Gokul Nagarajan
; >> >> >> >> int32_t*, > >> >> >> >> uint32_t*, int32_t*, nsecs_t*)' does not match any in class > >> >> >> >> 'android::EventHub' > >> >> >> >> frameworks/base/include/ui/EventHub.h:84:

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-06 Thread Gokul Nagarajan
; >> >> >> >> int32_t*, > >> >> >> >> uint32_t*, int32_t*, nsecs_t*)' does not match any in class > >> >> >> >> 'android::EventHub' > >> >> >> >> frameworks/base/include/ui/EventHub.h:84:

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-06 Thread Gokul Nagarajan
Hi Ashwin We could able to calibrate the Touchscreen in Android. We also run the ts_test application.It works fine. After reboot, Android doesnt able to sense it. Is it manually we have to pass those calibrated data to Android ? With regards Gokul On Apr 6, 5:40 pm, Ashwin Bihari wrote: > Fas

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-06 Thread Gokul Nagarajan
Hi We have set the environment variable. as export TSLIB_FBDEVICE=/dev/graphics/fb0 Now we are able to the calibrate the touchscreen in Android. We have also run the ts_test application. Its also working. But once after rebooting , Its not able to sense it. Is it we need to pass the calibrate

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-06 Thread Gokul Nagarajan
Thanks Ashwin. Now we are able to calibrate the touchscreen in Android. Also we run the ts_test application .It works fine. But after rebooting, Android doesn't able to sense it. Is it we need to pass the calibrated value to Android ? Please support us. ---Gokul On Apr 6, 5:40 pm, Ashwin Bi

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-06 Thread Gokul Nagarajan
Hi Ashwin We could able to calibrate the Touchscreen in Android. We also run the ts_test application.It works fine. After reboot, Android doesnt able to sense it. Is it manually we have to pass those calibrated data to Android ? With regards Gokul On Apr 6, 5:40 pm, Ashwin Bihari wrote: > Fa

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-06 Thread Deva R
t;> virtual >> >> >> >> bool android::EventHub::getEvent(android::InEvent*) >> >> >> >> make: *** [out/target/product/generic/obj/SHARED_LIBRARIES/ >> >> >> >> libui_intermediates/EventHub.o] Error 1 >> >> >&g

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-06 Thread Fasil
>> >> libui_intermediates/EventHub.o] Error 1 > > >> >> >> Regards > >> >> >> Fasil > > >> >> >> On Apr 1, 4:34 pm, Deva R wrote: > >> >> >>> can u try this? without doing much, you can just go to t

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-06 Thread Ashwin Bihari
doing much, you can just go to the folder, >> >> >>> below command will straighaway will start building the module >> >> >>> $source /build/envsetup.sh >> >> >>> $mm >> >> >> >>> You can plugin a 'Android.mk&#x

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-06 Thread Fasil
;> then upper directory's Android.mk files shall include subdirecties' > >> >>> make files, by either a call like  'include $(call > >> >>> all-subdir-makefiles)' or directly by handpicking 'include > >> >>> &

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-06 Thread Deva R
ies' >> >>> make files, by either a call like  'include $(call >> >>> all-subdir-makefiles)' or directly by handpicking 'include >> >>> ' >> >>> so, now if you run 'make' at top level, you will see if its inclu

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-05 Thread Fasil
t; >  Thanks for your suggestion, Could you help me in adding these files > >>> > to Android source. > > >>> > I have added the TSLIB to the external folder of Android Source and > >>> > Framework related files to the framework/base folder of Androi

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-05 Thread Ashwin Bihari
the TSLIB to the external folder of Android Source and >>> > Framework related files to the framework/base folder of Android >>> > source. >>> >>> > Now do we need to have any changes in Makefile to include TSLIB >>> > package to be build

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-05 Thread Deva R
IB >> > package to be build.Any suggestion regarding this. >> >> > Thanks >> > Mohamed Fasil >> >> > On Mar 31, 6:34 pm, Ashwin Bihari wrote: >> >> Sending to list as well.. >> >> >> -- Ashwin >> >> >> --

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-05 Thread Fasil
folder of Android > > source. > > > Now do we need to have any changes in Makefile to include TSLIB > > package to be build.Any suggestion regarding this. > > > Thanks > > Mohamed Fasil > > > On Mar 31, 6:34 pm, Ashwin Bihari wrote: > >> Sending to

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-01 Thread Deva R
as well.. >> >> -- Ashwin >> >> ------ Forwarded message -- >> From: Ashwin Bihari >> Date: Wed, Mar 31, 2010 at 9:33 AM >> Subject: Re: [android-porting] Touchscreen support for 7 Inch LCD panel >> To: nagarajan1...@gmail.com >> >&g

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-03-31 Thread Fasil
t; Subject: Re: [android-porting] Touchscreen support for 7 Inch LCD panel > To: nagarajan1...@gmail.com > > Gokul, > > You need to take those TSLIB generated calibration information and > then feed that into Android so that it can properly scale the incoming > X, Y, and Z coordinate

Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-03-31 Thread Ashwin Bihari
Sending to list as well.. -- Ashwin -- Forwarded message -- From: Ashwin Bihari Date: Wed, Mar 31, 2010 at 9:33 AM Subject: Re: [android-porting] Touchscreen support for 7 Inch LCD panel To: nagarajan1...@gmail.com Gokul, You need to take those TSLIB generated calibration

[android-porting] Touchscreen support for 7 Inch LCD panel

2010-03-31 Thread Gokul Nagarajan
Hello all, We are working in OMAP3530 processor. We have changed the LCD size from 480 x 272 to 800 x 480 . We have changed the front panel parameters accordingly and we are able to get Android screen properly. Currently we are working in touchscreen . We are using ads7846 touch screen controller.

[android-porting] Touchscreen support

2009-09-28 Thread Jesper Nordenberg
I'm running Android on a Beagle Board and want to add support for input from the Xenarc 706TSA touchscreen. When I plug it in it's identified as: generic-usb 0003:0EEF:0001.0004: input: USB HID v2.10 Pointer [eGalax Inc. USB TouchController] on usb-ehci-omap.0-2.3/input0 There's also an error:

[android-porting] touchscreen support.

2009-05-21 Thread sathish kumar
I have added touchscreen support but the calibration is not proper. my LCD resolution is 640x480. Has anyone tried touchscreen on different resolution LCDs? sathish --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://gro

[android-porting] Touchscreen Support

2008-12-02 Thread Pivotian
Does Android supports Touchscreen? I am using SMDK6410 which contains driver for touch screen, do android provide any API for touchscreen? --~--~-~--~~~---~--~~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~--~~