Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TapLink 0.3
- Web Browser for RayNeo X2
- Link to apk: https://drive.google.com/file/d/1xwtNUgKxr2jx6dEicIo4yczGCmKuIPv0/view?usp=sharing
- Fixes:
- - Refresh button now works again
- - Horizontal scrolling now works for example for image carroussels, if you put the mouse over them before entering scrolling mode with horizontal scrolling enabled, you can scroll over them
- - Displayable section of some pages was cut off by screen fitting requirements such that scrolling could not reach end of page. This is now fixed as far as I can see
- To install on Windows (only tested OS)
- Prerequisites: adb.exe (for example as part of scrcpy installation directory), AnLink, your glasses connected by their cable to your computer
- 1- Open Powershell window
- 2- <Path\to\>adb.exe install <Path\to\>TapLink_0.3_291124.apk
- If the procedure fails with
- adb: failed to install TapLink_0.3_291124.apk: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.TapLink.app signatures do not match previously installed version; ignoring!]:
- Then you need to uninstall the previous version:
- <Path\to\>adb.exe shell pm uninstall com.TapLink.app
- and try again
- <Path\to\>adb.exe install <Path\to\>TapLink_0.3_291124.apk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement