View Single Post
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#5
Originally Posted by cixi View Post
Thank You 9000 but since I'm a not really into programming what should i do with this codes?

Go to terminal and type the string as you stated?
Thank You for your patience.

I forgot.. where the file in case will be stored then?
I tried to go to terminal and write the first code you wrote but nothing happen.
I'll show you the step by step.

First go to xterminal, try opening the browser in N900 and copy & paste the following lines from your browser to xterminal so as to saving your time to type:

Code:
echo "<TABLE>" > /home/user/MyDocs/output.html

sqlite3 -html /home/user/.rtcom-eventlogger/el-v1.db "SELECT start_time,service_id,event_type_id,free_text, remote_uid FROM Events ORDER BY start_time DESC;" >> /home/user/MyDocs/output.html

echo "</TABLE>" >> /home/user/MyDocs/output.html
Then you connect your N900 to PC as mass storage. The file output.html can be found under N900 drive.

Hope this help.