I have OnePlus8 Pro with Android 11. As you all know, with latest Android changes, now the WhatsApp media/documents/status data is put in /sdcard/Android/media/com.whatsapp.com
I uninstalled the app, and I dont know if I deleted it or uninstallation did, but I lost all the whatsapp media content. I later installed WhatsApp thinking I would get the media back but the folder is fresh with barely any data.
Is there any way to recover this data using ADB commands or some linux thing?
/sdcard
is part of Internal Storage and therefore encrypted. once deleted, FBE(+metadata) encrypted files aren't recoverable. But some media can be downloaded again (afaik last 4 weeks at least) – alecxs Mar 23 '22 at 09:51userdata
partition onto an image and then fetch data from there.I tried to do this
– gsb22 Mar 23 '22 at 10:40cat: /dev/block/bootdevice/by-name/userdata: Permission denied
but getting permission error. My device is not rooted, could you please help me how to move forward. Again, thank you so much for your help.TRIM
DISCARD
ERASE
F2FS
FBE
where data recovery is impossible. furthermore it requires raw access (such as EDL or root) – alecxs Mar 23 '22 at 11:22