Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Collection of several utilities to work with android backups
Project name: android-backup-toolkit
URL: https://sourceforge.net/p/android-backup-toolkit/
License: various (see individual projects)
Authors: various (see individual projects)
This project is simply a compilation of the six following projects, both latest
source code and binaries:
* android-backup-extractor: https://sourceforge.net/projects/adbextractor/
* android-backup-splitter: https://sourceforge.net/p/adb-split/
* android-timestamp-keeper: https://sourceforge.net/projects/androidtimestampkeeper/
* helium-backup-extractor: https://sourceforge.net/p/heliumbackupextractor/
* no-adb-backup-app-lister: https://sourceforge.net/projects/no-adb-backup-app-lister/
* tar-binary-splitter: https://sourceforge.net/projects/tar-binary-splitter/
All the android utilities are bundled in a single package.
Create a single adb backup for each app /sd and inform of missing apks
This project consists of two shell scrips.
One splits an adb backup into several ones by app name extracting the contents of the tars to a temporal folder and then re-taring everything to get the individual ab for each android app.
The other shell script uses Tar Binary Splitter to divide the main tar inside the adb backup without extracting anything from the tar, so is by far the best method.