jensstein / oandbackup

backup manager for android
Other
543 stars 194 forks source link

Splitting APK are not restoring properly #236

Open firestarter7924 opened 5 years ago

firestarter7924 commented 5 years ago

I am sorry for poor english I have some applications like this https://play.google.com/store/apps/details?id=jp.ne.hardyinfinity.bluelightfilter.free developer use splitting apk method https://developer.android.com/studio/build/configure-apk-splits oab does not restore this app properly i have an error when try to start it AFAIK only Swift backup does it correctly.

jensstein commented 5 years ago

Hi, thanks for reporting :) Could you send me a logcat with the error you get when you try restoring that apk? Can you install the apk manually from your backed-up files?

firestarter7924 commented 5 years ago

Hi, thanks for reporting :) Could you send me a logcat with the error you get when you try restoring that apk? Can you install the apk manually from your backed-up files?

Hello Oab restores app with no errors I can install backuped apk manually too But this app doesn't start, I get an error when try to open it. When I install this app from play store, /data/app/app folder contains splitting apks When I restore it using titanium or oab these files does not exists See screenshot. screenshot_root_explorer_20190207-235501 screenshot_root_explorer_20190207-235844

jensstein commented 5 years ago

okay, that makes sense, i can see what the problem is. i'm not sure how to fix it though. do you know of any other apks which have this problem?

Den tor. 7. feb. 2019 kl. 22.05 skrev stringer44 notifications@github.com:

Hi, thanks for reporting :) Could you send me a logcat with the error you get when you try restoring that apk? Can you install the apk manually from your backed-up files?

Hello Oab restores app with no errors I can install backuped apk manually too But this app doesn't start, I get an error when try to open it. When I install this app from play store, /data/app/app folder contains splitting apks When I restore it using titanium or oab these files does not exists See screenshot. [image: screenshot_root_explorer_20190207-235501] https://user-images.githubusercontent.com/47260646/52442516-64be5600-2b34-11e9-86c9-a6a2d528e8b8.png [image: screenshot_root_explorer_20190207-235844] https://user-images.githubusercontent.com/47260646/52442527-68ea7380-2b34-11e9-9224-947429ff46a7.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jensstein/oandbackup/issues/236#issuecomment-461595284, or mute the thread https://github.com/notifications/unsubscribe-auth/AAf2UK-BeCBbwHJZqlUbtSgCz-lBrR1iks5vLJULgaJpZM4afPjk .

firestarter7924 commented 5 years ago

https://play.google.com/store/apps/details?id=com.jaumo&hl=en

erik782 commented 5 years ago

Same problem with the weather wpp "WetterOnline - Unwetterwarnungen": https://play.google.com/store/apps/details?id=de.wetteronline.wetterapp App can restored but without app data. App crashed at start after restore. App developer use apk split.

erik782 commented 5 years ago

Hm, yesterday i have a secound run. I installed the app via the google play store, startet the app once time and close the app. Over the "last/recent startet apps" button in android also kill the app. So the app is no more running. After that i restore only data of the app with oandbackup. After restoring the app data i can start the app normal und my data is also shown. All looks right. So thats my way to restore my WetterOnline app.

dhrv commented 4 years ago

I have the same issue and found out it happens to all apps that are distributed as .xapk. My observation is that many Play Store apps started rolling out as .xapk in October 2019. Those apps are not backed up completely. After restoring such an incomplete app and updating it via Play Store it will work again. Here is an example of the transotion to .xapk:

image

Also note the difference in installed and backup size of an app in both variants (.apk and .xapk).

hagaygo commented 4 years ago

Also had this problems with few apps when migrating from 9.0 rom to 10.0

Few of my apps where not getting installed via oandbackup , installing the apk inside the oandbackup folder of the app via package installer did not work.

Data backup seems to be o.k , when installed the app from google play , all went fine.

So it seems the problem is indeed on the backup part , not the restore one.