Comdirect photoTAN app detecting root - Magisk

Since version 8.3.0 additional measures to detect root have been added, do not update as MagiskHide won't be able to prevent detection. Until a solution is found I would recommend staying on the previous version for as long as possible.
Finding out what exactly is causing the root detection is beyond my technical abilities but I would provide as much information needed to those willing to help.
---
Update: December 14th 2021 - Method no longer sufficient
---
The solution found by @pxrave appears to be working:
pxrave said:
Hey fellas I got it working and others apps detect magisk before.
Update to latest v23
Install modules riru and riru unshare
Remove data from tan app
Go to magisk hide and tick all process to hide included the isolated
Start the tan app and do the activation again.
Problem you need wait 2 days to activate because comdirect use new activation process for photo tan app.
Working fine all version 8.3
Click to expand...
Click to collapse
Link to the Riru Unshare module:
GitHub - vvb2060/riru-unshare
Contribute to vvb2060/riru-unshare development by creating an account on GitHub.
github.com

also stcpay yesterday is updated to 1.6 and started to detect my magisk canary (22105)

I can confirm what swour says.
on Android 9 and 11, my magisk root is recognized, magiskhide is active and the phototan app is added.

Yes this is a serious problem. I used xposed magisk and x privacy... Latest comdirect tan app detect all...

+1

+1 big issue for me

Only solution I found (for now): Go back to version 8.2.1 using a backup or any mirror, e.g. https://downloadapk.net/comdirect-photoTAN-App.html
Unfortunately you need to register again then

I have already applied the update. The easiest method is to wait few days for a magisk fix, right? I would can wait few days, no problem. I have an absolutly clean Android 8.1 build on the phone for banking. It's crazy that the bank is make it so difficult for us to use a save own build.

allrightlite said:
The easiest method is to wait few days for a magisk fix, right? I would can wait few days, no problem.
Click to expand...
Click to collapse
Perhaps that is too optimistic. I doubt that one app is of great interest

Asellus said:
one app is of great interest
Click to expand...
Click to collapse
Until the new root detection is also available for other apps, it will be fixed quickly.

Conan179 said:
Until the new root detection is also available for other apps, it will be fixed quickly.
Click to expand...
Click to collapse
Thanks, then I will easly wait. No need to reactivate hopefully.

Conan179 said:
Until the new root detection is also available for other apps, it will be fixed quickly.
Click to expand...
Click to collapse
Yes, of course, if other app developers find a similar way. So, congrats to the developers of the phototan app to find it.

Asellus said:
Yes, of course, if other app developers find a similar way. So, congrats to the developers of the phototan app to find it.
Click to expand...
Click to collapse
I don't think so, there is at least one other app that shows the same behavior.
new root dedction
i updated stc pay yesterday to 1.6 and it found my magisk canary (22105) the think i notes is the (isolated) is added to the app !!!
forum.xda-developers.com
I also noticed the (isolated) thing with me.

