openatx / adbutils

pure python adb library for google adb service.
MIT License
761 stars 175 forks source link

fix issue #21 #21 and add support for reversing host port to device port #24

Closed hfutxqd closed 4 years ago

hfutxqd commented 4 years ago

commit b913cc5ff0accb545416b83c4488c9a32d9beb8f fix issue #22 and #21 The command minicap -i on some device(android 10) could got this output:

INFO: (external/MY_minicap/src/minicap_29.cpp:345) could not get display for id: 0, using internal display
{
    "id": 0,
    "width": 1440,
    "height": 3120,
    "xdpi": 515.15,
    "ydpi": 514.60,
    "size": 6.68,
    "density": 3.50,
    "fps": 90.00,
    "secure": true,
    "rotation": 0
}

commit 7c8b8fbe48334755a85e8959bad0ebdcc6e43eea add support for reversing host port to device port