adb.fastboot_debug module

Fastboot in python.

Call it similar to how you call android’s fastboot, but this only accepts usb paths and no serials.

Contents

adb.fastboot_debug.Devices()[source]

Lists the available devices.

List of devices attached
015DB7591102001A        device
_images/adb.fastboot_debug.Devices.CALLER_GRAPH.svg
Returns

0

Return type

int

adb.fastboot_debug._InfoCb(message)[source]

Print a message to stdout.

Parameters

message (adb.fastboot.FastbootMessage) – A FastbootMessage with header and message attributes

adb.fastboot_debug.main()[source]

TODO