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

Android 14 | GrapheneOs | Updates still showing in Play Store #10

Closed pheynnx closed 10 months ago

pheynnx commented 10 months ago

I am on the latest GrapheneOs 10/13 Android 14 build Pixel 6a Bluejay Running the GrapheneOs play store sandbox Playstore: 37.9.18-29 Magisk: 26.3 Zygisk-detach: 1.8

Sidenote: thank you for all that you do!

Screenshot_20231015-100435 Screenshot_20231015-100411 Screenshot_20231015-100450 Screenshot_20231015-100441

pheynnx commented 10 months ago

Running su -c logcat -s "zygisk-detach" > /sdcard/log.txt

Just returns an empty .txt file, left the logcat open and redetached YouTube and YouTube music and the log file remains empty. So not sure what I am doing wrong there.

j-hc commented 10 months ago

does this work: zygisk-detach-v1.8t.zip

pheynnx commented 10 months ago

Removed 1.8 Restarted Installed 1.8t Restarted Terminal ''su -c detach" Detached youtube and youtube music Cleared playstore storage/cache with force stop Youtube and Youtube music updates are still showing in the playstore

Attached a link to the detach.bin file https://drive.google.com/file/d/13VWPErX_ejJY--hkOebX7bcnPkwNt4hb/view?usp=drive_link

I am on graphenos android 14, so I have the graphenos sandboxed playstore services, so not sure if that adds a challenge here. Grapheneos does a lot of custom stuff to the google playservices.

And thank you btw :)

j-hc commented 10 months ago

This should produce logs. If it doesnt then zygisk isnt injected into play store for some reason. zygisk-detach-v1.6t.zip

pheynnx commented 10 months ago

This should produce logs. If it doesnt then zygisk isnt injected into play store for some reason. zygisk-detach-v1.6t.zip

Here is the bin from 1.6t https://drive.google.com/file/d/1_iRj7KQ1suIVnH3umLWb9i8RDGCKEFK4/view?usp=drive_link

Have anyone confirmed its working on Android 14 vanilla? Because I bet this is being blocked by what GrapheneOS does with the sandboxed playstore services

I am willing to flash vanilla 14 to try it too

j-hc commented 10 months ago

i need to see the logs taken with: "su -c logcat -d | grep zygisk-detach > /sdcard/log.txt" not the detach.bin file

and no idk if anyone on a14 is using zygisk-detach

pheynnx commented 10 months ago

log.txt

10-17 10:09:04.051 3674 11727 D MediaProvider: Open with FUSE. FilePath: /storage/emulated/0/Download/zygisk-detach-v1.6t.zip. Uid: 10137. Media Capabilities Uid: 0. ShouldRedact: false. ShouldTranscode: false 10-17 10:09:04.057 3674 11727 D MediaProvider: Open with FUSE. FilePath: /storage/emulated/0/Download/zygisk-detach-v1.8t.zip. Uid: 10137. Media Capabilities Uid: 0. ShouldRedact: false. ShouldTranscode: false 10-17 10:09:04.104 3674 11727 D MediaProvider: Open with FUSE. FilePath: /storage/emulated/0/Download/zygisk-detach-v1.7.zip. Uid: 10137. Media Capabilities Uid: 0. ShouldRedact: false. ShouldTranscode: false

pheynnx commented 10 months ago

log.txt

10-17 10:20:04.510 15789 15789 D zygisk-detach: s: '34' 10-17 10:20:05.704 15900 15900 D zygisk-detach: ERROR: detach.bin <= 0 10-17 10:20:12.620 16037 16037 D zygisk-detach: s: '34' 10-17 10:20:13.355 16136 16136 D zygisk-detach: s: '34'


this is on 1.6t after using the cli to detach the two youtube apps

j-hc commented 10 months ago

whats the output of this in termux: su -c ls -l /data/adb/modules/zygisk-detach/detach.bin

pheynnx commented 10 months ago

whats the output of this in termux: su -c ls -l /data/adb/modules/zygisk-detach/detach.bin

Screenshot_20231017-103937

pheynnx commented 10 months ago

@j-hc You can close this out, I flashed vanilla Android 14 on my 6a and this is now working with the latest 1.8 version. I am able to detach applications from the playstore correctly.

This issue is definitly tied to how grapehenos handles the playstore in sandbox mode. I would assume this module doesn't work on grapheneos android 13 as well.

But yes, vanilla Google Android 14 is working with 1.8

Thank you for the support though!

I apologize if I took you down a rabbit trail

pheynnx commented 10 months ago

Wait... now both apps are back in the app store. So it was working for a couple minutes, but they are back now.

Oh wait.. now they are gone again haha.. its a little spotty but I think its okay.

j-hc commented 10 months ago

tbh the issue wasnt about gmscompat. zygisk-detach wasnt able to read detach.bin. could be related to selinux idk

pheynnx commented 10 months ago

Oh okay, well seems to be okay now on stock Android 14

Thank you again!