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

Update google-play-certification.md #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions knowledgebase/google-play-certification.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## 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.
With Bliss OS builds that require users to flash 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:
1) Grant Termux super user privileges from KernelSU. then open it up and run this command:
```
su
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\";"
Expand Down