Thanks, it worked like a charm! Now that I've got the program up and running I have another issue, that I'm hoping you can solve. I can't seem to get my contacts loaded. When I select Contacts from the main screen and then press ctrl+r it says its retrieving the contacts, but then it says total contacts is 0. I did a grep for 'ontact' on the logfile plus a few lines before and after and came up with this: Code: 2011-01-02 13:38:33.117 : 3 : Refresh all requested. 2011-01-02 13:38:33.118 : 3 : "Enqueued 8: getRegisteredPhones." 2011-01-02 13:38:33.118 : 3 : "Starting work 8: getRegisteredPhones" 2011-01-02 13:38:33.295 : 3 : "Retrieving Inbox..." 2011-01-02 13:38:33.302 : 3 : "Enqueued 9: getHistory." 2011-01-02 13:38:33.303 : 3 : "Work 8: getRegisteredPhones in progress. Wait for it to finish." 2011-01-02 13:38:33.304 : 3 : "Retrieving contacts" 2011-01-02 13:38:36.059 : 3 : "Contacts retrieved, parsing" 2011-01-02 13:38:36.267 : 3 : "Contact parsing done. total = 0. usable = 0" 2011-01-02 13:38:36.975 : 3 : ""Mobile"="+********""
2011-01-02 13:38:33.117 : 3 : Refresh all requested. 2011-01-02 13:38:33.118 : 3 : "Enqueued 8: getRegisteredPhones." 2011-01-02 13:38:33.118 : 3 : "Starting work 8: getRegisteredPhones" 2011-01-02 13:38:33.295 : 3 : "Retrieving Inbox..." 2011-01-02 13:38:33.302 : 3 : "Enqueued 9: getHistory." 2011-01-02 13:38:33.303 : 3 : "Work 8: getRegisteredPhones in progress. Wait for it to finish." 2011-01-02 13:38:33.304 : 3 : "Retrieving contacts" 2011-01-02 13:38:36.059 : 3 : "Contacts retrieved, parsing" 2011-01-02 13:38:36.267 : 3 : "Contact parsing done. total = 0. usable = 0" 2011-01-02 13:38:36.975 : 3 : ""Mobile"="+********""
2011-01-02 13:38:36.267 : 3 : "Contact parsing done. total = 0. usable = 0"
cd /home/user killall qgvdial mv .gvdial.sqlite.db old.gvdial.sqlite.db