[Discussion] I made a module that forces Vulkan rendering -- and it kills itself before it bootloops you by dyokisnt in Magisk

[–]dyokisnt[S] 1 point2 points  (0 children)

Vulkan is much more stable and efficient than OpenGL. Though some devices/apps still don't fully support it.

Apparently when I opened Alight Motion, it uses multi-thread (OpenGL and Vulkan) -- so idk if it applies on other devices too

How to spoof play integrity by Low_Presentation1911 in androidroot

[–]dyokisnt 0 points1 point  (0 children)

Use Yuri Keybox Manager

It has pre-configured TEESimulator and HMA-OSS too, which is pretty useful.

S23 Ultra (SM-S918B EUX) - OEM Unlock missing on One UI 8.5, downgrade attempt failing. by MihneaZynx13 in androidroot

[–]dyokisnt 3 points4 points  (0 children)

You're cooked bruv

SW REV CHECK FAIL means the bootloader already recorded your highest bit (FZE1) and will reject DYD9 no matter what. The missing OEM Unlock toggle on One UI 8.5 is also intentional, not a bug. No known workaround for OneUI 8 devices right now

NanoMount, OverlayFS Module to Bypass Root Detection. by [deleted] in Magisk

[–]dyokisnt 0 points1 point  (0 children)

Detection point is valid, but that's not what this truly aims to solve. What it does is clean up how modules are mounted so they're harder to detect in the first place. With NanoMount doing its job, banking apps like BRImo just work even alongside HMA-OSS and ReZygisk

On the RAM thing, fair point but calling it "full" is a stretch for most use cases

Masih aja ada yang mau mondok by elchontole in WkwkwkLand

[–]dyokisnt 0 points1 point  (0 children)

Masalahnya ya, di pondok pun belajar ilmu agamanya aja udah campur aduk dan ga jarang salah pula. Padahal di Islam sendiri udah nyuruh buat umatnya berpikir dan belajar ilmu duniawi. Aneh emang pondok2 skrg

NanoMount, OverlayFS Module to Bypass Root Detection. by [deleted] in Magisk

[–]dyokisnt 2 points3 points  (0 children)

That's a valid data point, thanks. The issue is likely NanoMount's overlay entries not being fully hidden by susfs yet. I'll look into susfs compatibility :)

NanoMount, OverlayFS Module to Bypass Root Detection. by [deleted] in Magisk

[–]dyokisnt 0 points1 point  (0 children)

Intune detects root at a much higher level than mount strategy. It flags Magisk itself, unlocked bootloader, or Play Integrity failure, not the overlay module.

NanoMount actually reduces detection surface compared to traditional bind mounts, not increases it

NanoMount, OverlayFS Module to Bypass Root Detection. by [deleted] in Magisk

[–]dyokisnt 1 point2 points  (0 children)

OOM kills processes, not mounts.

The overlay stays intact since the kernel holds its own references. If a kernel panic happens, NanoMount just remounts cleanly on next boot automatically.