I would like to know of ways to communicate to an android device using anything other than usb(which is the traditional way to do it via adb).
I know that serial console is possible but is there a less complicated way to send commands over serial using python? If not I would be very interested in knowing ways to automate sanity tests on a device and these tests would require USB to be disconnected (Yes, for suspend resume tests).
I will check adb documentation for this but with what little knowledge I have adb communication is quite difficult over serial when USB is not connected.
Any help is appreciated.
Thank you.