PINE64
GAPPS (Waydroid) on the Pinephone Pro - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone Pro (https://forum.pine64.org/forumdisplay.php?fid=177)
+--- Forum: PinePhone Pro Software (https://forum.pine64.org/forumdisplay.php?fid=179)
+--- Thread: GAPPS (Waydroid) on the Pinephone Pro (/showthread.php?tid=16388)



GAPPS (Waydroid) on the Pinephone Pro - jarbear82 - 03-27-2022

So I got waydroid (sort of) working on my phone. I installed the GAPPS image, but Play Protect won't even let me install apps through the play store. Not a big deal if you use outside images, but I am assuming that the app I want specifically (Google Voice) is going to need GAPPS functioning. Any ideas?


RE: GAPPS (Waydroid) on the Pinephone Pro - brb78 - 03-30-2022

Normally you'd need to register your Google Services Framework Android ID at https://www.google.com/android/uncertified/?pli=1 like you would for a typical custom rom that isn't certified. But as far as I can tell the waydroid image doesn't actually have an ID. At least in the Arch version its not shown in the menus and the adb commands don't run properly. If you figure out a way to extract the GSF ID I'd be interested to know.


RE: GAPPS (Waydroid) on the Pinephone Pro - jarbear82 - 04-02-2022

(03-30-2022, 07:33 PM)brb78 Wrote: Normally you'd need to register your Google Services Framework Android ID at https://www.google.com/android/uncertified/?pli=1 like you would for a typical custom rom that isn't certified. But as far as I can tell the waydroid image doesn't actually have an ID. At least in the Arch version its not shown in the menus and the adb commands don't run properly. If you figure out a way to extract the GSF ID I'd be interested to know.

I'll see what I can figure out.


RE: GAPPS (Waydroid) on the Pinephone Pro - TheBlindEarthican - 04-27-2022

(04-02-2022, 02:39 PM)jarbear82 Wrote:
(03-30-2022, 07:33 PM)brb78 Wrote: Normally you'd need to register your Google Services Framework Android ID at https://www.google.com/android/uncertified/?pli=1 like you would for a typical custom rom that isn't certified. But as far as I can tell the waydroid image doesn't actually have an ID. At least in the Arch version its not shown in the menus and the adb commands don't run properly. If you figure out a way to extract the GSF ID I'd be interested to know.

I'll see what I can figure out.

I have used Device ID or ( ANDROID_RUNTIME_ROOT=/apex/com.android.runtime sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "select * from main where name = \"android_id\";" ) from sudo waydroid shell . Though upon registering it doesn't activate on the device. The GSF ID also resets on container reboot.

This has been my experience with this though.