[Q] titanium backup restore not working - Thunderbolt Q&A, Help & Troubleshooting

So I upgraded my ROM from das bamf 1.6.3 to 1.8, and backup all my apps using Titanium backup. Well when I restore my apps, they all force close. If I restore just the app and no data, it works. But when I restore the data they start force closing. Any ideas on how to get this fixed?

hmm...I've never heard of this happening before as long as I've used it. You are only restoring data for User apps right? Restoring system app data can cause FC's but I've never heard of it happening to user apps unless the data is corrupt.
You may want to make a nandroid, then load your backup of 1.6.3 and force redo all your backups then load load your 1.8 backup again and restore.
The only other thing I can think of is that TiBu is not setup the same as in the other installation. When you were on 1.6.3, did you select "Auto-sync TB settings" from the preferences menu so that they carry over? Also, TiBu is installed to the same place as before right (/system/app vs /data/app)?

I did not have auto sync setup. I did a batch backup of user apps before flashing my ROM. I tried individually restoring the user apps vs doing batch as well. I am not sure if titanium backup is installed in the same place. If I uninstall titanium backup, will I lose my backups? I might uninstall and reinstall titanium backup from the market
Sent from my ADR6400L using XDA App

did you make a clockwork backup before going to the new rom version? if so then re flash 1.8 and then go into recovery and select advanced restore and then do data only from your 1.6.3. that should restore all your apps exactly as they were in 1.6.3 and totally bypass titanium so you could at least scratch that off the list if it doesnt work...

coder_t2 said:
I did not have auto sync setup. I did a batch backup of user apps before flashing my ROM. I tried individually restoring the user apps vs doing batch as well. I am not sure if titanium backup is installed in the same place. If I uninstall titanium backup, will I lose my backups? I might uninstall and reinstall titanium backup from the market
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
No, you won't lose your backups. They are in the TitaniumBackup folder on your sdcard which remains there regardless of whether TiBu is installed or not.
dak_181 said:
did you make a clockwork backup before going to the new rom version? if so then re flash 1.8 and then go into recovery and select advanced restore and then do data only from your 1.6.3. that should restore all your apps exactly as they were in 1.6.3 and totally bypass titanium so you could at least scratch that off the list if it doesnt work...
Click to expand...
Click to collapse
Not a great idea since that would restore all system data too.
If it's the same rom, that would be fine but it's likely to cause problems with upgrades (not always but usually).

Hmm can't uninstall TiBu. It came as part of the ROM I believe. I am kind of bummed to lose all my games progress
Sent from my ADR6400L using XDA App

coder_t2 said:
Hmm can't uninstall TiBu. It came as part of the ROM I believe. I am kind of bummed to lose all my games progress
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
That's what's causing your problem then. I've noticed that data backups made with a /data/app installed TiBu have problems being restored from a /system/app version. That's why I initially asked if it was installed to the same place on both installations.
Manually remove the apk from /system/app using a file explorer or terminal (and pm uninstall it if you wish) then install from Market. Then you should be able to restore you backed up data.
If you want to know how to manually uninstall something (other than just deleting the apk using a file manager) check here: http://wiki.cyanogenmod.com/wiki/Barebones

Hmm I am unable to delete the file
Sent from my ADR6400L using XDA App

Ive had the same problem. It only happens to my amazon downloads. Ive tired reinstalling tibu and restoring the data and app but nothing works. I just stop playing amazon games.
Sent from my ThunderBolt using XDA Premium App

Yea. Like 90% of my apps don't work. Even ones from the market.
Sent from my ADR6400L using XDA App

coder_t2 said:
Hmm I am unable to delete the file
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
There is no reason it shouldn't if you know how to do it. That's why I included that link.
coder_t2 said:
Yea. Like 90% of my apps don't work. Even ones from the market.
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
Like I said, if your previous backups were made with a version of TiBu that you installed from the Market then you need to install it from Market again to restore that data.
So, get a file explorer that performs root operations and delete TitaniumBackup.apk from /system/app.
Or in terminal type:
Code:
su
mount -o remount,rw /system
rm -f /system/app/TitaniumBackup.apk
reboot
You may have to verify that is what the apk is named.
Anyway, after that, install TiBu from the Market, open it, and restore whatever apps and user data you want.

Thanks for all the help so far absolute_zero. I am having an issue where when I try the mount line, I get a message telling me the flags to use for mount. I am not that Linux savvy, but I am guessing it thinks I have an inappropriate flag set up or something. Any ideas?

I use titanium backup all the time. I flash roms probably every three or four days if you average it out.
One thing I had problems with once before was using titanium backup that was installed with the ROM. Ive done it both ways, restored my titanium pro using the regular titanium in the ROM, and just downloading and reinstalling the pro version from the market. Once I got my normal pro version installed it went like butter. I sync to Google, let the market install as many apps as possible and manually install a few important ones, then filter to user and "backed up". Once I have that list I batch restore missing apps and all app data.
Rooted Thunderbolt on BAMF Sense 3.0 RC 4 with MR2 radio and latest dreamKernel.

Awesome got it uninstalled, and the backups are working now. Had to uninstall it through adb though. Thanks for the help everyone.

