| 21 Oct 2021 |
danielrf | Just got grapheneos on sunfish booting. Code is available here in case anyone wants to test: https://github.com/danielfullmer/robotnix/pull/128 | 18:12:46 |
danielrf | I wouldn't yet try to upgrade from android 11 on a phone that you regularly use--especially if you're also using any other robotnix modules since they're all untested. (e.g. F-Droid, microg, etc.) | 18:13:56 |
danielrf | But if you have an extra phone that you don't mind testing on, I'd be curious to hear if it works for you | 18:14:18 |
danielrf | The near future is likely going to be: I'll merge this + support for vanilla flavors soon, and add warnings on the other modules that have untested support for Android 12. | 18:15:51 |
danielrf | Then I'll go through and fix/test the remaining modules. | 18:16:06 |
hmenke | ajs124: I'm using the dumbest backup solution imaginable which is opening all apps, finding the “export settings” button and transferring the result from to my computer. | 18:30:48 |
ajs124 | well, I guess I could do that, as well | 18:31:58 |
hmenke | There is Seedvault but first of all the only works with Nextcloud (nuff said) and second those apps where I really care about the data like Signal and Threema don't support Android backup. | 18:33:09 |
hmenke | * There is Seedvault but first of all it only works with Nextcloud (nuff said) and second those apps where I really care about the data like Signal and Threema don't support Android backup. | 18:33:45 |
hmenke | * ajs124: I'm using the dumbest backup solution imaginable which is opening all apps, finding the “export settings” button and transferring the result to my computer. | 18:34:25 |
ajs124 | yeah, I use (or try to use) seedvault, but also ran into those issues | 18:34:37 |
ajs124 | Threema has its own backup thingy | 18:34:48 |
hmenke | ThreemaSafe only backs up the Threema ID. | 18:35:37 |
hmenke | Data backup has to be performed manually. | 18:35:49 |
hexa | I used to backup ThreemaSafe to my own WebDav endpoint using nginx | 22:14:42 |
hexa | but I rarely use Threema anymore, luckily. | 22:15:02 |
hexa | services.nginx = {
virtualHosts = {
"${config.networking.hostName}.${config.networking.domain}" = {
locations."/threema/" = {
alias = "/var/backup/threema/";
extraConfig = ''
auth_basic "Threema WebDAV Backup";
auth_basic_user_file /run/keys/nginx/threema.htpasswd;
client_body_temp_path /var/backup/threema;
dav_methods PUT DELETE MKCOL COPY MOVE;
create_full_put_path on;
dav_access all:rw;
'';
};
};
};
};
| 22:15:22 |
hexa | * systemd.services.nginx.serviceConfig.ReadWritePaths = [ "/var/backup/threema" ];
services.nginx = {
virtualHosts = {
"${config.networking.fqdn}" = {
locations."/threema/" = {
alias = "/var/backup/threema/";
extraConfig = ''
auth_basic "Threema WebDAV Backup";
auth_basic_user_file /run/keys/nginx/threema.htpasswd;
client_body_temp_path /var/backup/threema;
dav_methods PUT DELETE MKCOL COPY MOVE;
create_full_put_path on;
dav_access all:rw;
'';
};
};
};
};
| 22:16:05 |
| 22 Oct 2021 |
jack | In reply to @hmenke:matrix.org There is Seedvault but first of all it only works with Nextcloud (nuff said) and second those apps where I really care about the data like Signal and Threema don't support Android backup. I think USB also, but I haven't tested. | 00:48:10 |
cde | Yes USB works much better for backups | 09:11:02 |
cde | Davx5 is testing a genetic saf WebDAV provider which looks very promising. | 09:11:31 |
cde | * Davx5 is testing a generic saf WebDAV provider which looks very promising. | 09:14:49 |
kraftnix | I have used both USB and Nextcloud for Seedvault backup. USB is much more reliable, I have to full reset/reinstall my nextcloud every few months as the backups will just fail everytime after a while 😥 | 14:50:31 |
kraftnix | * I have used both USB and Nextcloud for Seedvault backup. USB is much more reliable, I have to full reset/reinstall my nextcloud app/accounts every few months as the backups will just fail everytime after a while 😥 | 14:50:52 |
Linux Hackerman | huh, I haven't had that problem with seedvault/nextcloud since setting it up about a year ago | 14:51:31 |
kraftnix | maybe its a me problem then? i should probably look at the logs but its often easier to just reinstall the nextcloud app and re setup seedvault | 14:52:57 |
| 24 Oct 2021 |
| dan-v joined the room. | 04:57:00 |
danielrf | Just tagged and pushed lineageos-2021102406. Tested on sunfish | 19:58:45 |
dan-v | danielrf what flavor do you run on your personal phone | 20:01:12 |
danielrf | Hope to have my personal device migrated to android 12 by end of today / tomorrow. After that, would love to hear feedback from others if they are able to successfully upgrade as well. | 20:01:41 |