Reputation: 3
I want to install google play services and other google apps in my dragonboard 410c board to run and install other apps like YuppTV and YouTube . If any one knows the way of installing, please let me know. Thanks in Advance
Upvotes: 0
Views: 694
Reputation: 17651
Check the Install Google Playstore on Android Dragonboard410c forum as some of the users were successful in installing Google services on it.
Mount the system directory as read-write To mount use the commands . get root access. go to adb shell
mount -o remount,rw /system
to copy use:
#adb push file.apk /system/priv-app/
Upvotes: 0