Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add copy/paste application for PenguinPeak project #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AjanZhong
Copy link

This application is used to monitor Android clipboard,
send clipboard data changes to host side, and set data
which is received from host side to clipboard.

It depends on changes of clipboard service due to Android
11 limitation, and server application in host side.
The communication channel is based on virtio-sock (vsock)
serivce provided by native service.

Execute following command under src folder to generate
native service header file:
javah -classpath ./ -d jni com.intel.penguinpeakutils.VsockClientImp

This application is used to monitor Android clipboard,
send clipboard data changes to host side, and set data
which is received from host side to clipboard.

It depends on changes of clipboard service due to Android
11 limitation, and server application in host side.
The communication channel is based on virtio-sock (vsock)
serivce provided by native service.

Execute following command under src folder to generate
native service header file:
javah -classpath ./ -d jni com.intel.penguinpeakutils.VsockClientImp
@sysopenci sysopenci added the Stale Stale label for inactive open prs label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale Stale label for inactive open prs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants