Thread: Please Help Me!
View Single Post
Posts: 35 | Thanked: 14 times | Joined on Nov 2009 @ Orlando, FL
#5
Originally Posted by goonercraig View Post


4. Read the contents out the database and write it to a new file (NOTE: The filename is for the newer version of the database file introduced in PR1.2 I believe!!):

Code:
echo .dump | sqlite3 el-v1.db | sqlite3 el-v1-new.db


What a i doing wrong?!
I have had this happen, and usually after I reboot the phone (open x term, root; reboot) everything is fine. It doesn't happen very often, usually it's only after sending a MMS with fMMS. Occasionally it happens after receiving an MMS, but usually just when sending. In regards to step 4 not working, are you typing an l (lowercase L) between the commands, or | (pipe)? It should be the pipe symbol, which redirects the output of the first command to the input of the second, and then the output of the second command to the input of the third. To get the | (pipe symbol) you can bring up the on screen keyboard, press the (1#+) number option, then shift. It will be on the right side of the keyboard, below the & and above the backspace key. Hope this helps.
 

The Following User Says Thank You to Medic7051 For This Useful Post: