This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OpenCPN multi touch, right click emulation, on screen keyboard
#7
(2020-09-04, 07:07 AM)SoggyGeek Wrote: Thanks, didn't work as planned.

Because of a previous attempt, the evdev-right-click-emulation directory was already there and not over-writable, nor deletable, but I eventually got it deleted and ran the script again.

Then it failed again on the make all, but "sudo make all" worked.

Then it failed on the copy sudo cp 'out/evdev-rce' '/usr/local/bin/'
With this error:
cp: cannot create regular file '/usr/local/bin/evdev-rce': Text file busy

I haven't figured a way around this.  Does OpenPlotter impose restrictions on things (permissions/directories?) to keep noobs from messing things up?

I will keep pushing on this, but did want to feed back on how your script worked for me using Raspbian/OpenPlotter 2 version.


Try this being user 'pi':

Find PID of the process running evdev-rce


Code:
ps -efa | grep evdev-rce

then kill that process


Code:
sudo kill -9 <pid>



And after that

Code:
mkdir ~/myTmp && cd ~/myTmp
wget https://raw.githubusercontent.com/bareboat-necessities/my-bareboat/master/right-click-emu/right-click-emu.sh
chmod +x right-click-emu.sh
./right-click-emu.sh
reboot
Download BBN Marine OS for raspberry pi 

https://bareboat-necessities.github.io/m...at-os.html

Video of actual installation:

https://www.youtube.com/watch?v=3zMjUs2X3qU


Reply


Messages In This Thread
RE: OpenCPN multi touch, right click emulation, on screen keyboard - by mgrouch - 2020-09-04, 10:23 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)