A bunch of messages got deleted from my phone. I can see them when using various recovery software (FonePaw etc) but the major flaw of them all is that recovery is only available outside of the phone - saved as external file.
I know there's a way to access the SMS DB via
adb
, like so adb shell content query --uri content://sms
to list the messages.
I wonder if there's a way to run a similar command to update the database and actually un-delete all deleted messages?
Asked by Art
(121 rep)
Mar 28, 2023, 05:04 AM