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