Re: [android-developers] Android Notification for GCM

2016-01-20 Thread TreKing
On Fri, Jan 15, 2016 at 4:29 AM, Florian Bock wrote: > - Actual behavior: The typical "the App has crashed" message appears. When > I close it, my app is resumed at the point where it was minimized. If I > debug, I recognize that a second instance of my app is

[android-developers] VPN TRUE

2016-01-20 Thread Юра Сокол
VPN TRUE Mobile application. Now not only for tiresome iPads/iPhones, but specifically for your favorite Android devices ;) New functional mobile application VPN TRUE gives users secure access to worldwide public VPN network of the high speed VPN-servers, via Internet. Unlimited VPN-connection

[android-developers] Installing jcifs on Android Studio

2016-01-20 Thread Ed Eyre
Hi is there any "good" Walkthrought I could use to help me get this setup. New to Android Studio (and Java) Have spent hours trying and googleing ??? any advice would be appriceated -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Error:Execution failed for task ':app:preDexDebug'.

2016-01-20 Thread Albuquerque Diego
ERROR CONECT MYSQL DRIVER JDBC TO ANDROID STUDIO Error:Execution failed for task ':app:preDexDebug'. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.7.0_79\bin\java.exe'' finished with non-zero exit value

Re: [android-developers] Generating QR Code.

2016-01-20 Thread TreKing
On Sun, Jan 17, 2016 at 8:32 AM, manju bangari wrote: > i am developing an app where i needed to generate QR code on click of > button.and i have done it . when i clicked on button next activity open and > QRcode is generated but it is taking time to open the next

Re: [android-developers] My apk is pirated

2016-01-20 Thread Joel Wirāmu Pauling
I know this will be an unpopular opine, but how about re-releasing with; more features, additional content and innovations. Evolve so your version is superior to the knock off. Spend your energy working on a superior / faster moving application, not with legal means. It sucks when you have

Re: [android-developers] google photos assistant - APIs

2016-01-20 Thread Sujeet Mehta
thanks Delson for the help, so with ffmpeg is it possible to get effects on images like zoom in and zoom out of images which plays out in video. I would guess that would be filters that can applied to images from the lib On Wednesday, 20 January 2016 00:53:36 UTC-8, Dielson Sales wrote: > >

[android-developers] Re: Android CTS 5.1_r4 fails with "Start test run of 0 packages, containing 0 tests"

2016-01-20 Thread Eric Hefner
Its not obvious from the naming conventions whether ARM/x86 is for the host or target. You will get this "error" if you are using the wrong CTS suite for your target Android device: Android 6.0 R2 Compatibility Test Suite (CTS) - ARM is for ARM based Android devices Android 6.0 R2

[android-developers] Immediate Need||SOA Architect(12+ Months,CA)

2016-01-20 Thread pragyan dixit
Hi, Hope you are doing great. I have a urgent direct client requirement , Please send me your updated profile. Below is the Complete Requirement *Role :SOA Architect* *Location: Palo Alto, CA* *Duration: 12+Months* *Job Description: * Experience with design and implementation

[android-developers] Socket.io on Singleton

2016-01-20 Thread Gabriel Avila
I'm trying to implement a globalized Socket.io connection method for an entire application (multiple activities). The requirements: 1. The socket.io must be enabled as long as the user is logged into the application 2. The socket has to keep connected even when switching activities. 3. The

Re: [android-developers] Socket.io on Singleton

2016-01-20 Thread Justin Anderson
What do you mean that moving calls to a device didn't work? That is most likely what you want. I would implement it as a started and bound service. On Wed, Jan 20, 2016, 3:21 PM Gabriel Avila wrote: > I'm trying to implement a globalized Socket.io connection method for an >

[android-developers] Re: Socket.io on Singleton

2016-01-20 Thread Gabriel Avila
By that I meant that the socket.io methods were moved from the application extended class into an android service class but I still kept getting multiple "hits" to the socket.io "on" methods regardless on the service thread being executed only once. On Wednesday, January 20, 2016 at 5:16:53

Re: [android-developers] Explicit Consent of User

2016-01-20 Thread TreKing
On Wed, Jan 20, 2016 at 5:23 AM, yumyumarshmallow wrote: > 1. Is it possible that any of the android permissions will be compromised? > That question doesn't really make sense. Please rephrase what you're asking. > 2. Do i need to get any explicit user consent to access

Re: [android-developers] connecting device as emulator

2016-01-20 Thread TreKing
On Wed, Jan 20, 2016 at 6:03 AM, Екатерина Солодовникова < skaterin...@gmail.com> wrote: > i've got a problem with device so android studio didn't recognize it as > emulator What do you mean by "connecting device as emulator"? You can deploy your app to a physical device or an emulator, they're

Re: [android-developers] Immediate Need||SOA Architect(12+ Months,CA)

2016-01-20 Thread Justin Anderson
Seriously, please stop using this forum as a head-hunting playground... On Wed, Jan 20, 2016 at 2:40 PM pragyan dixit wrote: > > > Hi, > Hope you are doing great. > I have a urgent direct client requirement , Please send me your updated > profile. > > Below is the

Re: [android-developers] can't install app on android 6.0

