![]() |
2013-04-11
, 07:16
|
Posts: 39 |
Thanked: 37 times |
Joined on Mar 2012
@ Beijing
|
#132
|
![]() |
2013-04-11
, 07:58
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#133
|
![]() |
2013-04-11
, 10:14
|
Posts: 228 |
Thanked: 100 times |
Joined on May 2010
@ Australia
|
#134
|
yea, its not the script, nor smsbackuprestore, but the massive number of texts.
you might want to consider backing up and organizing your sms with the wrapper i wrote. the wrapper lets you put the last month or two or whatever back on the phone, and incrementally back it up.
![]() |
2013-04-16
, 21:13
|
Posts: 94 |
Thanked: 28 times |
Joined on Oct 2009
|
#135
|
![]() |
2013-04-18
, 12:15
|
Posts: 228 |
Thanked: 100 times |
Joined on May 2010
@ Australia
|
#136
|
QTrackerDirectSelectResult: QSparqlError(6, "GDBus.Error:org.freedesktop.Tracker1.SparqlError.Internal: Operation was cancelled", 4) "SELECT ?message rdf:type(?message) nmo:sentDate(?message) ?endTime nmo:isSent(?message) nmo:isRead(?message) nmo:deliveryStatus(?message) (SELECT GROUP_CONCAT(tracker:coalesce(nco:imID(?medium), nco:phoneNumber(?medium), ?medium), "\u001e") WHERE { ?from nco:hasContactMedium ?medium . }) (SELECT GROUP_CONCAT(tracker:coalesce(nco:imID(?medium), nco:phoneNumber(?medium), ?medium), "\u001e") WHERE { ?to nco:hasContactMedium ?medium . }) (SELECT GROUP_CONCAT( fn:concat(tracker:id(?contact), "\u001e", tracker:coalesce(nco:nameGiven(?contact), ""), "\u001e", tracker:coalesce(nco:nameFamily(?contact), ""), "\u001d", tracker:coalesce(nco:nickname(?contact), ""), "\u001d", tracker:coalesce(?nicknames, "")), "\u001c") WHERE { SELECT ?contact (SELECT GROUP_CONCAT(fn:string-join((nco:imID(?addr), ?nickname), "\u001f"), "\u001e") WHERE { ?contact nco:hasAffiliation [ nco:hasIMAddress ?addr ] . ?addr nco:imNickname ?nickname . }) AS ?nicknames WHERE { { ?target nco:hasIMAddress ?address . ?contact nco:hasAffiliation [ nco:hasIMAddress ?address ] . } UNION { ?target nco:hasPhoneNumber [ maemo:localPhoneNumber ?number ] . ?contact nco:hasAffiliation [ nco:hasPhoneNumber [ maemo:localPhoneNumber ?number ] ] . }}}) AS ?contacts rdf:nil nmo:phoneMessageId(?message) nmo:messageSubject(?message) nie:plainTextContent(?message) nmo:communicationChannel(?message) nmo:messageId(?message) nie:contentLastModified(?message) nfo:fileName(nmo:fromVCard(?message)) rdfs:label(nmo:fromVCard(?message)) nmo:encoding(?message) nie:characterSet(?message) nie:language(?message) nmo:isDeleted(?message) nmo:reportDelivery(?message) nmo:validityPeriod(?message) nie:generator(?message) (SELECT GROUP_CONCAT(?cc, '\u001e') {?message nmo:cc ?ccContact . {?ccContact nco:hasIMAddress [nco:imID ?cc]}UNION{?ccContact nco:hasPhoneNumber [nco:phoneNumber ?cc]}}) (SELECT GROUP_CONCAT(?bcc, '\u001e') {?message nmo:bcc ?bccContact . {?bccContact nco:hasIMAddress [nco:imID ?bcc]}UNION{?bccContact nco:hasPhoneNumber [nco:phoneNumber ?bcc]}}) nmo:reportReadStatus(?message) nmo:sentWithReportRead(?message) nmo:mustAnswerReportRead(?message) nmo:mmsId(?message) nmo:isAnswered(?message) (SELECT GROUP_CONCAT(fn:string-join((nmo:headerName(?header), nmo:headerValue(?header)), "\u001d"), "\u001f") WHERE { ?message nmo:messageHeader ?header }) WHERE { SELECT ?message ?from ?to IF (nmo:isSent(?message) = true, ?to, ?from) AS ?target ?message ?endTime WHERE {?message nmo:from ?from ; nmo:to ?to . ?message nmo:isDraft "false"; nmo:isDeleted "false" . ?message nmo:communicationChannel <conversation:66> . ?message a nmo:Message . ?message nmo:receivedDate ?endTime . } } ORDER BY DESC(?endTime) DESC(tracker:id(?message)) LIMIT 1000"
![]() |
2013-04-20
, 01:27
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#137
|
Ok, I've cooked an updated patch which can be found here. Built packages can be found at http://molly.corsac.net/~corsac/n9/smsbackuprestore/
![]() |
2013-04-23
, 09:10
|
Posts: 39 |
Thanked: 37 times |
Joined on Mar 2012
@ Beijing
|
#138
|
The Following User Says Thank You to wwwjfy For This Useful Post: | ||
![]() |
2013-04-23
, 16:28
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#139
|
libqtcontacts-tracker: initializing libqtcontacts-tracker 4.19.2-1+0m8 for /usr/bin/callbackuprestore [15744] ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ exported 1523 items
getEvents() from 0 to 1000 libqtcontacts-tracker: initializing libqtcontacts-tracker 4.19.2-1+0m8 for /usr/bin/callbackuprestore [18791] ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ got 992 events exported 992 items
![]() |
2013-04-23
, 16:39
|
Posts: 39 |
Thanked: 37 times |
Joined on Mar 2012
@ Beijing
|
#140
|
you might want to consider backing up and organizing your sms with the wrapper i wrote. the wrapper lets you put the last month or two or whatever back on the phone, and incrementally back it up.
~ teleshoes ~