Hide settings wont save - Magisk

Hi,
i have an Moto Z with latest stock rom and magisk 14.2 installed via twrp.
The problem: When i tick an app in hide settings, the entry wasnt saved. When i leave magisk and open the hide setting again, the app wasnt enabled for hide, i can tick it again and gain but it wasnt save.
Can someone help, whats the problem ?

IIRC, the Moto Z is one of the devices with a broken f2fs implementation. The Magisk image can't be mounted, so there's no Hide list to save anything to...
IIRC again, you should be able to get it working if you enable Core Only Mode in the Manager settings, but any apps added to the Hide list will be reset on a reboot.
You could also take a look in your device's forum if there are any custom kernels available with a f2fs fix.

Thanks for the explanation. The Moto Z has unfortunately no good dev support. So i found out that after reboot i must untick the hide option in magisk setting and tick again, then i can tick my app for hide and it was remembered, until next boot.

Didgeridoohan said:
IIRC, the Moto Z is one of the devices with a broken f2fs implementation. The Magisk image can't be mounted, so there's no Hide list to save anything to...
IIRC again, you should be able to get it working if you enable Core Only Mode in the Manager settings, but any apps added to the Hide list will be reset on a reboot.
You could also take a look in your device's forum if there are any custom kernels available with a f2fs fix.
Click to expand...
Click to collapse
tasar said:
Hi,
i have an Moto Z with latest stock rom and magisk 14.2 installed via twrp.
The problem: When i tick an app in hide settings, the entry wasnt saved. When i leave magisk and open the hide setting again, the app wasnt enabled for hide, i can tick it again and gain but it wasnt save.
Can someone help, whats the problem ?
Click to expand...
Click to collapse
tasar said:
Thanks for the explanation. The Moto Z has unfortunately no good dev support. So i found out that after reboot i must untick the hide option in magisk setting and tick again, then i can tick my app for hide and it was remembered, until next boot.
Click to expand...
Click to collapse
I am using version 14.0 and have experienced the same problem.
Check the logs stored in the /cache folder to determine the cause.
solution:
Create a folder called /magisk/.core and create an empty file called hidelist in it.
shell command:
mkdir /magisk/.core
touch /magisk/.core/hidelist

I have the same idea but the file system is read only. How to make it rw?

I'm using stock Note 3 (N9005DXSGBQA1) and followed instructions for magisk manager. I got it rooted but magiskhide does NOT work - NOT SAVING ANY SELECTION.
I tried using "core only" and tried inserting a new hidelist but both failed. I badly need the hidelist feature. How can I make magiskhide work? Thanks

