[Question] backup, no root, s8 - Samsung Galaxy S8 Questions and Answers

well, apart of having my devce 0x01, what could be a simple method to make a full phone backup without loosing dmg images, app data, apks, on my s8?
seems so strange that with many devs working on android, backup and restore is still such a pain

I usually use Helium to do backup of app data (some can't be done, but it gets most of them), then Samsung's own backup feature with samsung account to get SMS and some phone settings, and then I connect to a PC and use ADB to copy the entirety of /sdcard/ to get files (dmg images, etc).

This was my fear...app restore + helium
BTW so I should start to keep in mind all the stuff (and their location) on the memory...hoping to remember to save them manually before to wipe the phone...
SAD!!

Related

Best way to backup everything before flashing new ROM?

Hi everyone, so I was wondering what was the best way to backup everything, apps, apps' data and system settings before flashing a new ROM or the same but with new base (which usually requires a clean install).
I've been told that the TWRP backup isn't that great because it'll bring over the "junk" from the previous version, and it doesn't really backup photos for instance.
Samsung's SmartSwitch, at least for me, doesn't backup applications at all. I've tried the phone version as well as the computer one, the phone one crashes once it gets to the app part, the computer one finishes but then there are no apps backed up.
I tried Titanium Backup but I don't know exactly which is the best option, should I be backup just apps and data? Or system data as well? If the correct way is both and let's say that the new ROM is "more" debloated", wouldn't I be putting back in the bloatware by backing up system data as well?
As far as system is concerned I just want to backup something like alarms, memo, system settings like brightness and I think that's more or less it.
Thanks a lot to anyone that helps me, I've been making tons of backup recently trying to find the best solution but couldn't.
Personally I use Titanium Backup, including unlimited external AppData (see in Settings). By that I get at least 80% of my apps back with all the settings done. My photos/videos are stored on my SD and backupped via google photos.
Always looking for a better and easier way to do all this, but for the moment that works pretty well. Still takes 1 - 1&1/2 hours to switch rom, restore backups and set up all my apps that could not be backupped completely.

[Question] How do you backup apps when moving to a new ROM/Phone?

I was wondering how you guys usually backup your phone when going from let's say stock to LineageOS? I was wondering this because I feel my way takes more time than it needs to and if there's a better method I'm glad to hear it.
I'll go first:
I backup first through Titanium backup which is a great app for restoring most data such as wifi passwords and app data for some apps. Secondly I'll make a backup using Helium because it backs up some apps that aren't compatible with TB's way of handling things such as Defenders III. Thirdly and most Important backup I make is through twrp in case I need to go back and get something I forgot or if "the **** hits the fan" on the new ROM.
j0nas_ said:
I was wondering how you guys usually backup your phone when going from let's say stock to LineageOS? I was wondering this because I feel my way takes more time than it needs to and if there's a better method I'm glad to hear it.
I'll go first:
I backup first through Titanium backup which is a great app for restoring most data such as wifi passwords and app data for some apps. Secondly I'll make a backup using Helium because it backs up some apps that aren't compatible with TB's way of handling things such as Defenders III. Thirdly and most Important backup I make is through twrp in case I need to go back and get something I forgot or if "the **** hits the fan" on the new ROM.
Click to expand...
Click to collapse
use titanium backup pro or helium app
You might try to backup apps in titanium backup, secondly for photos and videos and all other stuff what I do is connect my phone to a PC and copy paste all folders displayed latter I can swap them pretty fast
I don't back up my apps. I don't have many apps installed so it doesn't really matter.
For data, I use adb.
Backup - adb pull /sdcard/
Restore - adb push <WHAT> /sdcard/<LOCATION>
I backup with TBU - never had any problems backing up or restoring.
But how do you get Helium to work for your Moto G4? I've tried several times/methods but it just doesn't work. I am rooted with InvictaOS and Helium gets stuck on checking SuperUser. When I cancel that out and try to connect via the computer it fails to recognize the G4, whether I'm on MTP or PTP.
The only reason I'm trying Helium is that I recently got a great deal on a Verizon E4 and want to play around with it. But since it's Verizon...no bootloader unlock. I'm going crazy trying to transfer my app data to the E4, which, ironically, is recognized by Helium.
I have never been a fan of iPhone, but they at least have a method to transfer app data to to a new phone, an area that Android is lacking. If i ever get another new phone that can't be rooted, I'm screwed if I want to keep my app data, such as from my Memo app, etc...
Sorry for rant/hi-jack.

Backup before Root

I am completely new to rooting and, if I understand correctly, the process of rooting (specifically unlocking the boatloader) will wipe your apps and their data. What can I do, pre-root, to backup my app data? I have Google's backup on, but from what I can tell, it really doesn't do jack sneezle (I assume that's because Google doesn't require app developers to make their app data (settings, login, etc.) compliant with their backup system). Reinstalling the apps isn't a huge deal to me, but having to recustomize ALL my settings and login to everything again is a pain in the keister. Any suggestions? Is there any apps out there to facilitate this transition period? Let me know what you guys think. If possible, give multiple methods, and let me know which one you find the best. Thanks!
I don't know of any way to back up your apps and data without being rooted. I think you are just going to have to bite the bullet. You need root access before you can even access the folders that app data is stored in.
you havent unlocked the bootloader yet..
so probably no way to back up the data beforehand..
[edit]
you can use adb backup & restore commands to back up and restore, but im not sure if its possible to just restore the app data without overwrite the whole device..
Try Helium. Requires a PC.
There aren't many methods to backup on an unrooted phone.

Full backup Op 8 Pro no root

Hi guys,
I need an advice on a backup program or app that allows me to full backup my device without root.
I would like to backup the image of the phone because I have to full wipe it.
Some tips?
Any kind of image backup (presumably with TWRP) only works with an unlocked bootloader....as you don't have root I assume you also have your bootloader locked.
What you can do is use a tool like Swift Backup (or the standard Google backup/restore mechanism) which will backup and restore some of the data on you phone including installed apps, but no app data itself. Many apps allow for export/import of their data, so this may be a solution - but requires a bit of footwork to go through all the apps and do export/import of data manually. For me this approach (using the standard Google/Android mechanism) has worked quite nicely the times I had a non-rooted phone.
You can try with ADB backup/restore (maybe with help of an app called Helium Backup that creates a UI for the commandline-interaction of the ADB commands), but you need to connect the phone to a PC for this to work. From my experience ADB backup is a little quirky, not always backing up and restoring all data depending on some unclear characteristics of the apps concerned (and on top many apps don't allow data backup via ADB at all!). For me reliability in the backup/restore mechanism is crucial, so I've quit using ADB backup at all
Thanks!!!

How do I go about creating a full backup image if I'm unrooted?

Normally I'd use TWRP to create a full backup image but since I'm unrooted I'm not sure how to get this done.
[GUIDE] Full Phone Backup without Unlock or Root
Like a lot of you, I have been putting off unlocking the bootloader on my Nexus because I didn't want to have to go through the hassle of backing up everything manually and restoring individual application data; logging back into apps; saving...
forum.xda-developers.com
Does this method work for our phones?
I'm on Android 12 on my S10+.
DonDizzurp said:
Normálně bych použil TWRP k vytvoření úplné zálohy, ale protože nejsem rootnutý, nejsem si jistý, jak to udělat.
[GUIDE] Full Phone Backup without Unlock or Root
Like a lot of you, I have been putting off unlocking the bootloader on my Nexus because I didn't want to have to go through the hassle of backing up everything manually and restoring individual application data; logging back into apps; saving...
forum.xda-developers.com
Funguje tato metoda pro naše telefony?
Používám Android 12 na svém S10+.
Click to expand...
Click to collapse
Hi, if you have a Samsung and you don't have root, I don't recommend backing up via ADB because Google doesn't support this anymore, it's more recommended to use Google One or on a Samsung you can use this guide which should also help you.
Don't use SmartSwitch.
First redundantly back up all critical data to at least 2 hdds that are physically and electronically isolated from each other and the PC.
Hand load everything; copy/paste, verify size and if readable. Any apps like Poweramp or ColorNote that allow for backup import/export do so. Organize your critical data; have a plan.
If you have a SD card it is your data drive; all critical data goes here including installable copies of all your apps. A full restore should be able to be done with the data on the SD card.
A clean load can last for years if you don't muck with the firmware ie upgrades/updates. Think it through and do it right the first time. If you do it right it won't need to be done again for years... that's what Android is capable of.
you can't create a full backup as you can't access the needed devices... the only thing you can backup is your sdcard,data and probably efs with system shell exploit

Categories

Resources