Migrating to a new phone and discovered an issue with the backups on my old phone. This is tested and happening on both btw.
If I backup and restore a working app it then will force close on opening. Clearing cache and data and still force closes.
I tried uninstalling titanium, deleting titanium folder and reinstalling.
Same issue after a backup and restore of an application.
Running Oneplus 6 and Oneplus 7 pro
Unlocked and unrooted with magisk
Titanium at latest version from market.
logcat
https://pastebin.com/6R8Wv12D
Thanks for any help available
tabooki said:
Migrating to a new phone and discovered an issue with the backups on my old phone. This is tested and happening on both btw.
If I backup and restore a working app it then will force close on opening. Clearing cache and data and still force closes.
I tried uninstalling titanium, deleting titanium folder and reinstalling.
Same issue after a backup and restore of an application.
Running Oneplus 6 and Oneplus 7 pro
Unlocked and unrooted with magisk
Titanium at latest version from market.
logcat
https://pastebin.com/6R8Wv12D
Thanks for any help available
Click to expand...
Click to collapse
App restore with titanium doesn't work for switching to a new phone, only restoring to the same phone and same os. When it does work the apps tend to be super glitchy. I'll drop a link to the xda thread where you can get more info/ help. Good luck.
https://forum.xda-developers.com/showthread.php?t=2717159
Sent from my GM1917 using XDA Labs
swiftbones74 said:
App restore with titanium doesn't work for switching to a new phone, only restoring to the same phone and same os.
Click to expand...
Click to collapse
Agreed. I've only migrated app data to a new phone using TB import/export (.TiBkp) feature. AFAIK, you can only do that one app at a time. So I've only done it with a few apps that I really wanted to save the user data.
More folks on this forum are recommending Swift Backup these days. It seems more reliable for this phone. I've use TB for years, but now I've just started trying out Swift Backup.
It appears TB is not compatible with the newer "split apks" format for newer apps in the appstore.
Basically TB will only backup the "base.apk" for an app when it does a backup. But with split apks, there are other APK files besides base.apk, like one for the app's language (split_config.en.apk) or the cpu type (split_config_arm64_v8a.apk) and the screen resolution (split_config.xxhdpi.apk).
So, since TB does NOT backup these extra apk files, these files will be missing when you do a restore with TB and thus the restored app will crash when you try to run it.
Luckily there is a new open-source backup app that works well with Slit-apks on Android 8+:
GitHub - NeoApplications/Neo-Backup: backup manager for android
backup manager for android. Contribute to NeoApplications/Neo-Backup development by creating an account on GitHub.
github.com
And I think it's better then Swift backup because:
1) Swift backup requires your google account login
2) Swift backup throws errors if you block internet access to it for security reasons
3) Swift backup is not open-source, so it could go the way of TB in the future.
4) And OandBackupX is FREE
JohnC said:
It appears TB is not compatible with the newer "split apks" format for newer apps in the appstore.
Basically TB will only backup the "base.apk" for an app when it does a backup. But with split apks, there are other APK files besides base.apk, like one for the app's language (split_config.en.apk) or the cpu type (split_config_arm64_v8a.apk) and the screen resolution (split_config.xxhdpi.apk).
So, since TB does NOT backup these extra apk files, these files will be missing when you do a restore with TB and thus the restored app will crash when you try to run it.
Luckily there is a new open-source backup app that works well with Slit-apks on Android 8+:
GitHub - NeoApplications/Neo-Backup: backup manager for android
backup manager for android. Contribute to NeoApplications/Neo-Backup development by creating an account on GitHub.
github.com
And I think it's better then Swift backup because:
1) Swift backup requires your google account login
2) Swift backup throws errors if you block internet access to it for security reasons
3) Swift backup is not open-source, so it could go the way of TB in the future.
4) And OandBackupX is FREE
Click to expand...
Click to collapse
So I tried this app and maybe you can help me out and tell me why after trying a restore I ended up with all of these errors , any advice or hints would be great,,,also prior to attempted install I was rooted and about 40 plus apps installed fine,
Swift does not give me these errors
Thanks
[email protected] said:
So I tried this app and maybe you can help me out and tell me why after trying a restore I ended up with all of these errors , any advice or hints would be great,,,also prior to attempted install I was rooted and about 40 plus apps installed fine,
Swift does not give me these errors
Thanks
Click to expand...
Click to collapse
Those errors seem like there is a problem with xandbackupx not being able to gain root access.
When you first started OABX, it has a bunch of cards where each card requires a different permission on your device - did you go through each card/step and give all those permissions, including root?
Are you using android 8+?
JohnC said:
Those errors seem like there is a problem with xandbackupx not being able to gain root access.
When you first started OABX, it has a bunch of cards where each card requires a different permission on your device - did you go through each card/step and give all those permissions, including root?
Are you using android 8+?
Click to expand...
Click to collapse
Thanks for the reply,,, yes I checked all and granted all permissions, Iam on a11 firmware running a a12 rom Bliss, ,, I will mess with it some more with it , it looks really robust with alot of options so maybe one of the settings need to be ticked or maybe it's just this rom, it's not a big deal as I have the other one to fall back on until I do some more testing
Related
I've just started trying out custom roms and I've noticed while some roms such as CyanogenMod lets you restore all previously installed apps upon installation other ones doesn't. If I flash a rom which doesn't support it all my apps still stand as installed if I search for them in market on the computer however it's a pain to manually reinstall all apps so is there anyway to trigger something which reinstall all apps like CM do?
well, i don't know what PHONE you are using, but on my inspire 4g with a gingerbread rom, altho the rom doesn't do much with app reloads, just by signing into my google account my apps reappear on their own.
Use Titanium Backup. Run a batch backup of user apps. Then when you install a new rom, run a batch restore. This will restore data as well - game progress, an app's settings, etc. The free version only allows one backup at a time (if you backup the app again, it overwrites the last backup) and you have to agree to the permissions of each app. In the paid version, you can set the max number of backups yourself and everything will install in the background. There's tons of other cool stuff the app can do, I suggest checking it out.
(from... Evo/MIUI/Tapatalk)
plainjane said:
Use Titanium Backup. Run a batch backup of user apps. Then when you install a new rom, run a batch restore. This will restore data as well - game progress, an app's settings, etc. The free version only allows one backup at a time (if you backup the app again, it overwrites the last backup) and you have to agree to the permissions of each app. In the paid version, you can set the max number of backups yourself and everything will install in the background. There's tons of other cool stuff the app can do, I suggest checking it out.
(from... Evo/MIUI/Tapatalk)
Click to expand...
Click to collapse
This is the way to go. Trust me on that. One more thing if you kind of like a certain rom but you just want to try others make sure you do a nandroid back up. This makes life a hell of a lot easier if you don't like rom boot back to recovery and restore your last back up. I nan once a week so I keep a fresh image cuz I am always adding and removing apps.
tazfanatic said:
This is the way to go. Trust me on that. One more thing if you kind of like a certain rom but you just want to try others make sure you do a nandroid back up. This makes life a hell of a lot easier if you don't like rom boot back to recovery and restore your last back up. I nan once a week so I keep a fresh image cuz I am always adding and removing apps.
Click to expand...
Click to collapse
This saved me a time or two..good advise!!
tazfanatic said:
This is the way to go. Trust me on that. One more thing if you kind of like a certain rom but you just want to try others make sure you do a nandroid back up. This makes life a hell of a lot easier if you don't like rom boot back to recovery and restore your last back up. I nan once a week so I keep a fresh image cuz I am always adding and removing apps.
Click to expand...
Click to collapse
As far as my experience when (this afternoon), TI is the ONLY way to go (although, you'll want to root first).
A follow up question on this topic. I have TI Pro and made a backup of apps and data. After flashing an update ROM on my EVO, I could get most of the apps, but not all of them back. Actually, some apps would not even reinstall -- e.g. Twitter gave me some error about a shared library missing. Any ideas?
I bought the paid version of Titanium backup but during batch restore, I still have to press install/cancel and open/done for each app. Is that correct or did I miss changing a setting?
holgalee said:
I bought the paid version of Titanium backup but during batch restore, I still have to press install/cancel and open/done for each app. Is that correct or did I miss changing a setting?
Click to expand...
Click to collapse
Not sure, I have never had to do this, and I have not changed any settings that I know of.
I am about to flash my first ROM on my Inspire. I did a NAND backup and copied all the contents of my sd card to my computer.
My question is if I transfer it back onto my sd card after flashing will it restore my apps and other data?
Bluecham said:
I am about to flash my first ROM on my Inspire. I did a NAND backup and copied all the contents of my sd card to my computer.
My question is if I transfer it back onto my sd card after flashing will it restore my apps and other data?
Click to expand...
Click to collapse
No. Apps need to be installed, not just copied (that's assuming that you're talking about apps on the SD card, and not on the phone's memory).
Do as most of the posts above suggest and do a backup using Titanium Backup. Then you can batch restore (with the paid version) or app-by-app restore (with the free version) after flashing your new ROM.
Titanium is excellent , however I find backups arent always compatible between roms. I sometimes get errors after a restore. For that reason I just sing into Market after flashing a new rom and let the apps re download.
TI Backup
I purchased the pro version, batch backed up all of my apps. Installed MikG on Evo 4g and now I can't access TI back up. I also did a nand back up. when I restore data nothing happens. Please help. I just want my apps back.
Originally Posted by plainjane
Use Titanium Backup. Run a batch backup of user apps. Then when you install a new rom, run a batch restore. This will restore data as well - game progress, an app's settings, etc. The free version only allows one backup at a time (if you backup the app again, it overwrites the last backup) and you have to agree to the permissions of each app. In the paid version, you can set the max number of backups yourself and everything will install in the background. There's tons of other cool stuff the app can do, I suggest checking it out.
that's the right way..
Two options.
1. Push your apps recorded in your android market library to your phone.
2. Use titanium backup.
Titanium backup is easier, but since you do a reset to make everything fresh, I would prefer the first option.
What you do is to go to android market library from your PC browser. It has all your apps listed. For each app, use the install button to push it to your phone. You need not wait between apps. Just push which ever app you need and they will automatically get downloaded and installed to your phone. For some reason, Google has kept the reinstall feature hidden. See this for details -
http://www.skipser.com/p/2/p/how-to-reinstall-android-apps.html
I don't know, google play used to reinstall my apps when I was on stock sony rom, but since I use Cyanogen now, it doesn't do it. I always keep checked option "keep backed up with bla bla", but it doesn't restore automatically :/
iarydroyoffice
boscharun said:
Two options.
1. Push your apps recorded in your android market library to your phone.
2. Use titanium backup.
Titanium backup is easier, but since you do a reset to make everything fresh, I would prefer the first option.
What you do is to go to android market library from your PC browser. It has all your apps listed. For each app, use the install button to push it to your phone. You need not wait between apps. Just push which ever app you need and they will automatically get downloaded and installed to your phone. For some reason, Google has kept the reinstall feature hidden. See this for details -
Click to expand...
Click to collapse
thanks
I recently flashed a new rom (the last time I did this was almost 2 years ago so I forgot what to do). Titanium backup has been doing weekly updates for a long time. So when I started up the phone titanium backup is gone, I read that I must redownload from the play store, but when I run it, it says I failed to acquire root privileges. It tells me to get busy box, so I download that too, but that won't install properly.
What should I do now? Have I lost root? The bootloader is available...that means it's still rooted right? The internal sd card still shows my folder of titanium backup and all the other root folders I used to have on my phone, I just can't get titanium backup to run so i can't restore.
Thanks!
stryder1587 said:
I recently flashed a new rom (the last time I did this was almost 2 years ago so I forgot what to do). Titanium backup has been doing weekly updates for a long time. So when I started up the phone titanium backup is gone, I read that I must redownload from the play store, but when I run it, it says I failed to acquire root privileges. It tells me to get busy box, so I download that too, but that won't install properly.
What should I do now? Have I lost root? The bootloader is available...that means it's still rooted right? The internal sd card still shows my folder of titanium backup and all the other root folders I used to have on my phone, I just can't get titanium backup to run so i can't restore.
Thanks!
Click to expand...
Click to collapse
If you flash a new rom root is lost.
You have to root again.
S.R.
A few of the JB ROMS were causing issues with root. The fix was to re-flash the SU (superuser) apk and that would fix things right up. You should be able to find it doing a search.
Good luck and hope this helps!
stryder1587 said:
I recently flashed a new rom (the last time I did this was almost 2 years ago so I forgot what to do). Titanium backup has been doing weekly updates for a long time. So when I started up the phone titanium backup is gone, I read that I must redownload from the play store, but when I run it, it says I failed to acquire root privileges. It tells me to get busy box, so I download that too, but that won't install properly.
What should I do now? Have I lost root? The bootloader is available...that means it's still rooted right? The internal sd card still shows my folder of titanium backup and all the other root folders I used to have on my phone, I just can't get titanium backup to run so i can't restore.
Thanks!
Click to expand...
Click to collapse
Lets start with a few basic questions... dont mean to offend you, just wanna make sure its not something you may have overlooked.
What rom did you flash?
What, if anything, did you wioe in recovery?
Did you get a superuser or supersu prompt when titanium started?
shivasrage said:
If you flash a new rom root is lost.
You have to root again.
S.R.
Click to expand...
Click to collapse
Not necessarily so. Most custom roms are pre-rooted by the dev. Ive flashed countless roms and until recently w/ jb not had any issues w/ root access.
Sent from my Nexus S 4G using Tapatalk 2
seems you've just lost root privileges,
just flash supeuser again and you will be fine...
I think this is the right thread to ask queation relevant to titanium backup so,
Here's my question -- how to backup messages by using titanium backup.
atishey23 said:
I think this is the right thread to ask queation relevant to titanium backup so,
Here's my question -- how to backup messages by using titanium backup.
Click to expand...
Click to collapse
it pretty much looks like this in TitBack, give or take a few letters: "[SMS/MMS/APN] Phone/Messaging...". when you tap on it, the pop-up recognizes it as "Phone/Messaging Storage". this is where your text messages are.
some 3rd-party MMS apps like GoSMS Pro can back up your messages too, and I believe there's also an app or two solely for backing up your messages to your sdcard/internal storage.
Titanium Batch restore fail
Hi all
Having a few problems, I'm new to flashing roms and the use of Titanium Backup and I've just flashed my second ROM. I've gone from CM9 to CM10. Before doing so I created a backup of apps + data.
I flashed the ROM fine, and ran the batch restore function in Titanium. I have all the icons on my homescreen from the previously installed apps but after clicking on them my phone tells me that app isn't installed. I then notice that my notification from Titanium's batch restore shows the apps I had downloaded from the play store failed to restore (the notification said that the elements failed after batch restore was complete).
I noticed that these apps have a line through them when the list of apps I want to restore appears.
Titanium then advised me that the apps did not restore as the Android ID had changed, So I then reverted to the previous android ID thinking this to be the solution. However, after running the restore function again, the same amount of elements failed to restore.
Due to my lack of knowledge in Titanium and my need for these apps, I turned to the play store and decided to manually redownload all the apps again. This does not work either! The error message I get is the apps cannot be downloaded due to an error (491). I guess this is to do with the android ID changing?
Please help, how can I get these apps to restore? and also how can I be able to download apps from the play store again? :crying:
EDIT: So I was able to reinstall the apps from the play store by wiping the dalvik + cache.
This still leaves me baffled as to why Titanium wasn't able to do this
jessel56 said:
Hi all
Having a few problems, I'm new to flashing roms and the use of Titanium Backup and I've just flashed my second ROM. I've gone from CM9 to CM10. Before doing so I created a backup of apps + data.
I flashed the ROM fine, and ran the batch restore function in Titanium. I have all the icons on my homescreen from the previously installed apps but after clicking on them my phone tells me that app isn't installed. I then notice that my notification from Titanium's batch restore shows the apps I had downloaded from the play store failed to restore (the notification said that the elements failed after batch restore was complete).
I noticed that these apps have a line through them when the list of apps I want to restore appears.
Titanium then advised me that the apps did not restore as the Android ID had changed, So I then reverted to the previous android ID thinking this to be the solution. However, after running the restore function again, the same amount of elements failed to restore.
Due to my lack of knowledge in Titanium and my need for these apps, I turned to the play store and decided to manually redownload all the apps again. This does not work either! The error message I get is the apps cannot be downloaded due to an error (491). I guess this is to do with the android ID changing?
Please help, how can I get these apps to restore? and also how can I be able to download apps from the play store again? :crying:
EDIT: So I was able to reinstall the apps from the play store by wiping the dalvik + cache.
This still leaves me baffled as to why Titanium wasn't able to do this
Click to expand...
Click to collapse
Did you try to restore system apps? I always use tb w/ the pro key to restore user apps + data, and have been getting the changed android id lately, but whether I keep the new id or revert to the old one, my restore works. Depending on what ROM I'm going to or from, sometimes I have to change my home screen shortcuts for system apps.
Sent from my Nexus S 4G using xda premium
p1gp3n said:
Did you try to restore system apps? I always use tb w/ the pro key to restore user apps + data, and have been getting the changed android id lately, but whether I keep the new id or revert to the old one, my restore works. Depending on what ROM I'm going to or from, sometimes I have to change my home screen shortcuts for system apps.
Sent from my Nexus S 4G using xda premium
Click to expand...
Click to collapse
I didn't select restore system apps, instead I selected restore all apps with data, failing that I tried restore missing apps + all system data.
What option should I normally be selecting to do a straight restore after flashing a ROM? Does the fact that there is a line through the apps that I'm trying to restore mean anything?
I always select "restore missing apps + data" it's the 1st option under restore in the batch menu. The apps with a line through them are the ones that tb recognizes as being backed up but not installed.
Sent from my Nexus S 4G using xda premium
Titanium Backup Pro will not restore system apps.
Samsung Galaxy S6 SM-G920T
Titanium Backup 7.1.2 with Pro
Stock rooted with CF-Auto-Root
Tried SuperSU v2.45 - v2.46 - v2.49
The Problem
I made backup of apps that I would like to remove from the phone. I did a test by removing Amazon App. When I try to restore app, Titanium hand at restoring app, spinner will go for as long as I leave my phone on. Kill Titanium, reboot phone and I get a toast popup that Amazon has stopped. Amazon app icon in app draw, I touch to start app and get the same toast popup that Amazon has stopped. Start Root Explorer Pro navigate to system/priv-app Amazon app folder is not there. Navigate to system/app Amazon app is located here, but not in a folder and not with any support files. I tried this with a few other apps and it does not matter if they are located in system/priv-app or system/app same result.
I have search and found older threads that suggest changing Application Processing Mode to Interactive, but no mode changes have helped.
I also tried changing Mount namespace separation in SuperSU.
When applying these changes I have reboot the phone.
Any Ideas, please help.
Thank You
Nobody used Titanium Backup?
Nobody used Titanium Backup?
Can I get a Confirmation From Someone.
Hey, im on G925F and I have the same issue. I have USB debug activated/on, rooted, tried various tricks and switching the way of app processing in TB and none worked. I cannot restore previously backedup system apps at all
same problem here!
also, converting a user app to a system app fails the same way!
TML1504 said:
same problem here!
also, converting a user app to a system app fails the same way!
Click to expand...
Click to collapse
Same problem here
Sent from my Micromax A065 using XDA Free mobile app
can some one pls post efs folder for g920f a need it like tar file
I too am unable to restore system apps backed up by Titanium Backup with Titanium Backup. I'm running the latest version of Titanium Backup (Pro), stock KitKat 4.4.2 on a Samsung Galaxy Light (SGH-T399N), rooted with SuperSU 2.50+Pro. The restore process never completes but will run forever without any error messages until I kill it externally with Task Manager. Converting a non-system app to a system app behaves the same way...tries forever without completing. From the number of earlier posts in this thread it's obvious I'm not alone. The only suggested solution I've encountered that seems applicable to my situation is to replace SuperSU with Superuser. I'm loathe to do that and hoping the problem is something else.
Same here, already tried Indirect App Processing but no help. Had this problem with my old Xperia V running CM Rom never figured how to fix it
Titanium backup is not supposed to be used to restore system apps. If I'm correct even the developer of the app says not to restore system apps with Titanium.
I have used Titanium backup for years to restore purchased apps but never system apps. Never had a problem reinstalling backups of apps.
Sent from my SM-G920T using XDA Forums Pro.
I'm setting up a new Pixel 3 (Android 9), and moving from a Note 4 (Android 6.0.1).
When setting up, Google installs some, but not all, apps from the store. The missing apps I expected to restore from redundant Titanium Backup and My Backup Pro backups.
I have successfully installed Magisk 18.1 using the Boot Image Patch method (no TWRP)
Titanium Backup Pro reports it has superuser rights. When I try to restore an app created with the Note 4, Titanium Backup hangs forever on the "Restoring App+Data AppName n.n.nn.n" overlay with the spinning circle. TiBk is unresponsive, although Android is still running and I can see home screen or notifications. Restart is required to clear the pending action. I have run TiBk with USB debugging enabled (if that is still required), but get the same failure.
I also have MyBackup Pro. When I try to restore an apk (or apk+data), it appears to run normally. MBP reports it has superuser rights. At the end of the process the status summary says: Appname: failed: cp: can't create '/data/app/appnamestring-1/appnamestring.apk': Path does not exist.
I tried using MBP to back up an app already installed on the Pixel 3 from the store, and then restore it. It gives the same error, except the place where there is "appnamestring-1" in the Android 6 backup, there is now something like "appnamestring-2fjdk56akjfkdye7dkfja9=="
Also, I observe that the app that was installed prior to this backup restore experiment is no longer present afterward. I re-installed from the store.
Can anyone suggest next steps for solving this issue?
timg11 said:
I'm setting up a new Pixel 3 (Android 9), and moving from a Note 4 (Android 6.0.1).
When setting up, Google installs some, but not all, apps from the store. The missing apps I expected to restore from redundant Titanium Backup and My Backup Pro backups.
I have successfully installed Magisk 18.1 using the Boot Image Patch method (no TWRP)
Titanium Backup Pro reports it has superuser rights. When I try to restore an app created with the Note 4, Titanium Backup hangs forever on the "Restoring App+Data AppName n.n.nn.n" overlay with the spinning circle. TiBk is unresponsive, although Android is still running and I can see home screen or notifications. Restart is required to clear the pending action. I have run TiBk with USB debugging enabled (if that is still required), but get the same failure.
I also have MyBackup Pro. When I try to restore an apk (or apk+data), it appears to run normally. MBP reports it has superuser rights. At the end of the process the status summary says: Appname: failed: cp: can't create '/data/app/appnamestring-1/appnamestring.apk': Path does not exist.
I tried using MBP to back up an app already installed on the Pixel 3 from the store, and then restore it. It gives the same error, except the place where there is "appnamestring-1" in the Android 6 backup, there is now something like "appnamestring-2fjdk56akjfkdye7dkfja9=="
Also, I observe that the app that was installed prior to this backup restore experiment is no longer present afterward. I re-installed from the store.
Can anyone suggest next steps for solving this issue?
Click to expand...
Click to collapse
The only way that worked for me is getting my apps installed from GDrive backup (the from settings - > security - > backup or so). Actually this only restores apps from the play store.
Restore via ADB also didn't work for me...
TGHH said:
The only way that worked for me is getting my apps installed from GDrive backup (the from settings - > security - > backup or so). Actually this only restores apps from the play store.
Restore via ADB also didn't work for me...
Click to expand...
Click to collapse
Thank you for the reply! It was rather quiet around here...
But seriously, you can't restore apps? Why?? What is the issue? Why can't an app designed to backup and restore, running with superuser permissions, restore an app?
timg11 said:
Thank you for the reply! It was rather quiet around here...
But seriously, you can't restore apps? Why?? What is the issue? Why can't an app designed to backup and restore, running with superuser permissions, restore an app?
Click to expand...
Click to collapse
I found it also quite annoying! Trying to copy apps via cable seems to be only fetching a list of apps from the old phone and then re-installing them. No settings, no data. Also - obviously - only apps from play store! So unusable.
My advise - export, backup etc. all you can from your old phone for import or so.
In regards to Titanium - there's a wayto make it work. I had this once that it got stuck: in the settings there's an option to change the processing mode - see https://www.titaniumtrack.com/kb/titanium-backup-kb/titanium-backup-troubleshooting.html , number 29.
You will have to ACK every app to be stored but it should work.
Not sure what I did different to you but it worked for me (titanium). Maybe try restoring app only, then data only. I think I might have done a batch restore from a nandroid originally.
Hey everyone,
I've been using Titanium backup for a few weeks now but one thing irks me about it.. even though it successfully backs up my apps and I assume my data - when it comes to restoring the backup, it always re-installs the apps in a broken state.
After restoration is complete, about 1/3rd of my apps have to be re-installed. When I tap on an app, it crashes soon as it opens.
I'm currently trying out Migrate - but TWRP throws an error 7 when attempting to restore the backed up ZIP that Migrate created.
Swift I read is awesome, unfortunately it's a google focused app, and this device is degoogled for privacy and security reasons.
Any free options to replace Titanium Backup?
Device info
Hardware: OnePlus 8T (KB2003)
Android Version: 11
OS: LineageOS for microG 18.1 (Kebab)
Magisk Version: f822ca5b (23001)
App: f822ca5b (23001) (21)
Package: com.topjohnwu.magisk
TWRP version: twrp-3.5.2_11-0-kebab-20210726-alpha
Fumetsu_Guritto said:
Hey everyone,
I've been using Titanium backup for a few weeks now but one thing irks me about it.. even though it successfully backs up my apps and I assume my data - when it comes to restoring the backup, it always re-installs the apps in a broken state.
After restoration is complete, about 1/3rd of my apps have to be re-installed. When I tap on an app, it crashes soon as it opens.
I'm currently trying out Migrate - but TWRP throws an error 7 when attempting to restore the backed up ZIP that Migrate created.
Swift I read is awesome, unfortunately it's a google focused app, and this device is degoogled for privacy and security reasons.
Any free options to replace Titanium Backup?
Device info
Hardware: OnePlus 8T (KB2003)
Android Version: 11
OS: LineageOS for microG 18.1 (Kebab)
Magisk Version: f822ca5b (23001)
App: f822ca5b (23001) (21)
Package: com.topjohnwu.magisk
TWRP version: twrp-3.5.2_11-0-kebab-20210726-alpha
Click to expand...
Click to collapse
Migrate works great for me. Migrate On Apkpure
MirageSteezyBoi said:
Migrate works great for me. Migrate On Apkpure
Click to expand...
Click to collapse
Okay, I figured Migrate was a good choice. I'll spend some time troubleshooting Error 7.
Fumetsu_Guritto said:
Okay, I figured Migrate was a good choice. I'll spend some time troubleshooting Error 7.
Click to expand...
Click to collapse
After using Titanium Backup Pro for years, I've pretty much switched over to Swift Backup. I just use it locally without any cloud backup. Not sure how it would react without Gapps. However since you have microg I would assume it should work.
OhioYJ said:
After using Titanium Backup Pro for years, I've pretty much switched over to Swift Backup. I just use it locally without any cloud backup. Not sure how it would react without Gapps. However since you have microg I would assume it should work.
Click to expand...
Click to collapse
+1000, the best for me
There is also fully free backup tool OAndBackupX
GitHub - NeoApplications/Neo-Backup: backup manager for android
backup manager for android. Contribute to NeoApplications/Neo-Backup development by creating an account on GitHub.
github.com
Titanium stopped working nicely for me too. I just use it to freeze apps and small stuff.
Migrate works good.
TheDidek said:
There is also fully free backup tool OAndBackupX
GitHub - NeoApplications/Neo-Backup: backup manager for android
backup manager for android. Contribute to NeoApplications/Neo-Backup development by creating an account on GitHub.
github.com
Click to expand...
Click to collapse
OandbackupX is a great choice. It's what I use.
For TB, i noticed it hangs on restoring of apps. But if i install app via PlayStore or manually via APK and then restore app data in TB it works as promised.
TheDidek said:
There is also fully free backup tool OAndBackupX
GitHub - NeoApplications/Neo-Backup: backup manager for android
backup manager for android. Contribute to NeoApplications/Neo-Backup development by creating an account on GitHub.
github.com
Click to expand...
Click to collapse
Thanks was able to make use of this
Rootk1t said:
For TB, i noticed it hangs on restoring of apps. But if i install app via PlayStore or manually via APK and then restore app data in TB it works as promised.
Click to expand...
Click to collapse
That's because TB can't handle split apks.
swift backup is recommended and i can restore without any issue with it
BillGoss said:
That's because TB can't handle split apks.
Click to expand...
Click to collapse
You mean, its developer is too lazy to work that out. He's been promising for years, because some people paid for his Pro version, but he's not been doing much. Maybe he died from CoViD.
jult said:
You mean, its developer is too lazy to work that out. He's been promising for years, because some people paid for his Pro version, but he's not been doing much. Maybe he died from CoViD.
Click to expand...
Click to collapse
As far as i know, latest release of TB dates back to 2019, even before Covid widespread.
Maybe the author is not interested in developing TB anymore for some reason.
[deleted]
Swift is the best. Latest version only.
I had the same problem when I switched form my S9+ running Android 9 to my new S20 Ultra running Android.
Almost all apps crashed after restore.
I got the tip to try "Swift Backup" and I must say it works perfectly. You can choose to backup your apps and data locally or on google drive or something similar. If you backup your apps in the cloud you can easily access those backups from another phone and restore them
The only problem with Swift Backup is that backed up data is encrypted and you can't decrypt it on your own.