-
-
Notifications
You must be signed in to change notification settings - Fork 220
Touch Mappings port to Override Size repos #74
Comments
any news about this ? |
@karousn Maybe I will finish that by this weekend. I apologize for the delay |
@karousn I fixed the mapper, can you please test it? |
The last tag i can get it is 3.4 so i try it and i have this message:
|
To do the test i do:
When i try to use guiscrcpy directly in any folder i have |
I will have to use scrcpy's fast adb shellinput's but i have 0 Java background, am still 17 lol pip3 install PyQt5-sip --user
rm ~/.config/guiscrcpy/*mapper*
guiscrcpy-mapper
guiscrcpy Hope this would work
to see the possible options. |
by curiosity witch lib java you will use to accelerate the send of the event action to the phone ? |
I have to use scrcpy's scrcpy-server Input.java to create a socket to pass she'll input events. The current adb shell input does a lot of checos, for eg: check if device is connected, copy the process to mobile, start an Android server daemon, and then run the process and then wait for the process to finish on Android and then send the complete signal to the PC. This is quite complicated and takes approxately 1.5 seconds. Rather, only one server can be started, and then only the input processes can be sent over the tunnel. I am bad at networking and Java, so it's quite complicated to understand Java or Sockets. If you have any clue, I would be glad to use it. See Scrcpy's issue Genymobile/scrcpy#231 (comment) |
* Update gitpython from 3.0.7 to 3.1.0 (#68) * Release 3.3 Stable (#69) * Init downloader * Add init UI * Edit Object name of Initializer * Add support for selecting scrcpy executable * Fix Toolbar appearance (panel holder) * Update version * Add desktop file support for Linux OS * Amend requirements, add dependency * PEP8 and Flake8 Fixes * Remove unnecessary imports in setup.py * Add dependency pywin32 to windows systems * Fix desktop function for Windows and Linux * Fix font manager * Change modes * Add windows tools * update version in version.txt * update version in ver.py * Update guiscrcpy_windows spec file * Fix #75. Fix FileNotFoundError * Fix mapper to port for Override Resolutions #74 * Remove dependency psutil for MacOS * Add conditional launching of psutil depending on its installed or not * Prepare release 3.5 Signed-off-by: Srevin Saju <[email protected]> * Prepare release 3.5 * Fix appimage config file * Fix version * Postpone appimage Co-authored-by: pyup.io bot <[email protected]>
Closed by 3.5 |
python3 -V : Python 3.8.2
python -V : Command 'python' not found
Btw, using python3 scripts/guiscrcpy-mapper i am able to see the key mapper and it generate a json file called guiscrcpy.mapper.json on .config/guiscrcpy so for me i can start prepare a file to my need but i need an example.
using the guiscrcpy mapper i have this message error:
Lets Check Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/guiscrcpy-3.3-py3.8.egg/guiscrcpy/lib/mapper.py", line 185, in keyreg fixy = rely * int(dimValues[1]) ValueError: invalid literal for int() with base 10: '2960\nOverride size' PyQt5.QtCore.QPoint(365, 355) LAST
That why i need and example file to generate manually if we are in need.
Thank 👍
Originally posted by @karousn in #13 (comment)
The text was updated successfully, but these errors were encountered: