[SOLVED] How to restore SMS in Android 4.4 / Hangouts - Nexus 4 Q&A, Help & Troubleshooting

Edit: SMS Backup and Restore was updated to support 4.4, an even restoring from backups that were created before updating works fine.
Original post said:
Does anyone know a method or an app that is able to restore SMS in Android 4.4 KitKat? I'm running this N5 port, which works great, but I cannot find a single app that is updated to support restore on Android 4.4. With SMS Backup & Restore I am able to restore into the 4.3 stock messaging app that I pushed via adb, but all messages are empty afterwards. And they are not shown at all in Hangouts.
I know that Google said SMS backup apps need to be updated in order to support KitKat (read 3rd section on this blogpost), but I can't believe there is no single updated app or other method yet.
Any advices, guys?
Edit: Here's the relevant section of the Android Developer Blog post:
Advice for SMS backup & restore apps
Because the ability to write to the SMS Provider is restricted to the app the user selects as the default SMS app, any existing app designed purely to backup and restore SMS messages will currently be unable to restore SMS messages on Android 4.4. An app that backs up and restores SMS messages must also be set as the default SMS app so that it can write messages in the SMS Provider. However, if the app does not also send and receive SMS messages, then it should not remain set as the default SMS app. So, you can provide a functional user experience with the following design when the user opens your app to initiate a one-time restore operation:
1. Query the current default SMS app's package name and save it.
Code:
String defaultSmsApp = Telephony.Sms.getDefaultSmsPackage(context);
2. Request the user change the default SMS app to your app in order to restore SMS messages (you must be the default SMS app in order to write to the SMS Provider).
Code:
Intent intent = new Intent(context, Sms.Intents.ACTION_CHANGE_DEFAULT);
intent.putExtra(Sms.Intents.EXTRA_PACKAGE_NAME, context.getPackageName());
startActivity(intent);
3. When you finish restoring all SMS messages, request the user to change the default SMS app back to the previously selected app (saved during step 1).
Code:
Intent intent = new Intent(context, Sms.Intents.ACTION_CHANGE_DEFAULT);
intent.putExtra(Sms.Intents.EXTRA_PACKAGE_NAME, defaultSmsApp);
startActivity(intent);
Click to expand...
Click to collapse

After a reboot, my SMS were disapeared.

Mine too. So back to square one :/
Sent from my Nexus 4 using Tapatalk 4

sms backup just got an update today .. it works :good:

Yep, works perfectly now, even with backups that were done before updating the app. So... Solved again.
Sent from my Nexus 7 using Tapatalk 4

I'm trying to restore on my N5 but no new messages show up in my hangouts even with the newest SMS backup and restore version.
It has set my hangouts back as default SMS app but still nothing there.

electric0ant said:
I'm trying to restore on my N5 but no new messages show up in my hangouts even with the newest SMS backup and restore version.
It has set my hangouts back as default SMS app but still nothing there.
Click to expand...
Click to collapse
Same here...

janoliver said:
Same here...
Click to expand...
Click to collapse
Yup, same here

I had the same issue on my Nexus 5 with stock Kitkat 4.4 , so this may help.
- SMS Back and Restore made copy of texts on my Nexus 4
- copied backup to my Nexus 5
- restored messages, setting SMS Backa and Restore and def. SMS app when prompted, and then set Hangouts as def. app after
No text messages in Hangouts. Rebooted phone, still not text messages in Hangouts. I performed a test backup with SMS Backup and Restore, and it showed a bunch of messages being backed up, so it seems the messages WERE restored but just not showing.
I then went in Settings > Apps > All
Selected Hangouts, and cleared Cache and then Cleared all Data
I loaded Hangouts and all of a sudden, all my text messages were there.
Hope this helps, if so, don't be shy to hit that Thanks button below

uberNoobZA said:
I then went in Settings > Apps > All
Selected Hangouts, and cleared Cache and then Cleared all Data
I loaded Hangouts and all of a sudden, all my text messages were there.
Click to expand...
Click to collapse
Thank you! This did the trick

help
uberNoobZA said:
I had the same issue on my Nexus 5 with stock Kitkat 4.4 , so this may help.
- SMS Back and Restore made copy of texts on my Nexus 4
- copied backup to my Nexus 5
- restored messages, setting SMS Backa and Restore and def. SMS app when prompted, and then set Hangouts as def. app after
No text messages in Hangouts. Rebooted phone, still not text messages in Hangouts. I performed a test backup with SMS Backup and Restore, and it showed a bunch of messages being backed up, so it seems the messages WERE restored but just not showing.
I then went in Settings > Apps > All
Selected Hangouts, and cleared Cache and then Cleared all Data
I loaded Hangouts and all of a sudden, all my text messages were there.
Hope this helps, if so, don't be shy to hit that Thanks button below
Click to expand...
Click to collapse
Sorry, how did you set SMS B&R how def. sms app? When i prompt the app, it does not require to be def. sms app, so i cannot restore my sms. Please help...

eziotroito said:
Sorry, how did you set SMS B&R how def. sms app? When i prompt the app, it does not require to be def. sms app, so i cannot restore my sms. Please help...
Click to expand...
Click to collapse
Install the latest SMS Backup and Restore, and it will prompt you when you perform a restore. If not, then I do not know, as I was prompted to set is as default SMS app when I did a restore.

help
uberNoobZA said:
Install the latest SMS Backup and Restore, and it will prompt you when you perform a restore. If not, then I do not know, as I was prompted to set is as default SMS app when I did a restore.
Click to expand...
Click to collapse
Yep, i was running an other WRONG app, so i download the right and now it ask me to be def. sms app, but now i have another issue:
my .xml file come from TITANIUM BACKUP, so now SMS B&R, see my xml file, but if I tap to VIEW SMS, it tell me there is no conversation, ALSO IF IT SEE MY XML FILE! How is it possible? Maybe titanium backup xml file are wrong for this app? Xml file are not all the same for any app?!? Please help, 'cause titanium backup is not up to date, so does not ask to be def. app and not restore anything!

eziotroito said:
Yep, i was running an other WRONG app, so i download the right and now it ask me to be def. sms app, but now i have another issue:
my .xml file come from TITANIUM BACKUP, so now SMS B&R, see my xml file, but if I tap to VIEW SMS, it tell me there is no conversation, ALSO IF IT SEE MY XML FILE! How is it possible? Maybe titanium backup xml file are wrong for this app? Xml file are not all the same for any app?!? Please help, 'cause titanium backup is not up to date, so does not ask to be def. app and not restore anything!
Click to expand...
Click to collapse
If you want to restore data from a backup made with titanium backup, you need to use titanium backup.

uberNoobZA said:
If you want to restore data from a backup made with titanium backup, you need to use titanium backup.
Click to expand...
Click to collapse
Same problem, titanium bckp does not ask to be def sms app, i hope in an update , thank u very much

Has anyone got things working usings SMS Backup+? I used to use B&R but switched to SMS Backup+ b/c I liked the gmail search-ability. SMS Backup+ goes through the restore process and states it restored 500 messages (current restore setting) but nothing shows up. I'm guessing this has to do with the KitKat and the whole "primary SMS app" thing?

mcubed45 said:
Has anyone got things working usings SMS Backup+? I used to use B&R but switched to SMS Backup+ b/c I liked the gmail search-ability. SMS Backup+ goes through the restore process and states it restored 500 messages (current restore setting) but nothing shows up. I'm guessing this has to do with the KitKat and the whole "primary SMS app" thing?
Click to expand...
Click to collapse
I have the same Issue with SMS Backup+
Will probably have to wait for the developer to update.

Same issue here, with SMS Backup+

Add me to the SMS Backup+ not restoring texts.

worked perfectly for me!
thanks uberNoobZA!!!!
uberNoobZA said:
I had the same issue on my Nexus 5 with stock Kitkat 4.4 , so this may help.
- SMS Back and Restore made copy of texts on my Nexus 4
- copied backup to my Nexus 5
- restored messages, setting SMS Backa and Restore and def. SMS app when prompted, and then set Hangouts as def. app after
No text messages in Hangouts. Rebooted phone, still not text messages in Hangouts. I performed a test backup with SMS Backup and Restore, and it showed a bunch of messages being backed up, so it seems the messages WERE restored but just not showing.
I then went in Settings > Apps > All
Selected Hangouts, and cleared Cache and then Cleared all Data
I loaded Hangouts and all of a sudden, all my text messages were there.
Hope this helps, if so, don't be shy to hit that Thanks button below
Click to expand...
Click to collapse

Related

Best software to use after rom change to get old data back?

I currently use Titatum Backup. What is the best way to get back all of your old software? What is the best way to get back email and txt messages from your phone before the upgrade? Is there away to backup and restore for all data on phone after ROM change. Big headaches seem to be txt messages and email messages and software. Contacts you can just restore via Google.
Thanks for any help you can give.
I use Ti for apps only. I back up my texts and mms with the stock messenger. Contacts and emial are automaticly restored when I sync my gmail profiles. (I only use gmail email addresses and use the gmail app from the market).
I ran into an issue when I went from my previous rom to synergy rc2 and did a full restore of apps and user data using Ti. Long story short, Ti over-wrote some system files and borked my mms.
I have heard some speak of using appbrain, but I have not used it, so I can not comment on it.
What is the best way to get back email and txt messages from your phone before the upgrade?
Click to expand...
Click to collapse
Well if you didn't backup with Titanium, or make a Nandroid backup, there is no way to get that data back.
Big headaches seem to be txt messages and email messages and software.
Click to expand...
Click to collapse
Texts can be backed up with SMS Backup and Restore. Emails should be on the email server to begin with. Apps can be backed up and restored with Titanium
The guys on the Mik forums recommend Titanium Backup (paid version) for apps and data and MyBackup Root (free on the market) for SMS and MMS messages. I also use it for my alarms and dictionary and neither have let me down yet.
I saved a copy of everything that was on my phone before I changed from stock rom to cm7...how would I then get my messages back to my phone?
I use my backup pro
snarf
cupkake511 said:
I saved a copy of everything that was on my phone before I changed from stock rom to cm7...how would I then get my messages back to my phone?
Click to expand...
Click to collapse
How did you save everything?

[Q] SMS backup and restore - SMS Backup+ - Xperia T

Don't know if this is an Omnirom 4.4 problem or an app problem.
I backup all SMS using the app but when I restore them they don't appear in the messaging app.
If the app is open I can see the messages start to appear but when I exit out of it and go back in the messages are all gone.
If I restore them again it just tells me all the saved messages are duplicates so I'm guessing its saving the messages to the phone like it's meant to.
New messages all work fine and they are all there to view with no problems.
If anyone can give me ay suggestions it would be very helpful.
I have tried this in other messaging apps and I get the same results.
DontFadeAway said:
Don't know if this is an Omnirom 4.4 problem or an app problem.
I backup all SMS using the app but when I restore them they don't appear in the messaging app.
If the app is open I can see the messages start to appear but when I exit out of it and go back in the messages are all gone.
If I restore them again it just tells me all the saved messages are duplicates so I'm guessing its saving the messages to the phone like it's meant to.
New messages all work fine and they are all there to view with no problems.
If anyone can give me ay suggestions it would be very helpful.
I have tried this in other messaging apps and I get the same results.
Click to expand...
Click to collapse
I have never used SMS Backup+ - but Ritesh Sahu's "SMS Backup and Restore" works for me.
The restore process only works with backup/restore apps that are KitKat aware.
Entropy512 said:
I have never used SMS Backup+ - but Ritesh Sahu's "SMS Backup and Restore" works for me.
The restore process only works with backup/restore apps that are KitKat aware.
Click to expand...
Click to collapse
that's what i thought but I thought I should ask the question to see if it was a known problem.
Thanks a lot
Entropy512 said:
I have never used SMS Backup+ - but Ritesh Sahu's "SMS Backup and Restore" works for me.
The restore process only works with backup/restore apps that are KitKat aware.
Click to expand...
Click to collapse
For me also, SMS Backup+ doesn't work, so I used SMS Backup and Restore, no problem, app works very well. The backup is recorded in internal memory or external SD
Envoyé de mon GT-N7000 en utilisant Tapatalk
I had the same issue, and a little googling led me to the apps bug tracker. So, I assume the dev is aware and looking to update their app to work with kitkat / 4.4
Sent from my Nexus 4 using Tapatalk
Yeah, same here. However, I could restore SMS from Titanium Backup.
Doing that triggered a 'do you want to make Titanium Backup your standard SMS app' query for Every restored SMS. After a few I agreed to.
I'm guessing it's some new SMS app standard that SMS backup+ hasn't implemented yet. I've mailed that developer about it, but it looks like it's going to be a problem for makers of SMS backup apps... Unless a workaround specifically for them will be found.
Sent from my GT-I9300 using Tapatalk
---------- Post added 22nd November 2013 at 12:07 AM ---------- Previous post was 21st November 2013 at 11:21 PM ----------
Yep, I didn't have all my SMS backed up, so here's what I'll do today: go back to omnirom 3.3, restore SMS from sb+, backup in titanium, get back to 4.4, restore SMS. Yay.
Sent from my GT-I9300 using Tapatalk
thirstythirsty said:
Yeah, same here. However, I could restore SMS from Titanium Backup.
Doing that triggered a 'do you want to make Titanium Backup your standard SMS app' query for Every restored SMS. After a few I agreed to.
I'm guessing it's some new SMS app standard that SMS backup+ hasn't implemented yet. I've mailed that developer about it, but it looks like it's going to be a problem for makers of SMS backup apps... Unless a workaround specifically for them will be found.
Sent from my GT-I9300 using Tapatalk
---------- Post added 22nd November 2013 at 12:07 AM ---------- Previous post was 21st November 2013 at 11:21 PM ----------
Yep, I didn't have all my SMS backed up, so here's what I'll do today: go back to omnirom 3.3, restore SMS from sb+, backup in titanium, get back to 4.4, restore SMS. Yay.
Sent from my GT-I9300 using Tapatalk
Click to expand...
Click to collapse
Yup. Google announced this change to SMS well in advance of KitKat - http://phandroid.com/2013/10/14/sms-changes-coming-to-android-4-4-kitkat/
I m getting the exact same problem with SMSBackup&Restore on OmniROM 2014-07-28.
I managed to resolve this problem by enabling the "Write SMS/MMS" option in "Apps permissions" under System - Apps - "SMS Backup+".

