Magisk-Modules-Alt-Repo / HideNavBar

Fullscreen/Immersive Gesture Tweaks for Android 10-14
GNU General Public License v3.0
506 stars 22 forks source link

Issues with Magisk Canary 26.4 (26403) (d7750b72) #57

Closed innit86 closed 11 months ago

innit86 commented 11 months ago

It no longer disables gestures on latest Magisk Canary 26.4 (26403) (d7750b72).magisk_install_log_2023-12-14T15.27.38.txt

DanGLES3 commented 11 months ago

What device/ROM?

innit86 commented 11 months ago

What device/ROM?

Sorry, here:

Pixel 7 Pro Stock Android 14 November security patch.

It was fine on Canary 26.4 (26402) (1dcf3255) but updating to 26.4 (26403) (d7750b72) broke something.

DanGLES3 commented 11 months ago

What device/ROM?

Sorry, here:

Pixel 7 Pro Stock Android 14 November security patch.

It was fine on Canary 26.4 (26402) (1dcf3255) but updating to 26.4 (26403) (d7750b72) broke something.

By no longer disables gestures you're referring to the back gestures right?

innit86 commented 11 months ago

What device/ROM?

Sorry, here: Pixel 7 Pro Stock Android 14 November security patch. It was fine on Canary 26.4 (26402) (1dcf3255) but updating to 26.4 (26403) (d7750b72) broke something.

By no longer disables gestures you're referring to the back gestures right?

Yes.

I had this module for a long time (fullscreen with back gestures disabled left and right) . There were no issue up until the newest Magisk Canary dropped. Installing it caused the back gestures to activate. After I noticed it I decided to remove the module and reinstall it with the exact same settings as before. Although it hides the navbar, it does not deactivate the back gestures anymore.

Magisk changelog says "[Zygisk] Introduce new code injection mechanism". Can this be the culprit?

DanGLES3 commented 11 months ago

What device/ROM?

Sorry, here: Pixel 7 Pro Stock Android 14 November security patch. It was fine on Canary 26.4 (26402) (1dcf3255) but updating to 26.4 (26403) (d7750b72) broke something.

By no longer disables gestures you're referring to the back gestures right?

Yes.

I had this module for a long time (fullscreen with back gestures disabled left and right) . There were no issue up until the newest Magisk Canary dropped. Installing it caused the back gestures to activate. After I noticed it I decided to remove the module and reinstall it with the exact same settings as before. Although it hides the navbar, it does not deactivate the back gestures anymore.

Magisk changelog says "[Zygisk] Introduce new code injection mechanism". Can this be the culprit?

Doesn't seem like it, oddly the command is running fine

Get a terminal app like termux and try running the following commands

su -c settings put secure back_gesture_inset_scale_left -20

su -c settings put secure back_gesture_inset_scale_right -20

innit86 commented 11 months ago

I've just installed v25 and everything is back to normal. Thanks.

DanGLES3 commented 11 months ago

Good to know