mrrfv / open-android-backup

Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform.
http://openandroidbackup.me/
GNU General Public License v3.0
674 stars 37 forks source link

Error to import data #102

Open Erz3 opened 5 months ago

Erz3 commented 5 months ago

Device info

Manufacturer: Samsung Android version: Android 13 Custom ROM/rooted: No Model: Galaxy A13

System info

Available disk space: 200 GB Operating system: Linux


Describe the issue below.

The script failed to import data. Import and install applications go well.

Do I need superuser to import data?

mrrfv commented 5 months ago

Could you please share more information on what exactly went wrong? Stuff like logs and screenshots would greatly helpful. "The script failed to import data" doesn't tell enough to troubleshoot this problem.

Do I need superuser to import data?

No, root/superuser is not needed for the script to work.

Erz3 commented 5 months ago

The script failed to import data" doesn't tell enough to troubleshoot this problem.

I know but I haven't made screenshot and now I can't try again with that smartphone, so sorry 😓. I don't know if I could check logs in some location.

joelis10 commented 5 months ago

script closes after apps install for me too, it doesnt go past there - i think it may have something to do with using the tar method instead of adb, running through adb now to see if that's the case edit: still crashes after apps installed on linux

mrrfv commented 5 months ago

@joelis10 What's the error you're getting?

joelis10 commented 5 months ago

No specific error, it just closes after installing the apps. It's not a huge deal as I can manually extract the internal storage and I already have contacts, call logs and messages backed up with another service but strange that it's happening to me when the repo's been up for so long.

Another strange thing I found is that while some apps install, not all actually launch properly. Is this to do with split APKs or a bug in the install system?