Related

How to backup and restore our apps using titanium backup?

Hey im gonna flashing a new rom soon, from megatron rom to nessy rom. As we all know we need to wipe our date before flashing a new rom.
So, how can i backup my Restaurant Story app then restore it back after i flash my new rom (nessy)? Im afraid that after i wipe my data, all my apps and games will be gone right, i don't want when i reinstall the Restaurant Story from the market the game will be resetted to level 1. Currently im on level 13. I dont want to play again from the start.
So help?
Sent from my LG-P500 using XDA App
Get Titanium from Market, update you busybox from titanium bkp, go to backup/restore tab, press menu button and then batch. Run the batch opperation you need. Save the titanium bkp folder from your sd to pc, and you're done.
Sent from my LG-P500 using XDA App
Ruwin said:
Get Titanium from Market, update you busybox from titanium bkp, go to backup/restore tab, press menu button and then batch. Run the batch opperation you need. Save the titanium bkp folder from your sd to pc, and you're done.
Sent from my LG-P500 using XDA App
Click to expand...
Click to collapse
then how to restore it back after my sd card completely wiped?
i just want to backup one apps only it is Restaurant Story
Ruwin said:
Get Titanium from Market, update you busybox from titanium bkp, go to backup/restore tab, press menu button and then batch. Run the batch opperation you need. Save the titanium bkp folder from your sd to pc, and you're done.
Sent from my LG-P500 using XDA App
Click to expand...
Click to collapse
Does this really work, so just dragging the Titanium Bkp folder back in to the SD and restoring installs all the apps again?
@shotgun32 & @Vivasanti
Yes. Put the TitaniumBackup folder back on the SD card after partitioning, wiping, formatting or whatever. Install Titanium Backup again from the Market on your fresh installed ROM and then restore. If your backup included system data, you will also have the SMS and contacts restored, plus most of the system settings. Also, you can restore only the needed apps.
Guys need help here, ive successfuly installed my 1st custom rom and restored my apps from titanium backup but my restored apps are not shown in market->myapps,
I need my restored apps to be linked back in the market so that I can still receive notification when an app has a new update. tnx

[Q] What to change for google play store to auto-download apps from previous rom?

I'm using the PKMN Rom right now. When a new version comes out, I would like for it to auto-download the apps from the play store that I used to have. Is there something I have to change in the new rom to do that? A build.prop edit? Thanks in advance.
Titanium backup is your friend.
I came across a file
In the Rom zip try deleting sq-lopt
It's in /system/ect/init.d/
This would require a reflash tho
Joel could correct me if I'm wrong
Sent from my ADR6425LVW using Tapatalk 2
joshpersaud said:
Titanium backup is your friend.
Click to expand...
Click to collapse
Yeah, I have TiBu. But, it'd be nice if it auto-downloads after registering my g-account. Just wondering if it was a little mod I could do myself. That's all.
superchilpil said:
I came across a file
In the Rom zip try deleting sq-lopt
It's in /system/ect/init.d/
This would require a reflash tho
Joel could correct me if I'm wrong
Sent from my ADR6425LVW using Tapatalk 2
Click to expand...
Click to collapse
Thanks SCP! I will try this on the next PKMN update.
I've never gotten my Rezound to restore its apps or its wifi networks. I've also noticed that after a wipe, during the setup process, its asks you if you want to keep your device's networks and settings backed up with Google, but does not give you the option to restore your phone from Google like my Eris and my Transformers do... Has HTC just omitted this functionality??
Gingerbread did that for me but not ics. But I don't mind. Don't like it to auto download anyway.
Sent from my ADR6425LVW using Tapatalk 2
joshpersaud said:
Titanium backup is your friend.
Click to expand...
Click to collapse
I don't really think it's a good idea to restore from TB.
Although I paid for TB last year, I don't even bother installing it anymore.
When I flash a new rom I find it is MUCH better to reinstall an app from an APk than to restore it. I now use AppMonster Pro to save the APK from all the apps i use to a folder on my card and then clean install them on the new rom.....
The only times I have had it auto download was by signing into google during setup wizard.
jmorton10 said:
I don't really think it's a good idea to restore from TB.
Although I paid for TB last year, I don't even bother installing it anymore.
When I flash a new rom I find it is MUCH better to reinstall an app from an APk than to restore it. I now use AppMonster Pro to save the APK from all the apps i use to a folder on my card and then clean install them on the new rom.....
Click to expand...
Click to collapse
Hm, I had a totally different experience. I had about 220 user apps installed. I did a batch backup with Ti Backup, and then a batch restore with data. I think there were seriously one or two apps that I had trouble with. I just wiped the data on those apps and set them up manually.
I guess I don't really see what the fuss is. Now I tend to just install apps from the Market so I get the latest version, and restore data on the few apps that I require lengthy setup.
I also tend to keep archives of my Ti Backup folders, because there are some times I need to go back to an old version of an app because of some crappy update.
I've done batch restore with data with Ti Backup with 200+ apps multiple times with virtually no issues. Some examples of apps I try to install clean are LBE Privacy Guard and Busybox Installer.
Maybe people are restoring system apps?
I always restore lots of different data and apps with tb and have no problem... Just don't restore something in red on system apps lol
Sent from my Dinc... I mean Rezound

Titanium Restore Market Issues

I searched and maybe I didn't use the right search terms. I did a full backup with Titanium and with Rom Toolkit before upgraded from Beans B6 to B9. In the past I've always download the app and then restored individual data from Titanium. I've read recently that many people just restore both with Titanium so I thought I would give it a try. When I restore with Titanium some apps like Alchemy and My Movies Pro give me licensing errors and will not even open. The only way to resolve the issue isI have to uninstall the app using the application manager then redownload the app and restore app data. Any thoughts on if I am doing something wrong?
dms76 said:
I searched and maybe I didn't use the right search terms. I did a full backup with Titanium and with Rom Toolkit before upgraded from Beans B6 to B9. In the past I've always download the app and then restored individual data from Titanium. I've read recently that many people just restore both with Titanium so I thought I would give it a try. When I restore with Titanium some apps like Alchemy and My Movies Pro give me licensing errors and will not even open. The only way to resolve the issue isI have to uninstall the app using the application manager then redownload the app and restore app data. Any thoughts on if I am doing something wrong?
Click to expand...
Click to collapse
Oh skip this question, I just realized that under restore preferences I had always associate to chose enabled instead of disabled use the selected backup account.

Google auto restore apps?

So I've had a number of roms that after flashing, Google will automatically restore all previous apps for you when setting up the new system. My question is.. is there a way to force this? I've had a few roms that didn't do this and I'm curious why, or if I can manually make the system do this. I have tibu as well but I kind of stopped using that after I had a few roms that did this for me
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
cgibsong002 said:
So I've had a number of roms that after flashing, Google will automatically restore all previous apps for you when setting up the new system. My question is.. is there a way to force this? I've had a few roms that didn't do this and I'm curious why, or if I can manually make the system do this. I have tibu as well but I kind of stopped using that after I had a few roms that did this for me
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Click to expand...
Click to collapse
Usually under settings there's a "Back up and reset" section. In there is the option to backup and automatic restore. If this section isn't included in the rom, then no it won't automatically backup and restore your google stuff. Therefore you can't force it too. Also when you install a new rom the device id changes. Tibu can restore your previous id and then the playstore will download your previous stuff. But tibu has to be installed first. To do this you can make an "update.zip" with tibu that you flash when installing a new rom. That will force it!
use tibu to restore just an I.d. to "restore" apps from the market?
That seems like a huge waste of time.
1. The market restore is over WiFi only, as its not really restoring anything...just redownloading and installing all those apps.
2. Being fresh installs, the apps settings aren't restored...
You're already using a much better method in order to do this, titanium backup works in airplane mode as it's restoring data stored on the device, along with their data.
Much more efficient.

Titanium backup batch user data question

Hi,
I see in titanium backup you can select a batch backup or restore of user apps.
Can you restore using batch just user data obviously I do not want to do system data since that can cause problems.
Thanks,
Bryan
I know you select and restore user apps + data in batch and ignore system apps while restore.
Just user data not sure.
Pressing THANKS easier than typing.
Sent from s5360 GB DDMD1 rooted stock.
vikraminside said:
I know you select and restore user apps + data in batch and ignore system apps while restore.
Just user data not sure.
Pressing THANKS easier than typing.
Sent from s5360 GB DDMD1 rooted stock.
Click to expand...
Click to collapse
True..
When I install a rom upon reboot it will automatically install apps from market which is ok so then instead of going to each app and restoring data only would be nice to batch it.
Thanks,
Bryan
The general consensus is that restoring data can introduce problems but there are people who do it.
Personally, if I can keep data in Google I have it in Google. Otherwise I try to pick apps that have their own backup/sync routine. Rather than doing a wholesale restore of data, I'd be selective and restore data where I really need to. If you have problems you can uninstall the app and then reinstall the app asking from TiBu without data, or just install a new copy from the store.
And of course have a nandroid backup.
Sent from my SCH-I605 using xda premium
ezas said:
The general consensus is that restoring data can introduce problems but there are people who do it.
Personally, if I can keep data in Google I have it in Google. Otherwise I try to pick apps that have their own backup/sync routine. Rather than doing a wholesale restore of data, I'd be selective and restore data where I really need to. If you have problems you can uninstall the app and then reinstall the app asking from TiBu without data, or just install a new copy from the store.
And of course have a nandroid backup.
Sent from my SCH-I605 using xda premium
Click to expand...
Click to collapse
Hi,
I always thought the problem was restoring system data but not user data? I am only looking to batch install user data picking the apps I want and having it saved for future batch restores.
Thanks,
Bryan
I have one suggestion /data/data is where user data is being stored. You can multi select those directories using es file explorer compress as single zip file and restore it back by extracting at /data/data
I tested with an app manually it worked. Even permissions were retained.
Pressing THANKS easier than typing.
Sent from s5360 GB DDMD1 rooted stock.
My fav contribution: Dr driving 3d game hack http://forum.xda-developers.com/showthread.php?p=44464281

Categories

Resources