Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non root app running as root #1723

Closed
xxjoe2 opened this issue May 10, 2024 · 3 comments
Closed

non root app running as root #1723

xxjoe2 opened this issue May 10, 2024 · 3 comments

Comments

@xxjoe2
Copy link

xxjoe2 commented May 10, 2024

i am having problems running some apps, actually those 2 play integrity checkers

when i run the either of the above mentioned apps it shows this error
Screenshot_20240510_172927_Simple Play Integrity Checker

i have seen this b4 when i had incorrectly granted root access to them. then when i read the logcat, i found the errors below

from logcat:
05-10 19:09:10.628: W/FontLog(3041): java.lang.SecurityException: Package gr.nikolasspyr.integritycheck does not belong to 10352
05-10 19:09:10.808: D/SGM:GameManager(1265): identifyForegroundApp. gr.nikolasspyr.integritycheck, mCurrentUserId: 0, callerUserId: 0
05-10 19:09:12.877: W/Finsky(18713): [1559] tjh.c(400): Different UID from the calling app: gr.nikolasspyr.integritycheck.
05-10 19:09:12.879: E/Finsky(18713): [1559] tjh.b(9): requestIntegrityToken() failed for gr.nikolasspyr.integritycheck.
05-10 19:09:12.879: E/Finsky(18713): com.google.android.finsky.integrityservice.IntegrityException: Different UID from the calling app.

the app gr.nikolasspyr.integritycheck with pid 10352 (checked) was executed as user 0, ie root. and this resulted as the last exception says, "Different UID from the calling app"

i have removed the .allowlist and reinstalled ksu managed but no luck, they still run as root automatically

any idea pls?

@tiann
Copy link
Owner

tiann commented May 11, 2024

you should reboot.

@tiann tiann closed this as completed May 11, 2024
@xxjoe2
Copy link
Author

xxjoe2 commented May 11, 2024

of coz i did, its stil the same
i have even uninstalled and reinstalled both of them

@bphd
Copy link

bphd commented Sep 19, 2024

E/keystore2(): system/security/keystore2/src/gc.rs:139 - Error trying to delete blob entry. system/security/keystore2/src/gc.rs:129: Trying to invalidate key.
E/Finsky  (): Caused by: DisplayErrorMessage[Error retrieving information from server. DF-DFERH-01]
E/keymaster_tee(): [ [31mERR [0m]Unexpected title ignore.. title: TEE
E/Finsky  (): [94] oao.c(60): Unexpected android-id = 0
E/Volley  (): [94] kfs.a: Unexpected response code 400 for https://play-fe.googleapis.com/fdfe/integrity
E/Finsky  (): com.google.android.finsky.integrityservice.IntegrityException

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants