Rhyse Simpson

Results 25 comments of Rhyse Simpson

So I was testing the audio branch with my controller and it works really well, obviously it can't send audio yet and that's fine for my use case, however there...

@medusalix Awesome, glad to hear.

Yea I'm aware of this issue, but honestly I've no idea why QuickSwitch is causing it. The overlay has no code, it only overlays a single value and grants permissions...

Yea it's weird though, it only happens on some devices and I can't reproduce the issue on my own devices. I think Paphon has a OP6 though so he may...

@alvinhochun thanks for a further update. I'm honestly so confused by this issue tbh.

@Efun Correct. The only GMS process need to hide is com.google.android.gms.unstable

@KevinMX Not much to do on my side as it's a bug with MagiskHide. In 3.1.6-3 I changed some stuffs which might have helped with the issue but I guess...

It's an overlay priority issue. Will fix it tomorrow but for now, you can manually fix by following these instructions: Open /data/adb/modules/quickswitch/overlays/AndroidManifest.xml Then try changing `android:priority="10"` to `android:priority="1001"`

Whipped up a quick Magisk module for those who don't want to manually add the artifacts from the PR to their repo. It replaces the stub, uninstalls any updates that...