Viewing contants of. Svd file - Android Q&A, Help & Troubleshooting

Hi, i got some. Svd file which are cache of a sony tab. I wanted to extract picture and videos from them but can't. But when using diskdigger (android) i can get some pictures from those files so i wanted to know that is their another way to open them cause i also want the videos, Thanks

Related

Pictures automatically saving

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!

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] cached images

How do I find the cached images for recieved pics in yahoo messenger?
I checked everything on my SD card, but when I use root explorer to pull for .jpg on the phone, i get hundreds if not thousands of hits with no way to preview other than one at a time. I hope there is an easier way.
I downloaded several pics, but didnt think to change the names...they each came through at different times and were all called "image" so i guess they were over written, but isnt there a cached image of every picture viewed whether I saved them or not?
Thanks for your help.
Bump...
No suggestions?

[Q] how to stop Album and Movies showing whatsapp files???

Hello Guys. I just bought my xperia z2 yesterday and i am coming from iOS. I had an iPhone 4. Anyway, I am really happy with this phone and learning how to use android.
But when i download images and videos from whatsapp groups it shows everything on Album and movies sony app.
How can i download whatsapp files and not show it on album and movies app?
sorry if its a dumb question...but i am really new into this android world.
hitsukun said:
Hello Guys. I just bought my xperia z2 yesterday and i am coming from iOS. I had an iPhone 4. Anyway, I am really happy with this phone and learning how to use android.
But when i download images and videos from whatsapp groups it shows everything on Album and movies sony app.
How can i download whatsapp files and not show it on album and movies app?
sorry if its a dumb question...but i am really new into this android world.
Click to expand...
Click to collapse
Download ES file manager and go to SD card >Whatsapp >images then create a file with this name ".nomedia" and done, remember this file will prevent all the content from that folder to appear in gallery and If you no longer want to hide Whatsapp files erase this nomedia file (it will be hidden so you should mark the see hidden files button in the left menu of the app)
tel033 said:
Download ES file manager and go to SD card >Whatsapp >images then create a file with this name ".nomedia" and done, remember this file will prevent all the content from that folder to appear in gallery and If you no longer want to hide Whatsapp files erase this nomedia file (it will be hidden so you should mark the see hidden files button in the left menu of the app)
Click to expand...
Click to collapse
thank you very much my friend. I think it worked. Someone sent me an image and it didnt show on my album. BUT one thing happened. the last video file i watch on whatsapp shows on my movies sony app. Only the last one, not all videos files i watch.
the video plays with the legend like file:///storage/emulated/0/whatsapp/media.....
something wrong?
thanks for the help.
hitsukun said:
thank you very much my friend. I think it worked. Someone sent me an image and it didnt show on my album. BUT one thing happened. the last video file i watch on whatsapp shows on my movies sony app. Only the last one, not all videos files i watch.
the video plays with the legend like file:///storage/emulated/0/whatsapp/media.....
something wrong?
thanks for the help.
Click to expand...
Click to collapse
Dont know about that see if it is in another folder and do the same
Add a .nomedia file in the Whatsapp folder to stop making sony media apps detecting stuff there. If you can't find a .nomedia file on your device, just google it and download one

Some recently taken photos/videos are only accessible by Google Photos, appear to be in its app data and not movable

Very peculiar issue occurring: there are a fair amount of photos and videos that show up under google photos under library -> photos on device -> camera with SDCard Icon.
But the location for these files is "/external/video/media" or "/external/image/media" under ""On Device (size)." The other files taken in a similar way are correctly on "/storage/9C32-13OC/DCIM/Camera"
When clicking these files, they play normally, clicking share and More or Create Link says "Error, could not download media" and using Google Photos to Move / Copy says "Trouble Moving 1 item"
When ejecting the SDCard and physically removing it while keeping Google Photos open, all the files actually on /storage/<ID> disappear, and all these weird files remain and can be played. This is how I discovered it wasn't just today's videos, which were mysteriously not being uploaded to my nextcloud. No other app can see these videos/images, including the system's gallery app, and they are not in the internal emulated "SDcard"
These are on my SO's phone and I use the exact same model phone. I did discover that I do have some files like these but hey are all older than the oldest file on my SDCard, e.g. Google Photos has somehow decided to cache them. But on my SO's phone, these files are intermingled with the ones she's actually taken
Interestingly when I switch the google photos account to another google user logged on the phone, those files disappear. I did try moving files to the locked folder but it says "Trouble moving to Locked Folder. Try again later"— I did verify I could move files actually on the SDCard there, and they are then removed from all views except Locked Folder.
In this folder, on the top right when clicking the SDCard Icon, it does show the "SD Card folder" as "file:///storage/9C32-13OC/DCIM/Camera" as expected.
I searched for the filename in a file browser as well as in adb shell (using find / -name "filename" 2> /dev/null) and nothing comes up. As there are some lengthy videos in here, I used DiskUsage to see what might be using a lot of space, and the Google Photos app is using 7.55 GB of data, so it seems like they are being stored there. And it makes sense why they can't be found, as /data/data/com.google.android.apps.photos is only accessible by that app or the system, and I'm unrooted.
My SO said she took them the same way she normally takes photos and video, and of course when I take some they show up on the actual SDCard. I suppose in theory I could use adb backup and follow instructions on how to decrypt the data files, but really what the heck is going on?
We aren't on the latest phone or even the latest Google Photos app (could be a bug with this specific version, but then again google photos isn't taking the photos/videos, the system Camera app is). I could try upgrading her google photos but I also don't want to lose these videos of our kid. It does seem like it would back them up, but we don't have enough Google Storage to back them up online (hence why we use nextcloud), and they don't even show up under different google accounts as mentioned.
Phone: LG G7
Android 10
Google Photos: 6.21.0.504361003
robobub said:
EDIT: whoops, can this be moved to https://forum.xda-developers.com/f/android-q-a-help-troubleshooting.1236/ ?
Click to expand...
Click to collapse
Done!
Regards
Oswald Boelcke
robobub said:
I suppose in theory I could use adb backup and follow instructions on how to decrypt the data files, but really what the heck is going on?
Click to expand...
Click to collapse
Well this didn't work, as google photos does not back up with adb, as some apps can specify this.
Some of these videos did get uploaded to google photos, but they are (now) compressed to under 1/8th their size (the original size is noted correctly in google photos), and from 4k to HD.
From what I had recalled, when they are first uploaded, they are available at their original size to be downloaded. So I tried deleting one to get it to re-upload, and now that video no longer shows up on my SDCard under "/external/video/media" so I basically lost the original HQ video of my kid, great.
Any ideas?

Categories

Resources