[android-porting] tsc2004 touchscreen ics

2013-09-06 Thread TejAs PaTil
Hi all, Porting ics on ti8168. Using tsc2004 touchscreen interface. Check cat /proc/interrupts when touch on screen GPIO tsc2004 incremented & getevent utility for testing all devices events are generated. root@android:/ # cat /proc/interrupts 123: 0INTC omap-iommu.0 179:

[android-porting] Android on imx51 freescale board

2010-11-25 Thread Tejas
guide me why it is not working properly. Am i doing any wrong thing. Imx51 is having AMD GPU. The same test is working fine on TIs board like beagle board and stalker board having PowerSGX GPU. Please guide me and correct me if i am wrong at any place. Thanks In Ad

[android-porting] Want to render external buffers on the surface created at JAVA level.

2010-10-07 Thread Tejas
reate surface with SURFACE_TYPE_PUSH_BUFFERS then how can we render external buffer to that surface so i can see my video frame on surface. Is there any method available to render external buffer ? Please correct me if i am wrong. Thanks In Advance, Tejas. -- unsubs

[android-porting] How to get access for surfaceflinger

2010-09-27 Thread Tejas
e me , if i am doing something wrong. Also tell me the procedure to get surface flinger access from my native code. For this whatever procedure will be there , i am ready to do it. Waiting for your kind reply. Thanks In Advance, Tejas. -- unsubscribe: andr

[android-porting] Re: Creating a client application of my library in Eclipse

2009-08-28 Thread Tejas
In order to use your javalibrary in sdk for app development, you need to include the same in your eclipse project. On Aug 27, 6:25 pm, nino4ka wrote: > MyJavaLibrary was created based on development/sample/PlatformLibrary > example. Library is builded using platform build system. Is it > possibl