dknight178 said:
I'm using stock Note 3 (N9005DXSGBQA1) and followed instructions for magisk manager. I got it rooted but magiskhide does NOT work - NOT SAVING ANY SELECTION.
I tried using "core only" and tried inserting a new hidelist but both failed. I badly need the hidelist feature. How can I make magiskhide work? Thanks
Click to expand...
Click to collapse
Three years later... (I'm still using my Note 3 from 2013, btw)... and did you ever find a solution to this problem? I'm using Magisk 20.3 now, and it still does not keep the "Magisk Hide" option enabled after closing the app.
So enable it, I open the app and go to settings and enable it from there. I must then back out and close the app for the Magisk Hide option to become available under the menu. If I back out of the app again, whatever I had checked as hidden under the "Magisk Hide" menu becomes unchecked again. If I reboot the phone, I have to go back into settings to enable Magisk Hide again.
Any solution for this other than use another device?

Related

Bypass DBS banking App

Resently BDS banking app(India) is updated.is there any modules to make that work...
Aniruddhlr said:
Resently BDS banking app(India) is updated.is there any modules to make that work...
Click to expand...
Click to collapse
This isn't xposed, so probably not. As long as your passing safetynet and enabled magisk hide for that and rebooted, in theory you should be fine. The next thing you can try is force closing the app and in Magisk manager, tapping "hide magisk manager" but that's only a temporary fix, some apps now check to see if magisk is installed at all. This will fix that
manor7777 said:
This isn't xposed, so probably not. As long as your passing safetynet and enabled magisk hide for that and rebooted, in theory you should be fine. The next thing you can try is force closing the app and in Magisk manager, tapping "hide magisk manager" but that's only a temporary fix, some apps now check to see if magisk is installed at all. This will fix that
Click to expand...
Click to collapse
Magisk is installed and passes safety net.
Still many banking apps detected root like BHIM.
And is there any way to hide custom ROM?
Aniruddhlr said:
Magisk is installed and passes safety net.
Still many banking apps detected root like BHIM.
And is there any way to hide custom ROM?
Click to expand...
Click to collapse
You can make a script to change the build information in the rom to release-keys instead of test-keys, some apps detect that. Also make sure you tick your banking app in Magisk hide settings. I believe there is a module so ewhere on the forum to do this, I will link it if I see it. Also you can try universal safetynet bypass module
manor7777 said:
You can make a script to change the build information in the rom to release-keys instead of test-keys, some apps detect that. Also make sure you tick your banking app in Magisk hide settings. I believe there is a module so ewhere on the forum to do this, I will link it if I see it. Also you can try universal safetynet bypass module
Click to expand...
Click to collapse
Thank you.ill try and tell you results.
Aniruddhlr said:
Magisk is installed and passes safety net.
Still many banking apps detected root like BHIM.
And is there any way to hide custom ROM?
Click to expand...
Click to collapse
manor7777 said:
You can make a script to change the build information in the rom to release-keys instead of test-keys, some apps detect that. Also make sure you tick your banking app in Magisk hide settings. I believe there is a module so ewhere on the forum to do this, I will link it if I see it. Also you can try universal safetynet bypass module
Click to expand...
Click to collapse
MagiskHide already changes the prop to release-keys (and some other props). And since SafetyNet already passes there's no need for the Universal SafetyNet Fix module.
Only thing to do is to add the app to the Hide list (no module needed for that) and also hide the Magisk Manager (there's an option for that in the Manager settings). Also make sure to use the latest release (currently v14.6 beta) since there's often improvements being done.
It's also possible that the app detects things like Developer options and USB Debugging being enabled. That can't be hidden by Magisk, so try disabling those if they're enabled.
Didgeridoohan said:
MagiskHide already changes the prop to release-keys (and some other props). And since SafetyNet already passes there's no need for the Universal SafetyNet Fix module.
Only thing to do is to add the app to the Hide list (no module needed for that) and also hide the Magisk Manager (there's an option for that in the Manager settings). Also make sure to use the latest release (currently v14.6 beta) since there's often improvements being done.
It's also possible that the app detects things like Developer options and USB Debugging being enabled. That can't be hidden by Magisk, so try disabling those if they're enabled.
Click to expand...
Click to collapse
Yeah just now I saw that release keys in build prop.
I'm not on beta is it safe to install beta(magisk).
I'll try those debugging things.
It's saying runtime tampering.what does it mean?
Aniruddhlr said:
Yeah just now I saw that release keys in build prop.
I'm not on beta is it safe to install beta(magisk).
I'll try those debugging things.
Click to expand...
Click to collapse
Beta is safe... The worst that can happen (that I've seen so far) is a bootloop that can be fixed by flashing a clean boot image or an earlier release (v14.5).
There might also be problems with the su database, but that should be fixed by uninstalling the app (from within the Manager, press Uninstall and choose Uninstall App) and reinstalling it.
It's worth it, since the Hide feature is much improved in v14.6.
---------- Post added at 12:21 ---------- Previous post was at 12:21 ----------
Aniruddhlr said:
It's saying runtime tampering.what does it mean?
Click to expand...
Click to collapse
What is saying that?
https://i.imgur.com/e2rAlNI.png
Didgeridoohan said:
Beta is safe... The worst that can happen (that I've seen so far) is a bootloop that can be fixed by flashing a clean boot image or an earlier release (v14.5).
There might also be problems with the su database, but that should be fixed by uninstalling the app (from within the Manager, press Uninstall and choose Uninstall App) and reinstalling it.
It's worth it, since the Hide feature is much improved in v14.6.
---------- Post added at 12:21 ---------- Previous post was at 12:21 ----------
What is saying that?
Click to expand...
Click to collapse
I added a image.see
Aniruddhlr said:
I added a image.see
Click to expand...
Click to collapse
Hello again.
Yes, I saw the image... But, the only thing you could try is to update Magisk and use the improved hiding features.
There are a few issues with the latest stable v15.0. Many Samsung and Huawei users are experiencing bootloops and some users have had forced encryption issues. Don't think I've seen any issues mentioned for Xiaomi devices though... Just make sure to have a backup and the latest Magisk uninstaller zip available and you should be good to go.
If you're feeling unsure about updating, wait... The issues are under investigation.
Didgeridoohan said:
Hello again.
Yes, I saw the image... But, the only thing you could try is to update Magisk and use the improved hiding features.
There are a few issues with the latest stable v15.0. Many Samsung and Huawei users are experiencing bootloops and some users have had forced encryption issues. Don't think I've seen any issues mentioned for Xiaomi devices though... Just make sure to have a backup and the latest Magisk uninstaller zip available and you should be good to go.
If you're feeling unsure about updating, wait... The issues are under investigation.
Click to expand...
Click to collapse
Thanks for that warning.
I already updated to 15v and found forced encryption issue.
Does runtime tampering have anything to do with this root?
Aniruddhlr said:
Thanks for that warning.
I already updated to 15v and found forced encryption issue.
Does runtime tampering have anything to do with this root?
Click to expand...
Click to collapse
Have you gotten v15.0 up and running? If not you could try again and uncheck "Preserve forced encryption" in the Manager before updating, or if you're flashing from recovery you could run the following code in the recovery terminal first:
Code:
echo KEEPFORCEENCRYPT=false>>/data/.magisk
Runtime tampering is probably just DBS's way of saying your device is rooted.
After getting v15.0 running, add the app to the Hide list and hide the Manager (option in settings). You might also have to clear data for the DBS app.
Also make sure that MagiskHide is working by checking SafetyNet. If at least basic integrity passes we know it does. If it doesn't, toggle MagiskHide off and on in the Manager settings and try again.
Hi, I am also facing same issue. My device is Zuk Z2 and am on Dot-OS rom. Magisk passes SafetyNet, have enabled Magisk Hide but still this DBS bank app detects root.
I also tried after disabling Developer options. Same error. What extra can be done?
+1
I need access to this app too whilst rooted with Magisk
tomdot said:
+1
I need access to this app too whilst rooted with Magisk
Click to expand...
Click to collapse
https://forum.xda-developers.com/apps/magisk/guide-magisk-troubleshooting-t3641417
DBS banking app finally works with Magisk 16.0 (with Magiskhide)
Mine can't work.. there no error code appearing when opening the app but the app hangs at "log in " and "register" page.. anyone can help please
I'm using ressurectiin remix on redmi note 5
tomdot said:
DBS banking app finally works with Magisk 16.0 (with Magiskhide)
Click to expand...
Click to collapse
yes it's work for me,
1st i check it in my hide list
and then i hide my magisk
if only i did my 1st choice it still give some warning and force close the app
thanks

2 Solutions! Problem w/ MagiskHide being disabled after reboot/closing MagiskManager.

Magisk Hide (Masking Magisk SuperUser) - 2 Problems w/ Magisk Hide being disabled after reboot or closing Magisk Manager.
If you are using Magisk Manager and Magisk Root and are experiencing difficulty with Magisk Hide (Masking Magisk's SU) not showing in the Manager's side-menu or remembering its status in settings, it occurs when a file is not automatically deleted and removed.
PROBLEM:
Open Magisk Manager, Settings >> Enable Magisk Hide, close Manager, re-open and Magisk Hide is disabled and not visible (hidden) in the left side-menu. i.e. Exit, Close, Stop, Re-Open & Reboot Reset's Magisk Hide's State to Disabled.
SOLUTION 1.
Force stopped Magisk Manager.
Backup then Delete file /data/property/persist.magisk.hide (0600).
Launch Magisk Manager.
Go to Settings >> Enable Magisk Hide.
Go back to Manager home screen. Swipe to reveal side-menu and check Magisk Hide menu is visible.
Close Magisk Manager or Force stop.
Reopen and Swipe side-menu and confirm Magisk Hide is still visible!
I hope this helps others also experiencing issues with Hiding Super User SU. Thanks Shak!
SOLUTION 2.
Another Fix someone else has also posted Dec 2017 was in regards to an error "fopen: /magisk/.core/magiskhide/hidelist failed with 2: No such file or directory"
The issue is due to Magisk Manager being unable to save the list of ticked Apps to hide from SU to /magisk/.core/hidelist.
Check the existence of the "/magisk/.core/hidelist" path.
Create the "/hidelist" directory.
CHMOD "/magisk/.core/hidelist" to 0644.
Thanks to Dunderball. :highfive:
.​
Thanks a lot! I have been looking this issue up for almost a week now.
Solution 1 worked for me.
No worries mate. Appreciate the feedback.
Someone else had a similar issue for a few weeks and was unable to resolve it until upgrading to 16.4 beta. But this isn't viable for everyone due to issues w/ 16.4+.
Thanks!
monsterkrusher said:
Thanks a lot! I have been looking this issue up for almost a week now.
Solution 1 worked for me.
Click to expand...
Click to collapse
I would like to add to this thread that this doesn't work anymore with the newer versions of magisk. Eget did work for me though was to delete (and backup of course) /data/adb/magisk.db and then restart
tgcGlaDius said:
I would like to add to this thread that this doesn't work anymore with the newer versions of magisk. Eget did work for me though was to delete (and backup of course) /data/adb/magisk.db and then restart
Click to expand...
Click to collapse
which version you use ?
I use version 19.4, wont work if delete magisk.db.
LineageOs 17 on a Nexus 2013 Flo
Magisk 19.3
Magisk Manager 7.3.2
safetynet always fails after a reboot.
I tried renaming magisk.db and while magisk kept working generally, m-hide still fails the safetynet test after a reboot until I toggle hide.
kevin mitnick said:
which version you use ?
I use version 19.4, wont work if delete magisk.db.
Click to expand...
Click to collapse
michaelh99 said:
LineageOs 17 on a Nexus 2013 Flo
Magisk 19.3
Magisk Manager 7.3.2
safetynet always fails after a reboot.
I tried renaming magisk.db and while magisk kept working generally, m-hide still fails the safetynet test after a reboot until I toggle hide.
Click to expand...
Click to collapse
Download The Module Of MultiFunctions From This Thread https://forum.xda-developers.com/apps/magisk/module-multifunctions-bootloop-t3933386 For Getting The Ability To Use Either The Sub-Function Of Hide Keeper Or Hide Enabler.
Dreamer(3MF) said:
Download The Module Of MultiFunctions From This Thread https://forum.xda-developers.com/apps/magisk/module-multifunctions-bootloop-t3933386 For Getting The Ability To Use Either The Sub-Function Of Hide Keeper Or Hide Enabler.
Click to expand...
Click to collapse
I'll have to try that sometime in the future when I've got more time to experiment. I ended up going back to stock just to have a working tablet. I only use it for maps and streaming and since Netflix wouldn't work...
How to make a bakup?

Magisk Hide doesn't work on NFC paying banking apps.

My device is a Samsung J7 2017 and I'm trying to use my bank's phone pay application. My bank's app is divided into 2 apps, the one for account management and the one for NFC paying. The first one works even without hidding root from it, but the second will show a security error regardless. My phone does pass both SafetyNet checks though. Any workaround?
You could try hiding the MagiskManager itself, this worked for me.
cristi1990an said:
My device is a Samsung J7 2017 and I'm trying to use my bank's phone pay application. My bank's app is divided into 2 apps, the one for account management and the one for NFC paying. The first one works even without hidding root from it, but the second will show a security error regardless. My phone does pass both SafetyNet checks though. Any workaround?
Click to expand...
Click to collapse
Try disabling ADB debugging if you have it on.
Sent from my MI 5 using Tapatalk
SaadatM said:
You could try hiding the MagiskManager itself, this worked for me.
Click to expand...
Click to collapse
Would you mind to sharing your steps?
mdws2001 said:
Would you mind to sharing your steps?
Click to expand...
Click to collapse
Hiding the Manager is simple: go to the Manager settings and choose "Hide Magisk Manager". If you've then also added whatever app you're trying to hide from to the Hide list, but it still detects root you might have to start tinkering with other system settings (like the above suggested USB/ADB debugging).
More reading here:
https://www.didgeridoohan.com/magisk/MagiskHide#hn_Hiding_root_from_apps
SaadatM said:
You could try hiding the MagiskManager itself, this worked for me.
Click to expand...
Click to collapse
Nope, that didn't work. Here's the app in question: https://play.google.com/store/apps/details?id=ro.btrl.pay
azazello22 said:
Try disabling ADB debugging if you have it on.
Sent from my MI 5 using Tapatalk
Click to expand...
Click to collapse
Nope, that didn't work. Here's the app in question: https://play.google.com/store/apps/details?id=ro.btrl.pay
Didgeridoohan said:
Hiding the Manager is simple: go to the Manager settings and choose "Hide Magisk Manager". If you've then also added whatever app you're trying to hide from to the Hide list, but it still detects root you might have to start tinkering with other system settings (like the above suggested USB/ADB debugging).
More reading here:
https://www.didgeridoohan.com/magisk/MagiskHide#hn_Hiding_root_from_apps
Click to expand...
Click to collapse
Great! It's work for me too.
Thanks for the help.
Work for me, for bluepay application. Thanks
Didgeridoohan said:
Hiding the Manager is simple: go to the Manager settings and choose "Hide Magisk Manager". If you've then also added whatever app you're trying to hide from to the Hide list, but it still detects root you might have to start tinkering with other system settings (like the above suggested USB/ADB debugging).
More reading here:
https://www.didgeridoohan.com/magisk/MagiskHide#hn_Hiding_root_from_apps
Click to expand...
Click to collapse
Hide magisk + disabled ADB worked!

Root detected by GO MOBILE banking app

I've been scratching my head for weeks now this app keeps on detecting root on my device. I've previously tried canary build, but currently on 20.1 and it still detects it. App is MagiskHided, Magisk Manager repackaged, both SafetyNet basicIntegrity and ctsProfile is passed. My other banking app that also checks for root works, even the rootbeerFresh is showing all green and this app still detects root. I don't know what else to try.
Device Info:
OnePlus 6T running Evolution X rom (Android 10), I also tried on OOS pie, doesn't work as well.
Magisk 20.1
This app used to work just by MagiskHide and repackaging Magisk Manager, since the update, I think they changed something. Any help is appreciated.
I tested it right now and had no issues starting the app once added to the Hide list. OnePlus 3T, Android 9 (ArrowOS), Canary build 20302 with hidden Manager build 269.
That means Magisk can hide from the app just fine and there might be something about your specific setup that's being detected. Could be an app, could be a directory on your storage, could be the ROM itself (this is the second time lately that I've seen a user having issues with root detection on Evolution X, on a Poco F1 though. May be unrelated.).
As always, there are a lot of hiding tips available here:
https://didgeridoohan.com/magisk/MagiskHide#hn_Hiding_root_from_apps
Didgeridoohan said:
I tested it right now and had no issues starting the app once added to the Hide list. OnePlus 3T, Android 9 (ArrowOS), Canary build 20302 with hidden Manager build 269.
That means Magisk can hide from the app just fine and there might be something about your specific setup that's being detected. Could be an app, could be a directory on your storage, could be the ROM itself (this is the second time lately that I've seen a user having issues with root detection on Evolution X, on a Poco F1 though. May be unrelated.).
As always, there are a lot of hiding tips available here:
https://didgeridoohan.com/magisk/MagiskHide#hn_Hiding_root_from_apps
Click to expand...
Click to collapse
DId you MagiskHide it beforehand or did you try without MagiskHide first? I want to make sure that the app doesn't "remember" that it has detected root previously
terraflops said:
DId you MagiskHide it beforehand or did you try without MagiskHide first? I want to make sure that the app doesn't "remember" that it has detected root previously
Click to expand...
Click to collapse
I made sure that it could detect root first, so I opened it once without adding it to MagiskHide (got the same screen you showed above). And, I did not have to clear any data for the app after adding it to the list, it just started up without issue.
terraflops said:
DId you MagiskHide it beforehand or did you try without MagiskHide first? I want to make sure that the app doesn't "remember" that it has detected root previously
Click to expand...
Click to collapse
any luck for this problem?
I also have this issue. Any luck?!
I have the same issue and finally found a solution for it ! Change the folder twrp name on internal storage was a trick but don't forget to hide the aplication go mobile from magisk hide then boom I can use the banking aplication on my root devices .
I'm not using any xposed so if you are on xposed try rename the folder of it usually it store on folder download on the internal if that doesn't work try to uninstal the xposed application on your mobile menu(you can instal it again after you're done with banking)
Another trick that I found latelly was I change the recovery ....any recovery besides the twrp (orangefox,pitchblack,batik etc)
Aldino21 said:
I have the same issue and finally found a solution for it ! Change the folder twrp name on internal storage was a trick but don't forget to hide the aplication go mobile from magisk hide then boom I can use the banking aplication on my root devices .
I'm not using any xposed so if you are on xposed try rename the folder of it usually it store on folder download on the internal if that doesn't work try to uninstal the xposed application on your mobile menu(you can instal it again after you're done with banking)
Another trick that I found latelly was I change the recovery ....any recovery besides the twrp (orangefox,pitchblack,batik etc)
Click to expand...
Click to collapse
Awsome maaan, like that simple trick could be solve the pricky app

Citi bank app detects root(Magisk hide is not working)

Hi All,
CITI bank App is detecting root. No matter what I do, Magiskhide fails to hide CITI bank app. Tried all the basic troubleshooting.
1. Restored the Magisk app and unchecked CITI bank app from the list.(shield icon)
2. Rebooted and added CITI bank to list.
3. Changed magisk manager name(Hide the app)
4. Changed the Twrp folder name.
5. Cleared cache for CITI bank.
If anyone could possibly help, I'll be grateful.
Thanks in advance.
altafharsh60 said:
Hi All,
CITI bank App is detecting root. No matter what I do, Magiskhide fails to hide CITI bank app. Tried all the basic troubleshooting.
1. Restored the Magisk app and unchecked CITI bank app from the list.(shield icon)
2. Rebooted and added CITI bank to list.
3. Changed magisk manager name(Hide the app)
4. Changed the Twrp folder name.
5. Cleared cache for CITI bank.
If anyone could possibly help, I'll be grateful.
Thanks in advance.
Click to expand...
Click to collapse
Were you able to solve this? I am also facing the same issue. Please let me know.
trgowtham said:
Were you able to solve this? I am also facing the same issue. Please let me know.
Click to expand...
Click to collapse
I am using a web version now.
Citi Mobile
m.citibank.co.in
Works exactly same.
I know this is not a solution, but workaround until the app starts to work.
trgowtham said:
Were you able to solve this? I am also facing the same issue. Please let me know.
Click to expand...
Click to collapse
Hey ,
Its working for me again.
1. Installed magisk v 22.0.apk and Magisk 22. Zip.
2. Hiding manager app
3. Installed the latest citi bank app (Version 23.5.2) but didn't open
4. Added app to magisk hide list.
Its started working.
Please uninstall busybox.
altafharsh60 said:
Please uninstall busybox.
Click to expand...
Click to collapse
Awesome.. uninstalling busybox did the trick..
Citi app works perfectly now..
Now need to check if other apps are broken because of busybox..
use airfrozen and then its working
i uninstalled busybox, still no luck.. Citibank still detects root
Any idea on how to solve this?
xn0live said:
use airfrozen and then its working
Click to expand...
Click to collapse
After August app update, Citibank is stuck on blue screen WITHOUT any notification!
Obviously it detects magisk root, and all hiding procedures failed (magisk 23.0 / no busybox installed).
Applying airfrozen (on magisk manager) fix the issue while root stays active.
Ta
huuur said:
After August app update, Citibank is stuck on blue screen WITHOUT any notification!
Obviously it detects magisk root, and all hiding procedures failed (magisk 23.0 / no busybox installed).
Applying airfrozen (on magisk manager) fix the issue while root stays active.
Ta
Click to expand...
Click to collapse
me too. just found this post, installed airfrozen and freezed magisk and now citibank works (busybox doesnt matter for me). however, one of the hsbc app still doesnt work even with busybox renamed and magisk freezed
huuur said:
After August app update, Citibank is stuck on blue screen WITHOUT any notification!
Obviously it detects magisk root, and all hiding procedures failed (magisk 23.0 / no busybox installed).
Applying airfrozen (on magisk manager) fix the issue while root stays active.
Ta
Click to expand...
Click to collapse
you shall find an app that have the function of "App ops"
Then disable citibank from "get installed apps"
take a try I have worked in this way
wks960803 said:
you shall find an app that have the function of "App ops"
Then disable citibank from "get installed apps"
take a try I have worked in this way
Click to expand...
Click to collapse
i can't seem to find Citibank on the Request install package from the App ops app.
xn0live said:
use airfrozen and then its working
Click to expand...
Click to collapse
You just saved my life. Thank you very much!
xn0live said:
use airfrozen and then its working
Click to expand...
Click to collapse
Thanks - but easier said than done
Airfrozen cannot get root - using Poco F2 Pro, Android 11 stock, Magisk 23.0
Any idea how to overcome?
Thanks
Tiemichael said:
Thanks - but easier said than done
Airfrozen cannot get root - using Poco F2 Pro, Android 11 stock, Magisk 23.0
Any idea how to overcome?
Thanks
Click to expand...
Click to collapse
just open your magisk, and enable it from there...
Same issue here on SM-N910G with crDroid custom ROM. I needed to have the "Hide the Magisk app" settting enabled in conjunction with Airfrozen. Just freezing the Magisk app wasn't enough. Note: this isn't the MagiskHide setting I'm referring to; that setting was enabled the whole time.
Steps that worked for me (Magisk 23.0) was:
1. In Magisk, add Citi to the hide list first (of course)
2. In Magisk, don't use "Hide the Magisk app". I.e. the app is listed as Magisk in the app drawer.
3. Then, install Airfrozen and grant root access (I wouldn't get the grant root access prompt unless #2 above was done)
4. Now, in Magisk, enable "Hide the Magisk app" and go through that process to rename to 'settings' or whatever.
5. Now, open up Airfrozen and select "settings" (or whatever name you used in 4). Freeze it.
6. Citi app now launches and loads the login screen
Hope that helps someone
dallivadr said:
Same issue here on SM-N910G with crDroid custom ROM. I needed to have the "Hide the Magisk app" settting enabled in conjunction with Airfrozen. Just freezing the Magisk app wasn't enough. Note: this isn't the MagiskHide setting I'm referring to; that setting was enabled the whole time.
Steps that worked for me (Magisk 23.0) was:
1. In Magisk, add Citi to the hide list first (of course)
2. In Magisk, don't use "Hide the Magisk app". I.e. the app is listed as Magisk in the app drawer.
3. Then, install Airfrozen and grant root access (I wouldn't get the grant root access prompt unless #2 above was done)
4. Now, in Magisk, enable "Hide the Magisk app" and go through that process to rename to 'settings' or whatever.
5. Now, open up Airfrozen and select "settings" (or whatever name you used in 4). Freeze it.
6. Citi app now launches and loads the login screen
Hope that helps someone
Click to expand...
Click to collapse
Thanks! It definitely helped me!
wks960803 said:
you shall find an app that have the function of "App ops"
Then disable citibank from "get installed apps"
take a try I have worked in this way
Click to expand...
Click to collapse
i didn't see any permission nameas "get installed apps" in app ops.
dallivadr said:
Same issue here on SM-N910G with crDroid custom ROM. I needed to have the "Hide the Magisk app" settting enabled in conjunction with Airfrozen. Just freezing the Magisk app wasn't enough. Note: this isn't the MagiskHide setting I'm referring to; that setting was enabled the whole time.
Steps that worked for me (Magisk 23.0) was:
1. In Magisk, add Citi to the hide list first (of course)
2. In Magisk, don't use "Hide the Magisk app". I.e. the app is listed as Magisk in the app drawer.
3. Then, install Airfrozen and grant root access (I wouldn't get the grant root access prompt unless #2 above was done)
4. Now, in Magisk, enable "Hide the Magisk app" and go through that process to rename to 'settings' or whatever.
5. Now, open up Airfrozen and select "settings" (or whatever name you used in 4). Freeze it.
6. Citi app now launches and loads the login screen
Hope that helps someone
Click to expand...
Click to collapse
hmm...not working for me. using MIUI here , i already disallow citibank to read my app list, and perform steps above. still detect my phone as rooted.
locolyric said:
hmm...not working for me. using MIUI here , i already disallow citibank to read my app list, and perform steps above. still detect my phone as rooted.
Click to expand...
Click to collapse
Try downgrading magisk to v22 and uninstalling busybox. I'm using it.
See images.

Categories

Resources