Skip to content

Commit

Permalink
Create google-play-certification.md
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikjesus authored Mar 26, 2024
1 parent 84a0dce commit d126ed9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions knowledgebase/google-play-certification.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Getting your device certified through Google Play developers portal

With Bliss OS builds that require users to flsh their own gapps package, users will need to register their device for Google Play developer certification in order to use Google Play Store and GMS.
Follow the steps below to complete that process:

1) Grant Termux SU from KernelSU. then open it up and run this command:
```
ANDROID_RUNTIME_ROOT=/apex/com.android.runtime ANDROID_DATA=/data ANDROID_TZDATA_ROOT=/apex/com.android.tzdata ANDROID_I18N_ROOT=/apex/com.android.i18n sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "select * from main where name = \"android_id\";"
```

2) The output should be a string of numbers. Copy that and paste it into https://www.google.com/android/uncertified

3) Wait a few minutes, then reboot the device

0 comments on commit d126ed9

Please sign in to comment.