{"package_name":"eu.micer.clipboardservice","name":"ClipboardService","summary":"service that accepts a string and saves it to clipboard","category":"Connectivity","icon_url":null,"latest_version_code":2,"latest_version_name":"1.1","apk_url":"/api/apk/eu.micer.clipboardservice","apk_size":3362165,"apk_sha256":"f20e0808f4e5641ca6dcc8c674ab3f134db64015e83eac477ac3f8c0af407294","source_kind":"fdroid-repo","repo_slug":"izzyondroid","last_updated":1779371400,"release_timestamp":1627171200,"description":"<p><i>clipboard-service</i> is a simple Android service that accepts the string and saves it to clipboard. It can be used to save string from computer to clipboard in Android device.</p>\n\n<p><br><b>Usage</b></p>\n<p>Run these commands from computer's command-line terminal. Device needs to be connected via <a href='https://developer.android.com/studio/command-line/adb' target='_blank' rel='nofollow'>ADB</a>.</p>\n<pre><code># Start service and pass a string value to be saved in device's clipboard:\nadb shell am startservice -a eu.micer.ClipboardService -e text \"SampleText\"\n\n# Invoke paste action:\nadb shell input keyevent 279</code></pre>\n\n<p><br><b>Not working?</b></p>\n<p>It can happen that you get this error:\n<pre><code> ~ adb shell am startservice -a eu.micer.ClipboardService -e text \"SampleText\"\nStarting service: Intent { act=eu.micer.ClipboardService (has extras) }\nError: app is in background uid null</code></pre>\n\n<p>You just need to start the app via command:</p>\n<pre><code>adb shell am start -n eu.micer.clipboardservice/eu.micer.clipboardservice.EmptyActivity</code></pre>\n\n<p>or find the ClipboardService in the app list and start it manually.</p>\n","categories":["Connectivity"]}