[android-developers] BLE notifications are not working in Android 6.0 Moto G(3rd Gen)

2016-02-15 Thread vmoksha Mobility
We have a BLE device which sends data after enabling characteristic notifications. It is working fine in below Android 6.0 versions. We did required changes to handle run-time permissions and enabling Location service and we are able to scan for our BLE device. But when we're trying

[android-developers] YUV to RGB?

2016-02-15 Thread Leju Yan
I'm writing a multimedia app. But I found it so confusing that Android APIs seem not providing methods to check if the output images (NV21 or YV12) are: 1. fullrange(0-255) or videorange(16-235) 2. ITU R bt. 601 or bt. 709 matrix based These info are essential to convert images between yuv and

[android-developers] Selective app release (USA)

2016-02-15 Thread Jonathan Pirog
Is it possible to release my app only in certain states rather than the entire USA? Let's say I only wanted to release to the east coast, is there a way? Any help is much appreciated -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] bluetooth: paired bluetooth devices list

2016-02-15 Thread borzack
Hi All, I need know where android save the paired bluetooht list. The reason is that I've two devices where one of this can receive info about second device only by wifi/sms but no by bluetooth, so I can pair them only managing the paired devices bluetooth list. Someone can help me? thanks in

[android-developers] revolutionary idea mobile app

2016-02-15 Thread Сергей З
Sorry that use online translator, I have an idea for a mobile assistant but its implementation must have a server with good defense and the ability to program. I have neither the one nor the other. Maybe you advise me to turn and that I will have some benefit from it. Can someone wants to buy

Re: [android-developers] Re: Proguard complains about duplicate definitions of class was removed

2016-02-15 Thread Kostya Vasilyev
https://code.google.com/p/android/issues/detail?id=194513 These are "note" severity messages, not critical. You can suppress them with "-dontnote" options in your project's Proguard config. -- K 2016-02-16 0:33 GMT+03:00 'RLScott' via Android Developers < android-developers@googlegroups.com>:

[android-developers] Re: Proguard complains about duplicate definitions of class was removed

2016-02-15 Thread 'RLScott' via Android Developers
New information: The messages I reported do not appear to be the result of my previous attempt at adding something from org.apach.http... I just imported another project from Eclipse to Android Studio, and in this project I never message around with HTTP stuff. Yet the same message

[android-developers] sdk manager problem

2016-02-15 Thread purushottam kuruwanshi
i recentely installed android studio on my windows 10, 64 bit pc. up to the intallation everything went well, but when i try to to open sdk manager alone it shows error something like this Failed to fetch URL http://dl.google.com/android/repository/addons_list-२.xml, reason: File not found XML

[android-developers] Not able to build project with latest gradle plugin

2016-02-15 Thread Aadithya B.K
I wanted to try out the Instant run feature and hence I updated the gradle version to 2.10 and build tools version to 23.0.2 but I can no longer build. I get the following error Error:Execution failed for task > ':shared-library:transformNative_libsWithSyncJniLibsForRelease'. > >

[android-developers] SecurityException in GMS 8.4.0

2016-02-15 Thread 'Sheng-Dean Chang' via Android Developers
Android 5.1.1; Support Library 23.1.1; GMS 8.4.0; We're seeing the following crash after upgrading to GMS 8.4.0. ``` at java.lang.SecurityException: Requesting code from com.google.android.gsf (with uid 10017) to be run in process ask.me.if.you.need.more.details (with uid 10221)

[android-developers] Immediate Need : .Net Developer - MO ///Need USC,GC Only////

2016-02-15 Thread Megha Agarwal
*Hello,Please let me know if you have any consultant available for the below role,* Job Title: Software Developer/.Net Developer Location: St.Louis, MO Duration: 6+Months Contract Need Local or nearby USC,GC,EAD GC Only *Max rate : 48-50/hr on C2C* Qualifications: Knowledge/Skills/Abilities:

[android-developers] Proguard complains about duplicate definitions of class was removed

2016-02-15 Thread 'RLScott' via Android Developers
I briefly added a HTTP library from org.apache.http... to try some things out, and now I want to remove it as I no longer reference it in my code. I removed the reference in the Project app module Dependencies and deleted the apache module itself. Now the project builds without errors, as

[android-developers] AN AWESOME APP

2016-02-15 Thread Jason Bakthakumar
Hey guys, I've created a new app called *"Unite - Note Messenger"*. It helps you to *create, collect and share *notes and reminders. It also has an inbuilt *messenger *so that you can chat with your friends for free. You can also *send files *of any kind(eg: .docx, .pdf, .ppt, .xls etc).

[android-developers] Re: Android Studio - Gradle build failed - FileBasedIndexImpl - the parameter is incorrect

2016-02-15 Thread Noel
Just to add, if relevant, target device is Samsung S6 ( Marhmellow ) On Monday, 15 February 2016 14:22:37 UTC, Noel wrote: > > Hi all, > > I've just installed Android Studio v1.5.1 and have just tried creating the > basic 'blank' application but get an error saying 'Gradle "MyApplication' >

[android-developers] Android Studio - Gradle build failed - FileBasedIndexImpl - the parameter is incorrect

2016-02-15 Thread Noel
Hi all, I've just installed Android Studio v1.5.1 and have just tried creating the basic 'blank' application but get an error saying 'Gradle "MyApplication' project refreshed failed : Error : The parameter is incorrect" The log file shows a stack dump with the following : 2016-02-15

[android-developers] SDK Manager details

2016-02-15 Thread Mani Gopal
Hi, I am new to mobile development i have installed the android studio but confused to install which SDK to be installed and whether for eg. If i install Android 6.0's should i install everything under it ? Please clarify and please share the link how to develop a app for the website which

[android-developers] Duration issue with TS and PS streams

2016-02-15 Thread android_media_newbie
Hey Guyz, I found that duration is set as 0 for PS and TS streams. Seek also does not work. Anyone who has already worked on this? Any leads to fix this issue would be highly appreciated. -- You received this message because you are subscribed to the Google Groups "Android Developers"