2016-01-20 Thread TreKing
On Wed, Jan 20, 2016 at 8:16 AM, Pedro CLR wrote: > Returns message 'App not installed'. I used that same phone for debug; > could it be that somehow the app is still installed (even for other users), > and simply long-tapping and dragging the icon to 'uninstall' won't do the

Re: [android-developers] can't install app on android 6.0

2016-01-20 Thread Pedro CLR
thanks a lot, solved the issue :) On Wed, Jan 20, 2016 at 10:22 PM Justin Anderson wrote: > If you have multiple users on your device and install via adb (typically > via the IDE while developing the app) then you have to use adb to uninstall > it, as TreKing suggested.

[android-developers] Can't get redirect_uri to redirect to app (Unity Android)

2016-01-20 Thread Travis Evashkevich
Hey everyone, I'm trying to capture my AccessToken from a request to Google for access to Google Calendar. I can get all the way through the process right to where it gives the accesstoken but since it's in the browser I can't seem to grab it. I've previously done this with a custom scheme

Re: [android-developers] Socket.io on Singleton

2016-01-20 Thread Gabriel Avila
By that I meant that the socket.io methods were moved from the application extended class into an android service class but I still kept getting multiple "hits" to the socket.io "on" methods regardless on the service thread being executed only once. On Wed, Jan 20, 2016 at 5:31 PM, Justin

Re: [android-developers] can't install app on android 6.0

2016-01-20 Thread Justin Anderson
If you have multiple users on your device and install via adb (typically via the IDE while developing the app) then you have to use adb to uninstall it, as TreKing suggested. Installing via adb seems to install for all users. If you then uninstall the app via the normal mechanism on your phone

Re: [android-developers] My apk is pirated

2016-01-20 Thread Kristopher Micinski
pirating an APK is easy: get it, take it off the device, change the package name, repackage it as your own, put it up on google play. Send google play a takedown notice and hope for the best. Kris On Tue, Jan 19, 2016 at 10:25 AM, WeiHung wrote: > I have an paid app

Re: [android-developers] Re: Socket.io on Singleton

2016-01-20 Thread Justin Anderson
I haven't done anything with socket.io, but a couple things I've come across from just a few very quick searches... perhaps these will help? Also, my advice in the future would be to look for a forum dedicated to whatever library/framework you are having problems with...

Re: [android-developers] To Create App for to Fetch Location Service App

2016-01-20 Thread Dielson Sales
I think most applications would just work around this pretending to be an "insignificant" app, such as an icon an incautious user wouldn't bother to look. But keep in mind, if the service is running, it will be visible in the "Apps -> Running" screen of Android settings. I'm sure that tricking

[android-developers] VPN TRUE

2016-01-20 Thread Юра Сокол
VPN TRUE Mobile application. Now not only for tiresome iPads/iPhones, but specifically for your favorite Android devices ;) New functional mobile application VPN TRUE gives users secure access to worldwide public VPN network of the high speed VPN-servers, via Internet. Unlimited VPN-connection

Re: [android-developers] google photos assistant - APIs

2016-01-20 Thread Dielson Sales
Take a look at FFmpeg/Libav. But keep in mind that they're open source libraries, so I think you can't use them in a closed source application. You would have to check the license. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Explicit Consent of User

2016-01-20 Thread yumyumarshmallow
Hi all, I am working to upgrade one of my apps and make it an online app to increase the users' experience with it. When a user will install the app then he will be connected with all of his/her friends who are in the phone's contact list so that he/she can communicate with them through this

[android-developers] can't install app on android 6.0

2016-01-20 Thread Pedro CLR
I was developing a very simple app, 3 activities: > main that will check for existing URL in SharedPreferences and open WebActivity if exists, and UrlActivity if doesn't exist. > UrlActivity to insert a code that will complete the main URL (registered in strings.xml - using

[android-developers] connecting device as emulator

2016-01-20 Thread Екатерина Солодовникова
Hi i've got a problem with device so android studio didn't recognize it as emulator so what should i do? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[android-developers] Get Android key for Google Maps Android API

2016-01-20 Thread Dhaval Gulhane
Can I generate Android key for Google Maps by any web service or automated procedure? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [android-developers] can't install app on android 6.0

2016-01-20 Thread Pedro CLR
Returns message 'App not installed'. I used that same phone for debug; could it be that somehow the app is still installed (even for other users), and simply long-tapping and dragging the icon to 'uninstall' won't do the trick? I tryed rebooting the phone, and by itself did nothing... On Wed,

Re: [android-developers] can't install app on android 6.0

2016-01-20 Thread Justin Anderson
It won't install, or it won't run properly once installed? On Wed, Jan 20, 2016, 5:30 AM Pedro CLR wrote: > I was developing a very simple app, 3 activities: > > main that will check for existing URL in SharedPreferences and open > WebActivity if exists, and UrlActivity if

Re: [android-developers] Get Android key for Google Maps Android API

2016-01-20 Thread Nalin Savara
yes you (probably) can-- but it will be in violation of google terms of service!!! -N On Wed, Jan 20, 2016 at 7:39 PM, Dhaval Gulhane wrote: > Can I generate Android key for Google Maps by any web service or automated > procedure? > > > > -- > You received this message