[android-developers] Re: Android 7.0 Nougat not work with BLE API i.e. BluetoothLeService

2016-10-08 Thread Nadav Gruber
Hi, did you manage to solve this issue? having the same problem. On Monday, September 19, 2016 at 4:29:20 PM UTC+3, Kalpak Keskar wrote: > > Hello, > > > > > I am trying to use android BLE API i.e. BluetoothLeService > > on Android 7.0 Nougat. In this Android 7.0, mGattUpdateReceiver is not > > r

[android-developers] Running Code on Android Studio From Github

2016-10-08 Thread Aman Mishra
I feel incredibly dumb asking this, but I've downloaded the code from https://github.com/betty1/FlagSpot I have version 2.1.3 of Android studio installed but don't know how to run codes on the link.Please help -- You received this message because you are subscribed to the Google Groups "Androi

[android-developers] Is android api key required for 'https://maps.googleapis.com/maps/api/geocode/json' API, when being used in android phone

2016-10-08 Thread Sumit Sharma
Is *android api key* required for 'https://maps.googleapis.com/maps/api/ *geocode*/json' API, when being used in android phone. Everywhere on net its stated from 1 machine max 2500 hits are free, that means from individual android phone we can call this API max 2500 times a day, right? I am call

Re: [android-developers] Foreground service getting killed in background by the OS on android 4.4.4

2016-10-08 Thread Sumit Sharma
Thanks pal, Its happening only on Xiaomi phones, they have blocked some permissions for the apps and have to configure it in 'Security App' provided by them. On Tuesday, October 4, 2016 at 4:56:27 PM UTC+5:30, sardar khan wrote: > > You can use this > > http://stackoverflow.com/questions/20636

Re: [android-developers] Where to put code to test if activity has online access?

2016-10-08 Thread alohaaaron
Thanks but I needed more specifics. I ended up putting it in onResume because the user needs to be able to click on the popup. On Oct 3, 2016 23:02, "sardar khan" wrote: > check isOnline before getting data from internet if its true get the data > from internet if not redirect back to user. > >

[android-developers] Re: Unfortunately "app" has stopped :(

2016-10-08 Thread qodoratbasics
UP plz guys help me بتاريخ السبت، 8 أكتوبر، 2016 7:58:01 م UTC+3، كتب qodora...@gmail.com: > > Hi everyone i hope u r all doing well > > i have been facing a problem for a couple of days, the problem is when i > debug my app and the emulator runs well, an error occurs while launching > the a

Re: [android-developers] AI2 to Android Studio... Options?

2016-10-08 Thread Steve Gabrilowitz
I'm not sure I understand your problem. Why can't you use the same package name and keystore? You can select any package name you want when you start your new studio project! On Oct 2, 2016 10:28 PM, "Abanoub Ghipriel" wrote: > Hello all. Thank you for taking the time to read this. Here is the

[android-developers] Re: Rooting Android without Apps

2016-10-08 Thread Alfredo Reyna
On Wednesday, August 17, 2016 at 4:56:16 PM UTC-4, GN Sanjay wrote: > Hi, > > Is it possible to root an android device > > Without using any third party applications like Kingo Root? > Without Custom Recovery or Custom ROM? > > If yes, please guide me, how to do? > > Regards > GNS Am assu

Re: [android-developers] Google Developer Account and Payoneer PrePaid MasterCard !?!?!

2016-10-08 Thread Nalin Savara
Hi Omer, Just try it-- logically it should work. Practically however, google also uses a valid credit card to verify identity and so make sure of a few things:- 1) Make sure you have atleast $30 or more balance- since google will also do 1 or 2 transactions of $1 or $2 which they will later cancel.

[android-developers] Google Developer Account and Payoneer PrePaid MasterCard !?!?!

2016-10-08 Thread Omer Asif
Can I Pay $25 Developer Registration Fee Via Payoneer MasterCard as a Developer? -- 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+unsub

[android-developers] Google Developer Account and Payoneer PrePaid Master Card

2016-10-08 Thread Omer Asif
Can I Pay $25 Registration fee for Via *Payoneer PrePaid MasterCard* as a Developer? -- 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

[android-developers] Cordova Keystore no password for android studio

2016-10-08 Thread Sufian Featuring
Hi, I'm new here, 4/5years ago, developers from a famous foundation developed an app with cordova framework. However now I'm assigned as a developer for that app, however, I do coding with android studio, and no experience with cordova. The previous developer told me that, as he can remember a

[android-developers] Unfortunately "app" has stopped :(

2016-10-08 Thread qodoratbasics
Hi everyone i hope u r all doing well i have been facing a problem for a couple of days, the problem is when i debug my app and the emulator runs well, an error occurs while launching the app, it says that Unfortunately "app" has stopped i used stack trace to see what's the problem and it says

[android-developers] Trying to retrieve info from a Google excel sheet with no security

2016-10-08 Thread Dor Juravski
Hello, I have a simple Google sheet excel with a public view link. I want to fetch those numbers into my Android app and display them. Option one - get through the V4 API with authentication etc. I'm trying to avoid that. Option two - use JSON reader to download the entire sheet as JSON object a

[android-developers] Android app cannot access HTTPS after building and signing a release apk

2016-10-08 Thread chris hansen
I am using Ionic framework and I already asked this question on Stack Overflow twice and nobody has responded. I really need to figure out this issue because we just got the app approved on the iOS store so I need to get this fixed so we can get this app released. Everything works fine on the d

[android-developers] Using the IR laser sensor

2016-10-08 Thread Hadar Shavit
Hi, how can I use the laser sensor in nexus 5x for example? I search something like light sensor API for the laser -- 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 em

[android-developers] Merge two different contact programmatically in android

2016-10-08 Thread Jarvics Testing
Hello, I am trying to merge *two different contacts into one*.. How I can do this any idea. I have tried the AggregationExceptions but I did not get any result. Following is the code that I h