Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.25 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.25 KB

gnome-android-tool

Gnome shell extension for adb tools

  • Take screenshot
  • Record screen
  • Connect over TCP
  • Capture bug report

Installation

Install from extensions website

Install from Git

  • Create folder [email protected] in ~/.local/share/gnome-shell/extensions

  • Clone this repository and copy the contents to the above created folder

  • Restart the shell (Alt + F2 and then 'r' command)

  • Make sure adb is added in path and bash is available

Changes

  • Android 7.x - native screencap
  • Android <7 - old trimming method with sed (optional alternative perl method)
  • changed timestamp to show also seconds
  • screenrecord is now killed more securelly and before copying file to computer there's a little timeout (sleep 1) so the kill process can end safely

Todo

  • Better support for screen capturing - the kill screenrecord process is a bit buggy and makes videos corrupted
$ ffmpeg -i
screenrecord-2017-06-06-15:22:39.mp4: Protocol not found
Did you mean file:screenrecord-2017-06-06-15:22:39.mp4?