quamotion / madb

SharpAdbClient is a .NET library that allows .NET applications to communicate with Android devices. It provides a .NET implementation of the adb protocol, giving more flexibility to the developer than launching an adb.exe process and parsing the console output.
Apache License 2.0
361 stars 133 forks source link

Device State always showing Offline #95

Closed chapman57 closed 6 years ago

chapman57 commented 7 years ago

Hi,

I have SharpADB working and I get the Device Connected event when I cradle mu device. However the eventargs aare only populated with the Device Serial and the STATE shows Offline.

Can you think of any reason the device would be OFFLINE, even though I get the events and can read the serial number in the eventargs?

Thanks Much!

qmfrederik commented 6 years ago

What does adb devices show?

qmfrederik commented 6 years ago

@chapman57 There's not much I can do here if I don't have the output of adb devices, so I'm going to close this for now. Feel free to re-open once you have more info to share.