Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 474 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 474 Bytes

ForEachDevice

forEach device is just a helper pyhton/shellScript to execute adb commands on each connected devices automatically. So, you should use adb commands combined with forEachDevice.

Requirements

  • adb (Android Debug Bridge) should be in system path
  • You should have Python installed
  • Operational System: Linux

Example of use

To install and replace if already installed a apk on each connected device

forEachDevice install -r path_to_apk_file