├── Mac OS and Linux └── backup_android_to_mac.sh └── Windows ├── AdbWinApi.dll ├── AdbWinUsbApi.dll ├── UBT.bat ├── adb.bat ├── adb.exe ├── captureproblem.bat ├── fastboot.exe ├── singleappbackup.bat └── wget.exe /Mac OS and Linux/backup_android_to_mac.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GigaDroid/UBT/HEAD/Mac OS and Linux/backup_android_to_mac.sh -------------------------------------------------------------------------------- /Windows/AdbWinApi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GigaDroid/UBT/HEAD/Windows/AdbWinApi.dll -------------------------------------------------------------------------------- /Windows/AdbWinUsbApi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GigaDroid/UBT/HEAD/Windows/AdbWinUsbApi.dll -------------------------------------------------------------------------------- /Windows/UBT.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GigaDroid/UBT/HEAD/Windows/UBT.bat -------------------------------------------------------------------------------- /Windows/adb.bat: -------------------------------------------------------------------------------- 1 | adb start-server 2 | exit -------------------------------------------------------------------------------- /Windows/adb.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GigaDroid/UBT/HEAD/Windows/adb.exe -------------------------------------------------------------------------------- /Windows/captureproblem.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GigaDroid/UBT/HEAD/Windows/captureproblem.bat -------------------------------------------------------------------------------- /Windows/fastboot.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GigaDroid/UBT/HEAD/Windows/fastboot.exe -------------------------------------------------------------------------------- /Windows/singleappbackup.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | adb shell pm list packages 3 | pause -------------------------------------------------------------------------------- /Windows/wget.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GigaDroid/UBT/HEAD/Windows/wget.exe --------------------------------------------------------------------------------