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.

Google PLAY Service & PLAY STORE

Hi,

I have ported the Android Lollipop on my J6 Board by following this link http://www.omappedia.org/wiki/6AL.1.1_Release_Notes

By default Play services and play store is not there, so i downloaded the .apk files (matching my arch) and ported them using adb install.

Now when i am trying to open the play store it is showing that play services has stopped, and giving somne error.

I am posting my logs:

ObfuscatedGaiaIdLookup: Could not load ObfuscatedGaiaIds: /data/data/com.google.android.gms/files/copresence_gaia)

E/PlayLogIntentService( 4231): attempting to read gservices without permission: Neither user 10050 nor current process has com.google.a.

E/PlayLogIntentService( 4231): java.lang.SecurityException: attempting to read gservices without permission: Neither user 10050 nor cur.

E/PlayLogIntentService( 4231):  at android.app.ContextImpl.enforce(ContextImpl.java:1914)

E/PlayLogIntentService( 4231):  at android.app.ContextImpl.enforceCallingOrSelfPermission(ContextImpl.java:1943)

E/PlayLogIntentService( 4231):  at android.content.ContextWrapper.enforceCallingOrSelfPermission(ContextWrapper.java:600)

E/PlayLogIntentService( 4231):  at com.google.android.gsf.f.c(SourceFile:107)

E/PlayLogIntentService( 4231):  at com.google.android.gsf.f.a(SourceFile:121)

E/PlayLogIntentService( 4231):  at com.google.android.gsf.f.a(SourceFile:216)

E/PlayLogIntentService( 4231):  at com.google.android.gms.common.b.m.a(SourceFile:336)

E/PlayLogIntentService( 4231):  at com.google.android.gms.common.b.g.a(SourceFile:231)

E/PlayLogIntentService( 4231):  at com.google.android.gms.common.b.e.c(SourceFile:200)

E/PlayLogIntentService( 4231):  at com.google.android.gms.common.b.e.d(SourceFile:211)

E/PlayLogIntentService( 4231):  at com.google.android.gms.playlog.store.f.a(SourceFile:69)

E/PlayLogIntentService( 4231):  at com.google.android.gms.playlog.store.h.a(SourceFile:347)

E/PlayLogIntentService( 4231):  at com.google.android.gms.playlog.service.d.a(SourceFile:128)

E/PlayLogIntentService( 4231):  at com.google.android.gms.common.service.g.run(SourceFile:178)

E/PlayLogIntentService( 4231):  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)

E/PlayLogIntentService( 4231):  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)

E/PlayLogIntentService( 4231):  at java.lang.Thread.run(Thread.java:818)

E/GCM     ( 4231): GCM error reading backup config file

E/AndroidRuntime( 4231): FATAL EXCEPTION: GCMReader E/AndroidRuntime( 4231): Process: com.google.process.gapps, PID: 4231 E/AndroidRuntime( 4231): java.lang.SecurityException: attempting to read gservices without permission: Neither user 10050 nor current p.

E/AndroidRuntime( 4231):        at android.app.ContextImpl.enforce(ContextImpl.java:1914)

E/AndroidRuntime( 4231):        at android.app.ContextImpl.enforceCallingOrSelfPermission(ContextImpl.java:1943)

E/AndroidRuntime( 4231):        at android.content.ContextWrapper.enforceCallingOrSelfPermission(ContextWrapper.java:600)

E/AndroidRuntime( 4231):        at com.google.android.gsf.f.c(SourceFile:107)

E/AndroidRuntime( 4231):        at com.google.android.gsf.f.a(SourceFile:121)

E/AndroidRuntime( 4231):        at com.google.android.gms.gcm.af.b(SourceFile:255)

E/AndroidRuntime( 4231):        at com.google.android.gms.gcm.ay.b(SourceFile:864)

E/AndroidRuntime( 4231):        at com.google.android.gms.gcm.b.f(SourceFile:665)

E/AndroidRuntime( 4231):        at com.google.e.a.a.l(SourceFile:1440)

E/AndroidRuntime( 4231):        at com.google.android.gms.gcm.be.a(SourceFile:414)

E/AndroidRuntime( 4231):        at com.google.android.gms.gcm.be.a(SourceFile:1260)

E/AndroidRuntime( 4231):        at com.google.android.gms.gcm.b.a(SourceFile:469)

E/AndroidRuntime( 4231):        at com.google.e.a.a.a(SourceFile:477)

E/AndroidRuntime( 4231):        at com.google.e.a.a.a(SourceFile:70)

E/AndroidRuntime( 4231):        at com.google.e.a.b.run(SourceFile:776)

E/AndroidRuntime( 4231):        at java.lang.Thread.run(Thread.java:818)

I/OpenGLRenderer( 2316): Initialized EGL, version 1.4 D/ConnectivityService( 2316): reportBadNetwork(NetworkAgentInfo [WIFI () - 100]) by 10050 D/NetworkMonitor/NetworkAgentInfo [WIFI () - 100]( 2316): ValidatedState{ when=-1ms what=532488 arg1=10050 target=com.android.internal.} D/NetworkMonitor/NetworkAgentInfo [WIFI () - 100]( 2316): DefaultState{ when=-1ms what=532488 arg1=10050 target=com.android.internal.ut} D/NetworkMonitor/NetworkAgentInfo [WIFI () - 100]( 2316): Forcing reevaluation D/NetworkMonitor/NetworkAgentInfo [WIFI () - 100]( 2316): EvaluatingState{ when=0 what=532486 arg1=3 target=com.android.internal.util.S}

Thanks.