cross-posted from: https://lemmy.ml/post/6149417

I’m trying to migrate from my old LineageOS phone to my new LineageOS phone (both rooted, both without gapps) Is there any list of applicable methods or apps for this? Have you ever done something like this? Any advice and relevant links greatly appreciated.

  • PrincessOfChaos@feddit.de
    link
    fedilink
    English
    arrow-up
    4
    ·
    8 months ago

    You can backup and restore with Neobackup which can be found in F-Droid. In my case it works for all apps except Signal which has its own backup routine. You can then pull all data from /sdcard with “adb pull /sdcard” to computer. Then do “adb push . /sdcard” to the new phone, point Neobackup to your data folder and restore everything you need. I usually only restore user apps with data, you could easily bork your installation otherwise.

  • glad_cat@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 months ago

    Whether I have a new iPhone or a new Android, I never trust or use applications to migrate data. It’s also a good way to clean your own account and data.

    • anonymous_bot@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 months ago

      So how do you migrate app data? Or do you just not care about that? Because for some people it is important.

      • GamerBoy705@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        8 months ago

        If the app is so important and has files you can’t access from the file system or whatever but you’re not able to export them or backup them, then it’s not a good app. As the parent comment says, configuring everything from scratch is the best method.

        • anonymous_bot@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          8 months ago

          I agree with you but it’s not that uncommon for apps to lack a built-in backup method. I tend to root my phones precisely so I can backup their data.