openatx / adbutils

pure python adb library for google adb service.
MIT License
736 stars 173 forks source link

Allow UTF-8 encoded file names in sync.push and pull #71

Closed vccabral closed 2 years ago

vccabral commented 2 years ago

The sync.push/pull methods use the string length of the path which is wrong when the file names contain utf-8 encoded characters.

codeskyblue commented 2 years ago

thanks. publish in 1.0.3