yes , alway force stop and clear data cache, restard device many time
yes , alway force stop and clear data cache, restard device many time
Interesting relationWith banking/secured apps in deny list, I cant take screenshot in the those apps as the xposed module ¨disable flag secure¨ doesn't work for them being in the deny list.
I see. Have you tried it using with magisk deny list procedure?Interesting relation
Btw, I use Smali Patcher but only for Secure Screenshots. And I could take screenshots everywhere except from Netflix while playing a movie.
Just tested the following:I see. Have you tried it using with magisk deny list procedure?
Got it. This should ideally work then. Can you please also try any banking app for me if thats not a big trouble for you?Just tested the following:
- Enabled Enforce DenyList
- Added Chrome to DenyList
- Disabled Enforce DenyList (since I'm using Shamiko that reads DenyList but acts instead of the built-in DenyList)
- Rebooted
- Opened Chrome, Incognito mode and took a screenshot (Incognito mode prevents you taking screenshots without the Secure Screenshots patch)
Maybe tomorrow but give me the banking app. Btw, on my Xiaomi I cannot pass for S-PushTAN, hence I would never be able to take a screenshot there - S-PushTAB drives me immediately to the Web page saying that my phone is not secureCan
Got it. This should ideally work then. Can you please also try any banking app for me if thats not a big trouble for you?
Yeah, in that case I would give a try myself. I have jasi patches and I think that should work as well if small patches works for you, however I will try and get back.Maybe tomorrow but give me the banking app. Btw, on my Xiaomi I cannot pass for S-PushTAN, hence I would never be able to take a screenshot there - S-PushTAB drives me immediately to the Web page saying that my phone is not secure
Better try yourself Smali Patcher - it's not prohibited like LP, there is a Smali Patcher thread on XDA
Also, for some phones and ROMs patching (preparing a zip module) fails - in that case, it would not be applicable, you must better test yourself
Fine - report plsYeah, in that case I would give a try myself. I have jasi patches and I think that should work as well if small patches works for you, however I will try and get back.
Ok here are the findings.
tried this (did everything as you wrote), but i couldn't get a screenshot. is it because i don't have 'smali patcher for secure flag' module at all? i was thinking you had disabled the module to try the denylist procedure, so reckoned it would work for me without the module. is it a must to have 'smali patcher for secure flag' module installed and enabled, for getting screenshots in secure apps?....- Opened Chrome, Incognito mode and took a screenshot (Incognito mode prevents you taking screenshots without the Secure Screenshots patch)
yasnac and network_error
not able to get yasnac to work since morning (everything else seems fine atm). anyone else face this issue? not sure if there is a connection, but this issue surfaced (was noticed) after i updated to the latest alpha. what could be the reason? tips to get this resolved would be nice.
Riru and its modules are incompatible with Zygisk, so they're disabled when Zygisk is enabled. A lot of the common Riru modules like Sui and Lsposed already have a zygisk counterpart so you can switch to those.What's happening? After updating they stipend working. Please help.
where can I find them?Riru and its modules are incompatible with Zygisk, so they're disabled when Zygisk is enabled. A lot of the common Riru modules like Sui and Lsposed already have a zygisk counterpart so you can switch to those.
They can be found on their respective githubs in the actions tab, though you'll need a GitHub account to access them. There are also telegram channels. I think they've already been linked in this thread
Since Debug and Canary builds are basically functionally identical, they are produced in tandem and appear in https://github.com/topjohnwu/magisk-files/tree/canary (repo/branch).He didn't mention the debug release on the commit, like stable version or canary.
John Wu, May 15
An update to future Magisk releases: the "Canary" channel will start shipping release builds, and a new "Debug" channel will be shipping debug builds. Both channels will be updated at the same time from the same source code, the only difference is the build flag.
Debug builds should only be used if you are actively developing Magisk, or if you want to submit bug reports. An upcoming change will start enforcing APK signature verifications on release builds to combat fraudulent/modded/hacked Magisk app APKs.
We also plan to start adding symbols (and maybe some sanitizers) and enabling core dumps on debug executables for better debugging and auditing. All these changes can be an issue on older device, and could significant effect performance, which is why it should not be used daily.
John Wu, May 24 (8h)
I just pushed out a new Canary build that enforces Magisk app signature verification directly in the root daemon. I have also updated the README on GitHub with guidance for developers working on Magisk itself and distributing your own builds signed with your own keys.
I meant did you ever use patch in app & then flash separately (eg after an OTA) as this is where many (unwary) get kernel mismatches due to using image from earlier ROM etc... This is different from Direct Install...I've had 21.4 for a long while, then last day I updated it via its app which put the phone into a permanent loop of "Phone is starting" across the desktop. I then installed the same 24.3 via TWRP which removed the loop but also took away mobile data.
"... Momo enjoys helping Shamiko become stronger in all aspects despite Shamiko's goal of defeating her..."
libsu 5.0.0 is out!Looks like major libsu release is now imminent; most fixes are now merged.
Should see major stability improvements in Magisk and root app implementation... Should see new commits for Magisk proper again soon too!
John has made some major libsu changes (see libsu GitHub).
Here are extra comments on vvb2060 fixes from her TG (Chinese translated....
PW
John Wu, 2h
Major libsu update 5.0.0!
Introduces a new module "nio" to perform I/O operations through root services, moving away from the error prone, inefficient shell command backed I/O the library used to provide.
It's already using splice under-the-hood. There is already some Linux magic!