casualsnek / waydroid_script

Python Script to add OpenGapps, Magisk, libhoudini translation library and libndk translation library to waydroid !
GNU General Public License v3.0
1.5k stars 144 forks source link

Getting Android ID doesn't work #123

Open Nanto235 opened 10 months ago

Nanto235 commented 10 months ago

sudo venv/bin/python3 main.py certified Returns ERROR: Please help

Duality4Y commented 9 months ago

I have the same exact problem.

JordanViknar commented 9 months ago

I am also facing this issue. The lack of an actual error message is slightly concerning.

Octopus1348 commented 8 months ago

I also get the error. This is an official guide on how to get Waydroid certified, we can use it while it gets fixed: https://docs.waydro.id/faq/google-play-certification Edit: It seems to also work with this script, but only if you didn't select to install Gapps, and used the ones included in the Gapps flavor of Waydroid.

laichiaheng commented 2 months ago

I also get the error. This is an official guide on how to get Waydroid certified, we can use it while it gets fixed: https://docs.waydro.id/faq/google-play-certification Edit: It seems to also work with this script, but only if you didn't select to install Gapps, and used the ones included in the Gapps flavor of Waydroid.

I wonder what's the difference between Gapps in this script and the one from Waydroid.

boognish-rising commented 5 days ago

If you're still facing issues despite following the official guide (as helpful and amazing as it is, adb loves to shit the bed or at any rate, is a finnicky/fickle program if ever there was one, which was the issue in my case), the following alternative to the official procedure worked for me and a number of others** in the same boat:

(run from host)

echo 'ANDROID_RUNTIME_ROOT=/apex/com.android.runtime sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "select * from main where name = \"android_id\";"' | sudo waydroid shell

** I haven't verified whether it works with this script yet, as I landed here in the process of troubleshooting other issues which this script might help alleviate :crossed_fingers: