Hello,
With Android releases out, I'd like to proceed with switchover of
Android Build frontend authenticaton to Linaro Login. Estimated
downtime is 2hrs. To minimize impact, I'm scheduling this for later
evening UTC (around 8pm UTC). Let me know if you need access to a-b
at that time (otherwise, upgrade is OKed by Vishal).
--
Best Regards,
Paul
Linaro.org | Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linarohttp://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog
Hi
I am working on kernel driver for my multi touch device,
I have a question regarding the multitouch events i need to generate from
the driver
I implemented protocol A events.
https://www.kernel.org/doc/Documentation/input/multi-touch-protocol.txt
ABS_MT_POSITION_X x[0]
ABS_MT_POSITION_Y y[0]
SYN_MT_REPORT
ABS_MT_POSITION_X x[1]
ABS_MT_POSITION_Y y[1]
SYN_MT_REPORT
SYN_REPORT
But Android don't recognise button Up/Down , Can anyone post an example
I am using pandaboard Linaro 4.1. ver
thanks
Hi,
I tried to build Linaro Android (for TC2) using linaro_android_build_cmds.sh, but I am keep getting connect failure. Any idea?
….
Get git //android.git.linaro.org/tools/repo
fatal: unable to connect to android.git.linaro.org:
android.git.linaro.org[0: 54.225.81.132]: errno=Connection timed out
Eric Huang