I have an Android device (fire tablet) without playstore/playservices. By googling, I found tons of howtos to download and install the 4 necessary apk packages. Since I have several "offcial google" devices, I thought if it isn't possible to just download the apks from one of them, so I don't have to read a lot to find our which download source is trustable.
While I know how to list all installed packages and also how to adb pull
them, I only found
com.google.android.gsf
com.google.android.gms
com.android.vending
but notcom.google.android.gsf.login
in the list retured bypm list packages
.
Is this package somehow protected and hidden or where could I find it?