What are you guys using to back up your phones when switching Roms? I want to back up contacts, wifi settings, APPs etc.
If I'm switching ROMs I set them up from scratch again, after doing a Nandroid of the current one
Titanium Backup works really well. It's on the market. Probably on here somewhere also.
Will Titanium restore your screens? Its a bit tiring getting them alls setup and then starting from scratch on my droid incredible I never really set up the phone because I switched Roms so often.
veli69 said:
What are you guys using to back up your phones when switching Roms? I want to back up contacts, wifi settings, APPs etc.
Click to expand...
Click to collapse
Use google for contacts and wifi settings, apps Titanium Backup
Sent from my Galaxy Nexus using XDA App
veli69 said:
Will Titanium restore your screens? Its a bit tiring getting them alls setup and then starting from scratch on my droid incredible I never really set up the phone because I switched Roms so often.
Click to expand...
Click to collapse
Alright, so for backing up your system you're going to want to use CWM and make a NANDROID backup. After you're done with that you will probably want to back up your apps. To back up app as well as data (such as angry birds scores) you will want to use Titanium Backup. Just remember not to restore system data, just apps/app data after flashing your ROM/Kernel.
For contacts (assuming you are on verizon) you had the option to chose where you store your contacts. Those options were either in your Gmail account or in "Backup manger" if you cant figure out where they are you can always make a file with all your contacts and place it on your SD card by going to the People App>menu>import/export>Export to storage.
As far as wifi settings go i am not aware of a way to do so.
And if you wanted to keep the launcher as it is (like where your apps are, folder, widgets, etc.) you will have to be on a custom launcher such as ADW or GoLauncher. This happens because the launcher is an app and when the app data is restored (from titanium backup) the placement of things are exactly how they were when you made the backup!
1) Nandroid. Always nanroid just to be safe - if something breaks, you need to have a working build to fall back on .
2) Contacts - I don't worry about it - they should all be synced with your Google account anyhoo.
3) Wifi settings - should also be synced with your Google account, and will be automatically restored when you set up the new ROM (assuming you tick the "restore data to my device" option in the google account setup screen).
4) Apps - TitaniumBackup for apps and data - not for system data though.
5) Launcher - some launchers will have an option built-in for backing up and restoring your screen layouts, folders, etc. Widgets will rarely be able to be restored no matter what method you use. You can also use Titanium to explicitly back up and restore your launcher's data - if you're still on the stock launcher, filter for System apps and look for an entry that starts out "[DESKTOP] Launcher ..." (it'll be in green) and backup/restore the data for that.
When you boot after first wipe it asks you for Google account details, then it will pull down your contacts, wifi settings etc. which we want.
But it also starts re-downloading all your Market apps, which we don't want because we've got them in Titanium Backup and we want to restore them with data (save games) and be linked to the Market for updates.
What's the correct way to handle this?
I've created issues before where some apps don't list in 'My apps' in the Market, and don't auto-update unless I search for them at which point it says 'Installed'.
I usually enable airplane mode immediately after the Google account setup, reboot, restore from titanium, reboot, and then turn the radios back on.
ClockworkMod Rom Manager. Its the best tool there is. yu can flash roms by pressing a simple button.
make sure you understand the difference between clockworkmod and titanium backup before you start modding your device. CWM will restore your phone exactly to how it was when you made the backup, everything from your screens, apps, setting, contacts, call and text logs. When you restore with CWM it will erase everything that was done after the backup point. Another thing to keep in mind is that you cant choose to restore specific things in CWM like you can with TB, you have to restore it all in one shot.
TB will restore apps, system apps and data associated with those apps. TB can also be used to backup settings, wifi access points and bluetooth pairings.
So if you get a bootloop or softbrick you have to use CWM. You need to do a factory reset/wipe before you flash a new rom, this is when you would use TB. Use TB to restore the apps, data and settings.
SMSbackup and calllogbackup in the market is also good for backing up or texts and call logs if you want to keep them. google will backup your contacts if you allow google to do this but you can always just save your contacts on your sim card
never ever restore system apps and data.
Especially if it was meant to be a full wipe.
Even then, clean start is always best so wipe and stop reporting bugs if you didn't do a wipe.
s2d4 said:
never ever restore system apps and data.
Especially if it was meant to be a full wipe.
Even then, clean start is always best so wipe and stop reporting bugs if you didn't do a wipe.
Click to expand...
Click to collapse
On that note, some data for system apps can be safely restored - just never do it as a batch process. If I'm going to try restoring any system data, I do another full nandroid first (just in case) and then restore data one at a time.
I'm shocked no one has mentioned this app yet. Appextractor let's you restore things from your nandroid, Obviously some things shouldn't be restored, but many things can be safely restored.
EKnofsky said:
I'm shocked no one has mentioned this app yet. Appextractor let's you restore things from your nandroid, Obviously some things shouldn't be restored, but many things can be safely restored.
Click to expand...
Click to collapse
The only problem I had with app extractor is the amount of SD storage space it uses - and doesn't automatically clean up. My nandroids are already ~2.7GB - I don't really want the whole thing also stored uncompressed. I quickly run out of storage space that way.
Oh, and it's painfully slow.
AppExtractor is useful if there's an important app you forgot to back up in Titanium, but doesn't really make sense to me as your primary restore method.
Isn't the Titanium data wiped when a new ROM is flashed? I assume that before flashing anything, copy the /sdcard directory to another computer?
And after flashing a new ROM, I assume that Ti has to be downloaded first in order to restore the other apps
thereddog said:
Isn't the Titanium data wiped when a new ROM is flashed? I assume that before flashing anything, copy the /sdcard directory to another computer?
And after flashing a new ROM, I assume that Ti has to be downloaded first in order to restore the other apps
Click to expand...
Click to collapse
Unless you're using the factory recovery, the Titanium data will remain intact. You will have to reinstall Titanium from the market - or use the tool built-in to Titanium to create a flashable *.zip. Just flash that *.zip before you boot your ROM the first time and you'll have Titanium pre-loaded.
use adb! works without root
adb backup [-f ] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosystem] []
- write an archive of the device's data to .
If no -f option is supplied then the data is written
to "backup.ab" in the current directory.
(-apk|-noapk enable/disable backup of the .apks themselves
in the archive; the default is noapk.)
(-shared|-noshared enable/disable backup of the device's
shared storage / SD card contents; the default is noshared.)
(-all means to back up all installed applications)
(-system|-nosystem toggles whether -all automatically includes
system applications; the default is to include system apps)
( is the list of applications to be backed up. If
the -all or -shared flags are passed, then the package
list is optional. Applications explicitly given on the
command line will be included even if -nosystem would
ordinarily cause them to be omitted.)
adb restore - restore device contents from the backup archive
example: adb backup -all -system -shared -apk
nitramz said:
use adb! works without root
Click to expand...
Click to collapse
Thanks for this. I had seen adb backup alluded to elsewhere but not a concise post detailing the usage. I'd rather not have to use my computer to handle backups, but it sounds like a pretty cool option.
Try MyBackup PRO. It does exactly what you need. I have used it before and it is good.
How does one do a full backup of their phone? I see no option in twrp for backing up the internal sd card, and i see support for that was removed from cwm back in version 4 ( unless I'm reading this wrong )...
I know I can just copy it off to my pc or what ever, but that's not really a clean solution for doing backup / restores across multiple roms as it will just involve another process and make it so i have got to be at home to swap..
Any solutions?
Depends if your phone is rooted or not, I believe a rooted phone can do more of a "full" backup but what I usually do is backup all my photos and songs with USB to the computer. For SMS apps and app data and system settings and data I personally like two apps - My backup pro and Titanium Backup PRO which requires root. Just visit the apps in the play store to compare. I recommend doing pictures and music manually cause I've had several issues with the backup apps doing my photos as when I restore them they are corrupt
I synced my Titanium Backup to Google Drive because I knew I was going to fully wipe my SD. Now I'm trying to restore my apps/data, and I'm having a bit of trouble. It shows about half of the apps that I have backups of (to be more specific, apps that on my previous ROM I had uninstalled). When I look into the folder, I see all the backup of apps that I need (com.xxxx.xxxx). Anyone have any idea what's going on/solutions?
I get new mobile and i wanna move all my data including apps photos contacts whatsapp chat history to the new mobile.. Is it enough to backup data to micro SD through twrp and restore it again in the new mobile or what shall i do to get exact full copy of my old mobile
mina_munchy said:
I get new mobile and i wanna move all my data including apps photos contacts whatsapp chat history to the new mobile.. Is it enough to backup data to micro SD through twrp and restore it again in the new mobile or what shall i do to get exact full copy of my old mobile
Click to expand...
Click to collapse
Well, I suggest to use NanDroid Backup to backup everything to SDCard. Nandroid also backup android settings/ apps, so I suggest do this backup only if you're going use same Android version as you currently on.
Otherwise I sugg you to do only User's Apps/Data/settings backup.
Hi,
Please don't use a nandroid backup from a different device to a new one. That can cause many issues, including destroying your new phone if you restore system or EFS by accident.
Try titanium backup maybe for User apps only... no system apps. Or again, might be serious issues.
If you saved contacts to your Google account, they will be on your new device the minute you log into your Google account during setup of the new phone.
If any other apps don't restore data properly, that's just something you'll have to live with. ?
Hi, I've just flashed LOS 17.1 to my Swift, switch from LOS 16. All's well apart from Titanium. Wishing to start with a clean slate I backed up the TBs backups by copying them to my PC. I deleted the TB backup files on the phone and then reinstalled TB (only way I could find to set the backup list to zero).
I'm using Magisk for SU state. Can anyone please advise of a fix for this?
Found a solution, I deleted the titanium folders in the phone and SD memory spaces, erased the date from the Titanium backup App. All is now working.