View Single Post
Posts: 7 | Thanked: 1 time | Joined on Nov 2009 @ Los Angeles, CA
#5
What app do I need to have installed in order to perform the steps you listed? I have CuteExplorer and can see the files you mentioned but nothing happens when I click on them.



chatbox
Re: I need help transferring Communications from the 'Conversations' App to new phone
Your call logs and SMS are stored in /home/user/.rtcom-eventlogger/el.db or el-v1.db (in my case).

You should be able to:
cd /home/user/.rtcom-eventlogger/
sqlite3 el-v1.db
select * from Events

It should show you your call history and SMSs...etc

".quit" to quit.