• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Titanium backup keeps getting stuck

semus

Android Enthusiast
Heya, im trying to do a routine BU of my apps with titanium and it keeps getting stuck somewhere between 12-15%, not force closing, just kind of freezing, cant view the app but i see the progresz bar in the notifications, and its not moving.

Any ideas? Thanks
Im on checkrom RevHD 4.
 
One or two of your apps don't seem able to be backup up. I have this issue with a Hong Kong travel app.

Titanium backs up in alphabetical order. So I'd suggest finding where roughly 12-15% of your apps is and deselect them before doing a batch backup (ie if you have 100 apps, find the 12th-15th down the list and untick them before beginning batch backup). Maybe uncheck a few others either side of the suspected one just to be safe. Afterwards, you can try individually backing up the unchecked apps to find the culprit. Then it's just a matter of deleting it if not required, or just unchecking it each time you batch backup.
 
Ty, ill try it.

Just making sure, i though of using clear data, or uninstall and reinstall the app, to fix the prob, but it might delete my backups, right?
 
I have had this recently as well, but in my case it has been with restoring apps, not sure why, but I know the culprits. Just a bit annoying
 
Ty, ill try it.

Just making sure, i though of using clear data, or uninstall and reinstall the app, to fix the prob, but it might delete my backups, right?

Clear data will just remove data, uninstall will remove the app (and data too if you choose). You have to tap Delete to actually delete the backup.
 
.

from http://www.titaniumtrack.com/kb/titanium-backup-kb/titanium-backup-troubleshooting.html]

27. Titanium Backup hangs while freezing apps, restoring apps or other actions. What should I do?

You might have incorrect permissions (eg: 04755) on your "su" binary, which causes problems with some root apps.
Open a shell
(you can use Terminal Emulator from the Android Market, here
and for easier command entering, you can use the Hacker's Keyboard, here: here
{code to put in your terminal, type the commands EXACTLY as they are shown}
Code:
su
/data/data/com.keramidas.TitaniumBackup/files/busybox mount -o remount,rw /system
/data/data/com.keramidas.TitaniumBackup/files/busybox chmod 06755 /system/bin/su /system/xbin/su
/data/data/com.keramidas.TitaniumBackup/files/busybox mount -o remount,ro /system
{end of code to put in Terminal}
Once it
 
Back
Top Bottom