Related
Hey,
Has anyone ever looked into how the Whatsapp Backup is stored? It can be used after reinstalling the app, but not after hard resetting/flashing/etc. So it should be stored on the phone, but not the normal isolated storage of the app since I can reinstall it and use the backup then.
Is there special access necessary or could other apps also access (and modify/export) this backup? I'm asking this because I hope to find a way to make a backup that really is useful, I almost only write via whatsapp because SMS cost way more than internet here. Thanks!
why do you think whatsapp isnt useing isolated storage? shure it is, but you still cant access it - unless you have a interopt unlocked device
the reason you can restore, is that the app id stays the same.. you could try to deploy an older (uncrypted) whatsapp xap to your phone, if the app id still stays the same (and im not shure it does! actually i think it doesnt..) you would gain access... again, thats total theory! i havent tryed this, and it has propably the potential to mess up your backup...
maybe GoodDayToDie has some more info about the app-id thing.. i'll also do a quick research
tfBullet said:
why do you think whatsapp isnt useing isolated storage? shure it is, but you still cant access it - unless you have a interopt unlocked device
the reason you can restore, is that the app id stays the same.. you could try to deploy an older (uncrypted) whatsapp xap to your phone, if the app id still stays the same (and im not shure it does! actually i think it doesnt..) you would gain access... again, thats total theory! i havent tryed this, and it has propably the potential to mess up your backup...
maybe GoodDayToDie has some more info about the app-id thing.. i'll also do a quick research
Click to expand...
Click to collapse
Thanks for the reply! I din't know files in the isolated storage keep being there after you uninstall the app..
I tried deploying an old Version (1.4) of Whatsapp and it replaced the current one, so it should use the same app id. I didn't find anything in the isolated storage, but the backup is still there when I reinstall it from the store. I'll try launching the deployed app first now.
have you checked out the IsolatedStorageSettings?
Let me have a quick look where this thing is on my harddrive... when i find it, i'll be able to tell you where / how it saves the backup
tfBullet said:
have you checked out the IsolatedStorageSettings?
Let me have a quick look where this thing is on my harddrive... when i find it, i'll be able to tell you where / how it saves the backup
Click to expand...
Click to collapse
Nope, I have no real clue how to do that, the only thing I can is deploying apps and watching their isolated storage thanks!!
they used "messages.sdf" & "contacts.sdf" before, but then at some version they started to migrate this files into a database.. not shure where it gets stored, or if you can access it with simply browsing the IsoStoreage... ill make a quick test project to test out how or if we could access it..
EDIT: actually i was talking **** the .sdf files are already databases, and the data still resides there... and forgot to mention: even if you couldn't see the database files, you should see the user-picture thumbnails that reside in "cphotos/" + some-sha1-hashed-userinfo...
IsoStore is cleared when an app is uninstalled. So far as I know, this is instant, as part of the app removal process, although I suppose I haven't actually checked that. However, apps can (and many do) implement a backup situation to cover this use case by using a unique identifier that survives a re-install. There are several places such IDs can come from. Since the one you have survives app installs but *not* OS reflashing (even though you presumably sign on with the same Live ID afterward), I'm guessing it's a value that uniquely identifies your OS install and is randomly generated the first time the OS boots. Re-flashing counts as a new install, I guess.
I'd have to investigate further to be sure. There could be other mechanics at play, such as the OS keeping the data around for a short time in case you re-install the app, or the app storing its data in some other (off-phone) location. It's not storing it in some special folder within the phone, though; there's nowhere else it could!
Backup history with Whatapp on Android. Then check the backup file on:
/sdcard/WhatsApp/Databases/msgstore.db.crypt
Or
/data/data/com.whatsapp/databases/msgstore.db and wa.db (root)
Coweri said:
Backup history with Whatapp on Android. Then check the backup file on:
/sdcard/WhatsApp/Databases/msgstore.db.crypt
Or
/data/data/com.whatsapp/databases/msgstore.db and wa.db (root)
Click to expand...
Click to collapse
Sorry, but this is Windows Phone, not android..
@GoodDayToDie so, there is no simple way like deploying an app with the same ID and trying to access the backup with it?
Since the data would have been deleted when the old app was removed (and since you can't sideload an app with the same Product ID as an existing Store app), no, that won't work (well, it didn't in WP7; I guess you could try again here; some things are somewhat less secure now than before).
th0mas96 said:
GoodDayToDie so, there is no simple way like deploying an app with the same ID and trying to access the backup with it?
Click to expand...
Click to collapse
Wait for a interop-unlock... thats the way to go in this case.
Until then, you can send your conversations to yourself by mail (option form the context menue)
GoodDayToDie said:
IsoStore is cleared when an app is uninstalled. So far as I know, this is instant, as part of the app removal process, although I suppose I haven't actually checked that. However, apps can (and many do) implement a backup situation to cover this use case by using a unique identifier that survives a re-install. There are several places such IDs can come from. Since the one you have survives app installs but *not* OS reflashing (even though you presumably sign on with the same Live ID afterward), I'm guessing it's a value that uniquely identifies your OS install and is randomly generated the first time the OS boots. Re-flashing counts as a new install, I guess.
I'd have to investigate further to be sure. There could be other mechanics at play, such as the OS keeping the data around for a short time in case you re-install the app, or the app storing its data in some other (off-phone) location. It's not storing it in some special folder within the phone, though; there's nowhere else it could!
Click to expand...
Click to collapse
GoodDayToDie, any news about this Whatsapp backup feature in Windows Phone? Is it possible to utilize this feature as an "ordinary" developer?
I would have to reverse engineer the app to see how its backup feature works. The most likely explanation - that it's storing the backup "in the cloud" using the device ID (which resets when you do a hard reset, I think) - is easily possible for any app so long as you provide the storage space...
GoodDayToDie said:
I would have to reverse engineer the app to see how its backup feature works. The most likely explanation - that it's storing the backup "in the cloud" using the device ID (which resets when you do a hard reset, I think) - is easily possible for any app so long as you provide the storage space...
Click to expand...
Click to collapse
That could be an explanation. But then the Whatsapp developers could easily offer a full backup, as on other platforms, linked to the phone number or something. Then you could restore the messages even after a phone exchange. But who knows what's in their heads ...
GoodDayToDie said:
I would have to reverse engineer the app to see how its backup feature works. The most likely explanation - that it's storing the backup "in the cloud" using the device ID (which resets when you do a hard reset, I think) - is easily possible for any app so long as you provide the storage space...
Click to expand...
Click to collapse
Nope, it doesn't seem to be online.. it backups pretty big chats extremely fast with 2 bars of GPRS, so it can't be via internet.. it even backups without connection at all. That's the weird thing.. how are apps even allowed to store files that keep being there after an uninstall?
There are a couple really sneaky ways you could do that; one that comes to mind is creating a fake "image" or "ringtone" or similar, serializing the data to it, and then looking for it the "first" time the app is run after installing. However, I'm definitely more curious now. There are folders which apps can request permissions to write to, but usually that's a trick limited to "second-party" apps (OEMs, etc.) and prohibited for third parties.
I've already looked into the code, as far as i can tell there is no online backup feature. it just stores the conversations in a database.
And to answer yout question schluff: no there is absolutley no way the usual developera to utilize this.
btw: @GoodDayToDie could you provide us the newest WhatsApp XAP (2.11.312.0)?
When I get the chance to extract it of my computer, yeah. It's really hard to get full FS access working these days, so I'm looking into other ways to access the install folders and storage of other Apps.
here you go
edit: I've changed nothing, so it's the whole install folder in this zip file
Thanks for the extraction! Obviously, I can't do anything with it
However, if anyone is interested in this too, in the following versions it seems to backup to the SD card, at least @Nazwzil8 reported so at twitter: https://twitter.com/Nawzil8/status/410486248156172288 he reported a lot about whatsapp, he seems a legit beta tester.
I'm not as tech savvy as most of you, but I'm motivated because 1)I just can't stand buying something outright, then having someone else tell me how I can use it, and 2) I follow directions well.
I mostly use my phone to game and as a personal data assistant, with some web searching and very light Facebooking. I don't use ANY of the beaming/dongle/att suite/Samsung Suite, at all.
I got here because I use Clean Master, and it shows me constantly using in excess of 84% RAM, even though I've 'turned off' 63 force loaded apps. 63! And it keeps trying to force download stuff I've turned off. I'm ready to sail this freaking ad-machine into a wall.
So, do I want to root it and use a custom ROM, debloat it, or do I need to do one to do the other? I've done a lot of reading, and there is a ton of info, but it seems to be what to do after this decision point. If I root, does that wipe my phone, or does that happen when I install the custom ROM? Is there someone here who can walk me through it, or point me in the right direction?
Thanks in advance for dealing with 'Mr. Newbtastic.'
Kamchak said:
I'm not as tech savvy as most of you, but I'm motivated because 1)I just can't stand buying something outright, then having someone else tell me how I can use it, and 2) I follow directions well.
I mostly use my phone to game and as a personal data assistant, with some web searching and very light Facebooking. I don't use ANY of the beaming/dongle/att suite/Samsung Suite, at all.
I got here because I use Clean Master, and it shows me constantly using in excess of 84% RAM, even though I've 'turned off' 63 force loaded apps. 63! And it keeps trying to force download stuff I've turned off. I'm ready to sail this freaking ad-machine into a wall.
So, do I want to root it and use a custom ROM, debloat it, or do I need to do one to do the other? I've done a lot of reading, and there is a ton of info, but it seems to be what to do after this decision point. If I root, does that wipe my phone, or does that happen when I install the custom ROM? Is there someone here who can walk me through it, or point me in the right direction?
Thanks in advance for dealing with 'Mr. Newbtastic.'
Click to expand...
Click to collapse
All that searching and found nothing for such a popular group of questions.
You can force stop most of the Samsung bloat ware and disable it, but to fully get rid of it you need to root. How you get rid of it is a different question. 1) manually going through system files and deleting the apk and shtuff, 2) invest in titanium backup pro to freeze the apps, or uninstall them, 3) a popular choice, probably the easiest; flash a pre-debloated ROM, and surely you know how to search so thoroughly to find those.
Rooting does not wipe the device. Installing Safestrap, the only recovery available, does not wipe the device. Installing Xposed and its many modules does not wipe the device. Going into Safestrap recovery, selecting wipe, and factory resetting the device...will wipe the device...and is forcefully suggested by all ROM makers so that you can get a clean install... on a wiped device. Factory resetting is the default option and normally the only one needed for a clean install, and it will not touch your extSDcard, or all those precious pictures and songs that fill your device.
Of course, no one would flash a ROM so often if there was no way to back up all your apps and games and level 80 dark elf, which is exactly what Titanium backup is for. Buy the pro key and you don't have to individually backup or restore any app or data.
This pretty much rounded all bases.
Thank you very much. There's a Q&A post (and I read all 28 pages of it), but it seemed to deal with what happens after my question. Your answer is extremely helpful for those of us with less technical knowledge. Thanks, again!
Kamchak said:
Thank you very much. There's a Q&A post (and I read all 28 pages of it), but it seemed to deal with what happens after my question. Your answer is extremely helpful for those of us with less technical knowledge. Thanks, again!
Click to expand...
Click to collapse
If no one asked questions, there'd be no answers. Glad to help ?
I got a new wifi S2, installed the permissive kernel and rooted it. I installed TWRP and made a backup. Now I've got an uninstall app and I've removed a few things; primarily Knox and the security logger so that it quits whining at me. I have a strong desire to never ever use the cloud, create a Samsung account, or a Google account. I really just want to load some books onto it and DLNA some music and videos.
So I want to get rid of all the stuff that I'll never be able to use but it's not clear to me how to identify all that. I'm a long time Unix guy but not at all an android guy. If something prompts me to create an account I know I want to uninstall it, but damned if I can figure out how to identify what to uninstall from what icon I touched.
I've found bloatware lists but they're all somewhat old and not for the S2, so it's not clear to me if I should trust them. I'd like to avoid trial and error "uninstall and reinstall if something doesn't work" or the even more dreaded "uninstall and find out six months later that something doesn't work". Can anyone point me at a good list of what I can remove, or where I can figure out how to determine that for myself? Thanks.
Better start freezen apps instead of uninstalling them. I use titanium backup for that, but you can use whatever you like. Just be carefull freezing or uninstalling OS related apps, you can end in a bootloop, but you always have the odin flash method to reflash your system back to normal. Just don't play around with partitions or /dev .
Right now I using my tablet unrooted and untouched, so I can't be more specific which apps you can freeze without problems.
He doesn't need odin as he has a twrp backup.
I take it you are using System App Remover (root) to uninstall system apps? If so you are pretty safe as they are backed up and can be restored any time if something goes wrong.
Also are you aware without a Google account you will lose part of the functionality of an Android device?
Samsungs account you can do without. All that stuff related to it can be deleted, but don't advise removing any of the Google core services from the stock rom.
If you really want a GAPPless rom then you're better off with a non stock custom rom like CM or AOSP.
Not much in that area of development at the moment, but there are a couple of members working on it.
ashyx said:
He doesn't need odin as he has a twrp backup.
I take it you are using System App Remover (root) to uninstall system apps? If so you are pretty safe as they are backed up and can be restored any time if something goes wrong.
Also are you aware without a Google account you will lose part of the functionality of an Android device?
Samsungs account you can do without. All that stuff related to it can be deleted, but don't advise removing any of the Google core services from the stock rom.
If you really want a GAPPless rom then you're better off with a non stock custom rom like CM or AOSP.
Not much in that area of development at the moment, but there are a couple of members working on it.
Click to expand...
Click to collapse
Yes, thanks. If I lose functionality to avoid Google watching over my shoulder I'm all for it. I'm old and probably overprotective of what's my business and not theirs. In truth, I bought the S2 because I have a collection of chess book pdf's and djvu's that I want to be able to read while I'm sitting at my chess board. I got the 9.7 inch S2 because the old eyes aren't what they used to be. Anything I can do beyond that is icing on the cake.
I do have the app remover, and I've removed the stuff that was obvious to me (like the Microsoft Office stubs). But there are still lots of things that bring up a prompt for an account when I run them and it's not clear to me how to figure out what app to remove to get rid of that particular thing. On Linux I could use rpm -q to figure out what rpm contained a file I want to remove and I'd be good to go. I've tried googling some of the app names but the "descriptions" I end up finding are particularly unenlightening. And since this is definitely not my area of expertise I don't really want to operate in "let's remove this and see what happens" even if I can reinstall the app from its backup. I've been doing software development and sysadmin for more than 35 years now and that just doesn't seem like the way to approach this.
I was looking at CM, which seems like it might be what I'm looking for, but it's still in alpha and my skill level is probably not up to coping with that so I'm back with the problem of how to decide what to get rid of.
Hi,
I like to know if there's a way to back up the phone without root, if something went wrong, like errors and so. By backup I mean back up all the settings, wallpapers, themes, like the backup we can make with recovery.
Thank you for the help.
soilentgreen said:
Hi,
I like to know if there's a way to back up the phone without root, if something went wrong, like errors and so. By backup I mean back up all the settings, wallpapers, themes, like the backup we can make with recovery.
Thank you for the help.
Click to expand...
Click to collapse
Yeah comes with samsung backup.
Nick216ohio said:
Yeah comes with samsung backup.
Click to expand...
Click to collapse
And this is the only way?
soilentgreen said:
And this is the only way?
Click to expand...
Click to collapse
There is but this seems like the best so far. This is coming from a person who was die hard titanium backup fan. Actually surprised how well it works.
Nick216ohio said:
There is but this seems like the best so far. This is coming from a person who was die hard titanium backup fan. Actually surprised how well it works.
Click to expand...
Click to collapse
Can you share the second best backup?
Thank you.
Also, what is the best order to use Google restore and / or Samsung restore? I used the Samsung cloud Backup for a restore and was rather disappointed ?
So, what is best practice to prepare for a hard reset and restore? I do it this way:
- make backups in all apps that support it, like nova launcher prime, nine email and so on
- do a Samsung Backup
After hard reset, I follow the process and restore when offered, Google and Samsung. However, afaics, no app data is coming back.
Am I holding it wrong? ?
soilentgreen said:
Can you share the second best backup?
Thank you.
Click to expand...
Click to collapse
The 2nd options being other apps from play store. I haven't tried those on this phone. If you're rooted definitely titanium backup.
corwin_amber said:
Also, what is the best order to use Google restore and / or Samsung restore? I used the Samsung cloud Backup for a restore and was rather disappointed ?
So, what is best practice to prepare for a hard reset and restore? I do it this way:
- make backups in all apps that support it, like nova launcher prime, nine email and so on
- do a Samsung Backup
After hard reset, I follow the process and restore when offered, Google and Samsung. However, afaics, no app data is coming back.
Am I holding it wrong? ?
Click to expand...
Click to collapse
What disappointed you? No app data coming back is normal. Just like when you do a titanium backup restore. It's adviced to restore with no app data. Because when you do tend to get a lot of issues. Your just getting apps back.
Nick216ohio said:
The 2nd options being other apps from play store. I haven't tried those on this phone. If you're rooted definitely titanium backup.
Click to expand...
Click to collapse
I'm not rooted and looking apps from play store.
I would appreciate it if someone could recommend good apps.
Good topic .
For some reason my restoring process is always messed up when I use the Samsung smart switch. Since it restores via smartswitch and then Google restores also.
Moving forward should one have Google back restore enabled and also use smartswitch as well or is it safe to assume smartswitch on its own is adequate?
Sent from my SM-N950U using Tapatalk
@Nick216ohio Ok, I see. I am just comparing to iOS and even Windows phone / mobile restore. iOS / iCloud restore is brilliant, WP / WM restore depended on App support.
What is the situation like with Android, can apps support app data restore via Google restore?
This whole topic is a little unclear to me, is there a resource where it is explained?
Thanks ?
corwin_amber said:
@Nick216ohio Ok, I see. I am just comparing to iOS and even Windows phone / mobile restore. iOS / iCloud restore is brilliant, WP / WM restore depended on App support.
What is the situation like with Android, can apps support app data restore via Google restore?
This whole topic is a little unclear to me, is there a resource where it is explained?
Thanks ?
Click to expand...
Click to collapse
You can restore data, but like I said before causes issues. Like force closes, apps not working right, etc. Wish we could restore data without issues. Just google and you will get clear answer. I am to lazy to explain. Apple does some things better and same with android. They both got +/- overall.
But here's some good news for all of us>
http://www.androidpolice.com/2017/1...ow-restore-backed-data-initial-setup-process/
corwin_amber said:
@Nick216ohio Ok, I see. I am just comparing to iOS and even Windows phone / mobile restore. iOS / iCloud restore is brilliant, WP / WM restore depended on App support.
What is the situation like with Android, can apps support app data restore via Google restore?
This whole topic is a little unclear to me, is there a resource where it is explained?
Thanks [emoji847]
Click to expand...
Click to collapse
Apple backup and restore is eons ahead of Android backup and restore.
I'm an Android fanboi BTW.
Sent from my SM-N950U using Tapatalk
I rooted last week and so tried to prepare as much as I could for the factory reset step. I don't use Google or Samsung backup for apps, I prefer things local to me (I am too used to TiBu coming from a rooted Note 3).
I backed up the apps that allow an export of setting/content as previously mentioned in this thread (so like Nine email, Signal Messenger etc), I also used Helium backup which stated it backed up most of my apps & data and then I copied all of internal SD to an external one.
I was disappointed with Helium, it restored all apps and data "successfully" however it didn't actually appear to have done anything. After some googling I manually installed the apps it backed up and then proceeded to restore the data...this actually works for some of the apps but I was left with quite a lot that it did not. I ended up cutting my losses and starting fresh with those apps.
I am now rooted and back onto TiBu which is fine until I need to change to a phone that isn't rooted. I have limited experience with anything Apple but from the sounds of it they do a pretty good job at restoring apps and data but I wouldn't be able to cope with how tight the control is on their devices (which is one element that I expect helps with having a more reliable backup solution).
kaos_king said:
I rooted last week and so tried to prepare as much as I could for the factory reset step. I don't use Google or Samsung backup for apps, I prefer things local to me (I am too used to TiBu coming from a rooted Note 3).
I backed up the apps that allow an export of setting/content as previously mentioned in this thread (so like Nine email, Signal Messenger etc), I also used Helium backup which stated it backed up most of my apps & data and then I copied all of internal SD to an external one.
I was disappointed with Helium, it restored all apps and data "successfully" however it didn't actually appear to have done anything. After some googling I manually installed the apps it backed up and then proceeded to restore the data...this actually works for some of the apps but I was left with quite a lot that it did not. I ended up cutting my losses and starting fresh with those apps.
I am now rooted and back onto TiBu which is fine until I need to change to a phone that isn't rooted. I have limited experience with anything Apple but from the sounds of it they do a pretty good job at restoring apps and data but I wouldn't be able to cope with how tight the control is on their devices (which is one element that I expect helps with having a more reliable backup solution).
Click to expand...
Click to collapse
This story reminds me a bit of my own.
I'm an Apple AND Android user and just recently got a lot more into using both for the given areas where they excel...
Well, fun fact is that I'm considering going with a Note 9 when it launches and I want to try my luck in staying unrooted there, certainly staying on stock ROM (because I would like to use the SPen to its full extent and many things that Samsung does incorporate into their ROM attract me... Please don't shoot. )
Either way, upon researching backing up Android rooted or not rooted I found out it's an absolute crap shoot on this side of the fence and it'd be incredibly hilarious if it wasn't so sad.
I also doubt Google has any big incentive to fix it, they'd much rather fix cloud backups gluing you to their ecosystem. Pulling a good old Apple. :silly:
The fact is, as far as I found out, please correct me if I'm wrong, the issue is mostly that app developers must flag their apps as allowing to be backed up/not flag it's disallowed. (I read that not setting the flag is treated like a default no, but that's up to the version of the ROM/base Android, this may differ. I do not know)
Apparently, plenty enough apps use that liberty and whilst there is such a flag in iOS as well it's limited to stuff like login credentials afaik.
The general problem here I think is that the history of personal computers and smartphones is not only diagonally aligned chronologically, but also many technologies in smartphones matured as they had become a mass medium for practically the - excuse the blunt wording - dumbest of users. That and the general philosophy of SMART phones (read: it does a lot, but it's easy, it does things for you) and the approachability aspect.
My personal opinion is that this whole mess complicated backups needlessly and could be solved, but I don't want to get overly technical right now at 10pm.
Glassed Silver said:
This story reminds me a bit of my own.
I'm an Apple AND Android user and just recently got a lot more into using both for the given areas where they excel...
Well, fun fact is that I'm considering going with a Note 9 when it launches and I want to try my luck in staying unrooted there, certainly staying on stock ROM (because I would like to use the SPen to its full extent and many things that Samsung does incorporate into their ROM attract me... Please don't shoot. )
Either way, upon researching backing up Android rooted or not rooted I found out it's an absolute crap shoot on this side of the fence and it'd be incredibly hilarious if it wasn't so sad.
I also doubt Google has any big incentive to fix it, they'd much rather fix cloud backups gluing you to their ecosystem. Pulling a good old Apple. :silly:
The fact is, as far as I found out, please correct me if I'm wrong, the issue is mostly that app developers must flag their apps as allowing to be backed up/not flag it's disallowed. (I read that not setting the flag is treated like a default no, but that's up to the version of the ROM/base Android, this may differ. I do not know)
Apparently, plenty enough apps use that liberty and whilst there is such a flag in iOS as well it's limited to stuff like login credentials afaik.
The general problem here I think is that the history of personal computers and smartphones is not only diagonally aligned chronologically, but also many technologies in smartphones matured as they had become a mass medium for practically the - excuse the blunt wording - dumbest of users. That and the general philosophy of SMART phones (read: it does a lot, but it's easy, it does things for you) and the approachability aspect.
My personal opinion is that this whole mess complicated backups needlessly and could be solved, but I don't want to get overly technical right now at 22pm.
Click to expand...
Click to collapse
Yep , just thank God for smartswitch. Before that it was even worse!
Sent from my SM-N950U using Tapatalk
there could be possibly another way, try the cloning apps, like App Cloner, they modify apps before cloning them, and one option is to make the app store its data outside the system directories, in the internal storage, thus your able to save the apps data easily, but i have not fully tired and there are other limitations and enabling too many clone options = random crashes and bugs.
it depends on how important app data backup is for you.
limitations are, every time app updates versions, you must reclone if you need the updates, apps may not work properly.
there are heaps of cool tweaks you can do and i always clone apps that i know I won't need to update much.
Limeybastard said:
Yep , just thank God for smartswitch. Before that it was even worse!
Sent from my SM-N950U using Tapatalk
Click to expand...
Click to collapse
Worse? Didn't Kies backup apps at all?
Also, is Smart Switch at least better than any other solution that isn't Titanium Backup? I guess another way to wird this question is:
How is Smart Switch different than other solutions? (also, does it use adb or is it proprietary Samsung technology because Samsung customized the ROM to begin with)
COULD it become better?
I'm really interested in getting the next Note phone, but damn having to root just to get proper backups irks me.
Afaik Samsung doesn't like to service rooted devices, pulling an Apple here, but that may be wrong or outdated info?
Also you apparently lose Knox/Secure Folder?
Does rooting on Samsung's flagships require a custom kernel like you need with Sony's Xperia (currently rocking an Xperia X and the rooting procedure is a joke)
sonhy said:
there could be possibly another way, try the cloning apps, like App Cloner, they modify apps before cloning them, and one option is to make the app store its data outside the system directories, in the internal storage, thus your able to save the apps data easily, but i have not fully tired and there are other limitations and enabling too many clone options = random crashes and bugs.
it depends on how important app data backup is for you.
limitations are, every time app updates versions, you must reclone if you need the updates, apps may not work properly.
there are heaps of cool tweaks you can do and i always clone apps that i know I won't need to update much.
Click to expand...
Click to collapse
Way too much fussing about.
Guess the ball is in Samsung's court, but they seem to agree with the stance that a developer should be able to disallow me to rule against my freedom to do with my personal data as I please. Boo...
Hi all,
My phone is quite slow nowadays and has an annoying 5 second freeze every time I wake it up.
As ColorIS 13 looks to be far away in Europe I really need to factory reset.
What's the best way to do this without losing everything in my System Clone?
And is there a tool (PC?) for Oppo phones to restore apps WITH data/settings included?
Android loads can last for years, remain fast and stable if you don't do firmware upgrades/updates. Otherwise factory reset after an upgrade. Android loads can be exceptionally long lived if not screw up by the former or buggy 3rd party apps.
Try in safe mode to see if a 3rd party app(s) are the cause rather than the current core load settings.
Importing app settings even if possible invites the possibility of importing the current existing problems with it. Do a clean load if you go to the trouble of a factory reset. You should already have all critical data backed up redundantly and in order. Including backup exports for all apps that allow it especially Poweramp if you use it.
Make installable copies of all vetted apps for backup and reloads. No Playstore needed; reloads go much faster and smoother.
Use copy/paste file transfers backup and restores rather than automated transfer apps... they can cause data lose if you depend on them 100%.
Another option that's not as drastic is to reset all app settings to their default settings. It may or may not get it. It's always best to find to root cause of an issue if at all possible to prevent it from potentially reoccurring. Only a rootkit, dugged in malware or a boot loop demand a factory reset.
Unfortunately there are not many apps that provide a backup (like Nova launcher, Nights keeper etc).
That means that I would have to reconfigure dozens of apps, some of them being quite cumbersome like home automation apps.
You end up taking a few days to inventorize all settings, possible backups, passwords, accounts etc and configuring those apps again.
Google should implement the possibility to backup and restore data on an per-app basis like I used to be able to do with Titanium Backup
latino147 said:
Unfortunately there are not many apps that provide a backup (like Nova launcher, Nights keeper etc).
That means that I would have to reconfigure dozens of apps, some of them being quite cumbersome like home automation apps.
You end up taking a few days to inventorize all settings, possible backups, passwords, accounts etc and configuring those apps again.
Google should implement the possibility to backup and restore data on an per-app basis like I used to be able to do with Titanium Backup
Click to expand...
Click to collapse
Try temporarily disabling Nova launcher and see if that helps. Try using the native launcher instead. Target all apps that run at boot up. Launchers are some of the few apps that can boot loop an Android.
Any signs of system instability should be taken seriously as they are the only warning you may get before a boot loop.
After 2 back to bach boot loops and full reloads in 3 days I got very organized and proficient at it That was over 2.5 years ago, that's how long this load has been running on this heavily used N10+. Still running on Pie.
How can i check which apps run at boot up?
@latino147 Swift Backup is pretty good at backing everything up, and with root can backup app data. Problem is, to attain root, you'll have to factory reset, which will wipe your data, and there's no way around that.
Yesterday I cleared the caches of several apps and suddenly everything seems to be working fine again
Do you guys know if it's possible to clear ALL caches in one swoop?
Both ColorOS and the developer options don't seem to have such an option.
latino147 said:
Yesterday I cleared the caches of several apps and suddenly everything seems to be working fine again
Do you guys know if it's possible to clear ALL caches in one swoop?
Both ColorOS and the developer options don't seem to have such an option.
Click to expand...
Click to collapse
Sd Maid Pro can at least on Android 9 and 10.
It clips the app caches to 20kb I think it is. If you try to go to zero it will hang on the running apps. It does a nice clean up job on stock Androids and hasn't caused any critical data lose. Can't say the same about CCleaner