Releases: ampil/export-android-tabs
Releases · ampil/export-android-tabs
export-android-tabs v1.1
- updated download cmdlet: instead of
wget
dependency, it uses nativeInvoke-WebRequest
- the use of
Invoke-WebRequest
fixes thewget
error - added
adb
validation: whenadb.exe
is not present where it should be, the script downloads it from Google and unpacks to a default location on theC:\
drive - added
output folder
validation: if it's not present, the script creates it - added
USB debugging
validation: the script shows a message with error and stops further execution if USB debugging is not enabled (or no connected devices available) - added adb server clean up - it releases port forwarding from Android devices after script execution
- suppressed output from service commands, added custom messages