Rafael de Pelegrini Soares
Rafael de Pelegrini Soares
Dear Tsaukpaetra, Actually I manage to build the code (client and server) and successfully added support for two finger scrolling. You will need just to edit the ControlView.onTouchMove as follows:...
Hi all! I also confirm that the April 28 version is needed in order to get the bluetooth working with a Yoga 11s running Ubuntu 14.04, kernel 3.13.0-35-generic. The latest...
Hi! Just downloaded the "new" branch. It compiled OK, but apparently there was a missing file: $ sudo make install cp: cannot stat ‘rtl8821a_fw.bin’: No such file or directory Then,...
Nice! I guess you also need to add rtl8761a_fw.bin.
Hi all! Just got an Yoga ideapd 11s. I'm also willing to improve the support for this machine, I'm not a Linux kernel module expert but can program in C....
Dear Peter, Thanks for the prompt reply. If I run: $ sudo orientation --debug=4 I get only the following: iio device number being used is 2 iio trigger number being...
Dear Peter, I don't believe we have a permission problem here, since I'm running 'orientation' under sudo. The list command you suggested produced the following: $ ls -l /sys/bus/iio/devices/iio:device2/buffer/ total...
Dear Peter, Just realized my kernel is 3.13 and I need to install the sensor drivers which I skiped before. Now orientation is working when executed under sudo. All the...
Hi Martin (Erwyn), Regarding the tools provided by this project, the orientation script works for me. Since I'm using a 3.13 kernel I had to install the drivers first: $...
In this PR it was also changed from bytearray to a String. That is why the length had to be adjusted. In the original code it was not functional, as...