0

I want to reset my phone. I want to preserve some apps state across the reset. I don't want to use third party software. Which folders do I have to copy?

ManuelSchneid3r
  • 159
  • 2
  • 8
  • 2
    Answer to "Which folders do I have to copy?": Where Android apps store data?. On restore you need to set proper UIDs/GIDs, permission modes and SELinux labels on all apps directories. For system and framework apps things are further complicated. Particularly related to content providers. Apps relying on android_id may also break after reset. App backup solutions (at least try to) take care of all of this. – Irfan Latif Apr 23 '20 at 09:15
  • 2
    If your device is not rooted you can only use adb backup. – Robert Apr 23 '20 at 09:23
  • 3
    In addition to Robert's suggestion, you can only backup those apps (through adb) which explicitly do not disallow backup (so, bye bye Firefox, Google Authenticator, etc.). – Firelord Apr 23 '20 at 11:25
  • This question is not about where android stores data and not about fully backup the phone. I want to backup some decicated single apps, like terminus and whatsapp. So it is not a duplicate. These suggestions do not answer my question. If it works I guess Roberts comment comes the closest for now, but I had no time to check now. – ManuelSchneid3r Apr 23 '20 at 12:56
  • Critical MediaTek rootkit affecting millions of Android devices has been out in the open for months depending on your chipset you can try to backup with mtk-su https://forum.xda-developers.com/showthread.php?t=3922213&page=101 – alecxs Apr 23 '20 at 15:17

0 Answers0