Skip to content

Instantly share code, notes, and snippets.

@mlhoutel
Last active June 28, 2022 14:12
Show Gist options
  • Select an option

  • Save mlhoutel/af01b6651cca058944c6aa8f45e3f8ae to your computer and use it in GitHub Desktop.

Select an option

Save mlhoutel/af01b6651cca058944c6aa8f45e3f8ae to your computer and use it in GitHub Desktop.
# enable usb debugging

# root the phone with https://github.com/topjohnwu/Magisk

# download https://developer.android.com/studio/releases/platform-tools

adb root
adb shell
find / -name "*mmssms*"
exit
adb pull /PATH/TO/mmssms.db /PATH/TO/DESTINATION/FOLDER

Or simple, with apk: https://apkpure.com/sms-backup-restore/com.riteshsahu.SMSBackupRestore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment