Re: [android-developers] GCM pernision how impact our application.

2014-11-02 Thread Mukesh Srivastav
What do you mean by how it works ? here are the steps on this. 1. create a GCM server componenent which push the message to the APK(your application) https://developer.android.com/google/gcm/server.html the GCM server uses REGISTRATIONID (Which apk gets it when register it to the server) in ord

[android-developers] MediaPlayer getCurrentPosition accuracy

2014-11-02 Thread Stefan Alder
I need to synchronize events to an mp4/aac file. I'm using MediaPlayer for playback and checking elapsed time from start in order to determine when it is time for successive events. I also periodically synchronize the elapsed time with MediaPlayer getCurrentPosition. >From what I'm seeing, accur

Re: [android-developers] Re: How to develop openvpn.

2014-11-02 Thread sree android
I tried it.But it is giving force close. On Sun, Nov 2, 2014 at 5:03 AM, Sheharyar Naseer wrote: > Hey @sree, > Have you tried taking a look at ICS-OpenVPN > ? Maybe that's what you're > looking for. > > -- > You received this message because you are subsc

[android-developers] GCM pernision how impact our application.

2014-11-02 Thread 12169
Hi, i read about GCM client side implementation. and in the manifest i declare a permission and then i use the same permission in the manifest (to insure application messages deliver to only application), but i do not how it works. -- You received this message because you are subscr

[android-developers] Re: Android download library does not find the remote expansion/.obb file if it's large

2014-11-02 Thread Mathias Lin
I tried another large upload today, and the remote file was found. So the issue is resolved for some reason. No changes to the code, just uploaded another version of apk and obb (without other changes). On Sunday, 2 November 2014 00:51:21 UTC+1, Mathias Lin wrote: > > I am implementing an app w