Comment 3 for bug 1474218

Revision history for this message
Bill Filler (bfiller) wrote :

Hi Michael,
there should be a log named like /home/phablet/.cache/upstart/application-click-com.ubuntu.camera_camera_<VERSION>.log where <VERSION> is the version number you have installed (latest is 605 I believe). If you could check again that log would be helpful.

Also, would be good to test if you can create files on your SD card, as perhaps it's read-only or corrupt in some way. Please try this after opening a shell on your device:
> df -kh

You should see SD card mounted as /media/phablet/<ID>

>cd /media/phablet/<ID>
>ls
You should see a Pictures directory
>cd Pictures
>ls
You should see a com.ubuntu.camera directory
>cd com.ubuntu.camera
Now try to create a file
>touch foo.txt
see if error reported
if not, do
>ls -lc foo.txt
and report the results