How to backup/restore text messages?

I tried SMS Backup+ and it doesn't work. It seems to backup everything, but when I restore, it just shows everyone's name in the text message list and each conversation is completely empty.
So I'm wondering 2 things:
1. Are there any apps that actually work for doing this right now with the Galaxy Note 4?
2. Can I manually extract my text messages? My phone is rooted. Here's the deal -- I'm flashing a new ROM and want to carry over my text message history. I would gladly do this manually if I knew how. I don't know where they're located or if this can be done.
lmills.117 said:
I tried SMS Backup+ and it doesn't work. It seems to backup everything, but when I restore, it just shows everyone's name in the text message list and each conversation is completely empty.
So I'm wondering 2 things:
1. Are there any apps that actually work for doing this right now with the Galaxy Note 4?
2. Can I manually extract my text messages? My phone is rooted. Here's the deal -- I'm flashing a new ROM and want to carry over my text message history. I would gladly do this manually if I knew how. I don't know where they're located or if this can be done.
Click to expand...
Click to collapse
Sign up to a Samsung account. This will back up texts, call logs, snote stuff etc when you set it to
http://forum.xda-developers.com/showthread.php?p=56676703
Sent from my SM-N910T using XDA Free mobile app
Why not use Kies?
pedmond said:
Why not use Kies?
Click to expand...
Click to collapse
It will work if both are samsung phones, otherwise you out of luck using kies.
Sent from my SM-N910T using XDA Free mobile app
Titanium backup
I use this.
lmills.117 said:
I tried SMS Backup+ and it doesn't work. It seems to backup everything, but when I restore, it just shows everyone's name in the text message list and each conversation is completely empty.
So I'm wondering 2 things:
1. Are there any apps that actually work for doing this right now with the Galaxy Note 4?
2. Can I manually extract my text messages? My phone is rooted. Here's the deal -- I'm flashing a new ROM and want to carry over my text message history. I would gladly do this manually if I knew how. I don't know where they're located or if this can be done.
Click to expand...
Click to collapse
Maybe you can backup via Titanium Backup or CWM
Sent from my Smartfren Andromax AD681H using XDA Free mobile app
lmills.117 said:
1. Are there any apps that actually work for doing this right now with the Galaxy Note 4?
2. Can I manually extract my text messages? My phone is rooted. Here's the deal -- I'm flashing a new ROM and want to carry over my text message history. I would gladly do this manually if I knew how. I don't know where they're located or if this can be done.
Click to expand...
Click to collapse
My Phone Explorer
http://www.fjsoft.at/
Backs up SMS text messages to PC and restores. Amazing app now also allows PC to view and control your Note 4.
Also look at the Samsung Smart Switch Mobile app.
Cheers
Tom
My Note 4 note for you.
Easy backup and restore from play store
Sent from my SM-N910T using XDA Free mobile app
TRT THIS 1
http://forum.xda-developers.com/showthread.php?t=2988846
I accidentally DELETED my messages. Unfortunately I wasn't able to back up my SMS prior to the incident. Is there any safe way to retrieve my SMS messages without rooting the phone (android version 5.0.1)?
Will appreciate any help. TIA.
connect your mobile to computer with samsung kies which can help u to backup info in it
I know this thread is too old , but who use kies !!!!! Note 4 dont use it
Use smart switch , there app for phone and for pc for backup or switching devices
Will the Samsung switch work restoring backed up messages (from stock rom) to a custom ROM (not TouchWiz based)?
yyumart said:
SMS Backup and Restore, free from the Play Store
Click to expand...
Click to collapse
Same here.
I do 27000 sms backup/restores after each wipe. The only problem - process is slow.
But maybe it's due the number of sms messages.
sharonsl said:
My favorite app is TunesBro Android Manager. you can only backup selected messages. In most cases, people only need to backup the messages he/she cares about.
For more details, here is a step-by-step guide: How to backup android sms to pc
Click to expand...
Click to collapse
I will prefer to Android Assistant App, which has the feature of one click backup and restore, very convinient.
For backup the text messages for Android , you can sync your account with Facebook then log in Facebook to the Android phone , you can copy these messages that you need to backup , after you copying is completed , you can withdraw from your phone, then login into your computer with the same Facebook account , then export data on your computer for backup , the text messages backup program is completely ,
For recover messages for Android , you can extract these deleted data form backup on computer ,
Is there an app that can compatible with data recovery and backup for Android ?
I use gosmspro for messages,it has it's own backup feature which can also be used to schedule a backup.

