Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with KDE connect #13

Closed
MCMic opened this issue Mar 9, 2018 · 4 comments
Closed

Integrate with KDE connect #13

MCMic opened this issue Mar 9, 2018 · 4 comments

Comments

@MCMic
Copy link

MCMic commented Mar 9, 2018

Not sure this is possible but I already use KDE connect to sync notifications and copy/paste, so I was wondering if it would be possible to use the same technology as scrcpy in the connection that KDE connect establish.

Advantages would be that ADB would not need to be activated and it works over wifi.
Inconvenient is it may run slower than on USB and kde connect requires an installed app on the phone side.

@rom1v
Copy link
Collaborator

rom1v commented Mar 9, 2018

ADB would not need to be activated

adb is required to call adb shell to have shell permissions granted (to capture the screen).

(instead, it could be an app using MediaProjection requesting the permission to the user, but then, this would be a different app).

But if it's possible, that would be great to reuse some parts of the app in KDEConnect.

EDIT: and input events (keyboard/mouse) injections (at least the way it works in scrcpy) requires shell permissions, which can be granted via adb but not from an app.

@MCMic
Copy link
Author

MCMic commented Mar 9, 2018

I opened a ticket on their side: https://bugs.kde.org/show_bug.cgi?id=391624

@rom1v
Copy link
Collaborator

rom1v commented Apr 9, 2020

I'm closing for inactivity.

@daiaji
Copy link

daiaji commented Nov 22, 2023

It would be great to actually integrate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants