[Q] SMSBackupRestore Restores Messages with Present Datetime - Motorola Droid 3

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.

Related

[Q] SMS Backup tool that restores dates properly?

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.

[Q] Any way to restore SMS correctly?

Hey all, Ive tried several SMS backup apps such as SMSBackup+ and SMS backup and restore, but both of them restore text messages incorrectly. They restore all my sent messages with the correct times, but all the incoming texts with messed up times.
I have a bit of OCD and I need my texts to be restored in the correct order, so does anyone have a fix for this?
Thanks

[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

Help with Recovering Text Messages from AT&T Messages into Stock SMS App

To anyone who has any ideas that might fix this situation:
I updated my wife's AT&T Galaxy S5 to the Marshmallow latest OTA, and the phone decided to do an entire new reset (which has never occurred before when updating). We lost all of the data on the phone. And I understand that you can't just miraculously recover data from nowhere. But we found that her texts were somewhat recoverable from AT&T Messages, despite the fact she's always used the Stock SMS app.
The problem I'm having now is: how do I get the texts that are in the AT&T Messages app to transfer/show up in the Stock SMS App.
Any and all help is most thoroughly and most gratefully appreciated.
Im not sure if it will work, but maybe try to do a backup and restore with the samsung tool on your PC? Or i have used "sms backup and restore" app to back up and restore them when I was a flashaholic. not sure if it will pull from the att messaging app, but maybe if it is the current default messaing app and you run that, it might pull them into an xml file so you can then import them back in with the same tool.
Mine did that. The sync with server option was grayed out for a few days. After about a week when I was on wifi, they just popped up.

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