• 0 Posts
  • 155 Comments
Joined 2 years ago
cake
Cake day: July 12th, 2023

help-circle

  • LiveLM@lemmy.ziptoLinux@lemmy.mlYahoo does not have AI
    link
    fedilink
    English
    arrow-up
    10
    ·
    18 hours ago

    You can change the settings to your heart’s content, then scroll to the bottom and click “Show Bookmarklet and Settings Data”. It’ll give you a URL you can save to your bookmarks and use.
    Depending on your browser you can set the custom URL as a search engine and always keep your settings, no cookies needed








  • There’s some ADB commands you can run to allow it, but in my experience it’s a bit flaky, and has to be run every boot.

    adb -d shell pm grant org.kde.kdeconnect_tp android.permission.READ_LOGS;
    adb -d shell appops set org.kde.kdeconnect_tp SYSTEM_ALERT_WINDOW allow;
    adb -d shell am force-stop org.kde.kdeconnect_tp;
    

    How does it work?
    With log reading enabled, KDE Connect watches its own log. If it sees a line indicating that it has been denied access to read the clipboard, it pops up an invisible window to the foreground, grabs the clipboard, and closes the window.

    Source from KDE Userbase