Related
Hi All,
I was unable to post in the dev area so thought i would post here and see what we come up with.
I have updated to the Android P beta and since then my DCIM Folder is empty. I am able to see the photos in the "Photos" app but when using a file explorer they are not visible. Also when attempting to upload to Google Photos i have a whole bunch that are unable to be uploaded with error " Not backed Up. Too big or unknown type". I though i would connect the phone to a pc to test and the DCIM folder is also empty here. I know i can roll back but rolling back mean a full device wipe. Looking around for answers the only thing i could find on on iOS devices with iOS 11.??? and users had the same error on their phones when trying to upload due to a file compression change. Don't really care about the upload just want to be able to access my photos again in the file explorer. Any help woud be greatly appreciated.
Cheers!
I had my 2nd Galaxy Note 4 show the eMMC fault and go into endless bootlooping. I thought that I had been backing up whatsapp to google, but I found out otherwise. Here is the situation:
*Note 4 (unrooted) would start up for about 20 seconds before restarting. Not enough time to backup whatsapp to google drive. I was backing up whatsapp locally though. Marshmallow 6.0.1
*I was able to install TWRP. The phone has no problem starting and staying in TWRP recovery mode. Endless bootlooping only occurs when I try to start Android
*I could see all non-root-access folders in TWRP as well as in file explorer in Windows 10 when the phone was in recovery mode and connected to PC
*I copied all whatsapp folders from the phone to PC with Windows 10 file explorer (again, only when the phone is in TWRP recovery mode)
* I realized that these files may not be enough to open the whatsapp db in a new phone due to encryption
*I then used TWRP to install Magisk
*Then I was able to use ADB to pull the whatsapp key file and wa.db file from the phone to PC
*I am able to unencrypt the database and view in WhatsApp viewer
*After 6+ years of the Note 4 (2 separate devices), I purchased the Note20 Ultra yesterday (what an upgrade!!)
Question is, what do I need to do to get the chats from my PC onto my Note 20? Phone-to-phone transfer won't work because the Note 4 won't stay on long enough. BTW, I'm almost a complete noob--I just figured these things out yesterday with the help of some amazing resources from folks like you. So a big thanks to you. I did some whatsapp db merging a few years ago when my first Note 4 died, but I don't think any of that knowledge is still relevant.
...surely it can't be as easy as transferring my media files then dropping only the msgstore.db file into the Note 20, can it?
Ok, it really was that easy.
*I copied all my non-root-access Whatsapp folders over to my unrooted Note 20. These folders included all media and the msgstore.db.crypt12 files but, of course, did not include the key nor the wa.db files as these latter files are only found in the root-access folders.
*I then signed in to a google account so that I could download Whatsapp from the Play Store
*After initial installation and before a full whatsapp setup, I signed out of all google accounts on the Note 20 in order to force a restore from the local backup that I had copied to the phone (actually, I messed up twice and Whatsapp found an old google drive backup; I had to uninstall and reinstall whatsapp twice; finally worked on the 3rd try)
*Most of my chat contents, media, and correct contact names are now on my new phone
I must not have understood the high-level details of the encryption. I thought that the key was device-specific and that moving an encrypted msgstore.db file to a new device meant that I must also move the original key with the db file so that the new device could decrypt the first time. This doesn't seem to be the case. It must be that the key is associated with the whatsapp-registered phone number because I did use the same sim card/phone number in the old and new phones. Does anybody know if that is correct?
Two slight issues that I will try to fix today include 1) some missing contact details and 2) a few missing recent whatsapp chats.
1) Most of my contacts were synced with google, so I pulled most of them to my Note 20 quite easily. I must have also had some local contacts on my old phone that I never synced with google. Can anybody post a link to a good tutorial on how to convert a contacts2.db to vCard or a similar format? It's tantalizing that my old Note 4 will start for about 20 seconds and I have tried to get into my contacts on the phone and export them to the removable SD card. It's so close. The export starts but doesn't quite finish. The result is an unfinished (408kb) vcf file on my sd card that won't open on my new phone.
2) I think that the old phone started up just long enough to download the latest whatsapp chats from the server, but not long enough for me to view them. I'm missing chats from the 3-4 days between when the old phone was wonky and I installed whatsapp on the new phone. I think that they are not downloading from the whatsapp server onto my new phone because they already downloaded to my old phone
Any thoughts on any of this?
If you can't decrypt, key file has changed.
Decrypting is not a problem. I can do it on my pc as long as I have the key file (which I do). The new phone is also able to decrypt--without the key. That is what surprised me
If you make a full backup and then make a full restore, your whatsapp will work perfectly.
You mixed things up a lot.
Msgstore.db and wa.db are never in same folder of msgstore.db.crypt12.
Msgstore.db and all other databases (*.db files) are not encrypted.
You don't need key file to read them.
Only *.crypt12 files are encrypted.
For them, you will never can decrypt them without key file.
About google backups, they are NOT encrypted.
All files backuped to google, are unencrypted.
Taken care.
Your worries are unnecessary.
Keep your backups safe and secure and you will have no one problem.
Ok.
So I did make a complete backup of the rooted Note 4 to my external SD card using twrp. I now have 2 phones: the old Note 4 which won't start and the new Note 20 which I don't want to root at the moment.
How could I make a full restore, so that my whatsapp will work perfectly?
Ok, I think I got this now. I've read up on the various threads related to this and I think I know what to do now
I can no longer find the media files that used to be in /storage/emulated/0/WhatsApp until Android 10. I've searched the following locations with no luck:
/storage/emulated/0/Android/data/com.whatsapp
/storage/0BD9-A981/Android/data/com.whatsapp
/data/data/com.whatsapp
/data/user/0/com.whatsapp
/data/user_de/0/com.whatsapp
Any help is welcome. Thank you!
KaMyKaSii said:
I can no longer find the media files that used to be in /storage/emulated/0/WhatsApp until Android 10. I've searched the following locations with no luck:
/storage/emulated/0/Android/data/com.whatsapp
/storage/0BD9-A981/Android/data/com.whatsapp
/data/data/com.whatsapp
/data/user/0/com.whatsapp
/data/user_de/0/com.whatsapp
Any help is welcome. Thank you!
Click to expand...
Click to collapse
Try to locate the folder using the command:
Code:
ls /data/data/com.whatsapp*
VD171 said:
Try to locate the folder using the command:
Code:
ls /data/data/com.whatsapp*
Click to expand...
Click to collapse
I just found the folder. But thanks anyway. Here's the location for those who also need it:
/storage/emulated/0/Android/media/com.whatsapp/WhatsApp
Hi.. In Android 10, Whatsapp folder used to be in root folder (emulated/0), but in Android 11, it has moved to Android/media folder. The big problem it has is - everytime you wipe data to install a ROM, Whatsapp along with media needs to be backed up. Does someone know a workaround here so that WhatsApp has its folder in the root directory? Thanks.
I wouldn't call /sdcard (/storage/emulated/0) the root directory, but ok. Whether the whatsapp folder is placed directly in /sdcard or in /sdcard/Android/media doesn't make a difference as to whether you have to back it up, as it will be on the userdata partition in both cases.
how about my case, im using samsung android 11, and i clone whatsapp with the built-in app = dualapp, but the problem is i can't received a media file from other people like document, images, videos, etc. and cannot sending any files too from my device, i've checked the dualapp\android\media and there is no com.whatsapp folder inside. anyone can help me with this case?
thanks before.
maleforwork said:
how about my case, im using samsung android 11, and i clone whatsapp with the built-in app = dualapp, but the problem is i can't received a media file from other people like document, images, videos, etc. and cannot sending any files too from my device, i've checked the dualapp\android\media and there is no com.whatsapp folder inside. anyone can help me with this case?
thanks before.
Click to expand...
Click to collapse
I am in the same boat. I can no longer find the dual WhatsApp files, and that version is like a redhead stepchild, cannot add stickers, doesn't recognize file types, etc. All since Android 11 moved the dual app files "somewhere".
maleforwork said:
how about my case, im using samsung android 11, and i clone whatsapp with the built-in app = dualapp, but the problem is i can't received a media file from other people like document, images, videos, etc. and cannot sending any files too from my device, i've checked the dualapp\android\media and there is no com.whatsapp folder inside. anyone can help me with this case?
thanks before.
Click to expand...
Click to collapse
Same here, it happened this morning. I am having my exams and because of this I can't access my pdf notes anymore. All of this is so frustrating :/
Someone also got trouble with loading the "WhatsApp Images" Folder over a File Explorer?
When i wanna access it from several Apps like File Explorer or Backup Apps, it will load like endless, some minutes at least.
Have mor than 10 000 Pictures in it but before it loaded always immediately.
If i am in TWRP i can access the Folder but don't scroll down with the bar, just around 1/3 of the Page. Only if i scroll over the Display every File it will show me someting, otherwise it shows just Empty over some Files, like there would be a File Limitation?
Chrypsisilon said:
Someone also got trouble with loading the "WhatsApp Images" Folder over a File Explorer?
When i wanna access it from several Apps like File Explorer or Backup Apps, it will load like endless, some minutes at least.
Have mor than 10 000 Pictures in it but before it loaded always immediately.
If i am in TWRP i can access the Folder but don't scroll down with the bar, just around 1/3 of the Page. Only if i scroll over the Display every File it will show me someting, otherwise it shows just Empty over some Files, like there would be a File Limitation?
Click to expand...
Click to collapse
Exactly the same here. Switched to Samsung android 11 3 weeks ago and since a few days Whatapp app backup (80mb) took an hour instead of less than 2 minutes. Quickly found out that WA folder had been moved and that it now takes 10-60 seconds to open WA images folder (9400 pics) instead of < 1sec at previous location. Yesterday I reinstalled WA and everything was placed back in the original folder (0/WhatsApp) and everything was fast again. But tonight (00:00) everything has been moved to Android/media/com.whatsapp and the backup of whatapp is already running for 50 minutes now. The status for a very long time is: "Prepairing google drive backup".
This is very frustrating and I don't understand how they can ruin this for so many people (see google store reviews).
I don't understand why one location is so much slower than another directory. Is exactly the same storage. Does it have to do with indexes? Who is going to offer a solution for this, Samsung or Whatsapp?
Google or WhatsApp have had to get a solution, but if the wan't?
Because i am using OnePlus, so we know that it shouldn't be a Mobile Phone Manufacturer issue.
Crazy that even the built in Backup won't work because i just use other ways like "FolderSync" or "Synology DS Cloud" Backup.
Even Built in File Explorer or such as "X-Plore" and whatever, won't load the Folder until there are gone some Minutes.
Can also just guess why, but Indexing should be done if it is.
Did also some other trys with a Folder which has just 5130 Pictures (copy of some Pictures).
Used "X-plore" to easy Move the Folder around.
- Move Picture Folder in "Android" Folder will work well but every of the 3 subfolder "data", "media", "obb" will get in trouble.
- Move Picture Folder into "data", it will take a longer Time, also "obb" Folder which is a kind faster.
- Move Picture into "media", it will moved immeaditly like usual at the Phone.
Access Picture Folder just under "Android" Folder it will work fine, but if you wanna Access this Folder under "data", "media" or "obb" you have to wait and enjoy the running circle symbol.
So is the question, what is different with all the subfolder under "Android", like they would have a Speed limit or additional encryption?
First you need to do a whole backup of your chat so that you can migrate the chat information from respectable whatsapp to Fouad Whatsapp.
I am also facing this problem yesterday when I upgrade my smartphone from android 10 to android 11. But after some research, I found the solution. Here are the complete details:
Whatsapp folder in android 11
For images
Android\media\com.whatsapp\WhatsApp\Media\WhatsApp Images
Guys, I'm using Samsung phone too and my WhatsApp media files is in a mess too since the location change a couple of months ago. Now I have media stores in these 2 folders, just like you guys:
1) Whatsapp/Media
2) Android/media/com.whatsapp/Whatsapp/Media (new location)
Now my issue is, I have photos back from year 2016. I can view it in Whatsapp chat (some of them can't locate anymore) but i can't find it in both the directories mentioned above. When I select 'view in gallery', and then i use MiXplorer to check the image location, it says: (refer to attached screenshots)
Path: content://com.whatsapp.provider.media/item (which i guess it is in obb folder)
How is this even possible? The image is not lost but it is not accessible by me anymore and I cant back it up. Due to this mess, I really want to tidy up my media files and move them into single location, presumably the new location but the missing files stop me from doing it. It's bugging me for a few months now
maleforwork said:
how about my case, im using samsung android 11, and i clone whatsapp with the built-in app = dualapp, but the problem is i can't received a media file from other people like document, images, videos, etc. and cannot sending any files too from my device, i've checked the dualapp\android\media and there is no com.whatsapp folder inside. anyone can help me with this case?
thanks before.
Click to expand...
Click to collapse
I had installed beta APK and it has some bugs. Today I've decided tou reinstall the sable APK when i uninstalled the beta App the whole folder form android/media also deletd and I've lost everything thing. I had backed up to google drive a few days ago now i could not found the backup. The backup i got is of Dec 2020.
Guys, try this path: <SD-CARD>/Android/media/com.whatsapp/WhatsApp
I found all my whatsapp media there since android 11 upgrade (Samsung M31)
All my files keep on /sdcard/WhatsApp/Media even on Android 11.
Some solution here about the Access Time from the Images Folder?
When i Access (does not matter which File Explorer or Backup Tool) then i have to wait over 10 Minutes and most of them still won't show any pictures. Of Coursee i have over 10'000 Files in it but at the old Location it took me just a few seconds.
Chrypsisilon said:
Some solution here about the Access Time from the Images Folder?
When i Access (does not matter which File Explorer or Backup Tool) then i have to wait over 10 Minutes and most of them still won't show any pictures. Of Coursee i have over 10'000 Files in it but at the old Location it took me just a few seconds.
Click to expand...
Click to collapse
Any OS has problems to deal with folders that contains millions of files.
Certainly, you need to clean the folder.
Hi,
since last night I cannot access any of my photos, videos, voice recordings, stickers etc in the whatsapp app.
I've noticed that a new folder was created under /android/med/whatsapp.com, but only tiny bit of the files was moved there.
Ther rest still stays in the older location /internal storage/whatsapp. But whatsapp does not take info from these folders and it looks like it's all empty.
What I've tried so far - move a few gfiles to the new location - still whatsapp app claims there are no photos or videos to be shown (although I moved them to the new location).
Tried to backup to to google drive and restore - I get an error.
I know that it's caused due to android API 30 on android 11 and up - apps can access only their own folders, but it seems like the migration on whatsapp's part was horrible.
I have friends with the same situation but with a few files. My whatsapp back is around 39 GB.
Anyone found a solution yet? I contacted whatsapp support with no feedback so far.
whatsappbug said:
Hi,
since last night I cannot access any of my photos, videos, voice recordings, stickers etc in the whatsapp app.
I've noticed that a new folder was created under /android/med/whatsapp.com, but only tiny bit of the files was moved there.
Ther rest still stays in the older location /internal storage/whatsapp. But whatsapp does not take info from these folders and it looks like it's all empty.
What I've tried so far - move a few gfiles to the new location - still whatsapp app claims there are no photos or videos to be shown (although I moved them to the new location).
Tried to backup to to google drive and restore - I get an error.
I know that it's caused due to android API 30 on android 11 and up - apps can access only their own folders, but it seems like the migration on whatsapp's part was horrible.
I have friends with the same situation but with a few files. My whatsapp back is around 39 GB.
Anyone found a solution yet? I contacted whatsapp support with no feedback so far.
Click to expand...
Click to collapse
Did you find any solution? I am facing the same issue.
Hello,
Recently upgraded to S22 Ultra from S22 and have nothing but issues.
Discovered that there were multiple "camera roll" "screenshoot" "dcim" etc.. folders at first I thought it was just folders from older phones but it wasn't. There were photos from 1 day spread throughout all the "camera roll" folders so I combined them. That somehow filled up my storage and has caused duplicates and caused issues with the apps that create their own folders.
So I can undo what I've done and hopefully fix the problem now and for future upgrades, could you please tell me where all the various photo folders should be saved? When I combined the duplicate folders I then moved them all under Samsung Gallery.
Hope that makes sense.
Most items are natively stored in the 'DCIM' folder (e.g., screenshots, or pictures/videos that you took ON the device).
However different applications often use their own folders in which to store media. Some 'may' provide you the option to remap the path to a folder of your choice.
However, if you want to see where a picture is stored by folder name, open 'Gallery' and go to 'Albums'.
AHE_XDA said:
Most items are natively stored in the 'DCIM' folder (e.g., screenshots, or pictures/videos that you took ON the device).
However different applications often use their own folders in which to store media. Some 'may' provide you the option to remap the path to a folder of your choice.
However, if you want to see where a picture is stored by folder name, open 'Gallery' and go to 'Albums'.
Click to expand...
Click to collapse
Hi, the folders with similar names have been created by the device I'm not referring to any albums within Samsung Gallery I've created. The issue is with what this device is doing, I first located them in Samsung Files on the device and also in OneDrive via the website not the OneDrive app.
There are multiple dcim folders, multiple folders labelled camera, camera roll etc.. at first I thought they were folders from previous devices, but when you take say 20 photos in a day they are spread throughout these various camera roll folders not just in one.
Hi, I only see one DCIM folder in my S22 Ultra. Are you saying that you have multiple folders with the same name? How many of them? Are you using multiple photo applications, like the GCam ported application and the stock one, and others? Are you in stock android? Rooted?
kkvvdd said:
Hi, the folders with similar names have been created by the device I'm not referring to any albums within Samsung Gallery I've created. The issue is with what this device is doing, I first located them in Samsung Files on the device and also in OneDrive via the website not the OneDrive app.
There are multiple dcim folders, multiple folders labelled camera, camera roll etc.. at first I thought they were folders from previous devices, but when you take say 20 photos in a day they are spread throughout these various camera roll folders not just in one.
Click to expand...
Click to collapse
That is not normal behavior. The way the S22 Ultra handles images taken by both the default Camera and Expert RAW apps is the same as the S22+ and S22. It creates only one DCIM folder with Camera, Expert RAW, and Screenshot subfolders. Apps like Facebook, Video Editor, AR Emoji camera will also build their own subfolders within DCIM. Google Messages, Instagram, Facebook Messenger, Whatsapp, Office Lense, put their respective folders in the Pictures folder which is at the same level as DCIM.
Try resetting the camera app settings.
Camera - > Settings->Reset settings (3rd from the bottom).
If that doesn't work backup all of your important files (documents, photos, videos, etc.) to your computer and factory reset it. Don't restore from a backup. Once you have confirmed that it is working properly, you copy your files back. When reinstalling apps pay attention to the behavior after each installation. There is still the possibility of a third party app may be the cause.
Yes, I know that it's tedious, but it will either fix it, or help you identify what is causing the problem.
Marcelocohenarg said:
Hi, I only see one DCIM folder in my S22 Ultra. Are you saying that you have multiple folders with the same name? How many of them? Are you using multiple photo applications, like the GCam ported application and the stock one, and others? Are you in stock android? Rooted?
Click to expand...
Click to collapse
Hi, yes so more than one Dcim, more than one camera roll etc.. at first I thought they were from my previous devices but when I take photos, one days worth of photos is spread across the say camera roll folders which just makes it more confusing to workout how to fix.
Nothing out of the ordinary, everything's stock standard that automatically is on the device. I've had nothing but trouble since upgrading so many other issues but would like to sort this one if I can.
gernerttl said:
That is not normal behavior. The way the S22 Ultra handles images taken by both the default Camera and Expert RAW apps is the same as the S22+ and S22. It creates only one DCIM folder with Camera, Expert RAW, and Screenshot subfolders. Apps like Facebook, Video Editor, AR Emoji camera will also build their own subfolders within DCIM. Google Messages, Instagram, Facebook Messenger, Whatsapp, Office Lense, put their respective folders in the Pictures folder which is at the same level as DCIM.
Try resetting the camera app settings.
Camera - > Settings->Reset settings (3rd from the bottom).
If that doesn't work backup all of your important files (documents, photos, videos, etc.) to your computer and factory reset it. Don't restore from a backup. Once you have confirmed that it is working properly, you copy your files back. When reinstalling apps pay attention to the behavior after each installation. There is still the possibility of a third party app may be the cause.
Yes, I know that it's tedious, but it will either fix it, or help you identify what is causing the problem.
Click to expand...
Click to collapse
Hi, I've had to factory reset over 30 times as I have so many issues, not just this photo folder issue. When I first got the device and setting it up as per usual encountered errors.
Did a factory reset via the settings and when the phone was turned back on it wasn't completely reset, tried again and a few more things were reset but again not all.
Had to do a black screen reset (sorry dont know what thats called) and that helped a lot more but it was still not a completly reset device.
I've tried not signing into anything and setting up as a new user, didn't solve anything, I've signed in as you go and that hasn't worked either. I've installed all apps manually, not from backup, and still have issues (I only have like 20 apps most are just standard or the bank). I've had an authorised technician remove and reinstall the software, and that didn't solve anything. They were stumped as they can replicate all of my issues but weren't able to fix them.
I've been battling with this since I got it and have had to make do but it's basically an expensive piece of plastic/glass at this point.
I haven't tried specifically what you've suggested about the camera, so I will give that a go.
kkvvdd said:
Hi, I've had to factory reset over 30 times as I have so many issues, not just this photo folder issue. When I first got the device and setting it up as per usual encountered errors.
Did a factory reset via the settings and when the phone was turned back on it wasn't completely reset, tried again and a few more things were reset but again not all.
Had to do a black screen reset (sorry dont know what thats called) and that helped a lot more but it was still not a completly reset device.
I've tried not signing into anything and setting up as a new user, didn't solve anything, I've signed in as you go and that hasn't worked either. I've installed all apps manually, not from backup, and still have issues (I only have like 20 apps most are just standard or the bank). I've had an authorised technician remove and reinstall the software, and that didn't solve anything. They were stumped as they can replicate all of my issues but weren't able to fix them.
I've been battling with this since I got it and have had to make do but it's basically an expensive piece of plastic/glass at this point.
I haven't tried specifically what you've suggested about the camera, so I will give that a go.
Click to expand...
Click to collapse
If a factory reset is not working, it sounds like the recovery partition is corrupted. Have you attempted a factory reset using the power on, volume up method?
1. Completely power the phone off.
2. Simultaneously press and hold the power and volume up buttons until you see the Samsung logo. This will put you into Recovery mode.
3. Using the volume down button, scroll down to select Wipe data/factory reset and press the power button.
4. Select yes to confirm your choice.
It will may ask you for your Google account password. If it does, enter it. It should then run you through the reset process. The difference with using this method instead of doing from settings, is that it should download a fresh image.
Hi,
Apologies for the delay. I did a hard reset last night and still had so much trouble, there is definitely something off with this phone.
However it didn't reset the photo folders.
It currently looks like this Onedrive: Files: Pictures: Samsung Gallery: all folders created by the device, by apps, by me.
I had moved all folders into Samsung Gallery as I didn't understand why some folders where in "Pictures" and some were in "Samsung Gallery" as that's were the duplicate DCIM, Camera roll etc.. were.
Do you happen to know the correct file path for:
- folders created by the device
- folders created by apps that use Photos
- folders created by me
Then I will manually go into OneDrive on my Laptop and move them around, hopefully that will solve the problem.
Thank you,
kkvvdd said:
Hi,
Apologies for the delay. I did a hard reset last night and still had so much trouble, there is definitely something off with this phone.
However it didn't reset the photo folders.
It currently looks like this Onedrive: Files: Pictures: Samsung Gallery: all folders created by the device, by apps, by me.
I had moved all folders into Samsung Gallery as I didn't understand why some folders where in "Pictures" and some were in "Samsung Gallery" as that's were the duplicate DCIM, Camera roll etc.. were.
Do you happen to know the correct file path for:
- folders created by the device
- folders created by apps that use Photos
- folders created by me
Then I will manually go into OneDrive on my Laptop and move them around, hopefully that will solve the problem.
Thank you,
Click to expand...
Click to collapse
There is absolutely nothing wrong with your phone.
Have you enabled Sync between OneDrive and Samsung Gallery?
If so, turn it OFF.
There is only one DCIM folder in a phone, and the Camera folder is inside of it. On Samsung phones, even the Screenshot folder is inside DCIM by default, but you have the choice of changing its location.
Hi, there is actually a lot wrong with the phone not just this. Which has all been proven by an authorised Samsung technician who has been able to replicate bit not fix any of the issues, unfortunately it's been like this since day one and I'm not getting very far with Samsung so I am trying to fix what I can so it's more usable than an expensive piece of plastic/glass.
But thank you for being so polite and helpful, it makes joining a forum and asking for help so much less daunting.
gernerttl said:
If a factory reset is not working, it sounds like the recovery partition is corrupted. Have you attempted a factory reset using the power on, volume up method?
1. Completely power the phone off.
2. Simultaneously press and hold the power and volume up buttons until you see the Samsung logo. This will put you into Recovery mode.
3. Using the volume down button, scroll down to select Wipe data/factory reset and press the power button.
4. Select yes to confirm your choice.
It will may ask you for your Google account password. If it does, enter it. It should then run you through the reset process. The difference with using this method instead of doing from settings, is that it should download a fresh image.
Click to expand...
Click to collapse
Hi,
Apologies for the delay. I did a hard reset last night and still had so much trouble, there is definitely something off with this phone.
However it didn't reset the photo folders.
It currently looks like this Onedrive: Files: Pictures: Samsung Gallery: all folders created by the device, by apps, by me.
I had moved all folders into Samsung Gallery as I didn't understand why some folders where in "Pictures" and some were in "Samsung Gallery" as that's were the duplicate DCIM, Camera roll etc.. were.
Do you happen to know the correct file path for:
- folders created by the device
- folders created by apps that use Photos
- folders created by me
Then I will manually go into OneDrive on my Laptop and move them around, hopefully that will solve the problem.
Thank you,
kkvvdd said:
Hi,
Apologies for the delay. I did a hard reset last night and still had so much trouble, there is definitely something off with this phone.
However it didn't reset the photo folders.
It currently looks like this Onedrive: Files: Pictures: Samsung Gallery: all folders created by the device, by apps, by me.
I had moved all folders into Samsung Gallery as I didn't understand why some folders where in "Pictures" and some were in "Samsung Gallery" as that's were the duplicate DCIM, Camera roll etc.. were.
Do you happen to know the correct file path for:
- folders created by the device
- folders created by apps that use Photos
- folders created by me
Then I will manually go into OneDrive on my Laptop and move them around, hopefully that will solve the problem.
Thank you,
Click to expand...
Click to collapse
Some apps do put folders in the Pictures folder.
Just to be clear. When you open My Files and go to the Internal storage, how many DCIM folders are there? There should only be one. If there is, then your phone is working as designed. You cannot have two folders with the same name on the same level. No OS that I know of does allows that.
If you are seeing more than one DCIM folder in OneDrive, then something happened with the syncing. Are you syncing any other devices (tablets or phones) with OneDrive?