Another Thougt
By luck, if your very savvy and have a good "feel" of where things are on the screen to do this blindly:
- You can install the Android SDK on your computer
- Get to the main screen of your phone, tap the "Menu" button at the bottom of the phone (between the back and home button)
- Tap "Settings", it will be located on the lower right corner above the "Search"
- Tap "Applications" (it will be just over halfway down the display itself
- Tap "Development" (again just over halfway down the screen same place as "applications"
- Tap the right hand of the screen to select USB debugging. This will be 1/2 inch down from the top right corner of the display itself (jusst below the notification bar.
- Click OK, this will be located on the left side of the screen about 1/2 inch in. The button is about an inch from the bottom of the display.
- I think command in the SDK to use is DDMS.
- Then you would have to feel your away around the phone to your SMS messages and do a capture for every screen.
Here is an explanation how to use it (some is a repeat of the above detailed instructions):
Download and install the Android SDK. Don’t worry - unlike some SDKs, installing the Android kit is completely straightforward.
Enable USB Debugging on the device by going to Settings -> Applications -> Development and checking the proper box.
Plug the Android device into the USB port.
Find the folder containing the SDK you just installed. The location will vary depending on which operating system you’re using, and where you chose to install it. On all platforms, the folder name should begin with “android-sdk-”. For example, the folder for the current build on
OS X is “android-sdk-mac_x86-1.0_r1″
Open the tools folder within the Android SDK folder.
Double click the file titled “DDMS”. This stands for
Dalvik Debug Monitor Service.
In DDMS, your device should be listed. Highlight it by clicking on it.
In the application’s top menus, go to Device ->
Screen capture.