Skip to content

Instantly share code, notes, and snippets.

@samolego
Created June 14, 2023 09:24
Show Gist options
  • Save samolego/df2aa9fcf9224fcb000972758aaec4dd to your computer and use it in GitHub Desktop.
Save samolego/df2aa9fcf9224fcb000972758aaec4dd to your computer and use it in GitHub Desktop.
KDE Connect - allow Android2PC clipboard sync (Android >= 10)
# Run the following commands in adb shell
appops set org.kde.kdeconnect_tp SYSTEM_ALERT_WINDOW allow;
pm grant org.kde.kdeconnect_tp android.permission.READ_LOGS;
am force-stop org.kde.kdeconnect_tp
@czwen
Copy link

czwen commented Apr 17, 2024

hi , is this command still work?

@samolego
Copy link
Author

Afaik it should.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment