dtmilano / AndroidViewClient

Android ViewServer and ADB client
Apache License 2.0
1.62k stars 347 forks source link

Changes/Fixes #94

Closed Fuzion24 closed 10 years ago

Fuzion24 commented 10 years ago

Flatten directory structure to support pip installing via: pip install git+https://github.com/Fuzion24/AndroidViewClient.git@master

The preceding noise discussed #deb2fdb9e95eb29fc5 happens from xposed/substrate improperly dumping stuff to stdout. Some devices do this as well.

I have a newer version of adb that your python implementation seems to support just fine:

adb version 
Android Debug Bridge version 1.0.32

Plus, some small API additions.

dtmilano commented 10 years ago

Thanks for the contribution. I added some comments requesting minor changes.

Fuzion24 commented 10 years ago

@dtmilano I made the changes you suggested in your comments and rebased.