Sms backup - Samsung Galaxy S7 Edge Questions and Answers

Hi All,
Is it possible to backup all my sms on S7E to Google Drive without the need of an app.
Any and all assistance greatly appreciated.
Scouser79

Scouser79 said:
Hi All,
Is it possible to backup all my sms on S7E to Google Drive without the need of an app.
Any and all assistance greatly appreciated.
Scouser79
Click to expand...
Click to collapse
Android Stock Messaging App:
Open up Messaging App
Click More top right corner: Select Save Messages
Put a tick box in each of the Message grouped convos you want to backup.
Wolla

It won't backup mms.... Just get SMS Backup & Restore and setup an auto schedule to backup and upload over wifi.

Not able to find the option. Unless I am going blind............I am going to Messaging, more, no option to save?????

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?

Whatsup on Nook hd+

Hello all,
Is there any way to go around the Whatsup limitation tbat says that it is can't worked on my tablet?
I've tried a few things but its not working.
Thank you in advance.
Could you be more specific?
About which program you talk? (whatsup gives two results on playstore)
Which things you tried?
The more information the better accuracy of the answers!
roiza said:
Hello all,
Is there any way to go around the Whatsup limitation tbat says that it is can't worked on my tablet?
I've tried a few things but its not working.
Thank you in advance.
Click to expand...
Click to collapse
Try making a Titanium backup of Whatsapp from your android phone, then send that backup to your tablet and restore it there, both app+data.
An issue you will find is that messages from WA will start coming into the tablet or the phone and you will not be able to have the whole chat in one device. At least that's what I found out and preferred keeping things straight on my phone, because I have it with me all of the time.
Hope that helps.
carlyle070 said:
Try making a Titanium backup of Whatsapp from your android phone, then send that backup to your tablet and restore it there, both app+data.
An issue you will find is that messages from WA will start coming into the tablet or the phone and you will not be able to have the whole chat in one device. At least that's what I found out and preferred keeping things straight on my phone, because I have it with me all of the time.
Hope that helps.
Click to expand...
Click to collapse
I have a problem because my Phone is not rooted and I can't use Titanium app
Any other idea? Anybody could send me a copy of their backup files to use in my Tablet
Thank you in advance
Pedro
Solved!
You can read in my personal blog another method. http://pcdemano.com/modules.php?name=News&file=article&sid=19761&mode=&order=0&thold=0
It's only need the app SRT:AppGuard to disable telephon android permissions in the WhatsApp instalation.

[SOLVED] How to restore SMS in Android 4.4 / Hangouts

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

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.

[Q] Transfer messages Samsung to Cyanogen

Hello. I just installed Cyanogen 12.1 on my S4 and I cant restore my messages. I cant add Samsung account but I did a backup of my default messages app, joyn by telekom with TB. I restored app+data, but it just installed app, the messages are still missing.
Any help is appreciated.
Thanks in advance.
You would of needed to make a backup of 'Messages (SMS & MMS)' it's listed in yellow and as a XML type in TB. So if you haven't, then you've lost them.
dave106 said:
You would of needed to make a backup of 'Messages (SMS & MMS)' it's listed in yellow and as a XML type in TB. So if you haven't, then you've lost them.
Click to expand...
Click to collapse
I should have them in my Samsung account. It's no way that I can access them?
If they're on your Samsung account I can only thing I can suggest is to re install a stock rom, restore the messages and then do a local backup.

Categories

Resources