mrrfv
mrrfv
Zenity is a program used to show a user-friendly file or directory chooser. It is automatically installed by the `backup-windows.ps1` script. The script is supposed to fall back to showing...
Is the `d` drive/folder present when you run `wsl ls /mnt`? A simple reboot might fix this problem.
Is the app even installed by the script at all? Or it simply has problems with getting the correct permissions?
Could you please share more information on what exactly went wrong? Stuff like logs and screenshots would greatly helpful. "The script failed to import data" doesn't tell enough to troubleshoot...
@joelis10 What's the error you're getting?
The `READ_PHONE_STATE` permission isn't defined in the app's `AndroidManifest.xml`, so it could just be automatically granted/assigned by Android for compatibility with older OS versions, or Flutter's work. I'll look deeper...
That's weird. Contact .vcf files (there's one file per contact) are copied from your device directly to a `./backup-tmp/Contacts` folder - so they should be in the zipped archive. Can...
Not natively, but you can combine the script's `discouraged_disable_archive` option with an incremental backup tool (such as [borg](https://www.borgbackup.org/) or [restic](https://restic.net/)) to achieve this. If you set the `discouraged_disable_archive` environment variable...
Hi, sorry for the late response. I assume that you want to backup/restore your phone from the Android recovery mode (I have some trouble with understanding this issue to be...
You need to remove the apostrophes (`'`) as well as any spaces from the file path, so instead of e.g. `'/home/myuser/backup.7z'` it should be `/home/myuser/backup.7z`. If that doesn't work, try...