As stated above.
Someone asks me to help him with his phone.
I have no clue what happened, I never heard about thats happening before, soo.. yeah...
The phone is an Lenovo with Android 6.0.
It has an 16Gb SD-Card.
Since a couple of days the pictures weren't accessable. So my friend brought the phone to me.
When going to the Data Manager (The "App" where you can see all file of internal/external storage) it says "Empty" while trieing to view the internal storage.
It doesn't even recognize the SD-Card.
Same goes when I look at the phone from my PC (via USB).
The phone still works. WhatsApp still works, but is unable to make BackUps because of "No Internal Storage detected".
Is there anything I can do? The last BackUp of whatsapp is corrupted and I would hate to have to tell my friend that all the pictures, WhatsApp Chats, etc. is gone.
Thanks for everyone trying to help.
EDIT 1:
The variables are filled as followed:
External_Storage = /sdcard
Android_Storage = /storage
EDIT 2:
The find cmd on "/storage" and "/sdcard" works I think.
I get a very long list of files and folders, but I get "Permission denied" on "./data", "./root", "./dev", "./init" and some other folders. (I guess that's because I haven't rooted the device?)
Also I have no clue how to check both the variables. I never did stuff with android before other than using it.
– DragonCoder Apr 20 '21 at 13:57/sdcard
and MicroSD Card/storage/1A2B-3C4D
viaadb pull
https://android.stackexchange.com/q/226573 – alecxs Apr 21 '21 at 22:20adb backup
does not work for WhatsApp. However there is solution to downgrade WhatsApp to older version which allows backup. be careful don't forget-k
flag when uninstalling (keep data) – alecxs Apr 21 '21 at 22:28