<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Bug: Camera app does not save image if backing out too quickly in XPERIA archive</title>
    <link>https://community.sony.co.uk/t5/xperia-archive/bug-camera-app-does-not-save-image-if-backing-out-too-quickly/m-p/3510386#M548028</link>
    <description>&lt;P&gt;It should not matter! I have been working with Android software for over 6 years and I know the difference between bad implementation and good implementation.&lt;/P&gt;&lt;P&gt;In this case, they (the camera app developers) are killing the thread/asynctask/service/handler that is saving the image when the back button is pressed. This is completely wrong behavior. The image should be saved independently by a separate service that does not rely on whether the Application/Activity is foregrounded and not backed out of.&lt;/P&gt;&lt;P&gt;Completely standard programming and has nothing to do with SD card speed since the image is in RAM and there is lots of RAM to go around.&lt;/P&gt;&lt;P&gt;I could even propose that an image saved at an SD card rate of 1kB/hour should be saved properly as long as RAM pressure does not force the saving service to be killed by the Android system.&lt;/P&gt;</description>
    <pubDate>Sat, 27 Aug 2016 11:26:52 GMT</pubDate>
    <dc:creator>besez</dc:creator>
    <dc:date>2016-08-27T11:26:52Z</dc:date>
    <item>
      <title>Bug: Camera app does not save image if backing out too quickly</title>
      <link>https://community.sony.co.uk/t5/xperia-archive/bug-camera-app-does-not-save-image-if-backing-out-too-quickly/m-p/3510383#M548025</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This issue is 100% reproducible for me.&lt;/P&gt;&lt;P&gt;Prerequisites:&lt;/P&gt;&lt;P&gt;* Xperia X Performance&lt;/P&gt;&lt;P&gt;* Xperia Camera app&lt;/P&gt;&lt;P&gt;* Save to SD card enabled&lt;/P&gt;&lt;P&gt;* 35.0.A.1.238&lt;/P&gt;&lt;P&gt;Step by step:&lt;/P&gt;&lt;P&gt;1) Start camera app with long press on camera button&lt;/P&gt;&lt;P&gt;2) Take a picture, you will see the screen "flash" to confirm you have take a picture.&lt;/P&gt;&lt;P&gt;3a) You will see a new miniature of the picture appear the top right corner, including a spinner (indeterminate progress bar) overlay. Back out of camera app while the spinner overlay is still visible - this step is crucial, sometimes the spinner disappears quickly, sometimes it takes a long time. It has to be spinning, otherwise the bug won't happen.&lt;/P&gt;&lt;P&gt;3b) Alternatively if you are quick enough you can back out of the app before the miniature image has even appeared, this will also trigger the bug.&lt;/P&gt;&lt;P&gt;4) === ERROR === The picture was not saved.&lt;/P&gt;&lt;P&gt;Q&amp;amp;A&lt;/P&gt;&lt;P&gt;Q: Why would you want to take a picture &amp;amp; back out quickly - why not just wait?&lt;/P&gt;&lt;P&gt;A: Because sometimes you want to snap a picture REAL quick and post it in a chat message, hangouts, instagram, whatever. If the camera "told me" the picture was saved by flashing the screen black, then the picture MUST be available some time after that.&lt;/P&gt;&lt;P&gt;Plz fix :]&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2016 09:26:24 GMT</pubDate>
      <guid>https://community.sony.co.uk/t5/xperia-archive/bug-camera-app-does-not-save-image-if-backing-out-too-quickly/m-p/3510383#M548025</guid>
      <dc:creator>besez</dc:creator>
      <dc:date>2016-08-13T09:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Bug: Camera app does not save image if backing out too quickly</title>
      <link>https://community.sony.co.uk/t5/xperia-archive/bug-camera-app-does-not-save-image-if-backing-out-too-quickly/m-p/3510384#M548026</link>
      <description>Even saving to internal flash . Camera something could not save the taken photo</description>
      <pubDate>Sat, 13 Aug 2016 14:56:37 GMT</pubDate>
      <guid>https://community.sony.co.uk/t5/xperia-archive/bug-camera-app-does-not-save-image-if-backing-out-too-quickly/m-p/3510384#M548026</guid>
      <dc:creator>AGLqwert</dc:creator>
      <dc:date>2016-08-13T14:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bug: Camera app does not save image if backing out too quickly</title>
      <link>https://community.sony.co.uk/t5/xperia-archive/bug-camera-app-does-not-save-image-if-backing-out-too-quickly/m-p/3510385#M548027</link>
      <description>&lt;P&gt;Maybe you have a bad MicroSD card, I use on my Z3 a class10 &amp;nbsp;32 Gb Kingstone microSD card and the pictures are saved&amp;nbsp;&lt;SPAN class="gt-card-ttl-txt"&gt;instantly, a 4 k video of 1 minuite is saved in 4-5 seconds.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Try to format your microSD card or if this doesn't work try a different one&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2016 11:09:13 GMT</pubDate>
      <guid>https://community.sony.co.uk/t5/xperia-archive/bug-camera-app-does-not-save-image-if-backing-out-too-quickly/m-p/3510385#M548027</guid>
      <dc:creator>andysoft83_gmai</dc:creator>
      <dc:date>2016-08-26T11:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Bug: Camera app does not save image if backing out too quickly</title>
      <link>https://community.sony.co.uk/t5/xperia-archive/bug-camera-app-does-not-save-image-if-backing-out-too-quickly/m-p/3510386#M548028</link>
      <description>&lt;P&gt;It should not matter! I have been working with Android software for over 6 years and I know the difference between bad implementation and good implementation.&lt;/P&gt;&lt;P&gt;In this case, they (the camera app developers) are killing the thread/asynctask/service/handler that is saving the image when the back button is pressed. This is completely wrong behavior. The image should be saved independently by a separate service that does not rely on whether the Application/Activity is foregrounded and not backed out of.&lt;/P&gt;&lt;P&gt;Completely standard programming and has nothing to do with SD card speed since the image is in RAM and there is lots of RAM to go around.&lt;/P&gt;&lt;P&gt;I could even propose that an image saved at an SD card rate of 1kB/hour should be saved properly as long as RAM pressure does not force the saving service to be killed by the Android system.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2016 11:26:52 GMT</pubDate>
      <guid>https://community.sony.co.uk/t5/xperia-archive/bug-camera-app-does-not-save-image-if-backing-out-too-quickly/m-p/3510386#M548028</guid>
      <dc:creator>besez</dc:creator>
      <dc:date>2016-08-27T11:26:52Z</dc:date>
    </item>
  </channel>
</rss>

