I just got a Nexus 6 and i'm trying to restore some apps I have backed up from my LG G3. I copied the backups into the Nexus 6\Internal storage\Titanium folder. When I opened Titanium Backup and went to preferences and chose the backup folder, I pointed it to the /sdcard/Titanium folder and it showed 339 backups. I started restoring a bunch of them (over 100) and it restored some, but then stopped and said restore complete with like 60 errors. Now if I open Titanium Backup it doesn't show any backups available to restore and if I go to the preferences and choose the backup folder, it says "This folder is empty" on the same folder. Opening it on my PC shows that the files are still there.
I've tried:
Restarting the app
Force closing the app
Clearing cache and data
Uninstalling and reinstalling the app
Any ideas?
While this has nothing to do with the nexus 6 (also, it should be in Q&A), i will answer it.
You have to go to the menu, then prefrences. Click on backup folder location, then press detect. It should find the location of your TitaniumBackup folder automatically, then click use current folder and it should restart after that.
Tell me if it works
Had this problem many times, especially when changing devices. Sometimes changing app processing mode from direct to indirect resolved hanging issues for me. You can find it in preferences.
XabdullahX:
That was the first thing I tried (should have put that in the list of things I tried). Titanium Backup can't find it.
killall:
That didn't work either.
The strange thing is even if I use a file explorer to go to the folder, I don't see my backup files. It's like they're not anywhere on the device. But if I connect it to my computer, I can see them all right there, all 1000+ files.
Whoa this is actually a bigger issue than just TIBu failling.
A ton of things are on one view but not another. I see files/folders through the android file explorer that i don't see on my pc, and I see files/folders on my pc that i don't see on my android.
What's going on?
Related
How does this work? I have a full Titanium Backup and I remove a few Apps if I do Full backup again will my Removed Apps be totally gone in the Backup Folder or are they still there from Original Backup? If they are still in the Backup is there a way to get them out so if I need to restore the Removed Apps don't reappear on my phone?
Thanks
They will remain there.
To remove them you can either scroll to the bottom in Backup/Restore and select each one then hit "Delete" or Menu->Batch->"Delete backups for un-installed apps" then Menu->Refresh apps list
To batch restore apps without restoring specific ones Menu->Batch->"Restore all apps with data" then uncheck the apps you don't want to restore, and begin.
RonH54 said:
How does this work? I have a full Titanium Backup and I remove a few Apps if I do Full backup again will my Removed Apps be totally gone in the Backup Folder or are they still there from Original Backup? If they are still in the Backup is there a way to get them out so if I need to restore the Removed Apps don't reappear on my phone?
Thanks
Click to expand...
Click to collapse
To MAKE SURE they are still there you need to HIT the menu button once you have opened up Titanium Backup, then HIT Preferences, scroll down to MAX BACKUP and change it from the default (1) to whatever hou want/need. I have mine set to three. This way it can save older versions of the appear. I have found that on occasion the newer version of apps sometimes have an issue so I go and use the previous version saved. This will also keep your uninstalled appear at the bottom with a line through them. You can usually just click on the lined through app and hit restore. Then choose either app or app+data. Also I would HIGHLY RECOMMEND the paid version. It will do the batch restore with one click of the restore appear+data. The free version will also batch restore them all but it goes through each app and you have to say okay each time for each app. Specially if you start trying out different rims every couple days like a lot of us do. Also the paid version (not sure.of the free version) let's you back it up to the external sd card. You just go to preferences, backup folder name, then type in external_sd/ in front of the TitaniumBackup that is already there and it will automatically change it to mnt/sdcard/external_sd/TitaniumBackup.
JUST MAKE SURE whenever you restore NEVER choose to restore system app and data. ONLY restore app+data or you will end up with force closes.
Sent from MY Perception 10.2 Darkness 2.5, Glitterballs v.4 1280 Oc/Uv, UGJL2 MODEM on XDA App
I do not have the paid version but I have a question about the free version. After I backup all the apps and system data, I removed a system application such as "My Files" which didn't cause any problems. If I try to click on the backed up (crossed off in TB) to restore it, I do not have the option to restore.
Is this normal or should I be able to restore a system application that I have backed up?
I've never restored a system app, and maybe that's a paid feature. If there isn't a simpler method, it's pretty easy to copy back in if you're running a custom rom.
Open the customrom.zip, copy system/apps/MyFiles.apk from it and put it in /system/app on the phone.
There are around 50 way to do that. Via USB copy the file to the phone and then use Root Explorer to copy it from /sdcard to /system/apps for example. If you don't see it again in the apps folder, reboot.
I never thought to open the custom rom zip file. thank you!
A tangential question
I've done the TiBu backup but don't see quickoffice in the backup file. Does anyone know why?
i recently lost my nexus one but i had a backup folder for titanium backup in my pc
now i just bought a captivate and when i try to restore my msgs ,it says tht restore complete, it shows nohting ie no msgs are restored
when i c the backup , it shows the data is there and wht time it was backed up last
how can i restore my msgs now ?
they just dont show up
rom : cognition 4.1.1
kernel : speedmods
You won't be able to restore system settings/data. Only app data.
^
y is tht , cause its a new phone or wht ?
cause i used to restore alot with the n1 and my spica , and i think i transfered the msgs from 1 to the other btwn them
okay
if its cause if the different roms then can i do this ?
i had cyanogen rom on my nexus when i made tht backup
now if i put cm7 on the captivate , and restore the msgs
is there any software tht can help me restore the msgs on any other rom , after i shift from cm7 ??
PS - i have never really had to go to a different rom on the nexus 1 , i always had the cm rom , so dont know much
System data is specific to a particular phone and ROM. Restoring it, even if it is the same phone and ROM version, has been known to cause problems (app and/or system FCs). Since that backup was made on a different phone, the system aspect of it is useless and even some of your restored apps may not work.
It's actually because the location of the sms database is in a different spot on the galaxy s line, so I'm sure TB restored it to the same spot as on the N1, which is the wrong spot on the Galaxy S/Captivate. You can maybe try moving the database over yourself with adb, though I'd back up your current database first..
The sms/mms database on the nexus one is located at:
/data/data/com.android.providers.telephony/databases/mmssms.db
On the Galaxy S it is in:
/dbdata/databases/com.android.providers.telephony/mmssms.db
What you would want to do is take a backup of your mmssms.db in /dbdata/..., move your old n1 database over to /dbdata/... from /data/data/... (overwriting the existing one) and then restarting your phone.
Titanium Backup restore after ROM install
I am having restore issues and would appreciate some help.
I installed Cognition 4.1.1 on my Captivate. First time through I did Ti Backup "Backup all user apps + system data", moved the Titanium Backup directory to my PC, ran Odin to restore I897UCJF6, but then couldn't do a Master clear due to PC connection difficulties. I continued without a Master Clear and was eventually successful. I restored my apps after installation with TiB "Restore Missing Apps with Data".
Not doing a Master Clear was tormenting me so I did the installation all over again, this time without doing the TiB backup again as I still had the first backup folder on my PC. I found the phone number for the Master Clear and did that in lieu of Odin Master Clear. It all worked...but
...now when I copy my Titanium Backup folder from my PC back to my phone and open TiB, it doesn't see and backups. I have two files in my /mnt/sdcard/TitaniumBackup directory...
TitaniumBackup_latest.apk 1.82 MB, and
TitaniumBackup.apk 1.73 MB.
When I install TiB from the Market, it is version 3.7.4. The first file appears to be the 3.7.2 app and the second is the 3.6.8 app.
Hope I didn't leave anything out. WHERE'S MY STUFF???
Your TitaniumBackup folder shouldn't only have those two backups. Those are just the install files for the Titanium Backup app itself. It should typically have EVERY app/data file inside that folder. (I have 756 files in my TitaniumBackup folder).
Go to the folder copy you left on your computer and see if the files are still there... If not, you're in bad luck I'm afraid.
Ah! I looked around and indeed found the "real" location I had used. I was looking in the folder where I had downloaded the app. The real location has lots of files. I will try again. Thanks for your help.
hey guys i'm a noob for sure but i just flashed cognition 4.5.3 to my captivate and it works great. the problem is when i pulled the titanium file from my pc back to the sd and hit batch restore it never loaded my apps and all my important data. i'm looking directly at the file and the info and nothing! i rebooted afterwards also. i have read all over different types of forums for my certain issue and i didn't find my certain situation. please help! thanks ahead of time guys.
Go into preferences and make sure your restoring from the correct folder. Also make sure you select refresh apps list. I went through what I think is the same issue when I took my tibu from my pc and put it on a new phone. Btw, to avoid getting any crap from members, you should post questions in the Q&A forum next time. Just a heads up.
Sent from my SGH-I897 using XDA App
info is key to assistance. without real info, nobody can help as we are all stabbing in the dark
what FILE?
titanium backups are located within a FOLDER
did you name the TITANIUM BACKUP folder different when it was on your PC?
when you moved it back you didnt move that folder INSIDE another TITANIUM BACKUP folder did you?
knowing the difference between a FILE and a FOLDER is key here.....
Some apps won't be restored unless you reboot. Try that first.
i went to preferences and it recognized there was 2 files in my tibu. i chose the one that was on my external sd.i went back into tibu and went to batch restore all apps and data and the apps and data were from my newest backup done after i installed cognition. now when i go into my files it doesn't even show any data at all.it says no files on my external. i don't understand. all my pictures,movies,music,and all my backup data was on there. i have rebooted i've went into recovery looking to install packages like on the original captivate os but the cognition menu is a little different and i don't want to hit the wrong thing in the menu because i'm new to all of this.
ok guys i just wanted to say first and foremost, thank you for the help and advice. secondly i would like to say i feel like an idiot. i went back into tibu and hit restore apps and at the bottom of the page there was all my apps and missing data crossed out. i went back in and deleted the other 2 tibu folders i had( 1 in the internal sd and the other in the ext. sd). i restored all missing apps and data and made a completely new restore file. i will make a new folder on the pc tonight and put that one on there. thanks again!
Tried to view one of my contacts and got a FC on Contacts Storage (motorola.blur.providers.contacts). Do not know whether this has ever worked. Have had this Bionic for a couple days and froze a bunch of Motorola ****. The list isn't very long and I can provide that if necessary, but I'm just assuming this is what has caused my Contacts issue.
On to the actual issue, I uninstalled Contacts Storage (using Titanium Backup) and was going to reinstall it from the backup, but TB just hangs.
Tried all three different "App Processing modes" in TB and it hangs on restore regardless of this setting.
Extracted the apk out of Titanium Backup folder and tried to run it manually and it won't go (using ES File Explorer, mounted System as R/W).
Tried moving it to /system/app/ and running it (still mounted R/W) and it fails.
Will restoring ONLY "System" fix my problem and not delete all my other data that I've been busy setting up? Is there even a way to restore only System, using that FXZ?
If I can just chill and not worry about it until they come out with Clockworkmod Recovery, how do I make a flashable zip with just Contacts Storage in it?
Edit: Tried installing with adb and it fails with Failure [INSTALL_FAILED_DEXOPT]. I see other apps in the /system/app folder have .odex files with them. Am I just missing this one for the contacts (did it get removed by TB?)?
Edit: Got the .odex file from here and it still fails trying to install via Root Explorer.
Edit: Installation via adb with NO switches fails with Failure [INSTALL_FAILED_SHARED_USER_INCOMPATIBLE]
Installation via adb with /l switch to Forward Lock it fails with Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
That Forward Lock one was a little past my point of not knowing what the hell I'm doing, so I will just chill and wait for a response. Thanks!
Edit: FXZ'd back to stock, installed CWM Recovery, backed up, restored Data only from the damaged instance via CWM Recovery, wiped cache. Everything is great and I didn't lose any data! Just had to get a fresh /system/ in there...
Trying to restore titanium backup of downloaded apps and settings from another device. Apps restore properly but none of the settings do (game scores, etc.)
I have never had a problem restoring to other devices. Is there anything I have to do to fix this?
Dmore rom, semaphore kernel
Had the same problem at one point, tried fixing it but didn't know what to do and nothing seemed to make any difference. And then suddenly one day it was working again.
The only difference i can think of is I updated titanium backup. try that.
If that doesn't work try uninstalling it and reinstalling it (copy the titanium backup folder on your sd card onto your computer just in case it gets deleted, don't think it should.)
Other than that google the problem (Titanium backup wont restore apps - google search), there are ton of similar situations, there's probably an answer out there already that'll work for you
Zorigo said:
Had the same problem at one point, tried fixing it but didn't know what to do and nothing seemed to make any difference. And then suddenly one day it was working again.
The only difference i can think of is I updated titanium backup. try that.
If that doesn't work try uninstalling it and reinstalling it (copy the titanium backup folder on your sd card onto your computer just in case it gets deleted, don't think it should.)
Other than that google the problem (Titanium backup wont restore apps - google search), there are ton of similar situations, there's probably an answer out there already that'll work for you
Click to expand...
Click to collapse
I'm on version 5 so that should be fine. and thanks for the link, although I did not find why data is not being restored.
Strange thing is that data from ONE app was restored but not others. After seeing that I remade the backup but the same thing happened. I wonder if its where the i9000 stores the data of backups is the issue
No other ideas? No one has had this happen?
I've been looking for a solution for two nights, this hasn't happened to anyone?
Sent from my MB860 using XDA
Go into options of titanium and make sure you have backup external data to always. I run a restore this morning because I was switching ROMs and everything worked fine.
domdomrys said:
Go into options of titanium and make sure you have backup external data to always. I run a restore this morning because I was switching ROMs and everything worked fine.
Click to expand...
Click to collapse
Tried it, didnt work. This is frustrating
Sent from my MB860 using XDA
In advanced, there is something to do with sym link. Check that. Try again. Some roms use that.
domdomrys said:
In advanced, there is something to do with sym link. Check that. Try again. Some roms use that.
Click to expand...
Click to collapse
I Have been doing that too
Sent from my MB860 using XDA
Restore manually. When you go to the folder with all the backups, there should be a bunch of .tar and other files. Just install the apks on the other phone and manually restore the data in the .tars
domdomrys said:
Restore manually. When you go to the folder with all the backups, there should be a bunch of .tar and other files. Just install the apks on the other phone and manually restore the data in the .tars
Click to expand...
Click to collapse
I see the tars, and in each tar there is a data folder, another data folder inside, and then the .com folders. what do i restore and where do I put it?
for example, in the AKnotepad .com folder there are these folders:
app_sslcache
databases
shared_prefs
some apps also have a files folder inside the .com
I can just place them using ES file browser with root browsing method on the phone, just am not sure where.
When O had a look into my backups, that had data folders in them. Go on your old phone and see where the files in data folders go. Most go to /data/data. I recommend Root Explorer.
domdomrys said:
When O had a look into my backups, that had data folders in them. Go on your old phone and see where the files in data folders go. Most go to /data/data. I recommend Root Explorer.
Click to expand...
Click to collapse
On my old phone they go there, but i think thats what the issue is, that they are located somewhere else on the i9000?
Sent from my MB860 using XDA