[Q] SMS Backup tool that restores dates properly? - Motorola Droid Bionic

Anyone have the name of an app that does this correctly. Im using sms backup and restore but it does not restore the dates properly. And the messages are all out of order because of this.
Thanks

I am using the same and have the same problem

bump (10char)

"AppExctractor" can extract messages from previous clockwork mod recoveries.
The only flaw is that the backup has to have been made through ROM Manager.

SMS Backup+ has the same problem (basically, all messages are restored to the date and time that you restored them, not when they were sent or received). It never did on my old phone. I suspect that Motorola is doing something non-standard with the timestamp on messages.

Titanium Backup.
--
Sent from my CyanogenMod-powered TouchPad.

I had the same issue with SMS Backup and Backup to Gmail. I ended up switching to GoSMS and used its built in backup feature. The restore worked perfectly! All dates show correctly.

tetorocks said:
I had the same issue with SMS Backup and Backup to Gmail. I ended up switching to GoSMS and used its built in backup feature. The restore worked perfectly! All dates show correctly.
Click to expand...
Click to collapse
I use GoSMS myself and I can confirm that in the GoSMS app itself, the dates restore correctly. However, the stock messaging app does not restore correctly (it puts the date/time of transfer/restore as the timestamp of all messages restored) using the GoSMS restore function any more. I'm not quite sure if it's an update thing or a phone thing as I went from an X2 to a Bionic but I believe it was broken in an update to the app itself.

Handcent backup took too long for me. Since then, I have used My Backup Pro, which has done a fantastic job of restoring my 6700 messages with time stamp intact. Try giving it a shot.
EDIT: Just kidding. Sorry kiddos. Next time I reflash, I'll see if Handcent restore works.
Sent from my DROID BIONIC

Diocat said:
I use GoSMS myself and I can confirm that in the GoSMS app itself, the dates restore correctly. However, the stock messaging app does not restore correctly (it puts the date/time of transfer/restore as the timestamp of all messages restored) using the GoSMS restore function any more. I'm not quite sure if it's an update thing or a phone thing as I went from an X2 to a Bionic but I believe it was broken in an update to the app itself.
Click to expand...
Click to collapse
this is correct, i tried 3 different backup/restore apps before i realized that the problem is with the stock SMS app, not the backup/restore app. Handcent and ChompSMS do display the correct time even when the stock app does not. same problem on my Droid X too.

PhilDX said:
this is correct, i tried 3 different backup/restore apps before i realized that the problem is with the stock SMS app, not the backup/restore app. Handcent and ChompSMS do display the correct time even when the stock app does not. same problem on my Droid X too.
Click to expand...
Click to collapse
Handcent doesn't display correct time and dates for me, I used sms backup to restore sms and call logs.

GoSMS is the best one when it comes to backing up and restoring the SMS.. I have 10,000+ Msgs and while it takes about 1.5 to 2 hours to restore it's well worth it..

Ritesh Sahu, dev of SMS B&R, recently released a new version that fixed his restore mismatch dates.
What's New
What's in this version:
v4.4:
Potential fix for the incorrect Date/Time problem after restore on some Motorola phones. Special thanks to Dominick Young for his endless testing. Also thanks to John L Galt for his help.
Fixed sorting of conversations on some phones.
Added yyyy-MM-dd_HH-mm-ss as file name format.
Added a label to display the last backup date.
Click to expand...
Click to collapse
It works for me so far (and yes that is me in the notes - although I wasn't able to test it nearly as much as Dominick)

Go SMS Pro is by far the best

I had a similar problem when restoring messages to my Droid X2. It looks like the stock text messaging app for Droid is looking for the date in a column named sort_index instead of the date column that all the other apps seem to look at. This also controls the sorting of the messages. When you're restoring messages sort_index gets set to the import date and time of when the message was restored which is what breaks the stock app. To fix the problem I used Root Explorer to download a copy of /data/data/com.android.providers.telephony/databases/mmssms.db. Then I used the command line version of SQLite to run queries to update the sort_index column to have the same value as the date column. The queries looked like this:
update pdu set sort_index = date * 1000
update sms set sort_index = date
update threads set sort_index = date
Then I put the file back in place, making sure permissions were correct and then rebooted the phone. Everything was back in the correct order at this point.

Related

Backup/transfer settings, SMS, call log, etc from 'old' N1 to 'new' N1

Got a replacement N1 from HTC.
Like with the first replacement, the Google "Backup" to transfer installed apps and settings does not work at all.
How can I either FORCE the "back up my settings" feature to work or is there a (FREE) alternative backup program that I can use?
well i dont think there's a way for call log and sms messages unless you use titanium backup. but what i do is use sms backup app (free) and call track (free) which run as a service at all times in teh background. sms backup sends all your texts to your gmail account in real time, under its own label, and call track sends all your call log to your google calendar in real time.
this week i needed to refer to an old text message, so i open gmail, find the sms label, and there is my complete text history in individual threads by contact in an IM style conversation, shows received and my replies. its brilliant. its a permanent record of all your texts and calls ever made.
i find when bouncing between ROMs and whatnot, that the only thing you lose everytime is texts and call log. everything else gets reloaded, like all apps get redownloaded automatically, settings get saved, bookmarks get saved, etc. so using those 2 apps basically saves me from losing anything.
EDIT: if you still have your old nexus, just install those 2 apps, and you can do a backup of everything now. it will take a little while to upload it all, but then from here forward just let those apps run all the time and you never have to worry about it again.
Thanks - I have been using call tracker. will try sms backup.
So how do I backup all my other settings (eg exchange, wifi, ringtone, ...) and apps?
As I mentioned in the OP, I can enable and disable Google's back up my settings however I want ... it just doesn't seem to work!
RogerPodacter said:
well i dont think there's a way for call log and sms messages unless you use titanium backup. but what i do is use sms backup app (free) and call track (free) which run as a service at all times in teh background. sms backup sends all your texts to your gmail account in real time, under its own label, and call track sends all your call log to your google calendar in real time.
this week i needed to refer to an old text message, so i open gmail, find the sms label, and there is my complete text history in individual threads by contact in an IM style conversation, shows received and my replies. its brilliant. its a permanent record of all your texts and calls ever made.
i find when bouncing between ROMs and whatnot, that the only thing you lose everytime is texts and call log. everything else gets reloaded, like all apps get redownloaded automatically, settings get saved, bookmarks get saved, etc. so using those 2 apps basically saves me from losing anything.
EDIT: if you still have your old nexus, just install those 2 apps, and you can do a backup of everything now. it will take a little while to upload it all, but then from here forward just let those apps run all the time and you never have to worry about it again.
Click to expand...
Click to collapse
Is there any way to force Backup SMS to use names instead of [email protected] in the to/from (which is rather stupid)
SMS Backup & Restore app, as it says.
Call log Backup & Restore, as it says.
APN Backup & Restore, as it says.
All those back up the data to SD card.
All the rest is covered either by Google backup (if you check the "backup everything" on the old phone and don't check it when you setup a new one), or by Titanium backup.
nexusdue said:
Is there any way to force Backup SMS to use names instead of [email protected] in the to/from (which is rather stupid)
Click to expand...
Click to collapse
I don't understand. It does use the names for me. All my threads in gmail are sorted by caller name.
nexusdue said:
Thanks - I have been using call tracker. will try sms backup.
So how do I backup all my other settings (eg exchange, wifi, ringtone, ...) and apps?
As I mentioned in the OP, I can enable and disable Google's back up my settings however I want ... it just doesn't seem to work!
Click to expand...
Click to collapse
For me WiFi is backed up by Google's backup. Ring tones are on the memory card. I don't use exchange.

[Q] SMSBackupRestore Restores Messages with Present Datetime

I just picked up my Bionic, but when I restore the SMS messages from my previous phone, the default Messaging app displays them with the timestamp at which they were restored, not when they were sent.
I'm not sure if this is a problem with the messaging app or SMSBackupRestore, but the sms.xml I'm restoring from definitely has the timestamps in there.
For the time being I've backed everything up and wiped them from the phone so that I can restore whenever this is fixed (or I flash a new ROM.)
Anyone else experiencing this?
I've ran into this on most the SMS restore apps, tried the one you did, tried mybackup pro, haven't had much luck finding one that restores the original times.
It sounds like how the Bionic's messaging app displays the texts, then. All the backup app does is parse the XML file and insert the messages into the common sms SQL database.

Textra.... Beware!

Just a warning that there seems to be no way of backing up or saving your messages from Text's AT ALL!
So if you just back the app up on titanium like I have been your fine... Until you want to switch SMS apps.
Then you'll find you can't export messages from Tetra to anything else. They seem to force you to stay with them!
Just a warning.
Boonyard said:
Just a warning that there seems to be no way of backing up or saving your messages from Text's AT ALL!
So if you just back the app up on titanium like I have been your fine... Until you want to switch SMS apps.
Then you'll find you can't export messages from Tetra to anything else. They seem to force you to stay with them!
Just a warning.
Click to expand...
Click to collapse
SMS backup and restore always worked for backing up my text messages with textra.
DizzC said:
SMS backup and restore always worked for backing up my text messages with textra.
Click to expand...
Click to collapse
It can't find them for me, neither can I using file explorer. Have you backed up and restored using titanium?
I think that's what the issue is and I've seen a lot of people mention on here that that's what they're doing (as I was), so thought I'd warn them.
You're backing up "Messages (SMS & MMS)" in Titanium Backup and not the Textra app itself, right?
dannejanne said:
You're backing up "Messages (SMS & MMS)" in Titanium Backup and not the Textra app itself, right?
Click to expand...
Click to collapse
Because Textra keeps all your messages when backed up and restored by titanium, I had been freezing the default meaning app on the last few ROMs I'd tried.
This was fine until I want to swap to something else.
The problem is, all my messages are in Textra, but you can't get them into anything else or back them up.... I'm stuck using it!
i juse easy backup app which backups my text , call logs etc to either the internal memory , dropbox or google drive . It does a restore as well. handles everything from setting the default app etc .
krunal1981 said:
i juse easy backup app which backups my text , call logs etc to either the internal memory , dropbox or google drive . It does a restore as well. handles everything from setting the default app etc .
Click to expand...
Click to collapse
My point is though, I bet it wouldn't back them up from Textra... Only if you have them in your default SMS.
Boonyard said:
My point is though, I bet it wouldn't back them up from Textra... Only if you have them in your default SMS.
Click to expand...
Click to collapse
It does backup from the textra app as well. Have been using it since Jan 2014 without any problems. Infact just did a backup and restore last night coz i rooted my phone again.
krunal1981 said:
It does backup from the textra app as well. Have been using it since Jan 2014 without any problems. Infact just did a backup and restore last night coz i rooted my phone again.
Click to expand...
Click to collapse
Nope, just tried it. It backs up Textra with messages in it (same as Titanium), but doesn't back up messages FROM Textra so you can put them in another app.
Thanks anyway though!
I think my messages are stuck with Textra.
Confirmed from the developer, there is no way to backup messages or export messages from Textra, so everyone make sure you backup up your sms separately or you will never be able to leave!
This isn't true. I just backed up my SMS from textra using SMS backup and restore from the Play Store.. Textra itself doesn't have the capability built into the app... I have used textra, hello SMS, evolve SMS and others and I am able to restore them all. This seems to be a case of operator error.
Sent from my Nexus 5 using Tapatalk
Edit: why is this in apps and themes?
eaglesphilsphan said:
This isn't true. I just backed up my SMS from textra using SMS backup and restore from the Play Store.. Textra itself doesn't have the capability built into the app... I have used textra, hello SMS, evolve SMS and others and I am able to restore them all. This seems to be a case of operator error.
Sent from my Nexus 5 using Tapatalk
Edit: why is this in apps and themes?
Click to expand...
Click to collapse
It is user error because I backup apps with titanium backup and it'll restore all my messages and they even show up in the stock android sms app. Its annoying because I flash a bunch of roms and when i restore it'll show up in the stock messaging app and hangouts before i set textra to my default app. I've been backing up and restoring since november and it shows up on other apps when i restore with titanium backup.
Yes, but you guys clearly don't freeze or remove the default messaging app when using textra. I've read loads of people on here say they do and didn't want them to be in the same position I'm in.
You can backup from the default SMS app, and from every other SMS replacement app on the market, but not from Textra. That's from the developers mouth.
Well I haven't had any problems using Textra yet... I'm using it since I got my Nexus 5 in November 2013 and saw that Hangouts replaced the default SMS/MMS app.
In fact I'm not SMSing so much anymore and backing up SMS' ain't that important for me, but your post alarmed me a little. So I installed some of the other SMS apps from the Play Store. Every single app displays all the messages in my storage, so on my case it seems like I have a common SMS storage and I'm certain that Helium Backup & Sync offers to backup that storage.
Maybe that's an option for you?
Btw I'm running Stock 4.4.2 rooted with Xposed Framework enabled, just in case it matters
Greetz
// j_dee
Sent using Tapatalk app from my LG Nexus 5
Boonyard said:
Yes, but you guys clearly don't freeze or remove the default messaging app when using textra. I've read loads of people on here say they do and didn't want them to be in the same position I'm in.
You can backup from the default SMS app, and from every other SMS replacement app on the market, but not from Textra. That's from the developers mouth.
Click to expand...
Click to collapse
Clear data of Textra dum dum
asdf916 said:
Clear data of Textra dum dum
Click to expand...
Click to collapse
All that would do is remove my messages from Textra. I want to get the messages out and into hangouts but it won't let you.
I just deleted Textra app data and uninstalled. Installed Chomp and all texts were still there. Uninstalled Chomp and reinstalled Textra.
Hangouts, my only other installed sms app, has been frozen since day one.
Wakamatsu said:
I just deleted Textra app data and uninstalled. Installed Chomp and all texts were still there. Uninstalled Chomp and reinstalled Textra.
Hangouts, my only other installed sms app, has been frozen since day one.
Click to expand...
Click to collapse
That will be because you didn't freeze or uninstall the stock SMS app.
The lesson is, don't freeze or uninstall your stock SMS app if using Textra, or you'll never be able to move them to another app.
Boonyard said:
That will be because you didn't freeze or uninstall the stock SMS app.
The lesson is, don't freeze or uninstall your stock SMS app if using Textra, or you'll never be able to move them to another app.
Click to expand...
Click to collapse
Read the second sentence you quoted.
Wakamatsu said:
Read the second sentence you quoted.
Click to expand...
Click to collapse
Oh sorry! Mis-read that!
Hmm interesting... So yours were saved on your system even though you were only using Textra. Then where mine have gone is a real mystery add they are in Textra, but nowhere else.
Thanks for info.

[Q] SMS's not restoring properly

Hi guys,
I am trying to restore my texts from my N5 to N6 and they restore fine but the timestamp for the received texts are all wrong, hence texts all over the place.
I have tried everything I know to fix this but nothing works, I have even tried to backup texts I received today and enabled the timezone options in the menu from the SMS Backup & Restore app but still does not work. It is reading today's received texts as yesterday. My sent texts are fine.
Anyone else had an issue like this?
Thanks
kendogc said:
Hi guys,
I am trying to restore my texts from my N5 to N6 and they restore fine but the timestamp for the received texts are all wrong, hence texts all over the place.
I have tried everything I know to fix this but nothing works, I have even tried to backup texts I received today and enabled the timezone options in the menu from the SMS Backup & Restore app but still does not work. It is reading today's received texts as yesterday. My sent texts are fine.
Anyone else had an issue like this?
Thanks
Click to expand...
Click to collapse
I would try the Go SMS app to backup and restore your texts. I did this a while back on a different phone, and recall the phone apply a "time fix" after restoring the messages to make sure the times were correct. You can install Go SMS on your N5, do a backup, put the backup file on google drive, Dropbox, etc. Install Go SMS on N6, download the backup file, and restore it in the Go SMS app. Once restored, proceed to use any messaging app you like, and uninstall Go SMS.
OK. Will try that on Monday as a friend is borrowing my N5 this weekend
Navigate to /data/data/com.android.providers.telephony/databases where you'll find mmssms.db. Copy this over from your old phone to your new in in the same location and fix permissions so that both the owner and group have read/write permissions.
I've been using this method since Gingerbread and it's worked on every version of android since then.
You can also take telephony.db to transfer your call logs and blacklist.db for any blacklisted numbers.
Hope this helps.
You could always use titanium backup. Works for me
Sent from my Nexus 6 using Tapatalk

How to delete the whole SMS database?

I have a big problem after I restored all my sms from my previous phone to my brand new OP3T.
The app that I have used is Superbackup and the restore was completed successfully.
But when I enter to the stock sms app I am only receiving a "Loading conversation" message and the worse part is that after that my whole phone hangs when I open apps like Google search,chrome etc
Is there any way to start fresh clean with my sms database, by removing all of the current sms saved?
Unleashed by ONEPLUS 3T rooted
Not sure if it will fix your problem, but in Titanium Backup it shows the SMS stored as "Messages (SMS & MMS)" and I've successfully backed up and restored this when migrating between ROMs on my 3T.
Not sure what the backup app you used is trying to do. Each phone manufacturer appears to store the SMS messages different, from what I've seen. My old HTC phone had them stored under a different name.
Very strange situation.
I cleared the Data from the messages app at the phone's settings and then everything was looking good, as it should have removed all sms.
Today I opened the messages app and all sms are there!
How is this possible??
Sent from my m1 note using Tapatalk
Clearing data for your choice of SMS app will only temporary hide all messages until the app restores all SMSes from the system-wide database in /data/user_de/0/com.android.providers.telephony/databases/. You have to remove that database to really start from scratch.
pitrus- said:
Clearing data for your choice of SMS app will only temporary hide all messages until the app restores all SMSes from the system-wide database in /data/user_de/0/com.android.providers.telephony/databases/. You have to remove that database to really start from scratch.
Click to expand...
Click to collapse
Came here to post this exact location.
Should have been more clear, in Titanium, there are two different entries: "Messages" app and the "Messages (SMS & MMS)". I think the latter is the same as the database location given in the 2 above responses.
Is "Like" equal "Thanks"?

Categories

Resources