Skip to content

adbscreencast is a bash script that casts an android screen to your linux desktop using adb (portfolio)

Notifications You must be signed in to change notification settings

LavHinsu/adbscreencast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

adbscreencast

adbscreencast is a bash script that uses adb screenrecord and mplayer to cast an android screen to your linux desktop.

Requirements

mplayer and adb

To run the file, git clone or copy paste code to a file. The while loop is used because adb screenrecord has a max 3 minute limit. to overcome this, you can either do what i did, or recompile from source after changing the limit. this is an easier solution to that problem

make the file executable by using

cd yourdirectory
chmod +x adbcast

to run the file:

sh adbcast

Images

Alt text Alt text

About

adbscreencast is a bash script that casts an android screen to your linux desktop using adb (portfolio)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages