LavHinsu / adbscreencast

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:Shell 100.0%