> For the complete documentation index, see [llms.txt](https://irosyadi.gitbook.io/irosyadi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://irosyadi.gitbook.io/irosyadi/app/pc-to-android.md).

# PC to Android Connection

## PC - Android Connection

* KDE Connect by KDE:
  * Android to PC:
    * Send files
    * Send clipboard
    * Slideshow remote
    * Multimedia control
    * Remote input (as wireless mouse)
    * Run (Windows) command
    * Notification Sync
    * Telephony Notifier (call)
  * PC to Android:
    * Send SMS
    * Media Player Control
    * Remote keypresses from keyboard (as wireless keyboard to Android)
    * Mouse receiver (as mouse for Android)
    * Run (Windows) command
    * Find device
    * Send files
  * Cons:
    * should be in same local networks
    * bug in find phone
* Join by JoaoApps:
  * Android to PC:
    * Send note
    * Locate
    * Send files
    * Send local app
    * Speak
    * Send Notiications
    * Notification Sync
    * Telephony Notifier (call)
  * PC to Android:
    * Send SMS
    * Send tab
    * Paste clipboard
    * Send file
    * Take screenshoot
    * Toggle screen capture
    * Locate device
    * Ring device
    * Open app
    * Speak text
    * Note to self
    * Make phone call
  * Cons:
* Your Phone (Linked Phone, Link to Windows) by Microsoft:
  * Android to PC:
  * PC to Android:
    * Send SMS
    * Read photos
  * Cons:
    * limited features

## Push Notification

* [ntfy.sh | Send push notifications to your phone via PUT/POST](https://ntfy.sh/)
* [Pushover: Simple Notifications for Android, iPhone, iPad, and Desktop](https://pushover.net/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/app/pc-to-android.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
