How To Guide How to fix "Access denied" screen randomly appearing on rooted devices

Macusercom

Retired Forum Moderator
A couple of days ago my S21 Ultra running G998BXXS5CVIF automatically opened an "Access denied" screen. It was impossible to show which app cause it as it disappeared once you got to the app switcher menu.

Access denied
Unauthorized changes have been made to your phone. To get help, contact Customer Service.

I could force the screen by rebooting or by changing the device's language. Using:
Code:
dumpsys activity activities | grep "mFocused"
via adb showed it was com.android.samsung.dkey which opened an activity of com.samsung.android.carkey (com.samsung.android.dkey/com.samsung.android.carkey.ccc.ui.IntegrityCheckFailDialogActivity)

Apparently there was a Samsung Wallet Digital Key update (probably v1.0.08.11) which causes it after a reboot as well as randomly every couple of hours. Disabling "Appear on top" for Samsung Wallet Digital Key fixed it for me.

Uninstalling the update isn't a good permanent solution and you can't disable the app without root (meaning you probably don't want to disable it as it maybe could cause other issues). It can affect any device that has a tripped Know. Even formerly rooted devices running stock with a locked bootloader.

DUsWVDm.png
 

ng64

Member
Jan 16, 2011
14
6
Had this error on my rooted S21 Ultra as well, i went back to stock but this error appeared. Thanks to this thread i solved it. But you can delet it without root.

Thers an Windows App called ADB AppControl. there you can simply uninstall Samsung Wallet Key app.
You are unable to use it, so delete it. Nitification never appeared again :)
 

Macusercom

Retired Forum Moderator
Had this error on my rooted S21 Ultra as well, i went back to stock but this error appeared. Thanks to this thread i solved it. But you can delet it without root.

Thers an Windows App called ADB AppControl. there you can simply uninstall Samsung Wallet Key app.
You are unable to use it, so delete it. Nitification never appeared again :)
You actually can fix it without root: "appear on top" can be toggled which fixes the problem. No need to disable or uninstall it. I tend to not deactivate or remove apps that are non-user removeable as I had bad experiences with spammed logs and high CPU usage due to Java errors
 

starbucks2010

Senior Member
Jun 30, 2010
3,438
2,432
You can fix it by removing Digital Key app from system/priv-app folder. If you're rooted of course.
 
Last edited:

Macusercom

Retired Forum Moderator
You can fix it by removing Digital Key app from system/priv-app folder. If you're rooted of course.
Yes, but just disabling "Show on top" is easier and safer. From my past experience speaking: removing system apps that often talk to each other and require certain frameworks inside apps, it may lead to permanent log spam and high CPU usage due to dozens of system calls that go unanswered.

The stock system often isn't designed for core apps being missing. That's why disabling apps is imho better as it hides apps from the system but still allows other apps to use their existing frameworks.

The benefits of "removing" apps e. g. via debloating with Magisk is not worth the issues that could arise. It's especially not worth it if the solution is to not let the app show that message at all :)
 

Stefan6183

Member
Jan 24, 2012
36
6
Thank you so much! Had this issue since a few days on my S22 Ultra after updating all Samsung apps via the Galaxy Store and these random popups were driving me crazy.
 
  • Like
Reactions: Macusercom

musakamis

Senior Member
Oct 31, 2021
55
3
Samsung Galaxy S22 Ultra
please help me this access denied error keeps popping up on the screen and i can't find which app is causing this error i reset the phone but the result is still the same my phone is android 13 without root solution and help please
 

JellyFox

Member
May 12, 2014
40
6
You are a lifesaver!
I'm on stock, but I have rooted my phone before so my Knox is tripped. I got this message every time I tried to do anything Samsung-software related. It was worst when trying to use my camera, popping up all the time.
 
  • Love
Reactions: Macusercom

Macusercom

Retired Forum Moderator
please help me this access denied error keeps popping up on the screen and i can't find which app is causing this error i reset the phone but the result is still the same my phone is android 13 without root solution and help please

You can follow the instructions without being rooted. Disabling "Appear on top" for Samsung Wallet Digital Key fixes it.
 

AnonVendetta

Senior Member
Apr 29, 2016
1,665
601
I just rooted my newly bought Note 20 Ultra 5G today, this message kept popping up. Actually, it started happening as soon as I unlocked the bootloader, even before rooting. It seems that just doing that is enough to trigger it. And no matter what you're doing, it will hijack it to show this message. It was driving me crazy for a few hours until I found this thread. Disabling "appear on top" works 100%. But in a few days it won't matter anymore, I'll be moving to an open source GSI ROM. Then I won't have to deal with messages like this spamming the crap out of the phone.

Samsung just needs to f off, at least we're still buying their devices. They're ours, we should be able to use them how we want. The bastards already have our money, yet they still want to do things like this to us.
 
Last edited:
  • Like
Reactions: riz157

omarknopfler

New member
Jan 5, 2023
1
0
Hey guys, please i am having this error since I upgraded my S20 Ultra to Android 13. Plus the Phone des not recognize my sim card anymore. I don't have this Samsung Wallet app neither. Can someone help please ?
 

ShootinStarz

New member
Sep 24, 2017
4
1

Top Liked Posts

  • 11
    A couple of days ago my S21 Ultra running G998BXXS5CVIF automatically opened an "Access denied" screen. It was impossible to show which app cause it as it disappeared once you got to the app switcher menu.

    Access denied
    Unauthorized changes have been made to your phone. To get help, contact Customer Service.

    I could force the screen by rebooting or by changing the device's language. Using:
    Code:
    dumpsys activity activities | grep "mFocused"
    via adb showed it was com.android.samsung.dkey which opened an activity of com.samsung.android.carkey (com.samsung.android.dkey/com.samsung.android.carkey.ccc.ui.IntegrityCheckFailDialogActivity)

    Apparently there was a Samsung Wallet Digital Key update (probably v1.0.08.11) which causes it after a reboot as well as randomly every couple of hours. Disabling "Appear on top" for Samsung Wallet Digital Key fixed it for me.

    Uninstalling the update isn't a good permanent solution and you can't disable the app without root (meaning you probably don't want to disable it as it maybe could cause other issues). It can affect any device that has a tripped Know. Even formerly rooted devices running stock with a locked bootloader.

    DUsWVDm.png
    2
    Had this error on my rooted S21 Ultra as well, i went back to stock but this error appeared. Thanks to this thread i solved it. But you can delet it without root.

    Thers an Windows App called ADB AppControl. there you can simply uninstall Samsung Wallet Key app.
    You are unable to use it, so delete it. Nitification never appeared again :)
    2
    You actually can fix it without root: "appear on top" can be toggled which fixes the problem. No need to disable or uninstall it. I tend to not deactivate or remove apps that are non-user removeable as I had bad experiences with spammed logs and high CPU usage due to Java errors
    2
    You can fix it by removing Digital Key app from system/priv-app folder. If you're rooted of course.
    Yes, but just disabling "Show on top" is easier and safer. From my past experience speaking: removing system apps that often talk to each other and require certain frameworks inside apps, it may lead to permanent log spam and high CPU usage due to dozens of system calls that go unanswered.

    The stock system often isn't designed for core apps being missing. That's why disabling apps is imho better as it hides apps from the system but still allows other apps to use their existing frameworks.

    The benefits of "removing" apps e. g. via debloating with Magisk is not worth the issues that could arise. It's especially not worth it if the solution is to not let the app show that message at all :)
    1
    thanks i was looking for a solution for this! so many thanks