We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2014-03-19 15:53:03 +0200 |
So I changed in 1.0.3.8 picture and video storing for camera app to my sdcard, which was /run/user/100000/media/sdcard/...
1.0.4.20 update sd is found at media/sdcard, with all old images and videos, unfortunately not new pictures...
Now I cannot find any new pictures with root search of file browser. Maybe the old path is still in camera, and cannot store any pictures. How to correct the storing location?
2 | No.2 Revision |
So I changed in 1.0.3.8 picture and video storing for camera app to my sdcard, which was /run/user/100000/media/sdcard/...
1.0.4.20 update sd is found at media/sdcard, with all old images and videos, unfortunately not new pictures...
Now I cannot find any new pictures with root search of file browser. Maybe the old path is still in camera, and cannot store any pictures. How to correct the storing location?
[SOLUTION] Original directory path had to be returned like this:
For pictures:
cd /home/nemo/Pictures
rm Camera
mv Camera.old Camera
And for videos:
cd /home/nemo/Videos
rm Camera
mv Camera.old Camera