I tried with v23 this morning, w/o success :-(

Same here, got v23 and working safetynet-fix, no success. Downgraded photoTAN to v8.2.1 .

+1

I'm not surprised, there is nothing in the changelog that this has been fixed.

Downgrading to 8.2.0 or 8.2.1 doesn't work for me. Did you do something else than uninstalling 8.3.0 and installing 8.2.1?

muschi.muscholini said:
Downgrading to 8.2.0 or 8.2.1 doesn't work for me. Did you do something else than uninstalling 8.3.0 and installing 8.2.1?
Click to expand...
Click to collapse
I have a ZTE Blade L130 with the old photo tan app, that is my rescue. But you can't activate the old one. But it's keep working.

muschi.muscholini said:
Downgrading to 8.2.0 or 8.2.1 doesn't work for me. Did you do something else than uninstalling 8.3.0 and installing 8.2.1?
Click to expand...
Click to collapse
I had to unhide the app in magisk hide and hide it again, after that it worked.

Related

[UNOFFICIAL][2016-Nov-02]Xposed build that passes SafetyNet while enabled and active

UPDATE: Not even 24 hours and it fails SafetyNet now. I'm currently working on another solution.
Hi all. Long time lurker, first time developer. I created a modified version of the Xposed Framework that doesn't cause you to fail SafetyNet, even while it's enabled and active. Instructions:
Remove any existing Xposed versions
Get your phone in a state where it passes SafetyNet without Xposed (install a custom kernel to hide an unlocked bootloader, hide root with RootSwitch, etc.)
Install the Xposed Installer app if you don't already have it
Go to https://github.com/josephcsible/Xposed/releases/tag/v86a and download xposed-v86a-safetynet-josephcsible-sdk23-arm.zip
Flash xposed-v86a-safetynet-josephcsible-sdk23-arm.zip from recovery
Wipe cache and dalvik
Reboot
You should now have Xposed installed and enabled, with all of your modules working, without failing SafetyNet. Notes:
Do not turn off Xposed with RootSwitch with this build. It will probably break things because of differences in how app_process sits, and the entire point of this build is that you don't need to do this.
The only build I made was for ARM and Marshmallow, because that's all I have to test on
The official uninstaller won't work right with this version, so use my version of the uninstaller instead
This passes SafetyNet as of November 2nd. It probably won't for very long.
Technical details:
I made this build by compiling my own app_process, then editing it into the stock installer zip. I didn't recompile anything else or use the tools to make the zip.
app_process32 is now a regular file instead of a symlink to app_process32_xposed.
XposedBridge.jar is now called YqptfeBridge.jar (since SafetyNet checks the classpath for a file called XposedBridge.jar)
I obfuscated many of the strings in the app_process binary with a simple Caesar cipher. The source for this is in the GitHub with the download link.
Enjoy it while it lasts!
Great work, thanks! Though I think the method is kind of dirty.
Yeah, but I'm not overly concerned since I expect at best a few weeks before it gets patched and I have to redo it all anyway.
aviraxp said:
Great work, thanks! Though I think the method is kind of dirty.
Click to expand...
Click to collapse
You mean that it's not good to install it ?
MrMikeTyson said:
You mean that it's not good to install it ?
Click to expand...
Click to collapse
He means in terms of code quality and maintainability from developers' standpoints. It's perfectly fine from the users' ends.
josephcsible said:
He means in terms of code quality and maintainability from developers' standpoints. It's perfectly fine from the users' ends.
Click to expand...
Click to collapse
Ah ! Okay !! What about safetynet not passing ? See screenshots... What can i do please ?
MrMikeTyson said:
Ah ! Okay !! What about safetynet not passing ? See screenshots... What can i do please ?
Click to expand...
Click to collapse
It no longer passes for me either. I can't believe Google fixed it so fast. I'm working on another release now.
josephcsible said:
It no longer passes for me either. I can't believe Google fixed it so fast. I'm working on another release now.
Click to expand...
Click to collapse
Okay, i'll wait it and good luck for your work
Status update: My app_process is still not detected at all. It's now detecting something that's happening in Java (XposedBridge).
josephcsible said:
Status update: My app_process is still not detected at all. It's now detecting something that's happening in Java (XposedBridge).
Click to expand...
Click to collapse
So it means you cannot just rename the method/class, if I am right?
aviraxp said:
So it means you cannot just rename the method/class, if I am right?
Click to expand...
Click to collapse
I tried stubbing out the main method in XposedBridge to just call the real main method, and that made it pass. That leads me to conclude that it's a behavior thing and not a name thing.
So this version of xposed is passing?
Barfelonous said:
So this version of xposed is passing?
Click to expand...
Click to collapse
REREAD THE OP Please
josephcsible said:
UPDATE: Not even 24 hours and it fails SafetyNet now. I'm currently working on another solution.
Click to expand...
Click to collapse
: (
Any news on this?
meiser said:
Any news on this?
Click to expand...
Click to collapse
I haven't had time to work on it since my last update. I expect to have more time in June.
Hi is there an other way to use Xposed modules while passing safatynet check ? Its usefull on POGO !
Regards, Devilo !

[Module][UPDATED] AirAudio System-Audio Mode

What's good everyone!
I use the AirAudio app and pretty much enjoy streaming my music from services (such as Spotify) to any capable device at home, work or at my friend's house.
Now the module itself hasn't been updated and isn't compatible with the latest version of Magisk (v16), so I went ahead and made it compatible with it.
It'll be attached to this thread, simply download and install it manually.
I'll also try and upload it to the repository.
Note:
I am NOT affiliated with AirAudio.
I'm simply a user like you. I just noticed it's outdated and updated it.
Note for Moderators:
In case the actual AirAudio dev reaches out to you, let me know and feel free to close this thread.
In the meantime, I'd like users to use my updated module to use their app to the full extent.
--
Credits:
AirAudio Devs - AirAudio ; Original Magisk Module
topjohnwu - Magisk, Magisk template
Me? - Update
I have installed it in LOS 15.1. How to use it? Can't see an UI?
I loved!
How do this compare to the air audio app on play store? I cannot find any app or setting to use this module after installing with magisk
karstensson said:
How do this compare to the air audio app on play store? I cannot find any app or setting to use this module after installing with magisk
Click to expand...
Click to collapse
you have to use both together. This module allows the app to use the "system mode" from the app and get the sound directly internally to send it over the wlan. The other mode from air audio is much worse as it is has to play the sound over the speaker and record it over the microphone.
For me this Magisk package is working wonderful: just installing this module. Afterwards the app from the Playstore and voila: I am able to play music from my phone to most every wifi-based receivers. The app is worth every cent!
works on s9/s9+?
speckdeckel said:
works on s9/s9+?
Click to expand...
Click to collapse
It should work with any phone regardless because it depends onAirAudio itself.
knojap said:
I have installed it in LOS 15.1. How to use it? Can't see an UI?
Click to expand...
Click to collapse
There's no UI to it, it just enables the system-mode in AirAudio, yoiu'll have to check the app to see the option.
This module basically re-enables it.
Not working for me
Hello
I have a oneplus 6 running magisk 17.1
The module does not work for me. Airaudio never requests root privileges, is that the problem
Nope, that's why you use this module!
In the AirAudio app > Settings > System Audio button must be green.
Sent with much love & Android. OnePlus 5T
v3 breaks the app. Only microphone mode available. Had to revert v2 to get back system mode. Running Magisk v16 and MM 5.8.3.
How do you downgrade I can't seem to find V2? Thanks
megatron_lives said:
How do you downgrade I can't seem to find V2? Thanks
Click to expand...
Click to collapse
Here we are:
https://drive.google.com/file/d/1bHZ9SnpwGXvUJBUpt73aD5Ps8AthErrI/view?usp=sharing
gkornaks said:
Here we are:
https://drive.google.com/file/d/1bHZ9SnpwGXvUJBUpt73aD5Ps8AthErrI/view?usp=sharing
Click to expand...
Click to collapse
Thank you very much. Where did you get this or do you have a backup?
megatron_lives said:
Thank you very much. Where did you get this or do you have a backup?
Click to expand...
Click to collapse
Got a backup.
gkornaks said:
v3 breaks the app. Only microphone mode available. Had to revert v2 to get back system mode. Running Magisk v16 and MM 5.8.3.
Click to expand...
Click to collapse
I have today the same experience with my oneplus 6 under Oreo. Uninstall v3 and install v2: everything works as expected again in system mode.
Hi everyone,
I am the developer of AirAudio & its Magisk-module.
I will update AirAudio's Magisk-module in the next hours.
Please, simply contact me (the devs in general) about such issues.. just writing here doesn't help the mass
funtax said:
Hi everyone,
I am the developer of AirAudio & its Magisk-module.
I will update AirAudio's Magisk-module in the next hours.
Please, simply contact me (the devs in general) about such issues.. just writing here doesn't help the mass
Click to expand...
Click to collapse
Thanks! Next time will do.
Can you let us know when it's updated and in the repo?
gkornaks said:
Thanks! Next time will do.
Can you let us know when it's updated and in the repo?
Click to expand...
Click to collapse
The module should already be up to date now but I can't check it right now because my current device isn't rooted.
One user is reporting it's still not working but this might be related to another issue with Magisk.
Please check if v4+ is available inside Magisk Manager and contact me at [email protected] if you face any issues
I have same issuewith v4: reverting to v2 works.

push TAN - app detecting root

The Problem:
The App detects the device is rooted and thus redirects to a browser with a message saying it can not be run on a rooted device etc.
What I've got so far:
-Magisk hide does nothing
-https://forum.xda-developers.com/apps/magisk/santander-app-custom-rom-root-device-t3794753/post77321403 A could be hint to a solution
It works once the Magisk app is deleted
My Question:
How could I have Magisk installed and still have the push TAN app work?
APP:https://play.google.com/store/apps/details?id=com.starfinanz.mobile.android.pushtan&hl=de
Have you renamed magisk apk? There's an option in settings.
Sent from my M2002J9G using Tapatalk
renaming does nothing,here in germany its easy to use push tan apps,in my case and i am by the Sparkasse Leverkusen just go to your Sparkasse and say ur phone is not rooted,just old,after some minutes you can use spush tan app with every root method or magisk!!!!Cheers!!!
TheOne9373 said:
The Problem:
The App detects the device is rooted and thus redirects to a browser with a message saying it can not be run on a rooted device etc.
What I've got so far:
-Magisk hide does nothing
-https://forum.xda-developers.com/apps/magisk/santander-app-custom-rom-root-device-t3794753/post77321403 A could be hint to a solution
It works once the Magisk app is deleted
My Question:
How could I have Magisk installed and still have the push TAN app work?
APP:https://play.google.com/store/apps/details?id=com.starfinanz.mobile.android.pushtan&hl=de
Click to expand...
Click to collapse
I have seen this post today and remebered your problem, check this out.
https://forum.xda-developers.com/apps/magisk/guide-how-to-hide-root-bank-applications-t4172127
Enviado de meu POCOPHONE F1 usando o Tapatalk
[email protected] said:
I have seen this post today and remebered your problem, check this out.
https://forum.xda-developers.com/apps/magisk/guide-how-to-hide-root-bank-applications-t4172127
Enviado de meu POCOPHONE F1 usando o Tapatalk
Click to expand...
Click to collapse
It does not work on this application, the problem is solved by the latest magisk manager 8.0.0 and repackaging it to a different name, hiding S-pushTAN and it works :highfive:
Spartacus500 said:
It does not work on this application, the problem is solved by the latest magisk manager 8.0.0 and repackaging it to a different name, hiding S-pushTAN and it works :highfive:
Click to expand...
Click to collapse
Confirmed with DKB PushTAN App
I tried it like this, but it's still not working. What magisk version are you on?
Dark_Lion64 said:
I tried it like this, but it's still not working. What magisk version are you on?
Click to expand...
Click to collapse
Today New version magisk manager update
pushTAN App by Sparkasse is not working with LOS 18.1 @OP6 with latest Magisk 23. Any solutions?
Hi guys
After a while of test try test try So on. I find a solution that work for the one of my devices that I use for. Its a huawei p10 lite. So first it had openkirin lineagos 16 build 6 but this Firmware have to many little Bugs like Bluetooth no connection with Mi Band Smartwatch but with soundbar no problem, then camera Bug...often it doesn't safe the createt pics and vids. Thats very argh when snapshots not safe and not Anke to reproduce, and some other. Some time goes by and now I have lineagos 18.1 for p8 lite 2017 codename prague. The p10 lite warsaw WAS-LX1A working well with it. I just had to downgrade the Stock ROM from 8.0.0C432B398 to B378 for headshot the build number error. The settings in magisk should be clear for every one...i think
So first I reboot TWRP and clear Cache and Dalvik. Reboot to System and adjust magisk (hide and repack) the repack needs a little while so just keep cool and wait. Then install the pushtan App Version 1.50. ask Google for apk. Or pm me and I send you This is the last that working for me. My different magisk version I use was 19.3 phh, 20,4 phh and one for Android 11. that is moddet for huawei p10 lite. Take a look in xda forum and you will find it. If the normal magisk for A11 running on your device then use it. On huawei we need the mod one.
So now the apk was installed you first open magisk and choose pushtan in hide Option. Then reboot to TWRP and delete Cache and Dalvik again. After that you can reboot to System...fingerscross could not be wrong in this moment hihi...now the great moment is coming. Start the app and your Facial expression would show if it work or not for me it does.
Hmmm Warum schreibe ik eigentlich english bei ner Sparkassen App xD
So good luck for you
solong
speedson
Pundy said:
pushTAN App by Sparkasse is not working with LOS 18.1 @OP6 with latest Magisk 23. Any solutions?
Click to expand...
Click to collapse
Use Magisk Canary, use Hide Magisk for "S-pushTAN", Repack Magisk with another name like "Manager" f.e. , get the App "Airfrozen" and freeze Magisk Manager with it.
After this steps you can use "S-pushTAN" without any problems.
If its still not working after that, make sure everything named "Magisk" like ZIPs or Folders are deleted.
bLack_Q said:
Use Magisk Canary, use Hide Magisk for "S-pushTAN", Repack Magisk with another name like "Manager" f.e. , get the App "Airfrozen" and freeze Magisk Manager with it.
After this steps you can use "S-pushTAN" without any problems.
If its still not working after that, make sure everything named "Magisk" like ZIPs or Folders are deleted.
Click to expand...
Click to collapse
Thank you very much! Now it works.
Renaming the App and Airfrozen is the key.
Pundy said:
Thank you very much! Now it works.
Renaming the App and Airfrozen is the key.
Click to expand...
Click to collapse
Nice, glad I could help. If you dont use "S-pushTAN" anymore you can simply unfreeze Magisk.
bLack_Q said:
Nice, glad I could help. If you dont use "S-pushTAN" anymore you can simply unfreeze Magisk.
Click to expand...
Click to collapse
Not working with comdirect phototan.
Any suggestions?
Laptapper said:
Not working with comdirect phototan.
Any suggestions?
Click to expand...
Click to collapse
Unfortunately I have never used that app. But if I come up with something I will let you know.

Magisk v22.0 with Commerzbank Banking and photoTan App

Hey there,
I hope you're doing well.
I recently updated from One Ui 3.0 to One Ui 3.1 (Android 11) (Note10+ N975F Exynos). But this time I had to install clean because dirty flash didn't worked this time.
Set up everything as before but with the problem that my Banking App and photoTan detects root (FC). Same Version as before, same settings. Magisk hide, tried freezing some root apps and Magisk Canary with latest app too. Still the App detects root. I also tried to delete everything on my storage with magisk in the name.
And also as always gave Magisk another name (hide app itself)..
(Font Changer module doesn't work either with v22.0 Magisk)
I already spent several hours fixing it.. I'm really frustrated right now.
I would really appreciate any tipp..
Update was definitely not worth it.
Can someone please test the Commerzbank App and photoTan if it force closes with Magisk Hide on v22.0?
Edit: I tried Mandiri App just for Fun because for many people the app doesn't work with root, just tried once without magisk hide and didn't work. With hide it worked, just my banking apps are smarter I assume.
Greets
TheFerhatKing
TheFerhatKing said:
Hey there,
I hope you're doing well.
I recently updated from One Ui 3.0 to One Ui 3.1 (Android 11) (Note10+ N975F Exynos). But this time I had to install clean because dirty flash didn't worked this time.
Set up everything as before but with the problem that my Banking App and photoTan detects root (FC). Same Version as before, same settings. Magisk hide, tried freezing some root apps and Magisk Canary with latest app too. Still the App detects root. I also tried to delete everything on my storage with magisk in the name.
And also as always gave Magisk another name (hide app itself)..
(Font Changer module doesn't work either with v22.0 Magisk)
I already spent several hours fixing it.. I'm really frustrated right now.
I would really appreciate any tipp..
Update was definitely not worth it.
Can someone please test the Commerzbank App and photoTan if it force closes with Magisk Hide on v22.0?
Edit: I tried Mandiri App just for Fun because for many people the app doesn't work with root, just tried once without magisk hide and didn't work. With hide it worked, just my banking apps are smarter I assume.
Greets
TheFerhatKing
Click to expand...
Click to collapse
Maybe there was an update of the banking app with better detection of hidden rooting
BTW ... I am on stock (unrooted) OneUI 3.1 and Commerzbank / photoTAN app working fine.
It_ler said:
Maybe there was an update of the banking app with better detection of hidden rooting
BTW ... I am on stock (unrooted) OneUI 3.1 and Commerzbank / photoTAN app working fine.
Click to expand...
Click to collapse
That doesn't make sense for me.. because one day before with One Ui 3.0 it worked perfectly with the same (!) version of both apps.
Would be anyone so nice to give it a shot on his Magisk rooted phone?
It's https://play.google.com/store/apps/details?id=com.commerzbank.photoTAN
and
Commerzbank Banking - Apps on Google Play
Banking is quick and easy with the Commerzbank Banking app
play.google.com
TheFerhatKing said:
Would be anyone so nice to give it a shot on his Magisk rooted phone?
It's https://play.google.com/store/apps/details?id=com.commerzbank.photoTAN
and
Commerzbank Banking - Apps on Google Play
Banking is quick and easy with the Commerzbank Banking app
play.google.com
Click to expand...
Click to collapse
Well, I'm not a customer so I can't get very far, but no problem opening the app up to the point where you're supposed to scan the activation letter. I'm assuming root is detected after that, since I hadn't even added the app to the Hide list...
Didgeridoohan said:
Well, I'm not a customer so I can't get very far, but no problem opening the app up to the point where you're supposed to scan the activation letter. I'm assuming root is detected after that, since I hadn't even added the app to the Hide list...
Click to expand...
Click to collapse
The photoTan App doesn't even let me scan something, it closes directly. Even if it's hidden. I'm assuming its ROM related and I think what's causing it is the safetynet fix thats integrated.
Thank you very much for testing!
@TheFerhatKing I am able to run the Commerzbank-Banking app in an older version, with magisk v23 on a rooted, unlocked Xiaomi mi 9t aka davinci. I am using the MicroG LOS rom.
12.9.4 is working nice, later versions show me that I used root and I had the retriction that I was not able to use fingerprint for unlock. You can get the older apk here: https://apkcombo.com/de-de/commerzbank-banking-the-app-at-your-side/de.commerzbanking.mobil/download/phone-12.9.4 (210226022)-apk
And you need this module too:
Releases · kdrag0n/safetynet-fix
Google SafetyNet attestation workarounds for Magisk - kdrag0n/safetynet-fix
github.com
Plus hide the root from magisk settings.
I_did_it_just_tmrrow said:
@TheFerhatKing I am able to run the Commerzbank-Banking app in an older version, with magisk v23 on a rooted, unlocked Xiaomi mi 9t aka davinci. I am using the MicroG LOS rom.
12.9.4 is working nice, later versions show me that I used root and I had the retriction that I was not able to use fingerprint for unlock. You can get the older apk here: https://apkcombo.com/de-de/commerzbank-banking-the-app-at-your-side/de.commerzbanking.mobil/download/phone-12.9.4 (210226022)-apk
And you need this module too:
Releases · kdrag0n/safetynet-fix
Google SafetyNet attestation workarounds for Magisk - kdrag0n/safetynet-fix
github.com
Plus hide the root from magisk settings.
Click to expand...
Click to collapse
Thanks mate, but the Commerzbank Banking App works. The phototan app isn't working, only a very old one from years ago works.
TheFerhatKing said:
Thanks mate, but the Commerzbank Banking App works. The phototan app isn't working, only a very old one from years ago works.
Click to expand...
Click to collapse
I did a test for you and add the new installed phototan app to my bank-account. Works nice.
Don't forget:
-Install https://github.com/kdrag0n/safetynet-fix/releases
-hide root for the app
Testet with:
-Magisk v23
-installed https://github.com/kdrag0n/safetynet-fix/releases
-Xiaomi mi 9t - davinci
-LOS MicroG Rom
-app: 12.9.4 - de.commerzbanking.mobil
I_did_it_just_tmrrow said:
I did a test for you and add the new installed phototan app to my bank-account. Works nice.
Don't forget:
-Install https://github.com/kdrag0n/safetynet-fix/releases
-hide root for the app
Testet with:
-Magisk v23
-installed https://github.com/kdrag0n/safetynet-fix/releases
-Xiaomi mi 9t - davinci
-LOS MicroG Rom
-app: 12.9.4 - de.commerzbanking.mobil
Click to expand...
Click to collapse
Both apps are already hidden, the ROM is prepatched with SafetyNet Fix so everything green. Also Magisk v23 Stable.
Recent Banking App doesn't show rooted anymore but Phototan still force closing for me.
You should try an older version. Force closing could be same problem some users report on google-Playstore.
Look at apkcombo to grab an older version.
TheFerhatKing said:
Thanks mate, but the Commerzbank Banking App works. The phototan app isn't working, only a very old one from years ago works.
Click to expand...
Click to collapse
TheFerhatKing said:
Both apps are already hidden, the ROM is prepatched with SafetyNet Fix so everything green. Also Magisk v23 Stable.
Recent Banking App doesn't show rooted anymore but Phototan still force closing for me.
Click to expand...
Click to collapse
I_did_it_just_tmrrow said:
You should try an older version. Force closing could be same problem some users report on google-Playstore.
Look at apkcombo to grab an older version.
Click to expand...
Click to collapse
Have a look in this thread:
Comdirect photoTAN app detecting root
Since version 8.3.0 additional measures to detect root have been added, do not update as MagiskHide won't be able to prevent detection. Until a solution is found I would recommend staying on the previous version for as long as possible. Finding...
forum.xda-developers.com

"Hide the Magisk app" feature does not work.

Lately I upgraded to Magisk 24.1 from 23 and lost the usual stealth features then reverted back to 23 again. Everything works fine except for hiding the app. Now some apps detect root and don't work. When I use the feature an extra icon for Magisk named "Settings" is created that does not open the app. The original icon is not removed and opens the app like usual. If I leave it like that, I eventually lose root, then I have to uninstall the Settings app for Magisk to work again. I tried to uninstall and reinstall Magisk many times but still experience the same behavior. Something is clearly broken but I don't know how to fix it. Anyone faced the same problem or has any idea what to try?
if the feature doesn't work please try to contact me later thank you!
koryonp10 said:
if the feature doesn't work please try to contact me later thank you!
Click to expand...
Click to collapse
It does not work. I've been fighting with it for a couple days now.
ok so you need to try to restart your phone and if that doesn't work please try to email me at [email protected] i know a lot more than people think
also send me a video
The solution to your issue has been posted here: https://forum.xda-developers.com/t/rename-hide-magisk-not-working-for-v23.4396841/
Why do you want to downgrade though? v24.1 has denylist which works similar to magisk hide. All you need to do is install Universal Safetynet Fix (Magisk modules) and everything should work.
simplydat said:
The solution to your issue has been posted here: https://forum.xda-developers.com/t/rename-hide-magisk-not-working-for-v23.4396841/
Why do you want to downgrade though? v24.1 has denylist which works similar to magisk hide. All you need to do is install Universal Safetynet Fix (Magisk modules) and everything should work.
Click to expand...
Click to collapse
Worked a treat, thank you very much! Basically I downgraded because everything worked fine with the old version of Magisk and I didn't bother to search for a different solution. Is that the best module to pass Safetynet? I think I saw there's a few solutions available.
ser848 said:
Worked a treat, thank you very much! Basically I downgraded because everything worked fine with the old version of Magisk and I didn't bother to search for a different solution. Is that the best module to pass Safetynet? I think I saw there's a few solutions available.
Click to expand...
Click to collapse
Magisk 23 + Magisk Hide was detected by many bank apps I have and I was tired of dealing with it, so I decided to upgrade.
Magisk 24 + Universal Safetynet Fix + Shamiko worked like a charm and everything has been hidden and I have a feeling I won't have to deal with root hiding for a long time.
simplydat said:
Magisk 23 + Magisk Hide was detected by many bank apps I have and I was tired of dealing with it, so I decided to upgrade.
Magisk 24 + Universal Safetynet Fix + Shamiko worked like a charm and everything has been hidden and I have a feeling I won't have to deal with root hiding for a long time.
Click to expand...
Click to collapse
Thanks a lot again, I will give it a try.
koryonp10 said:
if the feature doesn't work please try to contact me later thank you!
Click to expand...
Click to collapse
koryonp10 said:
ok so you need to try to restart your phone and if that doesn't work please try to email me at [email protected] i know a lot more than people think
also send me a video
Click to expand...
Click to collapse
Hello and a very warm welcome to XDA, @koryonp10. I hope you'll always get the assistance you require, and much more we appreciate your intentions to provide your knowledge and expertise to other members. Thanks very much for that!
Please allow me to share with you the principle of this website:
XDA Developers was founded on the simple principle that SHARING IS GOOD and when many people SHARE what they know, EVERYONE benefits. We exist upon this ethos. We RESPECT each other, we SHARE with each other, we do not judge one another, and we HELP all who ask.
Click to expand...
Click to collapse
In order to live this spirit, I suggest to consider to publicly share your knowledge in the threads and not to drag the XDA members to your email, private messages or outside of XDA. Only from what you publicly posts, all can learn and are able to ask corresponding questions. Thanks very much for your cooperation!
Regards
Oswald Boelcke
Senior Moderator
I have Magisk 24 + Universal Safetynet Fix + Shamiko installed on Android 11. It warns me that Shamiko not active as "denylist is enforced'. Regardless, I still get a warning message when I start my HSBC banking app.
simplydat said:
Magisk 24 + Universal Safetynet Fix + Shamiko worked like a charm and everything has been hidden and I have a feeling I won't have to deal with root hiding for a long time.
Click to expand...
Click to collapse
Hi, have read the changelog from magisk 24 that hide not included.
Saftynet Fix i think i have read this in past, i hope i find it. I have find this thread, but how get Shamiko?? And is Zygisk also needed?
At Moment i have HTC U11 with magisk 23 + riru lsexposed, because i need xprivacy.
richardmace said:
I have Magisk 24 + Universal Safetynet Fix + Shamiko installed on Android 11. It warns me that Shamiko not active as "denylist is enforced'. Regardless, I still get a warning message when I start my HSBC banking app.
Click to expand...
Click to collapse
Same issue here not on android 11 though.
richardmace said:
I have Magisk 24 + Universal Safetynet Fix + Shamiko installed on Android 11. It warns me that Shamiko not active as "denylist is enforced'. Regardless, I still get a warning message when I start my HSBC banking app.
Click to expand...
Click to collapse
Hi @richardmace have you fixed for HSBC Banking App? I had same issue
No, not fixed but not a major issue as app still works. I am now not enforcing the deny list and Shamiko is now active.
I am new to the subject but have similar issue. There is an medical application for diabetes in Google Play. It is called Freestyle Libre 3. "3" is important as there are "1" and "2" versions of this app. This app is used to monitor glucose with the help of external device that is placed on the body via bluetooth. The application has two "features" so far:
1) it is available only on a few smartphones (a few Apple's and a few Samsung's)
2) it is available only in few countries (GB, DE, NL, SE and just a few more)
All my bank apps work with zygisk but this medical app doesn't. I added this app and all google play services on deny list. YASNAC shows passed for basic integrity and cts profile. I tried Shamiko and Universal Safety Fix too. Hiding Magisk doesn't help. still no success. But once Magisk is uninstalled the app starts and works.
Could it be somehow an unusual case when application devs made up some one trick more than Magisk is assuming for apps that check for root? Is there any hope to have this app working on LineageOS with Magisk installed?
The working solution is to allow "USB Debugging" in "Developer options", and additionally by Xiaomi, turn off "MIUI Optimization".

Categories

Resources