Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.45 KB

Readme.md

File metadata and controls

50 lines (34 loc) · 1.45 KB

AndFling

Android app to send data over LAN and remote control your PC.

Features

  • Quick send clipboard contents
  • Send text and files
  • Remote to send media controls to PC

Instructions

Client

  • Install Android Studio
  • Open client folder in Android Studio
  • Connect Android device with USB and run using Android Studio

Server

  • Install windows-build-tools for Robotjs using: npm install --global --production windows-build-tools
  • Change directory: cd server
  • Install dependencies: npm install
  • Run: npm start

Notes

How to debug remotely

Requires SDK Platform-Tools. If Android Studio is installed the Platform Tools can be found at: %AppData%\Local\Android\Sdk\platform-tools. Credits: Run/install/debug Android applications over Wi-Fi?

  1. Connect device using USB
  2. adb tcpip 5555
  3. adb shell netcfg or adb shell ifconfig to get IP address of device
  4. Disconnect device from USB
  5. adb connect <DEVICE_IP_ADDRESS>:5555

Todo

Chat

  • Send photos/gifs
  • Send files (need to improve)
  • ? Different colored messages
  • Run in background (when screen locked or in another app)
  • Fix restart server

Remote