[android-porting] Andoird x86 eclair build error with unrecognized command line option -Wno-psabi

2009-12-08 Thread sparq
Hi all, I synchronize latest eclair source from git.android-x86.org and rebuilt the source code. But I am facting the following error: Install: out/target/product/eeepc/system/app/Mms.apk target thumb C++: libosclbase = external/opencore/oscl/oscl/osclbase/ src/oscl_time.cpp cc1plus: error:

[android-porting] Re: Multi-touch on Eclair

2009-11-30 Thread sparq
Hi, I study the multi-touch protocol and eclair framework. The framework doesn't support ABS_MT_TRACKING_ID event type. But more new multitouch devices can support tracking in hardware, they can report each contact ID and status (down/up). They doesn't need framework to handle the tracking issue.

[android-porting] Re: how to enable /dev/input/uinput and /dev/misc/uinput

2009-11-10 Thread sparq
Try to find uinput device node at /dev/uinput Best regards, On 11月3日, 下午5時06分, rakesh goyal.rak...@gmail.com wrote: i have done following configuration but sill  /dev/input/uinput and /dev/misc/uinput are not available CONFIG_INPUT_MISC=y CONFIG_INPUT_UINPUT=y Any suggestion? regards,

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-04-23 Thread sparq
access the input device if they want. So, I have some work needed to do. Thank you. On 4月22日, 下午12時44分, Yi Sun beyo...@gmail.com wrote: I can not remember it, but somewhere you need to change the permission for your device node On Tue, 2009-04-21 at 20:04 -0700, sparq wrote: Hi, I am

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-04-21 Thread sparq
Hi, I am a newbie trying to run android on x86 environment. I have follow the instructions and apply the patch. Then i succeed running android on the vmware (but still no cursor support). BTW, now I try to add one usb touchscreen device to android. The linux kernel load the usbtouchscreen