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:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Right click emulation on touch screen
#1
I've improved the solution for right click emulation with long touch gesture.
For those who want to try it out


Code:
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


Thanks,
--MG
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
#2
(2020-10-11, 08:34 PM)mgrouch Wrote: I've improved the solution for right click emulation with long touch gesture.
For those who want to try it out


Code:
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


Thanks,
--MG

I've created binaries for evdev-rce on launchpad

https://launchpad.net/~bbn-projects/+arc...tu/bbn-ppa
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
#3
Mgrouch, 
What am I missing?


Attached Files Image(s)
   
Reply
#4
Try with running the shell command:
sh ./right-click-emu.sh
Reply
#5
(2021-01-19, 10:10 PM)SaltyPaws Wrote: Mgrouch, 
What am I missing?


I don't know what caused your problem, but for me I get 200 OK not 302 Moved Temporarily.  I think it's because the URL is different.  Try this one:

  https://raw.githubusercontent.com/barebo...ick-emu.sh


Code:
[mjd@xiaomao tmp]$ wget 'https://raw.githubusercontent.com/bareboat-necessities/my-bareboat/master/right-click-emu/right-click-emu.sh'
--2021-01-20 13:13:32--  https://raw.githubusercontent.com/bareboat-necessities/my-bareboat/master/right-click-emu/right-click-emu.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.28.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.28.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1016 [text/plain]
Saving to: ‘right-click-emu.sh’

right-click-emu.sh  100%[===================>]    1016  --.-KB/s    in 0s      

2021-01-20 13:13:33 (7.69 MB/s) - ‘right-click-emu.sh’ saved [1016/1016]

[mjd@xiaomao tmp]$ head -1 right-click-emu.sh
#!/bin/bash
[mjd@xiaomao tmp]$ 
Reply
#6
(2021-01-20, 03:19 AM)CapnKernel Wrote:
(2021-01-19, 10:10 PM)SaltyPaws Wrote: Mgrouch, 
What am I missing?


I don't know what caused your problem, but for me I get 200 OK not 302 Moved Temporarily.  I think it's because the URL is different.  Try this one:

  https://raw.githubusercontent.com/barebo...ick-emu.sh
OK, that moved me forward a bit CapnKernel! Thx. But not quite there yet...


Attached Files Image(s)
   
Reply
#7
You had some errors during package downloads from Debian site.
Look at the first failure in the screenshot.

Thanks,
—MG
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
#8
(2021-01-20, 10:50 PM)mgrouch Wrote: You had some errors during package downloads from Debian site.
Look at the first failure in the screenshot.

Thanks,
—MG

Success: after 
sudo apt update
sudo apt upgrade
editing line #11 of https://raw.githubusercontent.com/barebo...ick-emu.sh
so that it now reads : sudo chmod +x '/usr/local/bin/evdev-rce'

Then executing the script, while online.

Thanks for all the combined help! 
Reply
#9
(2021-01-25, 07:37 PM)SaltyPaws Wrote:
(2021-01-20, 10:50 PM)mgrouch Wrote: You had some errors during package downloads from Debian site.
Look at the first failure in the screenshot.

Thanks,
—MG

Success: after 
sudo apt update
sudo apt upgrade
editing line #11 of https://raw.githubusercontent.com/barebo...ick-emu.sh
so that it now reads : sudo chmod +x '/usr/local/bin/evdev-rce'

Then executing the script, while on line.

Thanks for all the combined 

If you have some free SD card you might try latest beta image from here


https://cloudsmith.io/~bbn-projects/repo...=lysmarine

It has many other features to improve touchscreen UI. 

Thanks,
—MG
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
#10
(2021-01-25, 07:50 PM)mgrouch Wrote:
If you have some free SD card you might try latest beta image from here


https://cloudsmith.io/~bbn-projects/repo...=lysmarine

It has many other features to improve touchscreen UI. 

Thanks,
—MG

Thank you!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)