Xtr126 / XtMapper

Keyboard and mouse input mapper
https://xtr126.github.io/XtMapper-docs
GNU General Public License v3.0
201 stars 22 forks source link

Cant activate XtMapper in Poco F3 #76

Closed ravillarreal closed 7 months ago

ravillarreal commented 8 months ago

Describe the issue

I have XTMapper apk downloaded from the releases page installed on my phone I execute from adb shell the command adb shell sh /sdcard/Android/data/xtr.keymapper/files/xtMapper.sh but it says "Waiting for overlay..." and it closes, then i try to press the "start" button on the app but it says:

connecting to server... connection failed Please retry activation

To Reproduce Steps to reproduce the behavior:

  1. Execute adb shell sh /sdcard/Android/data/xtr.keymapper/files/xtMapper.sh
  2. Click on 'Start' button
  3. Select a name for the profile
  4. See error

Expected behavior I expect that the connection success and be able game using the mouse and keyboard

Screenshots image image image

Device (please complete the following information):

Xtr126 commented 8 months ago

It outputs the PID (26561) and exits because the service is already running. Stop it first by running kill 26561 in adb shell. Also XtMapper currently doesn't work without disabling SELinux, I have been trying to make a workaround by using tcpip to solve the issue.

Xtr126 commented 7 months ago

https://github.com/Xtr126/XtMapper/releases/tag/v2.1.2