Reply
Thread Tools
Posts: 9 | Thanked: 2 times | Joined on Nov 2011
#41
Originally Posted by Sazpaimon View Post
It seems mff is using the old Pre-PR1.2 sqlite layout.

What mff uses now:
Code:
query.exec("SELECT start_time,end_time,is_read,remote_uid,free_text,group_uid,outgoing FROM Events WHERE service_id=3 AND event_type_id=7 ORDER BY group_uid,start_time");
What it SHOULD be:
Code:
query.exec("SELECT start_time,end_time,is_read,remote_uid,free_text,group_uid,outgoing FROM Events WHERE service_id=3 AND (event_type_id=7 OR event_type_id=11) ORDER BY group_uid,start_time");
I changed this code, repackaged the deb, and it worked fine.
Could you please upload it somewhere?
I can't recompile and pack it myself just now.
 
pH5's Avatar
Posts: 138 | Thanked: 375 times | Joined on Aug 2009 @ Berlin
#42
Originally Posted by Sazpaimon
It seems mff is using the old Pre-PR1.2 sqlite layout.

What mff uses now:
Code:
query.exec("SELECT start_time,end_time,is_read,remote_uid,free_text,group_uid,outgoing FROM Events WHERE service_id=3 AND event_type_id=7 ORDER BY group_uid,start_time");
What it SHOULD be:
Code:
query.exec("SELECT start_time,end_time,is_read,remote_uid,free_text,group_uid,outgoing FROM Events WHERE service_id=3 AND (evententries._type_id=7 OR event_type_id=11) ORDER BY group_uid,start_time");
I changed this code, repackaged the deb, and it worked fine.
Is this documented somewhere? My database didn't contain any event_type_id=11
 
ejasmudar's Avatar
Posts: 800 | Thanked: 957 times | Joined on Sep 2010 @ India
#43
Hi, can somebody please upload a compiled Deb file which will import t the whole DB? I Want to import call logs as well as Im convos.
__________________
My Device History:Nokia 3510 > SE T230 > Nokia 6600 > HP2210 > SE p910i > SE p990i > N95 > I-mate 9502 > itouch > Nokia N900 > ? N9
My apps for N900:
Conversation Modder

My apps for N9:
LockScreenQuotes
USbS


If you feel I have helped you, don't forget to press Thanks!
 
Posts: 43 | Thanked: 42 times | Joined on May 2011 @ Austria
#44
Can somebody please upload a .deb which is working?
 
Posts: 43 | Thanked: 42 times | Joined on May 2011 @ Austria
#45
Nevermind. Worked as discribed here:
http://www.meegoexperts.com/2011/12/...nokia-n900-n9/
 
Posts: 435 | Thanked: 1,599 times | Joined on Dec 2010
#46
just tried to transfer my conversations from my N900, and in the terminal it says 'unable to open database file'

Any help please!!!
 
Posts: 32 | Thanked: 2 times | Joined on Nov 2009 @ Zürich
#47
So how do I move messages from my n900 to my n9?
 
Reply


 
Forum Jump


All times are GMT. The time now is 06:36.