microg / microg/GmsCore

Not getting Device integrity

Open
#3,300 8 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
14.6k
Forks
3.2k
Avg merge
12d 11h
Merged PRs (30d)
4

Description

I have axionOS android 16 and i'm using kSU next with the following modules
playintegrityFork
PlayCurlNext
Systemless hosts_module
SusFS
here is the JSON reponse
{
"requestDetails": {
"requestPackageName": "gr.nikolasspyr.integritycheck",
"timestampMillis": "1772571051419",
"nonce": "vApHEthaI1hPaHwWlMqcaz3JTp2DVkUrs92bGAyPbrpHL0JcAQ=="
},
"appIntegrity": {
"appRecognitionVerdict": "PLAY_RECOGNIZED",
"packageName": "gr.nikolasspyr.integritycheck",
"certificateSha256Digest": [
"F5UrXPhnBbreh3Q_WjMe_kyYK_tNoNL9XXC_wjXPeeM"
],
"versionCode": "22"
},
"deviceIntegrity": {
"deviceRecognitionVerdict": [
"MEETS_BASIC_INTEGRITY"
],
"recentDeviceActivity": {
"deviceActivityLevel": "UNEVALUATED"
},
"deviceAttributes": {
"sdkVersion": 36
}
},
"accountDetails": {
"appLicensingVerdict": "LICENSED"
},
"environmentDetails": {
"playProtectVerdict": "NO_ISSUES",
"appAccessRiskVerdict": {}
}
}
I'm trying to make the UBL banking app work

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the reported Play Integrity JSON and the Android 16, axionOS, kSU Next, and listed modules described in the issue. Compare the returned MEETS_BASIC_INTEGRITY verdict with the behavior required by the UBL banking app. Done would require identifying whether GmsCore is responsible and documenting or reproducing a concrete fix.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile, security
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.