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

Extension to the whole of Android #10

Open
linux-lukas opened this issue Aug 1, 2022 · 2 comments
Open

Extension to the whole of Android #10

linux-lukas opened this issue Aug 1, 2022 · 2 comments

Comments

@linux-lukas
Copy link

A. Problem / Goal

Creating regular data backups is just as important on desktop PCs and laptops as it is on mobile devices such as smartphones and tablets. There are few (usable) applications for Android that enable a complete and regular data backup.

The goal would be to expand the Privacy Friendly Backup (PFA) app so that it can be used to back up not only PFAs, but basically an entire mobile device.

B. Solution(s)

A considered solution would be to extend this application to the whole of Android as a backup solution in a step-by-step process.

C. Alternatives

Do not expand the PFA with a view to extending it to the whole of Android.

D. Effort

I would assume that since many things change in the Android versions from v10 onwards compared to the respective predecessor versions, a comparatively high effort could be expected.

E. Responsibilities

I would see responsibilities for both the project maintainers and the community.

F. Notes

@Kamuno
Copy link
Member

Kamuno commented Aug 1, 2022

This would basically require a completely different application. This backup application operates on a very specific protocol that requires the respective application to basically send the data to the backup application via an authenticated interface.

There are applications that can create backups of any other application by using the adb backup command. This can even be done without root.

That being said.. anyone is free to integrate the backup-api and request their signature to be added to the authentication mechanism. We would probably need to post an explanation on how you would do that.

@linux-lukas
Copy link
Author

Perhaps a stupid question, but couldn't the protocol be adapted to a standardised Android protocol for creating data backups?

Alternatively, if a general backup Android app were to be developed, I would think that this app would have to be renamed or the general app would have to be made sub-divisible accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants