-
Notifications
You must be signed in to change notification settings - Fork 16
Logos On Mobile Linux
To install Logos Bible for Android on your Linux computer or mobile device, you will need to install Waydroid, the GAPPS image for Waydroid, and then register the Waydroid install. Once installed and initiated, start the session.
NOTE: You may not need the GAPPS image to log in but you may be able to get away with a regular image. If you have trouble logging in, the issue may be your password. The Android app does not like all characters, such as \. I haven't tested a known Android-approved password on a non-GAPPS image.
waydroid session start
After the Waydroid session logs in, run the following at the Linux terminal:
sudo waydroid shell
Once in the shell, run the following query:
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\";"
The query will return a number. You must copy that number and paste it into the following Google service for uncertified Android devices:
https://www.google.com/android/uncertified
Once done, you will need to wait until Google's system processes this request. It may take some time. Once done, you can log in to the Android app. Download and install it from either the Google Play Store, the Aurora Store, or APK Mirror.
Downloaded resources are stored in:
/var/lib/waydroid/data/media/0/Android/data/com.logos.androidlogos/install/resources/
This requires utilizing the same procedures for Linux on ARM/AARCH64.