Skip to content

Releases: ampil/export-android-tabs

export-android-tabs v1.1

22 Apr 08:10
975f1f5
Compare
Choose a tag to compare
  • updated download cmdlet: instead of wget dependency, it uses native Invoke-WebRequest
  • the use of Invoke-WebRequest fixes the wget error
  • added adb validation: when adb.exe is not present where it should be, the script downloads it from Google and unpacks to a default location on the C:\ 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