I have an HTC Wildfire S A510e (Android 2.3.5, not rooted). I want to extract my SMS messages and import them into another device.
Problems:
- There is no free space on the internal memory left. No apps such as SMS backup can be installed.
- The touchscreen is broken, I cannot unlock the display or use any buttons (e.g. home, back, search).
- Device is not rooted. I cannot view the contents of /data/ or erase anything inside it using
adb shell
.
In which directory are SMS messages stored on HTC devices? I could then perhaps use the following command to obtain a backup, as it works without root permissions:
adb pull <backupfile>
What format does the SMS database have? Perhaps I can search the filesystem for that file-extension?
Is it possible to root a phone if there is no internal memory left?