adb_android icon indicating copy to clipboard operation
adb_android copied to clipboard

Enables android adb in your python script

Results 11 adb_android issues
Sort by recently updated
recently updated
newest added

I add adb help support and test file

2 Changes: - Allowing user to select specific device to run `adb_android.shell()` command and options - Cleaned up output of `adb_android.devices()` -> outputs into a list

It seems like this library is unable to allow a user to select a single device when multiple devices are connected. The original command is `adb -s [device ID] shell...

help wanted
new feature

During unit test execution: `````` shell *** preparing temporary file with name c:\users\malyi\appdata\local\temp\tmpdrjulf *** executing ['adb', 'push', 'c:\\users\\malyi\\appdata\\local\\temp\\tmpdrjulf', '/data/media/0/'] cannot open 'c:\users\malyi\appdata\local\temp\tmpdrjulf': No such file or directory *** getting path...

help wanted

"AssertionError: (0, '') should be the same object as (0, ''), but it is not"

bug

Make "exec_command" function use verbose mode by default (function should output than stdout to console) and introduce a possibility to redirect stdout to DEVNULL in order to supress it. Function...

enhancement

- Should clean temporary files on host

enhancement

This can be done as soon as https://github.com/travis-ci/travis-cookbooks/pull/489 is merged.