Clipboard sharing bewteen Android(some function may not work for version 10 and higher ) and PC.
ClipboardSharing enables you to copy at device A and paste at device B when both devices connected to network.
Due to android privacy changed in Android 10, Clipboard access are not allowed if app lose its focus. Resulting text copy at other app in Android couldn't be sent to other devices. Still working on this issue.
- Visual Studio
- Android Studio
- Open file ./ClipboardSharing.sln with Visual Studio. Build Project Server and WindowsClient. Remenber to change server default ip address in ./WindowsClient/MainWindows.xaml.cs/Configuration.serverIp
- Open folder ./android with Android Studio. Build it. Remenber to change default server ip address in app/src/java.com.chenyuyang.NetworkUtil.Configuration.ServerIpAddress.
- Deploy Project Server to your server. This project written in .Net Core. Yor server need .Net Core runtime environment. Run command to start:
dotet Server.dll
- Run windows client and android client.
- Click Tool icon at left upper corner to change your username.
- Chose any one step below to config your PC
- Take your phone click toolbar to scan QRCode shown on windows. This would bind your windows and phone by changing username in PC to be same as your phone.
- Click settings menu in PC, it would open config file. Modify config and restart windows client to enable change.
- Ugly UI.
- In Android, service that receiving message may be killed sometime. It would be better if it could use GCM.
- [Windows] Copy link from Edge cause exception.