2014年10月9日木曜日

アンドロイド、 .thumbnail 巨大ファイル! Android huge files in .thumbnail folder ....!

別の記事でも記載したアンドロイドで起きた、とても困った事態について書くよ。

/storage/sdcards0/DCIM/.thumbnails/以下に巨大なファイルが存在して、これを消しても、画像閲覧アプリ、ギャラリー(Gallery)とかを立ち上げるたびに、またまた巨大ファイルをCPUパワー全力で作成し、それを作っている間、ほぼずっとハング状態。。

この問題を解決というか、回避する方法として、ファイルブラウザ アプリ(僕はFile Manager HDを使用した)を使って、手動で同名のファイル.thumbnailsという空っぽのファイルを作成!!

これで見事、回避できるようになった。

ここで<回避>と書いているのは、アプリが「画像ファイルどこかいな?教えてよ」とOSか何かに問い合わせると、聞かれたソフト君が、「うぉー、俺ッ、thumbnailファイルを全CPUパワー使って作ることにしたわー!」と主人の意図なぞ全く気にせずに突っ走りはじめ、まず.thumbnailsディレクトリ(フォルダ)をつくろうとするのだと思われるのだが、それを邪魔するために、同名のファイルを予めこさえちゃって、ディレクトリ(フォルダ)作成を失敗させていると思われるから。

ちなみに、使用しているAndoridスマホのOSバージョンは、4.1.2だよ!


If you find huge files at /storage/sdcards0/DCIM/.thumbnails/, perhaps they are not needed.
I didn't want use my SD micro card to these unecessary files.

If these are eraced, then next time when you use picture viewer app like "Gallery", it will make again using almost 100% cpu power.

While making these files automatically, you can't controll the android...

If you don't want these phenomenon, perhaps you can avoid using below method.

1. Delete /storage/sdcards0/DCIM/.thumbnails folder.
2. Make an empty file /storage/sdcards0/DCIM/.thumbnails.
    # I used "File Manager HD" app to do this and did this at android version 4.1.2.

That's it!!!


0 件のコメント:

コメントを投稿