Related
Just a quick guide for those of you who are unaware. It assumes no previous knowledge and you are running the program for the first time.
Contents
General Setup (Titanium Backup)
Backup Program Settings
Backup System + Program Settings
Restore Program/System Settings
SMS Backup + Restore - coming soon
Backup ROM (Nandroid)
Restore ROM (Nandroid)
General Setup
This will need to be done before wiping (for backup) and after installing the new ROM (for restore)
1. Download Titanium Backup from the market
2. Open Titanium Backup & wait
3. Select "Always Allow" when the SU request pops up
4. Press OK until you reach the main screen "Overview"
5. Select the "Backup/Restore" tab
Backup Program Settings
For those who don't want to save system settings (simpler).
1. Press Menu & Select Batch
2. Click "Run" next to "Backup all user apps"
3. Select the apps you wish to be backed up, and deselect any you don't use
4. Click "Run the batch operation" from the top of the screen
5. Mount your SD card and backup the "TitaniumBackup" folder onto your computer (just in case).
Backup System + Program Settings
For those who want to save system settings as well as your programs (more complex).
1. Press Menu & Select Batch
2. Click "Run" next to "Backup all user apps + system data"
3. Select the apps + data you wish to be backed up:
The green ones are things like calandar notes, sms messages, system settings etc
The red ones are generally crap and don't need to be backed up
The white ones are your programs
4. Click "Run the batch operation" from the top of the screen
5. Mount your SD card and backup the "TitaniumBackup" folder onto your computer (just in case).
Restore Program/System Settings
1. Press Menu & Select Batch
2. Click "Run" next to:
"Restore missing apps + all system data" (for System + Program settings)
"Restore missing apps with data" (for just Program settings)
3. Select the apps you wish to be restored, and deselect any you don't really want
4. Click "Run the batch operation" from the top of the screen
5. OK and Done on any confirmation screens.
Backup ROM (Nandroid)
1. Turn off your phone
2. Hold Home + Power to turn it on into Recovery Mode
3. Press the following:
Backup/Restore
Nand Backup
Home
4. Wait until you see the confirmation message: "Backup Complete!"
Restore ROM (Nandroid)
1. Turn off your phone
2. Hold Home + Power to turn it on into Recovery Mode
3. Press the following:
Backup/Restore
Nand Restore
4. Select the folder and then the latest backup (date is backwards in the name). Press Home to confirm and wait for confirmation message: "Restore Complete!"
Thanks for the guide! One question.. Backup all your apps + system data, what's that do? Is that backing the actual ROM up?
scouzer said:
Thanks for the guide! One question.. Backup all your apps + system data, what's that do? Is that backing the actual ROM up?
Click to expand...
Click to collapse
No, to backup the ROM use Nandroid. I'll add that section to the guide, though it's pretty self explanatory.
To be quite honest i don't know the differences between the backup processes. If you want to do it with the system data to go for it, i'll try n research the differences.
Edit: updated with newer details, hopefully this should clarify things!
Great guide, but i want to add other 2 backups that i always do: sms and call log...for the contacts google does prefeclty its work!
for sms i use Sms Backup and Restore
for call log details i use Android backup tool...with this tool you can also backup bookmarks and dictionary info and sms, but i don't suggest you use this tool for the sms because it never woked for me
bookmarks
thanks never used titanium will try it.
Does it backup Bookmarks?
Google chrome allows you to sync bookmarks, any way to enable this on android?
magokh said:
Great guide, but i want to add other 2 backups that i always do: sms and call log...for the contacts google does prefeclty its work!
for sms i use Sms Backup and Restore
for call log details i use Android backup tool...with this tool you can also backup bookmarks and dictionary info and sms, but i don't suggest you use this tool for the sms because it never woked for me
Click to expand...
Click to collapse
I'll check that out. I think Titanium Does that too, but i've never tested it properly.
blueflash said:
thanks never used titanium will try it.
Does it backup Bookmarks?
Google chrome allows you to sync bookmarks, any way to enable this on android?
Click to expand...
Click to collapse
Possibly, i've never tried.
I normally do a Nandroid + Ext back-up. That way I can wipe my Ext partition between roms
I additionally use "SMS Backup & Restore" from the market.
It exports all SMS into an XML file on the sd-card and can re-import them again on every ROM. So you can even switch from 1.5 to 2.1 without loosing any sms.
paul9619 said:
I normally do a Nandroid + Ext back-up. That way I can wipe my Ext partition between roms
Click to expand...
Click to collapse
I have only just started using Ext, i'll add this section to the guide in the future (once I have added the A2SD section in my other guide )
androcheck said:
I additionally use "SMS Backup & Restore" from the market.
It exports all SMS into an XML file on the sd-card and can re-import them again on every ROM. So you can even switch from 1.5 to 2.1 without loosing any sms.
Click to expand...
Click to collapse
There seems to be a lot of support for this. I'll add a section in when I get the chance to test it.
non-rooted backup
Titanium needs root. But I just want to root my phone first time. So Titanium doesn't work
How can I backup all my apps, sms, contacts, phone history, bookmarks, etc... ?
Try SMS Backup & Restore for messages
Contacts - sync with google automatically & you can manually sync others with htc sync
Apps - write them down... (purchased ones will show up automatically)
Bookmarks - not sure
Phone History - (like calls?) not sure
I'm still working on finding a program which will do them all.
zxcat said:
Titanium needs root. But I just want to root my phone first time. So Titanium doesn't work
How can I backup all my apps, sms, contacts, phone history, bookmarks, etc... ?
Click to expand...
Click to collapse
backup apps using astro backup function.
smsbackup for sms
google for contacts and bookmarks
There is a much easier way.
Most of what you need is kept in /data/data, subdivided by applications/classes
Just do a tar to your sdcard for example, and that's it.
Just remember to preserve file permissions.
This comes in handy when you're changing roms often, for example. like I do when testing new versions of my rom. Especially changes pertaining to framework, which most of the time require re-odexing.
Just do a tar cpf /sdcard/data.tar to backup and tar xpf /sdcard/data.tar to restore.
If your tar supports gzip, you can also pass it through gzip via tar czpf / xzpf.
You don't need any additional programs. Just adb access.
btdag, poddo, adwinp thank you!
I've tried something from the Market, but there is much really useless "backup" software. Now I'll check this. ASTRO is good, I see.
But I don't remember Google pass Restored it once, but again don't remember.
adwinp, I have "tar: permission denied", so simple ADP access is not enough. Btw, ASTRO can't show /data contents - it's empty. So looks like this method not working in non-rooted Hero.
adwinp said:
There is a much easier way.
Most of what you need is kept in /data/data, subdivided by applications/classes
Just do a tar to your sdcard for example, and that's it.
Just remember to preserve file permissions.
This comes in handy when you're changing roms often, for example. like I do when testing new versions of my rom. Especially changes pertaining to framework, which most of the time require re-odexing.
Just do a tar cpf /sdcard/data.tar to backup and tar xpf /sdcard/data.tar to restore.
If your tar supports gzip, you can also pass it through gzip via tar czpf / xzpf.
You don't need any additional programs. Just adb access.
Click to expand...
Click to collapse
I understand what you're saying, but I think my guides are designed to avoid all the command typing if at all possible and provide really inexperienced users with the ability to do this stuff - try telling a newbie to "tar" something and "preserve file permissions" - they'll have no idea what you're on about - i'll add it in if I can find a newbie friendly way of writing it
btdag said:
Try SMS Backup & Restore for messages
Contacts - sync with google automatically & you can manually sync others with htc sync
Apps - write them down... (purchased ones will show up automatically)
Bookmarks - not sure
Phone History - (like calls?) not sure
I'm still working on finding a program which will do them all.
Click to expand...
Click to collapse
AGREE with ABOVE
also, not sure about Bookmarks but
Phone History - (like call log) Call Logs backup and restore from the same dev as SMS Backup and Restore
what about
user dictionary? - that's one thing I can't figure how to backup still.
Does android have that feature? In the settings in 2.1 roms you can backup your user dictionary from there. Can someone check this on 1.5?
Edit: Ignore me, this is a feature of HTC_IME mod - though in theory if you could install that without needing root then you would have access to the backup features
astro can only explore SD.
BTW you can use its backup function to save all the apps you have installed. backup apps, not apps data.
in astro go to tools, app manager, backup
Yeah titanium backup is awesome BUT when it comes to restoring its not so good. It takes ages and need to press ok every app we wanna restore. It would be grate if we click once and it will install all of them!
Foka002 said:
Yeah titanium backup is awesome BUT when it comes to restoring its not so good. It takes ages and need to press ok every app we wanna restore. It would be grate if we click once and it will install all of them!
Click to expand...
Click to collapse
Then pay for it. The paid version does precisely that.
(btw, this is NOT my tutorial. this is from a thread from team whiskey's board saved through teh google cache. i am doing a straight copy and paste from that thread. if you have any questions, sorry i can't help you. it was last updated Nov 18, 2010. all i did was add links, otherwise this is unchanged.)
I have seen a lot of questions regarding proper backup techniques and restore techniques when getting ready to flash a new ROM. I know a lot of people see a full wipe update as unnecessary and cumbersome due to data loss, let me tell you though, a full wipe update is the most efficient and least problematic solution for ROM revisions.
This tutorial will help show you that it is indeed quite easy to backup and restore your system (and a lot less time consuming than you may think) prior to and following a new ROM installation.
Step 1 - Pre-requisites:
These are steps or apps that are going to be required to follow this tutorial to it's fullest.
1 - Rom Manager:
2 - Titanium Backup:
3 - Titanium Backup Pro License (unlocking the full featured, much faster version of the program):
Recommended way to go pro!
If you are like me and are unable to purchase the Pro license from the market, or want a streamlined way to have the pro version unlocked every time you flash, visit this site: http://matrixrewriter.com/android/ and select "Just the license $5.99" in the drop down box and follow the directions. You will receive an email from the developer that contains your license file with instructions on how to use it. The upside to this method, and the reason I recommend doing it this way is that when you load a new ROM, you only have to download Titanium backup and it automatically recognizes your pro status. In the case of Team Whiskey ROM's that include Titanium Backup, you have no additional steps to unlock pro, saving you time! Trust me, the Pro version is well worth the 6 bucks!
4 - LauncherPro:
This isn't a requirement per-se. However, using LauncherPro as your launcher creates an easy way to restore your launcher just the way it was before a wipe. LauncherPro is highly customizable and if you take the time to learn it, you will likely come to prefer it. If however you prefer a different launcher you will need to restore your launcher manually.
5 - Backup your contacts to Google: NOTE: Use the same Gmail account you use to log in to the Market with for this step.
This process is actually quite simple and saves some hassle later. You should not have to do this more than once as long as you save new contacts to your Google account. If you already use Google for your contact's you can skip this step.
A: On your phone, open your contacts list.
B: Press Menu > Import/Export > Export to SD card > Ok (Be sure and have an external sd card installed as it will place the file there)
C: Transfer the .vcf file created in step B to your PC
D: Login to your gmail account @ http://www.gmail.com
E: On the left hand side of the screen there is a link labeled: "Contacts", click it.
F: At the top of the screen there is a pull down menu labeled: "More actions", click it and select "import"
G: Click on the "Browse..." button and navigate to where you placed the .vcf file on your PC and select it.
H: Click "Import".
That's it. You have now backed up your contacts to Google's servers. When adding future contacts simply make sure and select Google as your "Save contact to" location to keep this list up to date.
Step 2 - The Backup Plan:
You have seen the Tweet stating that the new Kernel you want to try is almost ready, you saw on the forums that the new ROM is being uploaded and will be ready shortly, you gotta get ready for it!
1 - Create a nandroid backup of your entire system as it is now:
This step isn't really used in restoring your system after a wipe, but it is still essential in case you ever want to revert back to your old setup exactly as it was before the wipe. Please note that this WILL NOT back up your kernel, however, everything else is backed up with this process.
A: Open Rom Manager on your phone.
B: Ensure that you have the Latest Recovery flashed by looking at the top item on the main menu.
C: Click "Backup Current Rom"
D: Rename the file to whatever you like so you can know what the backup is later.
E: Press Ok. (If you are prompted for SU permission, say yes.)
F: Your phone will reboot into Recovery, if it boots into stock recovery (Blue text), press "Reinstall Packages" and the backup should start.
G: Leave your phone alone until the backup completes, interrupting it during this process could brick your phone.
H: When the backup completes your phone will reboot.
That's it. You now have a complete backup of your current system (excluding kernel) stored on your internal sdcard which can be used for restoration if you decide you want to revert back.
2 - Backup your apps and system data via Titanium Backup:
I backup all system data and user apps/data due to some system data being "safe" to restore and can be very convenient should you delete something you shouldn't have.
A: Open Titanium Backup
B: Press Menu > Batch.
C: Press "RUN" next to Backup all user apps + system data (4th item down).
D: Leave the default settings and press "Run the batch operation" at the top of the screen.
E: Allow the backup to run it's course, when it is done, Titanium Backup will go back to the main menu and will notify you that "Batch backup finished" in the notification bar.
Easy as that. All your system data and personal apps/data are now backed up and stored on your phone's internal sd card.
3 - Backup your LauncherPro settings and layout:
A: Press Menu > Preferences > Backup homescreen & settings > Yes
B: It will back everything up and than pop up "Success!" informing you of completion.
Now your Launcher layout and preferences are stored on your internal sd card.
4 - Backup your internal sd card to your pc:
This step is not required, nor do I recommend performing this step before every flash, but it is an important step to do every once in awhile. This will ensure that if you happen to have a mishap during flashing that wipes your internal sd card, you have a backup of your backups!
A: Connect your phone to your PC.
B: Pull down your notification bar and press the "USB connected" notification to mount your phones internal/external sd cards to your PC.
C: Create a folder anywhere you choose and name it whatever you like.
D: Select all the files stored on your internal sd card and copy them to the folder on your PC.
E: Un-mount the phone from your PC.
You have now backed up all your important apps/data and are ready to flash that ROM!
Step 3 - The Restoration:
You got your hands on that new ROM, you flashed it, and are now looking at a barren wasteland of a phone with none of your apps or customization. No worries, you have a plan! (This section is for after you have flashed the ROM and have waited the customary 15 minutes after first boot and than re-booted).
1 - Log in to your Google Account:
The easiest way to do this step is to simply log in to your Market app.
A: Open Android Market
B: Follow the on screen instructions to log in to your Google account.
C: After finishing the log in, allow your phone to sit for around 5 minutes to sync data. During this time, your phone is downloading and updating your contact list among other things.
D: After the waiting period, reboot your phone.
E: Your contact list is now populated with all your contacts, you may want to enter the Contacts app and select: Menu > More > Display Options to set only Google contacts or whatever you like.
Part 1 Complete.
2 - Restore with Titanium Backup:
Part A - Restoring User Apps/data:
A: Open Titanium Backup
B: Press Menu > Batch
C: Scroll down a little until you see the "RUN" in blue.
D: Press the "RUN" button next to: "Restore missing apps with data" (DO NOT RESTORE SYSTEM DATA)
E: All user apps will be selected by default, if you do not wish to include some apps in the restore, un-check them from the list.
D: Press "Run the batch operation" at the top of the screen.
F: Allow the process to complete, at which point you will back at the main screen, immediately proceed to part B:
Part B - Restoring Select System Data:
This step is optional and can create some issues if done incorrectly. (Even if done correctly, it can sometimes cause issues.)
A: From the main screen of Titanium Backup press the button labeled: Backup/Restore at the top of the screen.
B: You will see a list of all the User Apps, System Apps, and System Data that are currently present on your phone. (The bottom of the list will have grayed out and striked items that are representative of data/apps that Titanium has backups of, but are not currently installed on the phone)
C: You will see different colors: RED - System App or Data (You Never want to restore these items); WHITE - User App/Data (These are almost always fine to restore, since they are not system dependent); GREEN - System data that is relatively safe to restore. I cannot say whether all the "Green" items are safe, but the Items I restore after a wipe are:
[BOOKMARKS]Browser - This will restore your bookmarks in the web browser.
[CALENDAR]Calendar Storage - This will restore your calendar appointments if they aren't saved to your Google Calendar.
[USER DICT] - This will restore the user learned words stored in your keyboards.
[SMS/MMS/APN]Dialar Storage & [SMS/MMS PREFS]Messaging - These will restore your messaging settings and conversations.
Wi-Fi Access Points - This will restore your "memorized" Wi-Fi access points, including password and log in credentials.
D: Feel free to play around with these and restore what "green" items you wish. But do so with caution and I recommend doing one at a time to ensure that you don't run into issues. Once you know what one's play nice, it will be a breeze to go through them in the future and restore the ones you want.
E:Restore an item by short pressing it. It will pop up a menu, and you select "Restore".
F: Reboot your phone!
Part 2 Complete.
3 - Restore LauncherPro:
A: From the Home screen press Menu > Preferences > Restore backup > Yes
B: Wait for it to finish.
Part 3 Complete.
At this point, your system should be almost exactly as it was before you flashed your new ROM. There are only a handful of things to do now.
4 - Restore system settings that can't be backed up:
Navigate to the Settings menu and restore any custom settings you may use, some of these settings may be: (I will give examples based on what I usually set, you will know what settings you want to set)
- Wireless and network > Mobile Networks > Network Mode
- Call Settings > All Calls > Call status tones
- Sound > Volume of Media, System, Notification, Ringer
- Sound > Voice and Notification Ringtone
- Sound > Feedback Settings
- Display > Font Style
- Display > Screen timeout
Once done with those minor settings, you're set! This is not an all encompassing tutorial for every program or setting out there, but it should have you back up and running in a system that is close to 100% exactly how you were before the wipe and in very little time (especially once you have some practice!). Hope you find this helpful and if you have any suggestions that or information you think I should add, please feel free to post it or shoot me a PM! (I will be adding pictures for some of these steps at a later date)
Backup and Restore Tutorial
Thank You So Much its really very Helpful and very easy way explained i m really appreciate your efforts and help Thanks
Thanks a lot. This was exactly what I was looking for!
Whoa old thread with old but useful info. However, there are a couple easier ways to do things.
1.
can't you just backup your contacts to google by simply going to contacts > menu > merge with google?
2.
another way to backup user apps with data in case you don't have TB pro is using mybackup root.
it only shows user apps so that makes things a tad easier.
mybackup roots also saves your sms and mms, but it has been glitchy lately because i can't delete those conversations that i restored... not sure why.. it worked before so I say avoid doing that option for now.
3.
they also have the option to backup and restore homescreen for your stock launcher (TW). if you use a different launchers, those usually have that option built in. ICS launchers definitely have those.
4.
MBR also backups settings, but of course only do this if the ROMs are on the same builds.
How long does it take to restore an app with Titanium Backup?
I am trying to restore camera from titanium backup. I did restore app with data. but it seems keep restoring App+Data without ending. how should I do?
Hey Ctkatz,
Thanks for the post. I really appreciate it!
Thanks it answers some of the most common confusions I am sure many others would have including myself.
Sent from my GT-I9100 using xda premium
Must have been very bored that day lol
Sent from my SGH-T989 using xda premium
thanks
Thanks:good::laugh:
hi
I have nova launcher and Titanium Backup ★ root pro.
and I got 2 same model tablets [p6800]
I would like to know how to restore all the widgets on other tablet?
I would like to have 2 tablets as same
You can turn titanium backup into a..zip file that can be flashed along with the new rom.. It's extremely handy because the app is already there after first boot
Sent from my SGH-T989 using xda premium
rymanh said:
You can turn titanium backup into a..zip file that can be flashed along with the new rom.. It's extremely handy because the app is already there after first boot
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
hello. Not reAlly a noob but also not a pro. Can u explain how I can Go about turning my Titanium backup file to a .zip and then flASh to my t999v?
⌣»̶·̵̭̌·̵̭̌✽̤̈̊Ŧђɑ̤̥̈̊п̥̥̲̣̣̣kƨ̣̣̣̇̇̇̇✽̤̈̊·̵̭̌·̵̭̌«̶⌣
done google synch. of calander events but its not restoring all the events.. even titanium backup is not restoring the events as i've moved from ginger bread to jelly bean... please help !!!
ashburton said:
hello. Not reAlly a noob but also not a pro. Can u explain how I can Go about turning my Titanium backup file to a .zip and then flASh to my t999v?
⌣»̶·̵̭̌·̵̭̌✽̤̈̊Ŧђɑ̤̥̈̊п̥̥̲̣̣̣kƨ̣̣̣̇̇̇̇✽̤̈̊·̵̭̌·̵̭̌«̶⌣
Click to expand...
Click to collapse
Hey sorry it took soo long to reply.. If you have the pro version. Press munu and scroll down and select "create update zip" then follow the directions.. I hope I was still able to help you
Problems!!!
Thank You So Much its really very Helpful but is not working!
After an update for my Samsung GT9100 Sii (ICS 4.0.1 -> 4.0.4) i needed again root access. So did that as i did before en after that all most all my app's where gone ...
I reinstalled titanium and followed your instructions ... and now i comes ...
2 - Restore with Titanium Backup:
Part A - Restoring User Apps/data:
A: Open Titanium Backup
B: Press Menu > Batch
C: Scroll down a little until you see the "RUN" in blue.
D: Press the "RUN" button next to: "Restore missing apps with data" (DO NOT RESTORE SYSTEM DATA)
E: All user apps will be selected by default, if you do not wish to include some apps in the restore, un-check them from the list.
D: Press "Run the batch operation" at the top of the screen.
F: Allow the process to complete ... restoring 0/348 app's ... nothing happens?
What is going wrong?
Can somebody help me?
Would it be better to reset my to de factory setting and then restoring ... i don't know anymore ... tried everyting
Tnx.
improper explanation
nobody explains anything well on this site.
azidogen said:
nobody explains anything well on this site.
Click to expand...
Click to collapse
Others and I understand just fine, maybe it's not the explanation that's not well.
if i am going from omega 7.3 to 8 in note 2 i have back app + system data in 7.3 and now in 8 how to actually restore everything? i dont really under this thread and the wiki. i know red is system file, green is app. but can i restore everything one shot or ?
shawnhalu said:
if i am going from omega 7.3 to 8 in note 2 i have back app + system data in 7.3 and now in 8 how to actually restore everything? i dont really under this thread and the wiki. i know red is system file, green is app. but can i restore everything one shot or ?
Click to expand...
Click to collapse
No. Don't restore system data or app data. It causes issues.
Sent from my SAMSUNG-SGH-T989 using xda premium
sirdowski said:
No. Don't restore system data or app data. It causes issues.
Sent from my SAMSUNG-SGH-T989 using xda premium
Click to expand...
Click to collapse
thats mean when i click the batch restore -> run -> ONLY check those white, green color? all red color uncheck?
ps. how can i restore the folder and grouping of apps when in previous rom i already move properly and backup. coz i dont know what path it is under.
I have the premium version of Titanium Backup which I have been using for over a year with much success.
I have one query which would make it really awesome if it can be accomplished.
I normally only use it when doing a ROM upgrade. When I am getting ready to upgrade, I delete all my old backups, do a new set of backups on all user apps + system data, and wipe and flash the ROM. Then, when I'm back inside, I go into the Market and download Titanium plus the Pro unlock, and restore the backup.
(First of all, is this what you guys do? restoring all system data shouldn't screw up the features of the new ROM from the old one, right?)
The question is: Is there any way to have Titanium run without having to first go into the Market, find the app plus the unlock, download it, and install it? i.e. If I could just run it straight off the SD card, or install it straight off the SD card without having to use the Market.
Ideally, it would be even better if I could have a startup script on first run where it just restores the full set of apps + system data after I've flashed the ROM.
Is this at all possible?
download or extract from a rom the titanium.apk, put it on sd-card an install the apk after flashing new rom and it´s done.
Ozzah said:
I have the premium version of Titanium Backup which I have been using for over a year with much success.
I have one query which would make it really awesome if it can be accomplished.
I normally only use it when doing a ROM upgrade. When I am getting ready to upgrade, I delete all my old backups, do a new set of backups on all user apps + system data, and wipe and flash the ROM. Then, when I'm back inside, I go into the Market and download Titanium plus the Pro unlock, and restore the backup.
(First of all, is this what you guys do? restoring all system data shouldn't screw up the features of the new ROM from the old one, right?)
The question is: Is there any way to have Titanium run without having to first go into the Market, find the app plus the unlock, download it, and install it? i.e. If I could just run it straight off the SD card, or install it straight off the SD card without having to use the Market.
Ideally, it would be even better if I could have a startup script on first run where it just restores the full set of apps + system data after I've flashed the ROM.
Is this at all possible?
Click to expand...
Click to collapse
Never restore system data as it can and has causes issues. It is only advised to restore user apps and data never system data.
As for your other question no not that I know of. Most roms worth anything already include TIBU so all you have to do is install the pro key and run it.
Start Titanium backup
Goto menu/more/create update>zip
scroll down and hit "create update.zip"
when you install a new Rom just use "add another zip" when in Rom manager or 4EXT recovery
Goto SD card and select "update.zip" from root of SD card
Hope that helps
alchopop said:
Start Titanium backup
Goto menu/more/create update>zip
scroll down and hit "create update.zip"
Click to expand...
Click to collapse
Thanks, that's great!
Do you know if it is smart enough to bundle the Pro unlock into the update.zip? I opened the zip file up and there only appears to be 1 APK in there.
Would it be difficult (or even possible?) to manually adjust the update.zip so that it includes the Pro unlock APK?
Ozzah said:
Thanks, that's great!
Do you know if it is smart enough to bundle the Pro unlock into the update.zip? I opened the zip file up and there only appears to be 1 APK in there.
Would it be difficult (or even possible?) to manually adjust the update.zip so that it includes the Pro unlock APK?
Click to expand...
Click to collapse
Pro unlock is stored on the SD card, no need to worry about it
Sent from my Desire HD using xda premium
restoring
So I'm returning my nexus for a replacement today. Some kind of battery issue that makes it keep turning off every night:
http://forum.xda-developers.com/showthread.php?p=34923533#post34923533
On restoring, if I understand right, I'm going to move my titanium folder back to the new nexus to the SD card area.
Run my TiBU apk and just restore my apps and associated files.
If I understand right, I Should Not restore my system files right? (Although i did a lot of customizing i was hoping could come right over).
Then when i have it all customized again, I'll back up the new system and hopefully it won't have any issues anymore.
Just an android noob talking it through, sound good?
I'll be installing the rom and CM10 again of course before doing this.
zelendel said:
Never restore system data as it can and has causes issues. It is only advised to restore user apps and data never system data.
Click to expand...
Click to collapse
Sorry, i take this opportunity to ask a question i had in mind for a long time: what exactly do you mean by "system data"?
I mean, can i restore stuff like "Settings", or "Wireless network", "Bluetooth associations", "SMS", "Wallpaper" and stuff like this? Is really annoying to have to re-customize from scratch the CyanogenMod settings and similar stuff, everytime i do a full wipe...
sberla54 said:
Sorry, i take this opportunity to ask a question i had in mind for a long time: what exactly do you mean by "system data"?
I mean, can i restore stuff like "Settings", or "Wireless network", "Bluetooth associations", "SMS", "Wallpaper" and stuff like this? Is really annoying to have to re-customize from scratch the CyanogenMod settings and similar stuff, everytime i do a full wipe...
Click to expand...
Click to collapse
You can restore these, they're not system level files (i.e. make the system run)
GuyInTheCorner said:
You can restore these, they're not system level files (i.e. make the system run)
Click to expand...
Click to collapse
Thank you!
So....what's the stuff i DON'T have to restore, because messes up my system?
sberla54 said:
Thank you!
So....what's the stuff i DON'T have to restore, because messes up my system?
Click to expand...
Click to collapse
Do not restore data from SYSTEM apps.
dalanik said:
Do not restore data from SYSTEM apps.
Click to expand...
Click to collapse
Could you tell me a couple of examples?
I'm sorry but i really can't figure out which ones are the system apps. In my opinion, even Settings and Wireless networks are system apps.
Do you mean all the services, frameworks, sms and contacts apps and stuff like this?
sberla54 said:
Could you tell me a couple of examples?
I'm sorry but i really can't figure out which ones are the system apps. In my opinion, even Settings and Wireless networks are system apps.
Do you mean all the services, frameworks, sms and contacts apps and stuff like this?
Click to expand...
Click to collapse
I think he's talking about app names that are red-colored while you're doing the backup in Titanium BackUp.
Am I right?
Cheers
Please delete
So all the tutorials I see say to use "menu>batch" to backup user apps/data, but there is NO BATCH!! I ran backup and it just put a bunch of gz/tar files in a directory!!! So now after I've already updated ROM to JB, TB is not allowing me to restore these files.....or am I missing how to do this?? Why is this app so damn hard to find stuff? Is there any way to restore my stuff or I will have to revert to nandroid backup and use TB again??
BTW, i'm on version 5.4.2.2 pro version
Thanks,
Click the icon in the upper-right with the check mark to get to batch operations.
And those tar.gz files are your backups.
The batch button is on the upper right corner.
And yes TB does compress the back ups.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
ballgum said:
So all the tutorials I see say to use "menu>batch" to backup user apps/data, but there is NO BATCH!! I ran backup and it just put a bunch of gz/tar files in a directory!!! So now after I've already updated ROM to JB, TB is not allowing me to restore these files.....or am I missing how to do this?? Why is this app so damn hard to find stuff? Is there any way to restore my stuff or I will have to revert to nandroid backup and use TB again??
BTW, i'm on version 5.4.2.2 pro version
Thanks,
Click to expand...
Click to collapse
Your question is a mess. Your thread title is "how to backup" and your jumbled post is about "how to restore".
In any case, whatever tutorials you're reading are outdated, as TiBu hasn't used a "batch" ever since the ICS version switched to using the Action Bar.
So, to simplify TiBu for you:
1) touch the the little checkmark icon the upperright corner of TiBu
2) Backup your apps and data; not system data
3) Restore later
Easy.
All the rest of the TiBu stuff is for people who aren't afraid to figure it out and/or read their FAQ (no offense)
So I've checked everything in the app.... including the mentioned "check mark" button before posting here. It is not showing any of my backup apps. I've gone into prefs and verified the backup/restore directory. When I go to that directory i see everything but when I go to batch upper right button none of the options show my apps. It only shows the NEW apps on the NEW rom and no options to restore my previous 33 user apps.
Am I missing something here or is it just not working
Sorry about the hasty confusing post...
Open TiBu
Menu/preferences/back up folder location> whole device
it will search your entire phone fit a back up folder
mrhaley30705 said:
Open TiBu
Menu/preferences/back up folder location> whole device
it will search your entire phone fit a back up folder
Click to expand...
Click to collapse
I did that and I already had the location correct /storage/sdcard0/TitaniumBackup ...... 48 backups.
When I do what you say and do "whole device" it reloads the TB app data. Then I go into batch options and it still doesn't show my backups...
Any ideas? I will try to get screenshots, i'm not sure how on JB yet
Clear data to set everything to default then set the backup directory again and restart the app (or the phone) This fixed it for me.
Sent from my SGH-I747 using xda premium
Question, after running TiBu, and if I need to restore my phone to factory (w/ root). To restore my apps etc, I need to reinstall TiBu and run the restore?
Obsessive said:
Question, after running TiBu, and if I need to restore my phone to factory (w/ root). To restore my apps etc, I need to reinstall TiBu and run the restore?
Click to expand...
Click to collapse
Yes.
If you bought Pro, install free version first, then pro.
Any one use a backup app that works on this device?
Long time titanium backup user. Restored apps don't seem to work.
I swear lineage su don't quite work right on this device. "ES file Exporer Files manager" root option don't work to.
I love changing Roms but hate having to setup/login on all my apps every time
While we are on the topic why the hell dose google have an option to backup apps if it's not going to save the data as well. Total a waste of google drive storage. Might as well just save links to the apps on the store and restore that way.
Make sure you remount data and system folders r/w before backing up
Try this
Download total commander from playstore
Open app
Click 3 dots on top right & select configure
Scroll to bottom & select root function everywhere
Go back to folder selection screen
Click the icon on bottom right that has two squares and two arrows at diagonals to each other
A menu will pop up with and icon with an R and an icon with a plus sign
Goto the root of your phone
Grant superuser access
Press the R icon
It will change to rw
Goto data & system folders & make sure the icon remains rw
If it changes to R just press it so it becomes rw
Now that you remounted data and system as rw you should be able to access these from other apps
You will need to repeat if you restart phone
TheFixItMan said:
Make sure you remount data and system folders r/w before backing up
Try this
Download total commander from playstore
Open app
Click 3 dots on top right & select configure
Scroll to bottom & select root function everywhere
Go back to folder selection screen
Click the icon on bottom right that has two squares and two arrows at diagonals to each other
A menu will pop up with and icon with an R and an icon with a plus sign
Goto the root of your phone
Grant superuser access
Press the R icon
It will change to rw
Goto data & system folders & make sure the icon remains rw
If it changes to R just press it so it becomes rw
Now that you remounted data and system as rw you should be able to access these from other apps
You will need to repeat if you restart phone
Click to expand...
Click to collapse
Never thought of of remounting as RW as titanium backup dose this on the fly. But going to give it ago. I'm not switching any more till I get this working. I'm getting close to just restoring the phone, locking the bootloader and sending it back to amazon
TheFixItMan said:
Make sure you remount data and system folders r/w before backing up
Try this
Download total commander from playstore
Open app
Click 3 dots on top right & select configure
Scroll to bottom & select root function everywhere
Go back to folder selection screen
Click the icon on bottom right that has two squares and two arrows at diagonals to each other
A menu will pop up with and icon with an R and an icon with a plus sign
Goto the root of your phone
Grant superuser access
Press the R icon
It will change to rw
Goto data & system folders & make sure the icon remains rw
If it changes to R just press it so it becomes rw
Now that you remounted data and system as rw you should be able to access these from other apps
You will need to repeat if you restart phone
Click to expand...
Click to collapse
wondering if that would be an option for me but first i want to describe my situation:
(i hope its ok that i use this Thread, maybe a "Titanium Backup for Moto G5" -Thread would be have been ok? or maybe a Thread called "transfer user apps + system data from moto g3 to moto g5"? tho i dont even know what system data would help me transferring them...)
Well hello,
i want to switch from my rooted Moto G3(CM13.0/Android 6.0.1) to my new Moto G5(LineageOS 15.1/ Android 8.1.0) which i think is also rooted since i installed Magisk v16.0. In this process i want to import the following data from the G3 to the G5:
First of all the App "acalendar"(as most important). Secondly my 276 contacts. Thirdly maybe the SMS would still be cool to transfer.
The rest would just be optional since i use imap on my mail programs and telegram will be fine. Codecheck, with the pastly checked articles, would be fun to see being transferred.
With Titanium Backup I did on my G3 a Backup all user apps+ system data" and copied from my sd card the data to my G5 SD Card already. Because i am scared i do something wrong i didnt restore files yet due to my considerations:
1) Titanium Start Page shows the following:
Root access: ok
HyperShell(FAST!): YES
Fast/Auto app install: NO(HyperShell needed)
backup directory: ok
- i am about to try SuperSU in order to get HyperShell going or wouldnt that be necassary?
2) can the different OS(export/import, respective backup/restore) be a problem? does that work at all over 2 different devies?
3) my G3 has a lot outdated apps and for my G5 i got the newest ones (e.g. acalendar v.1.8.4 on G3, towards G5's acalendar v.1.17.2)- i am curious if that turns into a problem.
4) system data required at all? and is that even possible between two different devices/ OS?
now i wonder whats the proper go on procession.
Would i just be able to restore (the G3 titaniums' data copied to G5's SD Card) ?
Techcri said:
wondering if that would be an option for me but first i want to describe my situation:
(i hope its ok that i use this Thread, maybe a "Titanium Backup for Moto G5" -Thread would be have been ok? or maybe a Thread called "transfer user apps + system data from moto g3 to moto g5"? tho i dont even know what system data would help me transferring them...)
Well hello,
i want to switch from my rooted Moto G3(CM13.0/Android 6.0.1) to my new Moto G5(LineageOS 15.1/ Android 8.1.0) which i think is also rooted since i installed Magisk v16.0. In this process i want to import the following data from the G3 to the G5:
First of all the App "acalendar"(as most important). Secondly my 276 contacts. Thirdly maybe the SMS would still be cool to transfer.
The rest would just be optional since i use imap on my mail programs and telegram will be fine. Codecheck, with the pastly checked articles, would be fun to see being transferred.
With Titanium Backup I did on my G3 a Backup all user apps+ system data" and copied from my sd card the data to my G5 SD Card already. Because i am scared i do something wrong i didnt restore files yet due to my considerations:
Click to expand...
Click to collapse
1) Titanium Start Page shows the following:
Root access: ok
HyperShell(FAST!): YES
Fast/Auto app install: NO(HyperShell needed)
backup directory: ok
- i am about to try SuperSU in order to get HyperShell going or wouldnt that be necassary?
Click to expand...
Click to collapse
I believe to use the fast/auto app install option you need the premium version of the app
Don't forget you also need to install busybox
2) can the different OS(export/import, respective backup/restore) be a problem? does that work at all over 2 different devies?
Click to expand...
Click to collapse
In theory yes but never restore system apps from one rom to another
3) my G3 has a lot outdated apps and for my G5 i got the newest ones (e.g. acalendar v.1.8.4 on G3, towards G5's acalendar v.1.17.2)- i am curious if that turns into a problem.
Click to expand...
Click to collapse
You can always install the newest app from the playstore and then only restore data from your backup
4) system data required at all? and is that even possible between two different devices/ OS?
Click to expand...
Click to collapse
Never restore system apps between roms
now i wonder whats the proper go on procession.
Would i just be able to restore (the G3 titaniums' data copied to G5's SD Card) ?
Click to expand...
Click to collapse
yes in theory
It maybe easier to see if the app itself you want to restore has its own backup option
For example all google apps back up their data so when you sign in on a new device you can restore and sync your data eg contacts google calendar etc
When it comes to sms - get an app called sms backup and restore - this backups up sms to an xml file or something similar and then transfer this to the other phone then you use the app to restore
TheFixItMan said:
I believe to use the fast/auto app install option you need the premium version of the app
Click to expand...
Click to collapse
on my G3 i have "fast/auto app install: YES" with no premium.
but ok, you say its not necassarly required for backup/ restore use of titanium backup?
Don't forget you also need to install busybox
Click to expand...
Click to collapse
thx, i didnt know that:silly:
In theory yes but never restore system apps from one rom to another
Click to expand...
Click to collapse
Never restore system apps between roms
Click to expand...
Click to collapse
i heard about it but yea, thx for the double remind!:good:
You can always install the newest app from the playstore and then only restore data from your backup
Click to expand...
Click to collapse
i dont use gapps, any google stuff. thats why things prolly turn a bit more complicated for me but its something i see as a challange
so yea, the apk sites are my home:fingers-crossed:
For example all google apps back up their data so when you sign in on a new device you can restore and sync your data eg contacts google calendar etc
Click to expand...
Click to collapse
so yea also, i dont sign in such accounts which makes it not so "user-friendly"
It maybe easier to see if the app itself you want to restore has its own backup option
Click to expand...
Click to collapse
good idea, i will look for that tho i try first with titanium backup i guess
When it comes to sms - get an app called sms backup and restore - this backups up sms to an xml file or something similar and then transfer this to the other phone then you use the app to restore
Click to expand...
Click to collapse
also the SMS i try first with titanium backup cause i always try to install as few apps as possible but thx for the advice.
curious also if the titanium restore will work on my contact list which is beside the acalendar app the most important 2 things for me.
---------- Post added at 07:06 PM ---------- Previous post was at 06:58 PM ----------
is there a [GUIDE] for titanium backup? (i searched and searched but didnt find one)
cause one tiny reason besides the other plenty ones is that idont understand why i needed now busybox
also to see behind TB it would be cool to read everything from the beginning...
---------- Post added at 07:33 PM ---------- Previous post was at 07:06 PM ----------
feel like describing all now step-by-step what i am doing (while i want to restore user- data on my G5 from my G3)
(and i am scared of breaking something ...)
anyway, opening titanium backup
going to Batch actions - ALL
pressing RUN , under backup all user apps+system apps(i know i shall not transfer system apps between ROMs!)
so i "DESELECT ALL"
and enable the following (which i think i need):
1) <app>aCalendar 1.8.4 [white highlighted by TB]
2)<app>Codecheck 3.6.2-168(i am a bio guy:laugh: ) [white highlighted by TB]
3) Contacts Storage 6.0.1 (CONTACTS/CALLS) [green highlighted by TB]
4) Phone and Messaging Storage 6.0.1 (SMS/ MMS/ APN) [green highlighted by TB]
5) Wi-Fi Access Points [green highlighted by TB], tho wouldnt need that so badly but its nice if it works
so i wonder whats the matter with the white, green, yellow and red highlighted elements/ am i running towards a problem with system data here?
did i select now system apps?
it seems that white elements are apps i installed myself
and the stuff i need is all green.. so am i good to go there?
Next step is to transfer the 2 datas for each element, e.g. aCalendar with
org.withouthat.acalendar-20180324-010636.properties
and
org.telegram.messenger-20180324-010640.tar-gz
from my G3 to my G5 SD Card
then i will be curious if i can restore the "user" -data( where would the path be anyway? - but i think i will find it somehow)
will i need to install the aCalendar app myself before? -what happens if i restore data for an app i dont have
thats the little sum questions that keep me busy and i wish i had a [GUIDE] titanium Backup to give it a try to understand it in a whole.
happy about every input i can get here :cyclops:
---------- Post added at 07:40 PM ---------- Previous post was at 07:33 PM ----------
just saw a Contacts 6.0.1
which i would add as 6) element to restore
but i spare that for now since its [red highlighted by TB]
-maybe that means it is a system data?
<<<<<<which i shouldnt restore over different ROMs>>>>>>>
---------- Post added at 08:17 PM ---------- Previous post was at 07:40 PM ----------
So i started now on my G5 ( - new installed LineageOS 15.1 + Magisk, included titanium backup+ busybox - ) titanium backup,
i had no other app installed yet and was curious which restore options TB would give me.
( the backup data i had to copy in the internal storage in the TB folder. Restoring from SD card if its possible at all requires to change settings)
So at first only the following showed the " 1 backup " massage:
- Contact storage 8.1.0 (COntacts/CAlls)
- Phone and Messaging...1.0 (SMS/MNS/AON)
- Wi-Fi Access Point
<didnt try restore yet>
And after i installed aCalendar
It was added on the restore list with the " 1 backup " message
And thats what i tried to restore first.
Unfortunatly my old and my future entrances werent added in the aCalendar APP..
Heeeeelp!
in TB, restoring aCalendar 1.8.4
was the mistake!!
there is the element "calendar storage 6.0.1 (CALENDAR) [green highlighted by TB]
once i installed the new app i was able to restore the element and all my past and future entrances were added! Yipie!
[in TB it was interesting to see how easy and smooth it works.. even if you restored something wrong you could just wipe it and the app worked again:good:]
and for the contatcs, very easy, i imported a .vcf data and import.
the SMS i spare for now but TheFixItMan gave an app for that.