Commit Graph

7 Commits

Author SHA1 Message Date
Trigus42
03523a40c0 Fix _adb_process_file & Improve _adb_download_root
- The _adb_download function doesn't need a package_name argument. This broke _adb_process_file and unnecessarily clutters function calls. Also, the function may be used to download other files or folders too. Generating a random filename seems like the best solution to me since it is less likely to get a duplicate filename and thus to replace an existing file.

- The path /sdcard/Download doesn't necessarily exist. Using /sdcard seems more reliable.
2021-07-24 12:09:59 +02:00
Adam Lawson
cb6bde5b8c Fix download of APKs that require root privileges
Some system APKs are stored in directories that require root privileges, such as /system/product.
2021-07-20 12:53:44 +01:00
Nex
425d83e0a0 Fixed documentation links 2021-07-20 13:42:13 +02:00
tek
add5b1640e Update doc url 2021-07-18 19:10:12 +02:00
tek
ce9ee09c2d Improves documentation 2021-07-18 16:33:34 +02:00
tek
da72dfe58e Update readme and version for pypi 2021-07-18 16:31:25 +02:00
Nex
065a62cee1 First commit 2021-07-16 08:05:01 +02:00