Skip to content

jamieh081/ADB-Tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ADB-Tools

ADB-Tools is more useful adb commands.

Description

adb-screencap

capture an android device's screen and pull the picture using adb

adb-screenrecord

record an android device's screen and pull the video using adb

Requirement

ADB

Usage

adb-screencap

adb-screencap (-s SERIAL)

adb-screenrecord

adb-screenrecord (-s SERIAL)

Install

git clone git@github.com:wada811/ADB-Tools.git
ln ADB-Tools/adb-screencap ~/bin
ln ADB-Tools/adb-screenrecord ~/bin

Contribution

  1. Fork it ( http://github.com/wada811/ADB-Tools/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Licence

Apache v2 Licence

Author

wada811

About

ADB-Tools is more useful adb commands.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%