Is there a way to access Google Play via the Android system delived with the AM335x Starter Kit?
Kind regards
Jesper Taxbøl
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Is there a way to access Google Play via the Android system delived with the AM335x Starter Kit?
Kind regards
Jesper Taxbøl
I don't think it is possible as play store access requires certain certifications from google.
-Aditya
OK,
Do you know if there is a way to install stuff from there on the device? Like grabbing an apt file or similar.
I would like to run a game form there on the device.
Kind regards
Jesper
If you have apk of the game, you may copy on to the sd card and install it.
For example (assuming you app is /bin/Game.apk : -
# pm install /bin/Game.apk
Regards,
Aditya