Naresh
Naresh

Reputation: 3

How to install Google play services in Dragonboard 410c?

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

Answers (1)

ReyAnthonyRenacia
ReyAnthonyRenacia

Reputation: 17651

Check the Install Google Playstore on Android Dragonboard410c forum as some of the users were successful in installing Google services on it.

  • Install Google Play service.apk, GoogleLoginServices.apk, GoogleServiceFramework.apk and Google play store.apk\
  • Copy Google Play service.apk,GoogleServiceFramework.apk and Google play store.apk into the DragonBoard "/system/priv-app/" directory and restart the system
  • 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

Related Questions