nikp123 / scrcpy-desktop

Run an Android desktop environment off of a device using ONLY scrcpy
GNU General Public License v2.0
220 stars 15 forks source link

Null Keyboard alternative in Play Store #18

Closed Disonantemus closed 8 months ago

Disonantemus commented 8 months ago

No Keyboard: Hideable keyboard

nikp123 commented 8 months ago
* Permissions: None

image Doesn't seem to be quite true, but this may be just Play Store being paranoid. Can you verify on your device that it doesn't give you permission prompts?

Disonantemus commented 8 months ago

Didn't ask for permissions when I installed today, but I did check with Exodus now and get:

I don't know if they are dangerous.

nikp123 commented 8 months ago

I'm not sure why it has external storage writing, that might be potentially dangerous. Though to be fair to you I wasn't checking for this when I installed the other app, that one might be even more "potentially dangerous" as this one. In any case, I'll be using this because I don't want people downloading shady apks.

nikp123 commented 8 months ago

It's propriatery but at least it has a discussion repo in case something's up

nikp123 commented 8 months ago

oh yeah i completely forgot about this, i should change the readme as well image

nikp123 commented 8 months ago

Closing as Null Keyboard is merely a workaround in case scrcpy's -K parameter doesn't work out of the box.

Disonantemus commented 8 months ago

Maybe you can have that as an option, because there are many different international keyboards that can be trouble. Is good 2 have options, if it's not too complex.

I was testing Termux with Scrcpy in fullscreen and get here, for that use case I did a very small script, almost a 1-liner:

#!/bin/bash
adb shell wm size 1920x1080
scrcpy --stay-awake --window-borderless --fullscreen 
echo -e "\n- Returning to default resolution:"
adb shell wm size reset
adb shell wm size

In Termux I do:

This works 4 me, but, I use an international keyboard and works only like an US keyboard, I did try --hid-keyboard and didn't work. In other apps, works as should.

nikp123 commented 8 months ago

Oh you mean like the -K parameter only passes through the US layout onto the target device?

nikp123 commented 8 months ago

Perhaps you'll like this behavior instead: On startup it checks for No Keyboard, if it's present it will use it. Please let me know if that's what you want.

Disonantemus commented 8 months ago

It's ok, 4 now I'm using my mini script.