ClipboardService

Verified safeOpen sourceExclusive
5.0
1 review
181
downloads
5.0
android

AI summary

Developer utility that exposes a background service for pushing text to the Android clipboard via ADB commands. Updated to Android SDK 30. Requires manual launch once before background commands work.

Generated by AI. May contain inaccuracies.

About this app

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.

What's new

v1.1Jan 19, 2024

Updated project to use Android SDK 30, clean up.

About this version

Version
1.1 (2)
Size
3.21 MB
Requires Android
5.0
Target SDK
21
Downloads
181
Updated
Jan 19, 2024
Package
eu.micer.clipboardservice

Similar apps

Ratings & reviews

5.0·1 review
5.0
1 rating
  • 5
    1
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

Write a review

Tap a star to rate this app

Recent reviews

Showing 1 of 1