xenogenesi::blog
memento
3d adt android apache2 app apt aria2 build bullet cflags chromium codeigniter debian demoscene dependencies dpkg driver emulator freeglut gcc gfx git glut htaccess javascript json kernel linux make metalink minimal mysql opengl php python raspbian realtime rpi specs template toolchain update-alternatives video wifi wordpress

reinstalling google play store

Dom, 06 Mag 2018 21:16:07 +0200

If for some reason you’ve uninstalled the play store and you don’t trust third party mirrors, you can use the adb tool do download the apk from another phone.

Thanks to this SO answer: How do I get an apk file from an Android device?

adb shell pm path com.android.vending
adb pull /data/app/com.android.vending-2/base.apk  /tmp/com_android_vending-2-base.apk