Failed To Build Version 13.04 from source

2013-04-27 Thread dani maoz
Hi OS: Ubuntu 12.04 4 bit Board: Pandaboard Rev. B2 manifest download from https://releases.linaro.org/13.04/android/panda/ I have download the source using ./linaro_android_build_cmds.sh -t source-manifest.xml or ./linaro_android_build_cmds.sh -t Pinnded-mainfest but i get these errors when i

ICS udev rule

2013-06-05 Thread dani maoz
Hi, Environment: Pandaboard Android Version: 4.2.2 I would like to write udev rules to a propriety device i connect the the board. I looked at /etc/ for udev directory but didn't find it, Where i need to put my rule ? Can someone post an example? Thanks

Muti touch device android failed to recognise

2013-06-26 Thread dani maoz
Hi I have created a virtual multi touch virtual driver, I see that Event hub Detect the device but when i transmit events , no movement occurred on the screen (No X or Y changed) I tried to use protocol A pr Protocol B same result. why the events not transmitted to framework Any Idea See below th

interception of block device

2015-02-03 Thread dani maoz
Hi I would like to intercept disk I/O for example /dev/sda I thought about intercept the relevant function in blk_core.c using kprobe hook is it a good idea? Any other suggestion? ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro

Re: interception of block device

2015-02-03 Thread dani maoz
Another option is register the filter driver as dummy character On Tue, Feb 3, 2015 at 8:40 PM, dani maoz wrote: > > > Hi > I would like to intercept disk I/O for example /dev/sda > I thought about intercept the relevant function in blk_core.c using kprobe > hook > is