All Projects → varunon9 → Remote Control Pc

varunon9 / Remote Control Pc

Licence: mit
Control Laptop using Android. Remote control PC consists of android as well as desktop app written in Java to control laptop using phone.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Remote Control Pc

Ws Scrcpy
Web client prototype for scrcpy.
Stars: ✭ 164 (+20.59%)
Mutual labels:  phone, remote-control
Device Detector Js
A precise user agent parser and device detector written in TypeScript
Stars: ✭ 193 (+41.91%)
Mutual labels:  phone, desktop
Linphone Desktop
Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of git://git.linphone.org/linphone-desktop.git
Stars: ✭ 212 (+55.88%)
Mutual labels:  phone, desktop
Flutter remote control
flutter remote control
Stars: ✭ 124 (-8.82%)
Mutual labels:  remote-control
Plugins
go-flutter implementations for popular Flutter plugins
Stars: ✭ 125 (-8.09%)
Mutual labels:  desktop
Neko
A self hosted virtual browser (rabb.it clone) that runs in docker.
Stars: ✭ 1,957 (+1338.97%)
Mutual labels:  remote-control
Rtty
Access your terminal from anywhere via the web.
Stars: ✭ 2,434 (+1689.71%)
Mutual labels:  remote-control
Toggldesktop
Toggl Desktop app for Windows, Mac and Linux
Stars: ✭ 1,663 (+1122.79%)
Mutual labels:  desktop
Sengi
Mastodon & Pleroma Multi-account Desktop Client
Stars: ✭ 133 (-2.21%)
Mutual labels:  desktop
Proton Caller
Run any Windows program through Proton
Stars: ✭ 130 (-4.41%)
Mutual labels:  desktop
Tweetduck
A Windows Client for TweetDeck. Not affiliated with Twitter.
Stars: ✭ 128 (-5.88%)
Mutual labels:  desktop
Remmina
Mirror of https://gitlab.com/Remmina/Remmina The GTK+ Remmina Remote Desktop Client
Stars: ✭ 1,705 (+1153.68%)
Mutual labels:  remote-control
Nkvphonepicker
An UITextField subclass to simplify country code's picking. Swift 5.0
Stars: ✭ 131 (-3.68%)
Mutual labels:  phone
D2 Admin
An elegant dashboard
Stars: ✭ 11,012 (+7997.06%)
Mutual labels:  desktop
Vonage Python Sdk
Vonage Server SDK for Python. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 134 (-1.47%)
Mutual labels:  phone
Crossplatformdisktest
Windows, macOS and Android storage (HDD, SSD, RAM) speed testing/performance benchmarking app
Stars: ✭ 123 (-9.56%)
Mutual labels:  desktop
React Nodegui Starter
Starter repository for react based native desktop apps using react-nodegui
Stars: ✭ 132 (-2.94%)
Mutual labels:  desktop
Chirp
🐦 A cross platform twitter application
Stars: ✭ 129 (-5.15%)
Mutual labels:  desktop
Ngx Validators
Validator library for Angular 2+
Stars: ✭ 128 (-5.88%)
Mutual labels:  phone
Mini phone
A fast phone number lib for Ruby (binds to Google's C++ libphonenumber)
Stars: ✭ 131 (-3.68%)
Mutual labels:  phone

Remote Control PC

Use your Android phone to control your Laptop.

Features

  1. Control Left Click, Right Click, Mouse Scroll
  2. Type text
  3. Transfer files from phone to laptop
  4. Download files from laptop to phone
  5. Use your laptop as speaker to play mp3 files of phone
  6. See images of phone on laptop
  7. Control presentation on laptop via phone
  8. Suspend, Restart or Shutdown your laptop using phone
  9. Fetch your laptop screen to Android (only single click supported)
  10. Browse Android files on Desktop (View and Download)

Android app link

Android App

Desktop app link

https://github.com/varunon9/Remote-Control-PC/blob/master/RemoteControlPC-JavaFXML/store/RemoteControlPC.jar

How does it work?

Step 1:

Start hotspot on phone and connect your laptop via wifi

Step 2:

Open the desktop app on your laptop (See instructions below)

Step 3:

Open Android app and enter connection details provided by desktop app to connect

Step 4:

Enjoy ✨ 💥 😉

Dependencies

You need Java 8

How to start desktop app?

  1. Clone this Repository / Download zip
  2. Open terminal (Ctrl + Alt + T)
  3. Type cd /path/to/repository/RemoteControlPC-JavaFXML/dist/RemoteControlPC.jar
  4. Type java -jar RemoteControlPC-Desktop.jar
  5. Lock icon to launcher
  6. Make sure you have Java 8 installed (hit java -version)

How to start android app?

  1. Install apk from /Remote-Control-PC/RemoteControlPC-Studio/app/build/outputs/apk/app-debug.apk
  2. Connect your laptop with your phone via hotspot (or any local network)
  3. Start Desktop app
  4. Enter connection details shown on Desktop
  5. Tested on Android 4.2.2 (Samsung Duos)

Screenshots

Live Screen Connection Screen
Touchpad Screen Navigation Screen
Typing Screen Media Player Screen
Image Viewer Screen File Transfer Screen
Presentation Screen Power Off Screen
Downloading File Screen Music Control Screen
Desktop App Desktop Image Viewer

How to contribute?

Desktop part of this project has been developed in Netbeans(Java-FXML) while that of Android part in Android-Studio.

Steps to deploy app on your machine-

  1. There are three folders-
    1. RemoteControlPC-Studio- Android part, Import in Android Studio
    2. RemoteControlPC-JavaFXML- Desktop part, Import in Netbeans (Use SceneBuilder)
    3. RemoteControlPC-Libraries- Libraries (Jar file) that is being used in android as well as desktop, Import in Netbeans
  2. Library has a dist folder that contains jar file.
  3. Add this jar file in build path of Desktop (Netbeans) as well as Android part. See steps below.
  4. To change/modify the java files inside library folder, import it in Netbeans and 'clean and build project' after changing.
  5. Make sure to clean android as well as desktop part after modifying library files.

Steps to add jar file to android as well as dekstop part-

  1. For Netbeans-
    1. Right click on project
    2. Click Properties
    3. Click Libraries
    4. Add JAR/Folder -> Select jar from /path/to/repository/RemoteControlPC-Libraries/dist/RemoteControlPC-Libraries.jar

To see working demo on youtube watch this video:

Testing of android app:

  • Android 4.2.2 Samsung(GT-S7582)
  • Android 6.0.1 Redmi 4A
  • Android 5, API 22 (Emulator)
  • Android 7, API 24 (Emulator)

Releases:

For query/issues open Github issue or contact: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].