-
Notifications
You must be signed in to change notification settings - Fork 38
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
Remotely backup and delete app data #35
Comments
No need to apologize. Everybody is welcome here. 😄 I can imagine your scenario. The problem is, that accessing data of other apps is not really possible. Only external storage can be accessed. |
I understood. However, if it is not a problem I would still like to keep this issue open, in case a miracle happens or something similar |
Some apps might be configured to utilize the shared / external storage instead of the private storage. For the apps that allow this, we can use a tool like Termux (also on F-Droid) to tar/gzip the data then transfer it with scp, rsync, or another tool (all of which are packages available in Termux). Termux even has some hooks which could execute a bash script that does all this.
|
After some research, I noticed that interacting with Termux is not possible so far. (without a plugin) So, we have the following options:
I would suggest to find an alternative. |
Not something I'm personally vested in since I no longer use simpleSMSRemote, but Termux has "extended its api" (not refering to the Termux:API app) with the v0.95 release. Details here It doesn't change apps using their private storage instead of shared storage. For apps that can be configured to use a path in the shared storage though, I imagine someone could use SimpleSMSremote to trigger a Termux script that does a rsync/scp to another device and/or encrypt files with gpg. Such scripts could probably be abused and cause more damage to users' files so this app should probably utilize an authentication scheme (shared secret? 2FA?) in addition to what is currently done (iirc just whitelisting of phone numbers (which can be spoofed?)). |
Hello. Usually, in addition to the mobile phone itself, there are also apps that contain sensitive or personal information, and, in case of loss or theft of the mobile phone, they are also those that a person would like to recover and / or put in safety. I would therefore ask, if possible, to enable the reading, writing and deletion of the data of these apps (all open source and available on F-Droid):
to recover any Bitcoins:
to recover any personal information, passwords, important reminders, etc. (these apps I list do not need internet):
P.S: I have no programming experience nor am I very experienced in the subject .. if I have written stupid or unattainable things I apologize.
The text was updated successfully, but these errors were encountered: