[android-porting] Re: multi touch protocol

2011-07-26 Thread badcc0de
Gaggery gaggery.t...@gmail.com wrote: Hi Bill,   There is a good utility for you to understand the input subsystem event. You may reference to the source code for details. http://cgit.freedesktop.org/~whot/evtest/ regards, Gaggery 2011/6/3 badcc0de bill.c.robe...@gmail.com: Hello, I

[android-porting] Re: injecting events

2011-07-25 Thread badcc0de
, badcc0de bill.c.robe...@gmail.com wrote: Hello, I am working on building an android vnc server, and I am trying to figure out a good way to inject events into the android framework. I need to inject multi touch and keyboard events into the system. I am on Android 2.3 and Kernel 2.6.35.7

[android-porting] injecting events

2011-07-22 Thread badcc0de
Hello, I am working on building an android vnc server, and I am trying to figure out a good way to inject events into the android framework. I need to inject multi touch and keyboard events into the system. I am on Android 2.3 and Kernel 2.6.35.7. I have tried to do the following: modifying the

[android-porting] Re: perfect device for porting a kernel module to a real device

2011-07-06 Thread badcc0de
I would recommend any of the Google devices. But you could always build out your own kernel for any device that you can flash (Google or HTC phones are easy) with the file system support you need compiled into the kernel or build it as a module and insmod it. You can get the kernel config file on

[android-porting] Re: Kernel version in Honeycomb 3.2

2011-06-30 Thread badcc0de
I'm using this kernel version for our build: 2.6.35.7 On Jun 30, 7:40 am, Srinidhi K V srinidh...@yahoo.co.in wrote: Hi,      Can anyone let me know which is the official Kernel version for Honeycomb 3.2 Thanks Srinidhi KV -- unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] Re: ways to test hard soft keys on android phones

2011-06-27 Thread badcc0de
Umesh, For hard keys you can use getevent on the device. for instance one can run adb shell 'getevent' and you will see the raw key codes on button presses. If you need to test at a higher level, EventHub.cpp is responsible for merging the touchscreen and keycode events into a single event

[android-porting] multi touch protocol

2011-06-03 Thread badcc0de
Hello, I am having an issue of understanding the raw dumps off /dev/input/ event3 which is my touch screen. I have read the kernel docs, used mtd- tool and read their source and I am still lost; maybe someone can straighten me out. So when I cat the aforementioned file I get the dump below: