To save a lot of time with the backup and restore process, I manually copied over the Pictures and Videos folders from my previous phone to an (ext4-formatted + encrypted) SD card to the new phone. Everything shows up in the Gallery, but the Camera app doesn’t allow me to take any pictures or videos, as in it doesn’t do anything when I tap the shutter button. It does work when I change the storage location to the SD card, but saving on the internal memory isn’t possible.
I have a feeling it’s some kind of permissions issue, but no idea what to fix exactly.
Ah, haha, I realised my mistake. The ownership of Pictures, Videos, and both Camera folders was set to defaultuser:defaultuser, which I had already changed to defaultuser:privileged through chown defaultuser:privileged /home/defaultuser/Pictures, etc, but I forgot to restart the phone (or maybe a home screen restart would have been enough) to make the background services notice the changes.
So, I restarted, and I can take pictures and videos now. Thanks for helping out!
True! Although I didn’t actually try starting the Camera app from the terminal, maybe that would have given a better indication of what was wrong. And it’s a situation I got myself into by not following the normal backup procedure, so either way it’s understandable that there’s no visual pop-up to tell the user to check if the folders have the right permissions and restart.