Switching from Note 7 to LG V20 MMS transfer issues

Has anyone been able to transfer MMS messages? I have tried everything my backup keeps locking up and SMS backup and restore put my messages out of order doesn't make sense
If anyone has had any luck please help.
Thanks
What app are you using to backup or transfer your SMS messages
Did you try alternate restore? And enable logging so you have something for the dev?
nofroyo said:
What app are you using to backup or transfer your SMS messages
Click to expand...
Click to collapse
I tried MyBackup and also SMS backup and Restore.
Sms backup and restore is the only one that seems to be working but it restores all my messages in a weird order.
Any other suggestions
I use GoSms, there is a back up within the app, which backups and restores SMS & mms...what i did was transfer the GoSms folder over to the new phone via computer and restore within the GoSms app... Profit...
Sent from my LG-H910
I too lost all my mms from my note 7. I'll be switching to another v20 tomorrow because of a blown speaker hopefully textra will do a better job backing up mms.
Sent from my LG-LS997 using Tapatalk
I meant alternate restore im settings of SMS backup and restore.
@rbiter said:
Did you try alternate restore? And enable logging so you have something for the dev?
Click to expand...
Click to collapse
I tried this also didn't work thanks

Best way to fully backup everything (including SMS)

I haven't clean wiped my phone since taking delivery (March 2016) I'm rooted and have flashed every update up to N4F26J but I'v noticed a drop in battery even running the same kernel. I'd like to factory reset things then just restore apps and SMS. What is the best method to accomplish this? Previously I'd use SS Backup&Restore along with a Titanium Backup but that was a different device and different Andriod version, is there anything more efficient?
Thank you!
Thats what i do. Sms backup & restore by carbonite and titanium backup. Its pretty easy if you have the pro version of TB.
I use Titanium for user Apps and SMS...
g cloud is good if you dont know tit backup. tit backs up everything perfectly if you know how. for sms change your sms app in settings to titanium backup then go in titanium and back up (messages sms&mms) it'll be in yellow text. then you have to go back to your default sms app screen and change it back to hangouts, messenger or whatever you use. then in titanium backup find in settings create update.zip . as long as you dont wipe internal storage youll have your backups.
when restoring a backup change sms app default to [titanium backup] as your default messaging app. then go to in to tit backup and restore the generic looking yellow entry that says [Messages
(sms&mms)] what till its finished restoring. then just change the default messaging app back to hangouts or whatever you use.
you dont back up an sms app like messenger or hangouts because the sms are only read by those apps. their stored in (messages sms&mms) its a location in your phone.
dontbeweakvato said:
g cloud is good if you dont know tit backup. tit backs up everything perfectly if you know how. for sms change your sms app in settings to titanium backup then go in titanium and back up (messages sms&mms) it'll be in yellow text. then you have to go back to your default sms app screen and change it back to hangouts, messenger or whatever you use. then in titanium backup find in settings create update.zip . as long as you dont wipe internal storage youll have your backups.
when restoring a backup change sms app default to [titanium backup] as your default messaging app. then go to in to tit backup and restore the generic looking yellow entry that says [Messages
(sms&mms)] what till its finished restoring. then just change the default messaging app back to hangouts or whatever you use.
you dont back up an sms app like messenger or hangouts because the sms are only read by those apps. their stored in (messages sms&mms) its a location in your phone.
Click to expand...
Click to collapse
Thats nuts. Ive seen where TB showed up as an sms app but never knew why. I'll definitely switch.

Categories

Resources