As per https://android.stackexchange.com/a/78183/239063 you can run a one line command in Linux to add in an appropriate tar header to extract it.
( printf "\x1f\x8b\x08\x00\x00\x00\x00\x00" ; tail -c +25 backup.ab ) | tar xfvz -
Replace backup.ab with the path to your file.
Related Posts:
- Adb backup does not work
- What is the reason for the error message “System cannot find the path specified”?
- How to run powershell script from .ps1 file?
- Install an apk file from command prompt?
- Install an apk file from command prompt?
- ” is not recognized as an internal or external command, operable program or batch file
- adb is not recognized as internal or external command, operable program or batch file
- ” is not recognized as an internal or external command, operable program or batch file
- Access is denied in windows cmd.Why?
- How to “comment-out” (add comment) in a batch/cmd?
- How do I test if Python is installed on Windows (10), and run an exe to install it if its not installed?
- Windows equivalent to UNIX pwd
- “rm -rf” equivalent for Windows?
- “rm -rf” equivalent for Windows?
- Moving file using cmd?
- How do I kill the process currently using a port on localhost in Windows?
- How to “comment-out” (add comment) in a batch/cmd?
- “if not exist” command in batch file
- “if not exist” command in batch file
- Defining and using a variable in batch file
- PHP is not recognized as an internal or external command in command prompt
- Windows 7 – ‘make’ is not recognized as an internal or external command, operable program or batch file
- Ping with timestamp on Windows CLI
- What is the Windows equivalent of the diff command?
- Windows CMD command for accessing usb?
- Command prompt won’t change directory to another drive
- How to use ADB Shell when Multiple Devices are connected? Fails with “error: more than one device and emulator”
- Desktop: The system cannot find the specified path
- Changing all files’ extensions in a folder with one command on Windows
- how to set the background color of the status bar during the launching phase [duplicate]
- How to show a loading gif while an APi is being called in xamarin android?
- 1000 * 60 * 60 * 24 * 30 results in a negative number [duplicate]
- Dial pad to get phone number (with Android button images)
- Emulator: ERROR: x86 emulation currently requires hardware acceleration
- Emulator: ERROR: x86 emulation currently requires hardware acceleration
- ‘App not Installed’ Error on Android
- ‘App not Installed’ Error on Android
- Draw a transparent circle onto a filled android canvas
- ‘python’ is not recognized as an internal or external command [duplicate]
- How to use navigateUp to close the application
- “unable to locate adb” using Android Studio [duplicate]
- “unable to locate adb” using Android Studio [duplicate]
- Can’t start Eclipse – Java was started but returned exit code=13
- Can’t start Eclipse – Java was started but returned exit code=13
- What exactly is “com.google.android.packageinstaller”
- Differences between arm64 and aarch64
- Converting double to string
- Android WebView err_unknown_url_scheme
- google console error `OR-IEH-01`
- How to decompile an APK or DEX file on Android platform? [closed]
- Android Studio Could not initialize class org.codehaus.groovy.runtime.InvokerHelper
- How to list files in windows using command prompt (cmd). I’ve tried using ‘ ls ‘ as in Linux but it shows an error?
- Error parsing data org.json.JSONException: Value
- What does “|=” mean? (pipe equal operator)
- My users get “net::err_name_not_resolved”
- Error – Android resource linking failed (AAPT2 27.0.3 Daemon #0)
- Solving “adb server version doesn’t match this client” error [duplicate]
- Error: No toolchains found in the NDK toolchains folder for ABI with prefix: llvm
- What does cmd /C mean?
- Unity remote 5 not working
- Error – Android resource linking failed (AAPT2 27.0.3 Daemon #0)
- Solving “adb server version doesn’t match this client” error [duplicate]
- Error: No toolchains found in the NDK toolchains folder for ABI with prefix: llvm
- What does cmd /C mean?
- How to display Toast in Android?
- What is Android’s file system?
- How to use adb command to push a file on device without sd card
- How can I open a cmd window in a specific location?
- Can’t create handler inside thread that has not called Looper.prepare()
- What is a StringIndexOutOfBoundsException? How can I fix it?
- recyclerview No adapter attached; skipping layout
- Exception : AAPT2 error: check logs for details
- This adb server’s $ADB_VENDOR_KEYS is not set
- Can’t create handler inside thread that has not called Looper.prepare()
- This adb server’s $ADB_VENDOR_KEYS is not set
- ‘adb’ is not recognized as an internal or external command, operable program or batch file
- Create an empty file on the commandline in windows (like the linux touch command)
- How do popBackStack() and replace() operations differ?
- E: unable to locate package pip
- recyclerview No adapter attached; skipping layout
- Exception : AAPT2 error: check logs for details
- Flutter pageview : Find first and last page and swipe directions
- What are the possible reasons for NFC Service to become dead after some time?
- How can I find and run the keytool
- Android ADB devices unauthorized
- Enable VT-x in your BIOS security settings (refer to documentation for your computer)
- NetworkType.UNMETERED vs NetworkType.METERED – PeriodicWork
- Need to navigate to a folder in command prompt
- @ converted to %40 in HTTPPost request
- Getting net::ERR_UNKNOWN_URL_SCHEME while calling telephone number from HTML page in Android
- Rainbow Matrix CMD
- How do I create a Batch file to change an exe installer to Win XP SP3 compatibility mode and launch installer
- Simple Android RecyclerView example
- Find all Bluetooth devices (headsets, phones etc) nearby, without forcing the devices in discoverable mode
- You need to use a Theme.AppCompat theme (or descendant) with this activity
- “Default Activity Not Found” on Android Studio upgrade
- You need to use a Theme.AppCompat theme (or descendant) with this activity
- Unfortunately MyApp has stopped. How can I solve this?
- Still getting warning : Configuration ‘compile’ is obsolete and has been replaced with ‘implementation’
- What is ‘Context’ on Android?