We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2014-03-19 15:53:03 +0200

1.0.4.20 changed sdcard location, problems follows in camera

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?

1.0.4.20 [SOLVED]1.0.4.20 changed sdcard location, problems follows in camera

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