Not getting Device integrity
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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