Looking for a good app that will backup the entire phone without root? What's all the US S7 users doing right now?
take backup with ADB
Code:
adb backup -all -apk -shared
and to restore
Code:
adb restore <path to the backup>
Don't forget to enable USB debugging on the phone
if you want is an application, i think no app that can backup user data.. because of permission denied.. but if you want to root it, i ever use titanium backup and it is good
numpea said:
take backup with ADB
Code:
adb backup -all -apk -shared
and to restore
Code:
adb restore <path to the backup>
Don't forget to enable USB debugging on the phone
Click to expand...
Click to collapse
So this backs up all the programs? What about user data?
Sent from my SM-G930T using XDA Free mobile app
seanvree said:
So this backs up all the programs? What about user data?
Sent from my SM-G930T using XDA Free mobile app
Click to expand...
Click to collapse
this backs up = apps + data + shared (internal memory content)
it's not what you asked for because it's not an app but it does the job without root and that's the only way to do this without root
you need adb and the backup will be saved on your pc
numpea said:
take backup with ADB
Code:
adb backup -all -apk -shared
and to restore
Code:
adb restore <path to the backup>
Don't forget to enable USB debugging on the phone
Click to expand...
Click to collapse
So this is basically a full image backup similar to what I would get with TWRP?
I recommend taking a look into helium.
It allows you to choose and backup apps and the appdata and transfer it to another device without root. There are a few system apps it won't backup, but it did wonders for me coming from my rooted N5 to this GS7.
DonDizzurp said:
So this is basically a full image backup similar to what I would get with TWRP?
Click to expand...
Click to collapse
No it's not full image like what we get with TWRP it's a file "backup.ab" and you can choose what to backup this is a thread that explaines everything better :good:
numpea said:
No it's not full image like what we get with TWRP it's a file "backup.ab" and you can choose what to backup this is a thread that explaines everything better :good:
Click to expand...
Click to collapse
I don't mean it's the SAME backup as TWRP in which I can use TWRP to restore.. but it backs up the entire image the same way TWRP or CWM does.
It's like I can use Norton Ghost or Clonezilla (like TWRP or CWM) or I can use dd on Linux (like ADB). They'd all (essentially) create an image of the entire drive, software, settings, partition table, MBR/GPT, etc etc just using different filetypes.
Anyway, thanks for the link. I'll read through it and it should answer my question hopefully.
DonDizzurp said:
I don't mean it's the SAME backup as TWRP in which I can use TWRP to restore.. but it backs up the entire image the same way TWRP or CWM does.
It's like I can use Norton Ghost or Clonezilla (like TWRP or CWM) or I can use dd on Linux (like ADB). They'd all (essentially) create an image of the entire drive, software, settings, partition table, MBR/GPT, etc etc just using different filetypes.
Anyway, thanks for the link. I'll read through it and it should answer my question hopefully.
Click to expand...
Click to collapse
No it's not the same it doesn't backup the entire image of the drive just (apks of installed applications and there data) + (system apps data including settings) + (shared that includes all the internal storage) that's it not including even apk of system or system image entirely it doesn't backup boot and the other partitions
numpea said:
No it's not the same it doesn't backup the entire image of the drive just (apks of installed applications and there data) + (system apps data including settings) + (shared that includes all the internal storage) that's it not including even apk of system or system image entirely it doesn't backup boot and the other partitions
Click to expand...
Click to collapse
Cool, thanks!
as well as someone above posted....HELIUM
And if you need something to backup your sms/mms and call logs try https://play.google.com/store/apps/details?id=com.rerware.android.MyBackup&hl=en
ADB 0 byte backup file
I have some problem with ADB. It worked for me perfectly with my Galaxy S4 (5.0.1) but it doesn't with my Galaxy S7 (6.0).
I can restore my old .ab files what I created with my S4 but I can't do any backup file with my S7. Why is it so?
ADB find the phone, I have access. I tried with TotalCommander plugin and it is the same. Any idea?
seanvree said:
Looking for a good app that will backup the entire phone without root? What's all the US S7 users doing right now?
Click to expand...
Click to collapse
Why dont you use Samsung's Smart Switch? It backups about everything and restores it too! It's easy to use. Just download the PC version
www.samsung.com/us/smart-switch/
and yes it works well, I used it twice for my s7 and Tab S2
ADB 0 byte backup file
I know this program. But this isn't save all of the data of the programs/games. I tried a lot of possibilty for example Titanium Backup, Helium etc. (with root) but these programs aren't the best. Look for example Traffic Racer, my son loves that game and these programs couldn't save the data of the game, I know that there is cloud saving in the game but I had an error (can't access in google play or something like that and couldn't save the game). But with ADB it saved perfectly like the other games/programs. I know a lot of program for this fact but I need fix ADB and figure out why is it don't work. I don't know why is it making 0 byte .ab files..
jetbruceli said:
Why dont you use Samsung's Smart Switch? It backups about everything and restores it too! It's easy to use. Just download the PC version
www.samsung.com/us/smart-switch/
and yes it works well, I used it twice for my s7 and Tab S2
Click to expand...
Click to collapse
Did it backup ALL App data (logins, settings, etc)? I've used SmartSwitch to move from my S5 to S7e (3 times - trying 3 different firmware) and it NEVER moved over app data/settings, Wifi pw's, etc.
The only think it properly moved was sms, apps that were in Google Play (not side-loaded apps) and email/account logins.
numpea said:
take backup with ADB
Code:
adb backup -all -apk -shared
and to restore
Code:
adb restore <path to the backup>
Don't forget to enable USB debugging on the phone
Click to expand...
Click to collapse
Hi!
So now I feel like a real n00b...
My G930F has lost all red color in the display. Calling Samsung, they say 'factory reset' then call again.
They said 'Smart Switch' was the tool to use for backup.
After a whole day trying to get the rickety, moronic abortion of a program to run more than 3 minutes...
I came here.
Enabled USB debugging.
Opened an elevated cmd in //AppData\Local\Android\sdk\platform-tools
and input 'adb backup -all -apk -shared'
I'm told to go to my phone and affirm this- I do.
Back at the PC I'm looking at a blinking cursor after //AppData\Local\Android\sdk\platform-tools
Related
I am rooted. There is no option in the recovery to "backup".
Any apps that will do a full-backup for me?
- KrossXC
Give it a day or two we'll have custom recoveries allowing full backups. All the apps in the market will back up data but not the actual stock system apps.
Aridon said:
Give it a day or two we'll have custom recoveries allowing full backups. All the apps in the market will back up data but not the actual stock system apps.
Click to expand...
Click to collapse
Titanium Backup is able to backup ALL applications and data, EVEN SYSTEM apps and data.
Titanium Backup for apps/data and My Backup Pro for texts, contacts, data will get almost all data that can be saved on the phone.
It isn't a FULL BACKUP such as a Nandroid Backup, but is the closest thing we got so far.
NeonMonster said:
Titanium Backup is able to backup ALL applications and data, EVEN SYSTEM apps and data.
Titanium Backup for apps/data and My Backup Pro for texts, contacts, data will get almost all data that can be saved on the phone.
It isn't a FULL BACKUP such as a Nandroid Backup, but is the closest thing we got so far.
Click to expand...
Click to collapse
From their website
"NOTE: It will not backup the system applications from your ROM. Only their settings will be backed up"
Backup? Simple...
Code:
cd backups\system
adb pull /system
cd ..\data
adb pull /data
Backup the system and data to your pc through adb.
Sent from my SPH-D700 using XDA App
lithid-cm said:
Backup? Simple...
Code:
cd backups\system
adb pull /system
cd ..\data
adb pull /data
Backup the system and data to your pc through adb.
Click to expand...
Click to collapse
I haven't used adb. A few questions.
I'm a developer, so I'm not too worried about technical things and command line, but are there any downsides (performance, instability) to running the adb daemon on the phone? Is it just a background service that doesn't get in the way of anything? Is it "ok" to be running the development daemon on a "production" device?
Does the device need to be "rooted?"
Thanks-
Jason
jasonsf said:
I haven't used adb. A few questions.
I'm a developer, so I'm not too worried about technical things and command line, but are there any downsides (performance, instability) to running the adb daemon on the phone? Is it just a background service that doesn't get in the way of anything? Is it "ok" to be running the development daemon on a "production" device?
Does the device need to be "rooted?"
Thanks-
Jason
Click to expand...
Click to collapse
No. Yes and no.
Fixter said:
No. Yes and no.
Click to expand...
Click to collapse
Short and to the point. Thanks! I'll give it a try.
Sent from my SPH-D700 using XDA App
Does anyone know if this is possible? I've had my phone for a couple weeks and want to root but don't really want to reinstall and setup everything again. If not, can someone point me to a reliable non-root full backup option?
TIA!
no. oem unlock is needed first and that pre-step is the bad boy that does the wipe.
d3athsd00r said:
Does anyone know if this is possible? I've had my phone for a couple weeks and want to root but don't really want to reinstall and setup everything again. If not, can someone point me to a reliable non-root full backup option?
TIA!
Click to expand...
Click to collapse
You should probably Google "TIA." Hehe.
d3athsd00r said:
Does anyone know if this is possible? I've had my phone for a couple weeks and want to root but don't really want to reinstall and setup everything again. If not, can someone point me to a reliable non-root full backup option?
TIA!
Click to expand...
Click to collapse
Google is your backup option. It can restore settings, apps and data. Just restore from cloud. You need root to have a perfect backup.
mikex8593 said:
Google is your backup option. It can restore settings, apps and data. Just restore from cloud. You need root to have a perfect backup.
Click to expand...
Click to collapse
You don't need to root you just need to have twrp installed.
se7ensde said:
You don't need to root you just need to have twrp installed.
Click to expand...
Click to collapse
Well, to backup apps and data in the OS, like OP wants before unlocking bootloader.
I did this with titanium backup on my previous phone to go from non-root to root and worked like a charm.
I can't post a link to the url...anywhay search for titanium backup non-root and you will see how to make a backup that can later be restored with titanium.
1. How to make your first backup WITHOUT root:
Before beginning, you need to setup your ADB and have your device detected. You must also running Android version 4.0 and above. Also, make sure you have a file manager installed. Our favorite is the ES File Explorer.
Connect your device and make sure its listed with the following command:
adb devices
Run a FULL backup with the following command:
adb backup -f FullBackup.ab -apk -all
This will create a “package” called “FullBackup.ab” on the current location in your command prompt. This is your backup package.
Now you can root your phone.
Once finished rooting, insert the “FullBackup.ab” package on your sdcard
Hit the menu button and look for “Extract from ADB backup” option. This will prompt you to search for the file. Use the file manager that you installed earlier and navigate to the directory and select the FullBackup.ab file.
Now restore like as if the backup was made with Titanium Backup. Don’t forget to make a fresh copy of the backup using Titanium Backup. You’re Done!
Click to expand...
Click to collapse
I've been using swift backup for the last 5 years or so and I'm damn tired of making the backup, coping it to my pc, do whatever I have to do on my phone, set up my gaccount back, install swift, login, copy the backup back and wait to restore it.
I just want a tool that allows me to connect my phone to my pc via USB, launch it and get my backup directly on my pc ready for restoring it in a second moment on my phone without waste of time or stupid accounts and stuff
I don't mind if it's via ADB, fastboot or whatever, I just want something simple that does just that and that is able to backup everything, all apps+ data
I know that ADB has a backup command, but that isn't able to backup all the apps and that's a big no for me
ps I'm a root user and I run Linux on my pc if those infos are helpful
am I asking too much maybe?
thank for your help!
Look inside here:
Backup android app, data included, no root needed, with adb
Backup android app, data included, no root needed, with adb - android-backup-apk-and-datas.md
gist.github.com
jwoegerbauer said:
Look inside here:
Backup android app, data included, no root needed, with adb
Backup android app, data included, no root needed, with adb - android-backup-apk-and-datas.md
gist.github.com
Click to expand...
Click to collapse
I already expressed this is not a viable solution for me in my previous message.
tdjj said:
I know that ADB has a backup command, but that isn't able to backup all the apps and that's a big no for me
Click to expand...
Click to collapse
most of the apps I use aren't compatible with ADB backup, I need something that's able to backup all the apps I want like I do on swift, but directly on my pc.
Your have root, why not use TWRP backup and restore.
tdjj said:
most of the apps I use aren't compatible with ADB backup
Click to expand...
Click to collapse
Never have read or heard that.
sammiev said:
Your have root, why not use TWRP backup and restore.
Click to expand...
Click to collapse
can I get a copy of it straight on my pc instead of my phone on twrp?
jwoegerbauer said:
Never have read or heard that.
Click to expand...
Click to collapse
yeah, there is a flag for that in the androidmanifest.xml
you can check
AFAIK since Android 6 the flag allowBackup by default is always set to true, unless app's developer for whatever reason sets it to false.
jwoegerbauer said:
AFAIK since Android 6 the flag allowBackup by default is always set to true, unless app's developer for whatever reason sets it to false.
Click to expand...
Click to collapse
that's why I said
tdjj said:
most of the apps I use aren't compatible with ADB backup, I need something that's able to backup all the apps.
Click to expand...
Click to collapse
adb backup is not a viable solution in my case
Adb method acts like TitaniumBackup (rooted) and is more practical than Helium/Carbon (non-rooted). It is useful for: -
New phone and doesn’t want to root/waiting for unlocking & root [Like BS4/Pro Case ]
Don’t have account for the app/game or playing as a guest.
Appdata saved within privileges of root access.
Transfer savegame of old/new games.
The method is manually simple and performed individually for each app to outcome precious/efficient results. However, AppData directly saved within “Android/Obb” & “android/data” or by “login”, can be easily backed up by copy/paste. ADB method won’t be much help.
Requirement: -
PC/Laptop
USB cable
ADB software [Attached]
How to prepare USB debugging: -
Refer/Apply steps 1-3 from here.
How to Identify APK Name Package: -
Check out App Info from BS4/Pro.
How to Select/Search for APK Package Via ADB: -
Download/Extract “adb.rar” into PC
Connect the phone to PC via USB cable
Run CMD.exe as admin > type command
adb devices:: A message appears to indicate the correct connectionadb shell pm list packages | sort:: To get the list of your ALL installed alphabetically
Search for desired name package > Highlight and CTRL+C to copy name package
com.sega.sprintE.g. Sonic Force Package
How to backup
Run CMD as admin > Type any following CMD from below.
From phone, A Full Backup message appear > Press BACKUP MY DATA > Wait to finish.
A file with (.ab) extension is generated in “adb folder”.
adb backup -f <filename>.ab -apk <Package Name>
adb backup -f sega.sprint.ab -apk com.sega.sprint:: To backup app+data in (.ab) formatadb backup -f sega.sprint.DataOnly.ab -noapk com.sega.sprint:: To backup data ONLY in (.ab) format
Note: to avoid backup failure (1-KB size backup files outcome). Run your App & extend Battery saving/Optimization (sleep) for longer periods. Then, perform backup CMD process.
How to restore
Run CMD as admin > Type any following CMD from below.
A Full restore message > Press RESTORE MY DATA > Wait to finish.
Check out the phone
adb restore <filename>.ab
adb restore sega.sprint.ab:: To restore app+data in (.ab) formatadb restore sega.sprint.DataOnly.ab:: To backup data ONLY in (.ab) format
Note, restoration data will be the exact as the old phone. Reminder, this method is efficient for Appdata hidden under root access / guest account / app and game with no access with login.
List of App/Game that had been successfully applied: -
ActionTaimanincom.GREMORYGames.ActionTaimaninAngryBirdcom.rovio.angrybirdsAngryBirdSpaceHDcom.rovio.angrybirdsspaceHDBritishCouncilcom.britishcouncil.ieltsprepEveryCircuitcom.everycircuitGrammarorg.cambridge.englishgrammar.egiuRelicRuncom.squareenix.relicrunSonicE1com.sega.sonic4epiSonicForcecom.sega.sprint
You can try your lists & post them in the comments
Not sure how I'm the first to respond in ~8 mos, but ok.
Ok just to clarify, a snippet of my list after "adb shell pm list packages | sort" ::
package:com.spotify.music
package:com.sps.servicing
package:com.squareup.cash
package:com.strava
package:com.stremio.one
package:com.studiosoolter.miracast.screenmirroring.pro
package:com.supercell.clashofclans
Your example doesn't show that every line is prefixed with "package:" is this normal?
I also got the following after I initiated with, ""
"
A full backup of all data to a connected desktop
computer has been requested. Do you want to allow
this to happen?
If you did not request the backup yourself, do not
allow the operation to proceed.
Since your device is encrypted, you are required
to encrypt your backup. Please enter a password
below:
"
I threw some generics numbers in and nothing happened
wolvmarine said:
-----
A full backup of all data to a connected desktop
computer has been requested. Do you want to allow
this to happen?
If you did not request the backup yourself, do not
allow the operation to proceed.
Since your device is encrypted, you are required
to encrypt your backup. Please enter a password
below:
"
I threw some generics numbers in and nothing happened
Click to expand...
Click to collapse
# Firstly, No need for passwords. Just press " Backup My data " as shown in picture above.
## Secondly, to backup Data ONLY OR Data+APK. if you got nothing like "1.00kb" size.. Just run app, then perform backup process while running the app. You definitely will get some size XX.00MB for sure.
why this happened?! .... some apps aren't properly running in background due to "battery optimization feature". Thus, you must run it first.
ksbwings said:
# Firstly, No need for passwords. Just press " Backup My data " as shown in picture above.
## Secondly, to backup Data ONLY OR Data+APK. if you got nothing like "1.00kb" size.. Just run app, then perform backup process while running the app. You definitely will get some size XX.00MB for sure.
why this happened?! .... some apps aren't properly running in background due to "battery optimization feature". Thus, you must run it first.
Click to expand...
Click to collapse
Does this preserve app data and even allow me to copy it over to GrapheneOS when i get it installed and possibly even transfer between devices similar to what i see on your supplied screenshots?
Sh4dow_Hunt3r said:
Does this preserve app data and even allow me to copy it over to GrapheneOS when i get it installed and possibly even transfer between devices similar to what i see on your supplied screenshots?
Click to expand...
Click to collapse
I never tested GrapheneOS. However, as long as it's an android system with debugging mode enabled, the method is supposed to work fine with you. Just give it a try!!
Does this work with android 13?
xxqxpxx said:
Does this work with android 13?
Click to expand...
Click to collapse
Yup .. as long as you enable debugging mode
I did but i end up with 47 bytes file and when restoring nothing happens.
The app is OSN. What i care about is just the login as I don't have access to do a forget password atm
Old phone is pixel 6 rooted.
New phone is pixel 7 pro not rooted.
xxqxpxx said:
I did but i end up with 47 bytes file and when restoring nothing happens.
The app is OSN. What i care about is just the login as I don't have access to do a forget password atm
Old phone is pixel 6 rooted.
New phone is pixel 7 pro not rooted.
Click to expand...
Click to collapse
Your TV show app might act differently than other apps.
However, have you attempted to "run the app and access fully the login first" on your old phone?! After that, try to perform the backup process while the account accessing in the background.
This only works for apps which support the backup/restore API. This is a not a generic solution across all apps.
Google backup does the same thing and its incomplete. Never rely on it to restore all your apps.
what do you mean by "run the app and access fully the login first"? I can access the app on the old phone normally and do whatever. ofc I cant log out and login if that what u mean
xxqxpxx said:
what do you mean by "run the app and access fully the login first"? I can access the app on the old phone normally and do whatever. ofc I cant log out and login if that what u mean
Click to expand...
Click to collapse
Nope, simply
- Debugged mode/USB cable is already connected
- Run your app ( of course, you are login )
- Perform backup process commands from PC CMD while the app is running ( Press "Backup My Data" message )
- Check the size file. If reasonable size, that means the backup is well-made
In case it's not, issues have to be related to what "devsk" had explained.
Hope it works for you
I'm trying to restore data for one app, but when I run the restore cmd, my phone displays: "A full restore of all data from a connected computer has been requested. Do you want to allow this to happen?"..."This will replace any data currently on the device!"
Is this a generic message? I only want to overwrite the data of one app. I don't want it to do anything like erase all other apps' data.
Can anyone confirm that even when you're just restoring one app's data, you still get this message, and it's fine?
User.Hemlock said:
I'm trying to restore data for one app, but when I run the restore cmd, my phone displays: "A full restore of all data from a connected computer has been requested. Do you want to allow this to happen?"..."This will replace any data currently on the device!"
Is this a generic message? I only want to overwrite the data of one app. I don't want it to do anything like erase all other apps' data.
Can anyone confirm that even when you're just restoring one app's data, you still get this message, and it's fine?
Click to expand...
Click to collapse
As long as you are following the above CMD code for a single app, you are fine. I hope you re-check the example picture I provided above following this link.
ksbwings said:
- Check the size file. If reasonable size, that means the backup is well-made
Click to expand...
Click to collapse
Quick question as I am trying to get a backup of my phone before sending it for repairs, how much do you think a reasonable size would be if I try and back up my phone with around 55GB of data?
Hm, so when I ran `adb restore` with the .ab file containing a single app backup, I got the expected dialog, on device I saw "restore starting..." and then "restore ended," but when I launched the app, nothing changed and none of my backed-up data was present.
It looks like adb restore just... doesn't work. Any ideas why? (non-rooted phone, and I checked the app and allowBackup=true)
i can confirmed backup apk+data for
Code:
com.tapblaze.pizzabusiness
work just fine , now my wife dont have to worry her progress gone on modded apk coz i just unlocked bootloader so yeah
This won't work for game save data on an app with backup disabled, such as Candy Crush, correct?
Also, is "adb.rar" a specific program, or is it just whatever the latest version of ADB was at that time? Wondering if I should download that or look elsewhere for the latest.
Finally, what is the "BS4/Pro case" referenced when talking about getting app info?
Thanks dude, u saved me from grinding
Good evening, I would like to restore a backup from the old smartphone to the new one, but I should especially restore the settings data of certain apps (for example the settings of icsee, other camera apps and pages saved in Opera bookmarks) which are important for me.
Is it possible to reset app settings? Thanks.
I'm looking for an app that will allow me to back up the entire contents of my phone to one single .zip file which I could then flash back if needed. It would be best if there was an app that could transfer the backup to my computer where I would store the individual backups. I should add that I have root access, but even so, I haven't found any application that backs up the entire system to a single file. I don't have a custom recovery, only the stock one. Is there any app for that? Ideally for Windows, where I would connect the phone with a cable and perform the backup setup from there.
CaptainFedora said:
I'm looking for an app that will allow me to back up the entire contents of my phone to one single .zip file which I could then flash back if needed. It would be best if there was an app that could transfer the backup to my computer where I would store the individual backups. I should add that I have root access, but even so, I haven't found any application that backs up the entire system to a single file. I don't have a custom recovery, only the stock one. Is there any app for that? Ideally for Windows, where I would connect the phone with a cable and perform the backup setup from there.
Click to expand...
Click to collapse
What are "the entire contents of your phone"? All partitions + personal data, apps and so on?
Oh yes, exactly. For a case like system update potentially messing up the device - (oh, I just realized that if my device would softbricked i would need to restore that image or zip file through the recovery anyway), so i guess without a custom recovery this isn't doable right?
CaptainFedora said:
Oh yes, exactly. For a case like system update potentially messing up the device - (oh, I just realized that if my device would softbricked i would need to restore that image or zip file through the recovery anyway), so i guess without a custom recovery this isn't doable right?
Click to expand...
Click to collapse
As long as no custom ROM gets installed you only need a backup of your data. The remaining images are part of your firmware.
Without a custom recovery like TWRP you can backup your data only during the running system. Your stock recovery can't access /data as a filesystem, because it's not mounted. Also an entire image of that partition wouldn't be possible.
Now I learned something. Thank you. That'll do. Titanium Backup it is then.
CaptainFedora said:
Now I learned something. Thank you. That'll do. Titanium Backup it is then.
Click to expand...
Click to collapse
Titanium Backup is outdated, I suggest NeoBackup (open source) or Swift Backup (closed source, you can't decrypt the backup on your own).
Thanks again!
TheNewHEROBRINE said:
Swift Backup (closed source, you can't decrypt the backup on your own).
Click to expand...
Click to collapse
It doesn't make any sense to encrypt MY own data. Swift Backup gets access to the data by Magisk and that's me. I don't need an app that makes my own data inaccessible for me without any reason.
CaptainFedora said:
I'm looking for an app that will allow me to back up the entire contents of my phone to one single .zip file which I could then flash back if needed. It would be best if there was an app that could transfer the backup to my computer where I would store the individual backups. I should add that I have root access, but even so, I haven't found any application that backs up the entire system to a single file. I don't have a custom recovery, only the stock one. Is there any app for that? Ideally for Windows, where I would connect the phone with a cable and perform the backup setup from there.
Click to expand...
Click to collapse
You can look at this thread for variants of backup software options.
Alternative to Titanium Backup?
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...
forum.xda-developers.com
WoKoschekk said:
It doesn't make any sense to encrypt MY own data. Swift Backup gets access to the data by Magisk and that's me. I don't need an app that makes my own data inaccessible for me without any reason.
Click to expand...
Click to collapse
That's the reason why I gave NeoBackup as an alternative, although it doesn't have all the features of Swift Backup like restoring SSAIDs.
TheNewHEROBRINE said:
That's the reason why I gave NeoBackup as an alternative
Click to expand...
Click to collapse
That seems to be a good alternative for Titanium Backup.