nerdunit / androidsideloader

GNU General Public License v3.0
236 stars 54 forks source link

Check adb authorization before download #25

Closed rcerrejon closed 3 years ago

rcerrejon commented 3 years ago

Summary

Would be great if the sideloader checks the adb authorization before download and not before install.

Motivation

Sometimes after wait for a download (maybe a big sized download) the sideloader checks the adb status when it tries to install the apk, would be great if the sideloader check that before the download or if the app checks at the beginning, opening the app, the adb status authorized or not, to save some time. Anyway after the download it's going to be installed, so, why not first check the auth? Thanks

nerdunit commented 3 years ago

Should be called on sideloader start from the next version