ClipboardService

service that accepts a string and saves it to clipboard
AppID:eu.micer.clipboardservice
Author:Michal Cerman
License:MIT
Donation:
InRepoSince:2021-07-25
LastRepoUpdate:2021-07-25
LastAppUpdate:2021-07-25
LastVersion:1.1
Categories:Connectivity
APK source:Github
Google Play:Check if it's there
icon

clipboard-service 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.


Usage

Run these commands from computer's command-line terminal. Device needs to be connected via ADB.

# Start service and pass a string value to be saved in device's clipboard:
adb shell am startservice -a eu.micer.ClipboardService -e text "SampleText"

# Invoke paste action:
adb shell input keyevent 279


Not working?

It can happen that you get this error:

 ~ adb shell am startservice -a eu.micer.ClipboardService -e text "SampleText"
Starting service: Intent { act=eu.micer.ClipboardService (has extras) }
Error: app is in background uid null

You just need to start the app via command:

adb shell am start -n eu.micer.clipboardservice/eu.micer.clipboardservice.EmptyActivity

or find the ClipboardService in the app list and start it manually.

Download Source Issues ChangeLog
While you can download the APKs here directly, you should preferably use an F-Droid client so the app stays up-to-date on your device. Some clients have this repo enabled by default, e.g. Neo Store or, of course, the IzzyOnDroid client by Sunil. With others (like the official client) you'll have to add this repo manually (see the hint on top of the package list for how to do that).

Packages

Version 1.1 (2021-07-25)

Android Versions:
  • Target: 11.0
  • MinVer: 5.0
Signing Blocks help icon
Permissions: help icon
Malware-Check:Passed help icon
23 Libraries detected: help icon

Download (3.2 M)