Skip to content

Wireless remote your Android Phone or Tablet without Internet and any 3rd party software installed on your Android device (Android 5+). Older version of Android can still use this tool by installing WiFi ADB - Debug Over Air app

License

Notifications You must be signed in to change notification settings

dianariyanto/scrcpy-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Android via ADB Wireless using scrcpy

Wireless remote your Android Phone or Tablet without Internet and any 3rd party software installed on your Android device (Android 5+). Older version of Android can still use this tool by installing WiFi ADB - Debug Over Air app available here.

View and Control Android from Linux

How to use?

First of all you must connect your Android and PC to same network.

(Android) Enable ADB over Network

Setting > Developer Options > Enable ADB over network

Remember your IP address

View and Control Android using ADB

If you are using an older device under Android 5.0 (Lolipop) must install WiFi ADB - Debug Over Air app available here this app need root access to work with scrcpy-launcher.

(PC) Download and Install Scrcpy Launcher

Install Depedency

sudo apt install git adb scrcpy -y
git clone https://github.com/dianariyanto/scrcpy-launcher.git
cd scrcpy-launcher
chmod +x install

Install Scrcpy Launcher

./install <DeviceName> <IPADDRESS>

View and Control Android using ADB

Remove Scrcpy Launcher

./remove <DeviceName>

Log

dianariyanto@pop-os:~/$ git clone git@github.com:dianariyanto/scrcpy-launcher.git
Cloning into 'scrcpy-launcher'...
remote: Enumerating objects: 16, done.
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 16 (delta 2), reused 16 (delta 2), pack-reused 0
Receiving objects: 100% (16/16), done.
Resolving deltas: 100% (2/2), done.

dianariyanto@pop-os:~/$ cd scrcpy-launcher/

dianariyanto@pop-os:~/scrcpy-launcher$ chmod +x install 

dianariyanto@pop-os:~/scrcpy-launcher$ ./install "Redmi Note 6 Pro" 192.168.xx.xx
Install Scrcpy Launcher : Add Redmi Note 6 Pro
Install Scrcpy Launcher : Processing..
Install Scrcpy Launcher : Copying Redmi Note 6 Pro to Launcher
Install Scrcpy Launcher : Processing..
Install Scrcpy Launcher : Fix Redmi Note 6 Pro Permission
Install Scrcpy Launcher : Processing..
Install Scrcpy Launcher : Done.

dianariyanto@pop-os:~/scrcpy-launcher$ ./remove "Redmi Note 6 Pro"
Remove Scrcpy Launcher : Delete Redmi Note 6 Pro
Remove Scrcpy Launcher : Processing..
Remove Scrcpy Launcher : Done.

About

Wireless remote your Android Phone or Tablet without Internet and any 3rd party software installed on your Android device (Android 5+). Older version of Android can still use this tool by installing WiFi ADB - Debug Over Air app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages