Pictures automatically saving - HTC EVO 3D

When I go to a website that has pictures, the images automatically save on my phone? Anyone know why.
Sent from my EVO 3D

That is why I had those pictures of security signs and stuff..what site were you on because mine mainly saved pictures from newegg?

jajuan said:
When I go to a website that has pictures, the images automatically save on my phone? Anyone know why.
Sent from my EVO 3D
Click to expand...
Click to collapse
They are automatically saved? Do you select them first or is it upon entering the site?
Sent from my PG86100 using XDA App

Cleantypes111 said:
That is why I had those pictures of security signs and stuff..what site were you on because mine mainly saved pictures from newegg?
Click to expand...
Click to collapse
jajuan said:
When I go to a website that has pictures, the images automatically save on my phone? Anyone know why.
Sent from my EVO 3D
Click to expand...
Click to collapse
where are you seeing those pictures automatically saved?
the first thing that comes to my mind .. as i know i've pulled all image files off my phone and came up with a lot of cached images from the browser.
the android browser, like most web browser keeps a cache on the /data partition (and maybe also /sdcard?) in its respective application directory. inside this cache will be images and web sites viewed, just like the cache kept on a desktop/laptop/netbook computer when using chrome/firefox/internet explorer browsers.
hopefully that makes sense. there are apps and scripts out there which can clean out these cache directories to free up space, if needed. i haven't used any of them as i generally end up wiping my /data partition a bit too frequently from developing and testing android stuff!
if you are seeing these images appear in your gallery app, the easiest fix i'm aware of is adding a simple, empty file named .nomedia in the directory. make sure to put the period in the front of that name as its a linux convention to hide the file and the gallery app is hard coded to ignore all images in directories with a .nomedia file.
hope that helps!

Related

Google Plus sharing pictures from phone shared wrong picture...?

So I just installed google+ on the phone and tried sharing a specific picture from my phone....
The picture posted ended up being a freaking screen shot of an ESPN bookmark!! WTF?
Has anybody had this problem or is it just a freak accident? I am a lil scared of using it now as there are some crazy ass photos on my phone and I definitely do not want to even accidentally post them.
Maybe I can just put them in a .file but isn't that where they found the ESPN bookmark?
Unrooted... stock...
PhillyCheez said:
So I just installed google+ on the phone and tried sharing a specific picture from my phone....
The picture posted ended up being a freaking screen shot of an ESPN bookmark!! WTF?
Has anybody had this problem or is it just a freak accident? I am a lil scared of using it now as there are some crazy ass photos on my phone and I definitely do not want to even accidentally post them.
Maybe I can just put them in a .file but isn't that where they found the ESPN bookmark?
Unrooted... stock...
Click to expand...
Click to collapse
Delete your /sdcard/DCIM/.thumbnails folder so that it rebuilds. You should be able to verify this is the problem by opening gallery and noticing that the thumbnail of the image you *wanted* to post opens the image of what was actually sent. After you delete that folder and open gallery things should be corrected. It just sounds like the thumbnails may have gotten mixed up.
If that wasn't the problem, we'll go from there.
Absolute_Zero said:
Delete your /sdcard/DCIM/.thumbnails folder so that it rebuilds. You should be able to verify this is the problem by opening gallery and noticing that the thumbnail of the image you *wanted* to post opens the image of what was actually sent. After you delete that folder and open gallery things should be corrected. It just sounds like the thumbnails may have gotten mixed up.
If that wasn't the problem, we'll go from there.
Click to expand...
Click to collapse
Ah... this may have solved the problem. Should have thought about that first. It's been awhile since i cleared the thumbnails.
K.... Another issue.
I turned on instant upload to upload all my pics to Picasa.
It ONLY found my fxcamera folder.... I have like 5 folders with pics in them. Anybody know how Google+ instant upload scans the SD card for pics?
EDIT: Solved...
Google+ instant upload looks like it scans in order of folders and uploads the first folder it finds with pics in it... (First time the first folder it found with pics was FXcamera Folder) for most people it would be DCIM. For now I moved all my pics into that folder (DCIM) but I will take them all out once it's done uploading (4G kills it!)
Then from there on it will instant upload anything that goes into DCIM...
just a FYI

Entertainment Center stuck

hello my atrix's entertainment center gets stuck upon selecting to browse each media category. Once I select videos or music I just get that "orange waiting box" for like eternity. I am using this rom http://forum.xda-developers.com/showthread.php?t=1169409&highlight=keyboard+language which is the standard international rom for atrix. Any ideas? I have some videos I want to play from internal storage
Freezing on Motorola Entertainment Center Splash Screen
Similar issues on a Bell Atrix 2.3.6.
Mine used to hang when going through the pictures or videos menu..
Now it hangs on the splash screen and doesn't even load. Sometimes the glimmering bit shows and freezes, sometimes it just says "Motorola Entertainment Center." After 30s or less it asks to Force Close or just closes on its own.
System 45.21.78.MB860.BellMobility.en.CA
Android 2.3.6
Webtop WT-1.2.0-167_BELL
Build 4.5.2A-51_OLL-17.8
Any help's appreciated!
Thermanshs said:
hello my atrix's entertainment center gets stuck upon selecting to browse each media category. Once I select videos or music I just get that "orange waiting box" for like eternity. I am using this rom http://forum.xda-developers.com/showthread.php?t=1169409&highlight=keyboard+language which is the standard international rom for atrix. Any ideas? I have some videos I want to play from internal storage
Click to expand...
Click to collapse
have you tried reducing the number of media files on your device?
I'm still trying to get mine to work too, but trimming the files got me past the splash screen at least. now i'm just stuck with the "Loading" circle and "waiting" inside each category - same as you i guess.
I would say my dcim/thumbnails definitely has an influence on the entertainment center. so maybe the gallery also plays a part. still messing around with deleting the thumbnails folder, refreshing it, etc.
problem solved!
i found the place where the thumbnail data is stored, which was making the huge thumbnail file and crashing Entertainment Center.
it isn't storing the entire ".thumbdata3--1967290299" file (which can be hundreds of mb for some people), rather a large (tens of mb) .db database file that is being used to recreate it on demand.
/data/data/com.android.providers.media/databases
external.db
with Root Explorer i could view the file, and Speed Software also sells an sql editor which you can use to trim the thumbnails table.
*be careful: deleting entries from this file also seems to delete it from the device! i deleted all records from the thumbnails and images tables..
learn from my mistake. i thought it would regenerate, but it deleted all images from /sd card. good thing i backed up all my photos first, but better to use the filter option and trim out only the records for files that are no longer on the device.
".thumbdata3--1967290299" now reappears, but a whole lot smaller.
Gallery opens so much faster now, and Entertainment Center works again!
hope it helps!
whitebreadstyle said:
i found the place where the thumbnail data is stored, which was making the huge thumbnail file and crashing Entertainment Center.
it isn't storing the entire ".thumbdata3--1967290299" file (which can be hundreds of mb for some people), rather a large (tens of mb) .db database file that is being used to recreate it on demand.
/data/data/com.android.providers.media/databases
external.db
with Root Explorer i could view the file, and Speed Software also sells an sql editor which you can use to trim the thumbnails table.
*be careful: deleting entries from this file also seems to delete it from the device! i deleted all records from the thumbnails and images tables..
learn from my mistake. i thought it would regenerate, but it deleted all images from /sd card. good thing i backed up all my photos first, but better to use the filter option and trim out only the records for files that are no longer on the device.
".thumbdata3--1967290299" now reappears, but a whole lot smaller.
Gallery opens so much faster now, and Entertainment Center works again!
hope it helps!
Click to expand...
Click to collapse
Thanks for that, but what if the images are not the problem, but music or videos? I have tons of music on my SDCard and I don't know exactly what to delete in that database.
I tried using SDRescan as proposed here: http://forum.xda-developers.com/showpost.php?p=28516079&postcount=6, but that didn't help.
I've done some more research and found a solution here: http://www.mobilephonetalk.com/show...in-memory-card&p=311954&viewfull=1#post311954. After I deleted the .thumbdata3 file, created a blank one with Root Explorer and removed write permission to it, the file stays at 0 bytes and Camera and Gallery apps still work fine.
strom87 said:
Thanks for that, but what if the images are not the problem, but music or videos? I have tons of music on my SDCard and I don't know exactly what to delete in that database.
I tried using SDRescan as proposed here: http://forum.xda-developers.com/showpost.php?p=28516079&postcount=6, but that didn't help.
I've done some more research and found a solution here: http://www.mobilephonetalk.com/show...in-memory-card&p=311954&viewfull=1#post311954. After I deleted the .thumbdata3 file, created a blank one with Root Explorer and removed write permission to it, the file stays at 0 bytes and Camera and Gallery apps still work fine.
Click to expand...
Click to collapse
if you still have all the music, deleting entries from the database won't solve anything because they will just be recreated the next time you open gallery.
your fix is probably the best for your situation.
solution... maybe...
Maybe you will find solution here: http://forum.xda-developers.com/showpost.php?p=35259164&postcount=7
Kyonex said:
Maybe you will find solution here: http://forum.xda-developers.com/showpost.php?p=35259164&postcount=7
Click to expand...
Click to collapse
I just want to add, that it's the camera app causing the thumbdata3 to grow, each picture you take. (I verified file size change after taking pictures.) I'm trying the solution by creating the dummy file and making it read only now.

[Q] Gallery -

I've installed copilot on my asus prime and when i visit the gallery to view my pics it also shows pics from the copilot directory. Is there a way to remove this directory from the gallery, without actually deleting the pictures from the AP?
Thanks
v1ks said:
I've installed copilot on my asus prime and when i visit the gallery to view my pics it also shows pics from the copilot directory. Is there a way to remove this directory from the gallery, without actually deleting the pictures from the AP?
Thanks
Click to expand...
Click to collapse
Get the app called quickpic. It'll allow you to hide that folder from the gallery. Works great.
demandarin said:
Get the app called quickpic. It'll allow you to hide that folder from the gallery. Works great.
Click to expand...
Click to collapse
just downloaded it and works a treat...thanks..
Yup, QuickPic is the way!
It's included in the ROM I use on my phone
Never any issues, tons of options, and no lag!
Why didn't you simply create a blank file and name it .Nomedia
Put that file in the directory where you don't want to see the graphics and job done... they no longer show up in gallery.
Beards said:
Why didn't you simply create a blank file and name it .Nomedia
Put that file in the directory where you don't want to see the graphics and job done... they no longer show up in gallery.
Click to expand...
Click to collapse
Simply because there are apps that do it for you! I use Gallery Exclude myself.
Regards,
Dave
Sent from my GT-N7000 using Tapatalk 2
foxmeister said:
Simply because there are apps that do it for you! I use Gallery Exclude myself.
Regards,
Dave
Sent from my GT-N7000 using Tapatalk 2
Click to expand...
Click to collapse
Sorry Dave but I just don't get it! Why hog your system with an additional App that may take resources, battery etc. when you can do this quite easily by simply creating an empty file.
Beards said:
Sorry Dave but I just don't get it! Why hog your system with an additional App that may take resources, battery etc. when you can do this quite easily by simply creating an empty file.
Click to expand...
Click to collapse
It doesn't hog resources or battery any more than the manual method - arguably, it probably use less battery because it is going to perform this action quicker than most people could probably perform the same action manually - after all, to create the file, you'll have had to run an application of some sort!
Using Gallery Excluder, I can exclude multiple directories simply by checking a box - as opposed to manually cut and pasting a file into each directory, which would take substantially longer if I have a lot of directories I want to exclude from the gallery.
It is quicker and easier to use an app, which is why I use one, and why I bought a smartphone in the first place!
Regards,
Dave
foxmeister said:
It doesn't hog resources or battery any more than the manual method - arguably, it probably use less battery because it is going to perform this action quicker than most people could probably perform the same action manually - after all, to create the file, you'll have had to run an application of some sort!
Using Gallery Excluder, I can exclude multiple directories simply by checking a box - as opposed to manually cut and pasting a file into each directory, which would take substantially longer if I have a lot of directories I want to exclude from the gallery.
It is quicker and easier to use an app, which is why I use one, and why I bought a smartphone in the first place!
Regards,
Dave
Click to expand...
Click to collapse
No Problem Dave.... you have your method which I respect as it clearly works great for you and I have mine which equally is my chosen method.
Cutting & Pasting may take a little longer than simply ticking boxes in an App but it didn't take me that long to complete something like 8 folders that required excluding and once they're done that is it, I do not have to concern myself with intervention of an app running/updating/etc.

HTC stock gallery not showing imported pictures

I put several 1080P wallpapers into the camera directory, but none of them show up in the HTC stock gallery app.
But when I changed the files' names to the sequence which the camera app uses, and the pictures showed up.
I never used Sense nor any HTC products before, so I do not know if that is just how the app was designed or not. But it certainly is inconvenient.
So I would rather want to use the 4.2 gallery or the stock Android gallery...Is it safe to push that app through adb?
How did you get the pics on the phone? I had a similar issue, pics a download in the browser would show up in the gallery but the pics that I unzipped from my drop box would not show up. I cleared data for gallery, wiped caches and they still wouldn't show up. I had to do a factory reset for the unzipped pics to show up in the gallery. This was after unlocking/rooting. Don't know if I would've had the same issues stock but didn't try it before unlocking.
Sent from my Nexus 7 using Tapatalk 2
In the camera folder it probably only looks for the names that the camera uses, which would make sense. Put them in a different folder.
flaring afro said:
In the camera folder it probably only looks for the names that the camera uses, which would make sense. Put them in a different folder.
Click to expand...
Click to collapse
Already tried it before i found the solution stated above, but no other directories than the camera folder is recognized by the gallery app.
another581 said:
I put several 1080P wallpapers into the camera directory, but none of them show up in the HTC stock gallery app.
But when I changed the files' names to the sequence which the camera app uses, and the pictures showed up.
I never used Sense nor any HTC products before, so I do not know if that is just how the app was designed or not. But it certainly is inconvenient.
So I would rather want to use the 4.2 gallery or the stock Android gallery...Is it safe to push that app through adb?
Click to expand...
Click to collapse
can you us es file explorer? It has a gallery and should give you the option of where to look.
Just for wallpapers at least.
nrfitchett4 said:
can you us es file explorer? It has a gallery and should give you the option of where to look.
Just for wallpapers at least.
Click to expand...
Click to collapse
I have Root Explorer which does the same, but it does not show up on the selections for choosing a wallpaper. However, Root Explorer and other third party media apps do show up on my Galaxy S3...I guess Sense limits the use of the third party alternatives.
another581 said:
I have Root Explorer which does the same, but it does not show up on the selections for choosing a wallpaper. However, Root Explorer and other third party media apps do show up on my Galaxy S3...I guess Sense limits the use of the third party alternatives.
Click to expand...
Click to collapse
must be new with sense 4+. No problems on my rezound choosing a different or default gallery. Maybe under settings, app associations?
another581 said:
Already tried it before i found the solution stated above, but no other directories than the camera folder is recognized by the gallery app.
Click to expand...
Click to collapse
That's weird. I can see them with my Incredible. Why would they take that feature out?
Edit: are you sure you aren't in the camera section of the gallery already? You can't use back to see folders or find a way to bring up a menu? If you have facebook set up, you should be able to access facebook photos from the gallery as well (unless they also took this away). If you can't see anything but camera shots, there's probably a menu you aren't finding...
flaring afro said:
That's weird. I can see them with my Incredible. Why would they take that feature out?
Edit: are you sure you aren't in the camera section of the gallery already? You can't use back to see folders or find a way to bring up a menu? If you have facebook set up, you should be able to access facebook photos from the gallery as well (unless they also took this away). If you can't see anything but camera shots, there's probably a menu you aren't finding...
Click to expand...
Click to collapse
I guess HTC wanted people to use their stock apps exclusively.
There is only one album named 'My Phone', which contains the pictures taken by the camera and screenshot, but not imported pictures anywhere in the SD storage
Yep, my phone picks and chooses which photos in the download folder it will show. If I import from Box, it won't show but if I import from Dropbox, it will... Annoying and weird.
Sent from my HTC6435LVW using xda premium
Download Gallery Refresh from the App Store
CISGS said:
Download Gallery Refresh from the App Store
Click to expand...
Click to collapse
I was having the same issue. except i keep all my wallpaper images in the zedge\wallpaper folder so that my wallpaper changer has one directory to pull from. when i transferred them from my old phone's SD card to the DNA they showed up but then when i went to add some more images they would not show up since the gallery doesn't automatically rescan to find new photos when it opens.
i did download the Gallery Refresh app as stated above and it worked perfectly in making the gallery rescan the storage for new images. Thanks CISGS. much appreciated
:highfive:
another581 said:
I put several 1080P wallpapers into the camera directory, but none of them show up in the HTC stock gallery app.
But when I changed the files' names to the sequence which the camera app uses, and the pictures showed up.
I never used Sense nor any HTC products before, so I do not know if that is just how the app was designed or not. But it certainly is inconvenient.
So I would rather want to use the 4.2 gallery or the stock Android gallery...Is it safe to push that app through adb?
Click to expand...
Click to collapse
Hi,
It didn't happened on my device, may I know which path you put 1080p wallpapers?
Is under \Internal storage\DCIM\100MEDIA\ ??
Thanks.

[Q] Where does stock HTC Gallery store database?

Somehow, my gallery is showing the same pictures twice. Not all, but many. If you long press, and click details, the picture name and location for the two are identical. I've verify that only one copy is on the SD card. I've tried clearing data for the gallery (via the app menu in settings); I also tried deleting /data/data/com.htc.album (which had some database files, oh, I should note I have root) as well as deleting all .thumbnail directories. I figure there must be somewhere that I'm not looking.
Here's a screenshot:
2014-06-07_00-39-43 by oryan_dunn, on Flickr
2 photos
oryan_dunn said:
Somehow, my gallery is showing the same pictures twice
Click to expand...
Click to collapse
How about first backup all your pictures to your PC so you're sure to have them, disconnect from PC, then try delete ALL of them through Gallery.
Maybe there's a backup on your ext_sd and that's why?
Here's something web-wise that might apply (google):
http://android.stackexchange.com/questions/43311/im-seeing-duplicated-images-and-videos-on-gallery
pbergonzi said:
How about first backup all your pictures to your PC so you're sure to have them, disconnect from PC, then try delete ALL of them through Gallery.
Maybe there's a backup on your ext_sd and that's why?
Here's something web-wise that might apply (google):
http://android.stackexchange.com/questions/43311/im-seeing-duplicated-images-and-videos-on-gallery
Click to expand...
Click to collapse
I saw that, but I'm not on JB, and the path given in details for each image is identical. I do have a backup, I'll see what happens when I delete one of the two. As you can see, I've got several thousand pictures, so I'd rather not fix this one at a time, esp since I'm going to be flashing a new ROM soon. I just want to try to figure this out. There has to be a way to reset the gallery and get it to rescan my SD card fresh.
delete all
oryan_dunn said:
I saw that, but I'm not on JB, and the path given in details for each image is identical. I do have a backup, I'll see what happens when I delete one of the two. As you can see, I've got several thousand pictures, so I'd rather not fix this one at a time, esp since I'm going to be flashing a new ROM soon. I just want to try to figure this out. There has to be a way to reset the gallery and get it to rescan my SD card fresh.
Click to expand...
Click to collapse
In Gallery Album view then settings, I find option "Select Album" allowing me to tag each and every album to delete all at once.
However my gallery in ICS CM10 may be different than yours.
If your images are synced to the web is there a chance that they show up as the second images?
pbergonzi said:
In Gallery Album view then settings, I find option "Select Album" allowing me to tag each and every album to delete all at once.
However my gallery in ICS CM10 may be different than yours.
If your images are synced to the web is there a chance that they show up as the second images?
Click to expand...
Click to collapse
Yeah, it's the stock HTC Gallery. The only option in settings are "Perfect Pics" options. There is no way to delete full albums through the gallery. They are not synced to the web. The details dialog for the images show the exact same details down to the path, filename, everything, for duplicate images.
I deleted one of the pictures, and just deleting one, made both disappear from the gallery. Copying back that single file, there is only one shown. So, looks like it is definitely a goof up in the gallery database. Now to just figure out where it is on the filesystem.
view
oryan_dunn said:
Yeah, it's the stock HTC Gallery. The only option in settings are "Perfect Pics" options. There is no way to delete full albums through the gallery. They are not synced to the web. The details dialog for the images show the exact same details down to the path, filename, everything, for duplicate images.
Click to expand...
Click to collapse
Up top on the left, see if you can switch that view to Album. Then check the settings about Selecting Albums.
Yours looks different from mine--mine has a text drop-down menu where you have an icon of an album.
And I was using the on-screen buttons--Home, Menu, Return, Search, when I said to use the Settings, it was the Menu button on the bottom of my phone.
pbergonzi said:
Up top on the left, see if you can switch that view to Album. Then check the settings about Selecting Albums.
Yours looks different from mine--mine has a text drop-down menu where you have an icon of an album.
And I was using the on-screen buttons--Home, Menu, Return, Search, when I said to use the Settings, it was the Menu button on the bottom of my phone.
Click to expand...
Click to collapse
In the screen of my screenshot, menu key doesn't do anything. Up a level, at the album view, I get a settings menu, but the only options are for Perfect Pics.
delete all
oryan_dunn said:
In the screen of my screenshot, menu key doesn't do anything. Up a level, at the album view, I get a settings menu, but the only options are for Perfect Pics.
Click to expand...
Click to collapse
Can you do it through HTC Sync, or perhaps an after-market file utility--alas the File Manager that comes with CM10 allows me to wildcard search "*.jpg" and shows them all in a list, however at that point didn't allow me to select them all at once to delete all at once, just individually.
However, my images are stored in DCIM/Camera/ and I have those folders on both my int and ext sd.
Your camera settings may give you the option of where to store photos--possibly there's a "both" option, idunno.
The free app Quick Pic that I use gives me the option to select all my photos or albums at once and to delete them at once.
Maybe that is the easiest solution.
I really appreciate you trying to help, but I'm almost sure the issue is the database the gallery creates. I've been using ES File Explorer to try to find this database and delete it, to force the gallery to re-parse the entire filesystem. I'm positive that the database has duplicate entries for the same file. Deleting and restoring pictures external to the gallery app has no effect. Deleting the pic from the gallery causes the gallery to remove both entries in it's database, and when I add the picture back, I get only one, as I should (which effectively cleans the db for that one particular file). This database has to exist somewhere, it's just a matter of finding and deleting it.
I submitted a question to HTC support. We'll see what they say.
Maybe it's not your device.
Maybe it's just syncing to a cloud storage.
I know that my brother's girlfriend's Motorola Xoom was sending pictures directly to her Google+ account and she didn't like that. It took me a while to figure out that's what it was because we'd delete all the pictures and still they'd show up.
Maybe that's what's happening to you.
pbergonzi said:
Up top on the left, see if you can switch that view to Album. Then check the settings about Selecting Albums.
Yours looks different from mine--mine has a text drop-down menu where you have an icon of an album.
And I was using the on-screen buttons--Home, Menu, Return, Search, when I said to use the Settings, it was the Menu button on the bottom of my phone.
Click to expand...
Click to collapse
rdar_93 said:
Maybe it's not your device.
Maybe it's just syncing to a cloud storage.
I know that my brother's girlfriend's Motorola Xoom was sending pictures directly to her Google+ account and she didn't like that. It took me a while to figure out that's what it was because we'd delete all the pictures and still they'd show up.
Maybe that's what's happening to you.
Click to expand...
Click to collapse
The stock gallery isn't that smart. On the main screen, you can select to show pictures from local storage, Picassa, Flickr, etc. But these show the same path for each duplicate "/mnt/sdcard/ext_sd/DCIM/100MEDIA".
Why not just try "Quickpic"? Better than stock IMO.
Quickpic
SuperAfnan said:
Why not just try "Quickpic"? Better than stock IMO.
Quickpic
Click to expand...
Click to collapse
I could use a different gallery, but just as an exercise, want to figure this out, since it has to be solvable. I'm going to flash a new ROM soon, so it really doesn't matter, I just want to solve this, since it seems like an easy problem (figure out where the gallery db is and delete it).
database
oryan_dunn said:
I could use a different gallery, but just as an exercise, want to figure this out, since it has to be solvable. I'm going to flash a new ROM soon, so it really doesn't matter, I just want to solve this, since it seems like an easy problem (figure out where the gallery db is and delete it).
Click to expand...
Click to collapse
Possible it doesn't keep a database, just scans each time, and is listing the same photo under two headings even though same path?
pbergonzi said:
Possible it doesn't keep a database, just scans each time, and is listing the same photo under two headings even though same path?
Click to expand...
Click to collapse
It may not be a database proper, like a SQLite database, but there is definitely some sort of cache that it builds. If I add a huge directory of pictures, open the gallery, it takes a while to parse through it all. Subsequent times opening the gallery, the pictures/thumbnails are available instantly.
db
oryan_dunn said:
It may not be a database proper, like a SQLite database, but there is definitely some sort of cache that it builds. If I add a huge directory of pictures, open the gallery, it takes a while to parse through it all. Subsequent times opening the gallery, the pictures/thumbnails are available instantly.
Click to expand...
Click to collapse
Good test.
Thumbnails
oryan_dunn said:
It may not be a database proper, like a SQLite database, but there is definitely some sort of cache that it builds. If I add a huge directory of pictures, open the gallery, it takes a while to parse through it all. Subsequent times opening the gallery, the pictures/thumbnails are available instantly.
Click to expand...
Click to collapse
Thumbs are built and kept in a folder under DICM. there is most likely a process that scans the folders for pics and then makes a thumb if it doesn't already have one.
Thus there are actually two copies of pictures on your phone. One is full sized and the other is a thumb size.
You can copy all the pics off your phone to one folder on your computer, then delete all the photos from your phone and then copy them back from your computer.
If you have thousands of pics, I'd back them up anyway. dont want to lose some great pics...
chevycowboyusa said:
Thumbs are built and kept in a folder under DICM. there is most likely a process that scans the folders for pics and then makes a thumb if it doesn't already have one.
Thus there are actually two copies of pictures on your phone. One is full sized and the other is a thumb size.
You can copy all the pics off your phone to one folder on your computer, then delete all the photos from your phone and then copy them back from your computer.
If you have thousands of pics, I'd back them up anyway. dont want to lose some great pics...
Click to expand...
Click to collapse
Yeah, I've tried deleting the .thumbnail folder to try to get the gallery to rescan. Say I have 1000 pics, and I add a folder of pictures with a 1000 more, the first time I open the gallery, it shows 1000, with a spinning wheel. Eventually, it'll populate with 2000 pictures. And you can tell it's creating thumbnails. If I just delete the thumbnail folder, when I open the gallery, it immediately shows 2000 pictures, but it'll slowly recreate thumbnails. That's why I think there has to be some other cache somewhere, and in my case it has duplicates in it.
As for backup, I have a Synology NAS (with 1TB RAID1 mirror) that all of my pictures are backed up to, and I use the Synology DS Photo+ app to instantly backup pictures as I take them to my NAS. Once a month, my NAS is mirrored to a 1TB USB drive.
pics
oryan_dunn said:
Yeah, I've tried
Click to expand...
Click to collapse
Yeah, some of those thumbs did look pretty good.

Categories

Resources