1. 30 Sep, 2014 1 commit
  2. 29 Sep, 2014 1 commit
  3. 16 Sep, 2014 1 commit
  4. 15 Sep, 2014 1 commit
  5. 11 Sep, 2014 1 commit
  6. 25 Aug, 2014 1 commit
  7. 16 Aug, 2014 1 commit
  8. 15 Aug, 2014 2 commits
  9. 12 Aug, 2014 1 commit
  10. 07 Aug, 2014 1 commit
  11. 17 Jul, 2014 1 commit
  12. 20 Jul, 2014 2 commits
  13. 19 Jul, 2014 1 commit
  14. 17 Jul, 2014 1 commit
  15. 06 Jul, 2014 1 commit
  16. 30 Jun, 2014 1 commit
  17. 28 May, 2014 1 commit
  18. 16 May, 2014 4 commits
  19. 14 May, 2014 1 commit
  20. 30 Apr, 2014 2 commits
  21. 29 Apr, 2014 1 commit
  22. 28 Apr, 2014 4 commits
  23. 25 Apr, 2014 3 commits
  24. 23 Apr, 2014 3 commits
  25. 17 Apr, 2014 1 commit
    • hanpengx's avatar
      Deactivate the MiniThumbFile when it is not needed. · cb30035f
      hanpengx authored
      
      Issue description:
      Unable to use camera after deleting all files in internal storage from PC
      with MTP. The toast message "Connect USB storage before using the camera"
      is poped up when we launch camera after deleting all files in internal storage
      from PC with MTP.
      
      Steps to reproduce the issue:
      1. Launch Camera and take a picture.
      2. Connect device to PC with MTP mode.
      3. Delete all files on Internal stoage from PC.
      4. Launch Camera after step 3 finished.
      Then we find that we are unable to use camera and the toast message is poped
      up.
      
      Root cause:
      The .thumbdata3--xxxxx in /sdcard/DCIM/.thumbnails/ is opened in 
      android.process.media process when we take picture in step 1. But the file is
      never closed. So camera cannot create the directories(/sdcard/DCIM/Camera) 
      it needs to store captured pictures because "Device busy" error.
      
      Solution:
      Deactivate the MiniThumbFile when it is not needed.
      
      Change-Id: I0faab5ffd95c5626f7f9ef1bc02b2ae56e2eb19b
      Signed-off-by: default avatarhanpengx <pengfeix.han@intel.com>
      cb30035f
  26. 27 Mar, 2014 1 commit
  27. 19 Mar, 2014 1 commit