j-hc / zygisk-detach

Zygisk module to detach installed apps from Play Store, hooking binder
https://t.me/rv_magisk
Apache License 2.0
995 stars 26 forks source link

Unable to install some apps from the Play Store #14

Closed SuchBlue closed 8 months ago

SuchBlue commented 8 months ago

Screenshot of Play Store page of the app I am trying to detach: Screenshot_20231217-140150_Google Play Store.png

Screenshot of the Play Store page of one of the apps I am unable to install: Screenshot_20231217-135852_Google Play Store.png

Many apps don't work.. this is just an example.

Screenshot of the helper CLI showing detached apps (from Option 2): Screenshot_20231217-140041_Termux.png

Logs taken with su -c logcat -s "zygisk-detach" > /sdcard/log.txt:

--------- beginning of main
12-17 13:55:11.539  1746  1747 D zygisk-detach: ERROR: companion open
12-17 13:55:11.539 11560 11560 D zygisk-detach: ERROR: detach.bin <= 0
12-17 13:55:12.199  1746  1747 D zygisk-detach: ERROR: companion open
12-17 13:55:12.200 11652 11652 D zygisk-detach: ERROR: detach.bin <= 0
j-hc commented 8 months ago

magisk or kernelsu? or a fork of magisk?

SuchBlue commented 8 months ago

Regular Magisk 26.4

Screenshot_20231217-144310_RSettings.png

Screenshot_20231217-144314_RSettings.png

j-hc commented 8 months ago

can you try with other modules disabled?

SuchBlue commented 8 months ago

Still happens

Screenshot_20231217-165750_RSettings.png

Screenshot_20231217-165742_Google Play Store.png

j-hc commented 8 months ago

are logs different after disabling others?

SuchBlue commented 8 months ago

I don't even get any output executing that command, and it writes nothing to /sdcard/log.txt, so I guess there aren't even any errors :(

SuchBlue commented 8 months ago

Although it rarely (not never) does manage to install the app after trying to install a few other different apps, but it's quite tedious and definitely not working as it should be.

j-hc commented 8 months ago

i might have fix for running with other modules like shamiko. other than that, idk why it still fails. did you try clearing the data of play store?

SuchBlue commented 8 months ago

clearing the storage of the play store seemed to fix it! i don't know why i didn't think of that, but maybe anyone who is experiencing the same issue and wasn't able to solve it sees this issue 😅