Advertisement
Glxblt76

Untitled

Nov 29th, 2024 (edited)
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. TapLink 0.3
  2.  
  3. Web Browser for RayNeo X2
  4.  
  5. Link to apk: https://drive.google.com/file/d/1xwtNUgKxr2jx6dEicIo4yczGCmKuIPv0/view?usp=sharing
  6.  
  7. Fixes:
  8.  
  9. - Refresh button now works again
  10. - 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
  11. - 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
  12.  
  13. To install on Windows (only tested OS)
  14. Prerequisites: adb.exe (for example as part of scrcpy installation directory), AnLink, your glasses connected by their cable to your computer
  15. 1- Open Powershell window
  16. 2- <Path\to\>adb.exe install <Path\to\>TapLink_0.3_291124.apk
  17.  
  18. If the procedure fails with
  19.  
  20. 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!]:
  21.  
  22. Then you need to uninstall the previous version:
  23.  
  24. <Path\to\>adb.exe shell pm uninstall com.TapLink.app
  25.  
  26. and try again
  27.  
  28. <Path\to\>adb.exe install <Path\to\>TapLink_0.3_291124.apk
  29.  
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement