Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bu #354

Closed
upintheairsheep opened this issue Jan 8, 2022 · 7 comments
Closed

bu #354

upintheairsheep opened this issue Jan 8, 2022 · 7 comments
Assignees
Labels
domain: binary-wrapper Programmatic wrapper around native Android executables. Low Priority type:enhancement New feature or request
Milestone

Comments

@upintheairsheep
Copy link
Contributor

ADB backup is the only way to backup app data on Android without root or google drive. List of things:

Either specify an ID or do all.
The flags are checkmarks.

http://fileformats.archiveteam.org/wiki/Android_ADB_Backup

@upintheairsheep
Copy link
Contributor Author

Checkmarks:
*Include System apps - checked by default, when unchecked, use the -nosystem flag
*Back up APK - backs up apk files via the -apk flag
*Back up photos, videos, and documents (Shared storage) - backs up shared storage via the -shared flag

advanced:

*Back up OBB - backs up OBB via -obb
*Include key value - includes key value via the -keyvalue tag

@upintheairsheep
Copy link
Contributor Author

Also add ADB restore support too.

@yume-chan yume-chan added the type:enhancement New feature or request label Jan 8, 2022
@yume-chan yume-chan mentioned this issue Jan 10, 2022
39 tasks
@yume-chan
Copy link
Owner

I have checked the source code, adb backup just calls /system/bin/bu backup with whatever parameter you give, then pipe the output into a file. I mean, it's not part of adb protocol, and writing binary wrappers like this is pretty useless.

So this request will be low priority.

@yume-chan yume-chan added the domain: binary-wrapper Programmatic wrapper around native Android executables. Low Priority label Jan 15, 2022
@yume-chan yume-chan mentioned this issue Jan 26, 2022
16 tasks
@yume-chan yume-chan changed the title Request - ADB backup support bu Feb 23, 2022
@yume-chan yume-chan self-assigned this Feb 23, 2022
@yume-chan yume-chan added this to the 0.0.13 milestone Apr 3, 2022
@upintheairsheep
Copy link
Contributor Author

also add support for browsing/extracting .ab files.

http://fileformats.archiveteam.org/wiki/Android_ADB_Backup

@upintheairsheep

This comment was marked as off-topic.

@yume-chan yume-chan modified the milestones: 0.0.13, 0.0.14, 0.0.15, 0.0.16 Apr 28, 2022
@yume-chan yume-chan removed this from the 0.0.16 milestone May 28, 2022
@yume-chan yume-chan added this to the Backlog milestone Mar 2, 2023
@upintheairsheep

This comment was marked as off-topic.

@upintheairsheep
Copy link
Contributor Author

closed but never started

Repository owner locked as resolved and limited conversation to collaborators Jan 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
domain: binary-wrapper Programmatic wrapper around native Android executables. Low Priority type:enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants