Skip to content

helper scripts to setup adb wifi connection and switch developer tools

License

Notifications You must be signed in to change notification settings

spatenotte/android-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devtools

Do you use the developer options on your android device? Like "show overdraw" or "show layout bounds"? Wouldn't it be handy to switch those tools on and off via command line? via devtools you can switch:

  • gfx (profile gpu rendering)
  • layout (show layout bounds)
  • overdraw
  • updates (show screen updates)
  • wifi (enable/disable wifi)
  • data (enable/disable mobile data)

on and off via command line. Works on emulators and devices. And, yes: it will control multiple devices at once.

Check the video:

IMAGE ALT TEXT HERE

install

Just checkout or download the scrips to your system. Make sure you have groovy installed, and adb-executeable in your PATH

On mac with brew just run:

brew install https://raw.githubusercontent.com/dhelleberg/android-scripts/master/androidscripts.rb

adbscreenrecord

Will execute screenrecord on your API Level 19+ device and will pull the file automatically after you finish the screenrecording.

adbscreenrecord <filename.mp4, optional>

adbwifi

Do you use adb-wifi connections? tired of figuring out the ip of your phone and typing it in?

This script tries to solve that.

use

connect your phone via USB (in best case with WiFi switched on) and run the script.

wait until it tells you to disconnect and press enter.

##sample output

$> src/adbwifi.groovy
WLAN IP 192.168.178.44
mobile ip on WLAN: 192.168.178.44
now disconnect your phone and press enter

List of devices attached
192.168.178.44:5555	unauthorized

$> adb shell
shell@hammerhead:/ $

About

helper scripts to setup adb wifi connection and switch developer tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 95.1%
  • Ruby 4.9%