> For the complete documentation index, see [llms.txt](https://faultx.gitbook.io/rn10p-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faultx.gitbook.io/rn10p-docs/root/play-integrity-fix/archive.md).

# Archive

{% hint style="warning" %}
Root: Magisk (sejenisnya) / KernelSU (sejenisnya) / Apatch

*Saya tidak bertanggung jawab atas apapun yang terjadi pada perangkat Anda, lakukan dengan risiko Anda sendiri!*
{% endhint %}

## Apa Itu Play Integrity?  <a href="#apa-itu-play-integrity" id="apa-itu-play-integrity"></a>

**Play Integrity** adalah API dari Google Play Store / Google Play Services yang membantu pengembang aplikasi memverifikasi: Apakah aplikasi yang dijalankan adalah versi resmi dari Play Store, Apakah perangkatnya bersertifikasi & belum dimodifikasi (root/unlock bootloader), Apakah instalasi dilakukan melalui channel resmi.

## Fungsi Utama  <a href="#fungsi-utama" id="fungsi-utama"></a>

Dengan Play Integrity, aplikasi dapat mendeteksi hal-hal seperti: Aplikasi yang telah dimodifikasi atau dibajak (appIntegrity) Perangkat yang tidak bersertifikasi atau telah di-root (deviceIntegrity) Instalasi yang tidak sah (accountDetails).

## Kenapa Ini Penting?  <a href="#kenapa-ini-penting" id="kenapa-ini-penting"></a>

Banyak aplikasi — terutama perbankan, game, dan layanan digital — mengandalkan Play Integrity untuk memastikan pengalaman dan keamanan pengguna tetap terjaga. Jika perangkat tidak “lolos” verifikasi, maka layanan bisa dibatasi atau tidak bisa digunakan.

## Kesimpulan  <a href="#kesimpulan" id="kesimpulan"></a>

**Play Integrity** adalah “pengawal” keamanan Android modern yang membantu memastikan aplikasi berjalan di lingkungan yang aman dan sah. Bagi pengguna modding atau custom ROM, ini menjadi salah satu aspek yang sering terkena dampak (karena perangkat dianggap “tidak bersertifikasi”).

<sub>*Source: - Android Developers:*</sub> [<sub>*Overview of Play Integrity API*</sub>](https://developer.android.com/google/play/integrity/overview)<sub>*, Google Play Console Help:*</sub> [<sub>*Use the Play Integrity API*</sub>](https://support.google.com/googleplay/android-developer/answer/11395166)<sub>*, Wikipedia:*</sub> [<sub>*Play Integrity API*</sub>](https://en.wikipedia.org/wiki/Play_Integrity_API)

***

## Tutorial Cek Play Integrity  <a href="#tutorial-cek-play-integrity" id="tutorial-cek-play-integrity"></a>

**Google Play Store** memiliki menu **Developer options** tersembunyi yang bisa diaktifkan secara manual. Dari menu ini, kamu bisa menjalankan fitur Play Integrity → Check integrity tanpa aplikasi tambahan.

#### 1. Aktifkan Developer Options di Play Store  <a href="#id-1-aktifkan-developer-options-di-play-store" id="id-1-aktifkan-developer-options-di-play-store"></a>

Jika menu “Developer options” belum muncul, lakukan langkah berikut:

1. Buka Google Play Store.
2. Tekan foto profil → Settings (Setelan).
3. Masuk ke menu About / Tentang.
4. Cari bagian **Play Store version**.
5. Tekan Play Store version sebanyak 7 kali (atau beberapa kali) hingga muncul pesan:&#x20;

   > “You are now a developer!” atau “Developer options enabled.”

Setelah itu, menu **Developer options** akan muncul.

#### 2. Masuk ke Menu Developer Options  <a href="#id-2-masuk-ke-menu-developer-options" id="id-2-masuk-ke-menu-developer-options"></a>

Sekarang **Developer options** sudah aktif, buka:

> Settings → General → Developer options

#### 3. Pilih “Play Integrity”  <a href="#id-3-pilih-play-integrity" id="id-3-pilih-play-integrity"></a>

Di dalam Developer options, cari dan pilih:

> Play Integrity

#### 4. Tekan “Check integrity”  <a href="#id-4-tekan-check-integrity" id="id-4-tekan-check-integrity"></a>

Akan ada tombol:

> Check integrity

Tekan untuk menampilkan hasil **Play Integrity**.

#### Hasil yang Ditampilkan  <a href="#hasil-yang-ditampilkan" id="hasil-yang-ditampilkan"></a>

Hasil resmi langsung dari Google Play Services.

<figure><img src="https://faultxcloud.github.io/fx.rn10p.docs/assets/images/playintegrity-ss.png" alt="" width="375"><figcaption></figcaption></figure>

***

## Fix Play Integrity & Strong Integrity  <a href="#fix-play-integrity--strong-integrity" id="fix-play-integrity--strong-integrity"></a>

* Install module [Play Integrity Inject](https://github.com/KOWX712/PlayIntegrityFix/releases/latest) or [Play integrity Fork](https://github.com/osm0sis/PlayIntegrityFork/releases/latest)
* Install module [Tricky Store](https://github.com/5ec1cff/TrickyStore/releases/latest)
* Install module [Yurikey Manager](https://github.com/dpejoh/yurikey/releases/latest) by your root manager (Magisk / Apatch / KernelSu / Fork of KernelSU) Press the action button

Hasilnya akan seperti ini:

<i class="fa-circle-check" style="color:$primary;">:circle-check:</i> MEETS\_BASIC\_INTEGRITY

<i class="fa-circle-check" style="color:$primary;">:circle-check:</i> MEETS\_DEVICE\_INTEGRITY

<i class="fa-circle-check" style="color:$primary;">:circle-check:</i> MEETS\_STRONG\_INTEGRITY

<br>

***

## Run Bank App on Android Root (KSU Next)  <a href="#run-bank-app-on-android-root-ksu-next" id="run-bank-app-on-android-root-ksu-next"></a>

{% hint style="danger" %}
I am not responsible for anything happened to your device do at your own risk!
{% endhint %}

{% hint style="warning" %}
Gunakan kernel yang support KernelSU Next (KSUN)
{% endhint %}

| Test ROM                | Android | Kernel                                                         |
| ----------------------- | ------- | -------------------------------------------------------------- |
| LineageOS 22.2 OFFICIAL | 15      | [~~LOSPerf + KSUNext + SUSFS~~](https://t.me/venturplayground) |
| PixelOS OFFICIAL        | 15      | [~~Vantom KSU Next~~](https://t.me/venturplayground)           |

Root:

* [KernelSU Next](https://github.com/KernelSU-Next/KernelSU-Next/releases/latest) (`KernelSU_Next_vx.x.x_xxxxx-release.apk`)

Required Modules:

* [ReZygisk](https://github.com/PerformanC/ReZygisk/releases/latest) (`ReZygisk-vx.x.x-rc.x-release.zip`)
* [Play Integrity Fork](https://github.com/osm0sis/PlayIntegrityFork/releases/latest) (`PlayIntegrityFork-vxx.zip`)
* [Tricky Store](https://github.com/5ec1cff/TrickyStore/releases/latest) (`Tricky-Store-vx.x.x-xxx-xxxxxxx-release.zip`)
* [Tricky Addon](https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/latest) (`TrickyAddonModule-vx.x.zip`)

### Installation  <a href="#installation" id="installation"></a>

{% hint style="info" %}
If you want (MEETS STRONG INTEGRITY) find a `keybox.xml` that has not been revoked. import `keybox.xml` in TrickyStore > Set Custom Keybox > find the `keybox.xml` that you got > save.
{% endhint %}

1. Install Module&#x20;
   * Install ReZygisk / Zygisk Next
   * Install Play Integrity Fix / Play Integrity Fork
   * Tricky Store
   * Reboot
   * Install Tricky Addon
   * Reboot
2. Open KSU Next, Run Play Integrity Fix\
   ![](https://raw.githubusercontent.com/TriHermawan/RedmiNote10Pro/refs/heads/main/assets/bankapps/module/Screenshot_20250523-100318_KernelSU%20Next.png)![](https://raw.githubusercontent.com/TriHermawan/RedmiNote10Pro/refs/heads/main/assets/bankapps/module/Screenshot_20250523-100418_KernelSU%20Next.png)
3. Run Tricky Store ➜ Click the hamburger menu (three lines)\
   ![](/files/LkMPt8nFzLHHa3vq4YLG)![](/files/rIvpnOaLqvEY5gEBx4cS)![](/files/DiQV8EwkAWpPJnIvW68x)
4. Clear Data PlayStore\
   ![](/files/sG7MWo8hoFrhCU7egCVW)![](/files/5jZZwaho20n2zZU6B24v)

### Root Detection Apps (Optional)  <a href="#root-detection-apps-optional" id="root-detection-apps-optional"></a>

* [Momo](https://faultxcloud.github.io/fx.rn10p.docs/assets/apk/Momo_4.4.1.apk) `.apk`&#x20;

  <pre data-title="MD5"><code>2e64a137c807a6ad6ecd1435a83dcca5
  </code></pre>
* [Android Key Attestation Test App](https://github.com/vvb2060/KeyAttestation/releases/latest) `.apk`

***

## Other Modules

{% embed url="<https://github.com/JingMatrix/TEESimulator>" %}

{% embed url="<https://github.com/KOWX712/PlayIntegrityFix>" %}

{% embed url="<https://github.com/daboynb/playcurlNEXT>" %}

***

{% embed url="<https://github.com/Yurii0307/yurikey/releases>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://faultx.gitbook.io/rn10p-docs/root/play-integrity-fix/archive.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
