[android-developers] Re: Why does 'adb devices' show 'unauthorized' with no 'allow' prompt on the device?

2016-04-28 Thread Mark Hansen
It's really acting like there is something on my machine which is preventing the phone/tablet devices from accepting the debug command (prompt, whatever it is) so the device just doesn't ask. As I've said, I tried uninstalling Android Studio (which includes the SDK) and removing the .android

[android-developers] IBM ODM System Admin ,Cleveland, OH , 7-12+ Months

2016-04-28 Thread sudhanshu pandey
*Hi There,* *I am technical recruiter and I am looking for Relevant consultant for below job description, if interested please let me know the hourly rate you are looking for below mention job position.* *Job Title: IBM ODM /(BRMS) System Admin* *Location: Cleveland, OH* *Contract: 7-12+

[android-developers] Urgent Need: Agile Coach @ Columbus, OH

2016-04-28 Thread Ateeq Rehman
Hi Folk, Hope everything is going well with you. Please share *Agile Coach* Profile at *ateeq.reh...@diverselynx.com * *Job Description:* *Role: Agile Coach* *Location: Columbus, OH* *Experience: 10+ years* *Detailed JD:* o Minimum 10 to 12 years’

Re: [android-developers] Removing Saved WiFi Networks

2016-04-28 Thread Kostya Vasilyev
http://developer.android.com/about/versions/marshmallow/android-6.0-changes.html#behavior-network - Your apps can now change the state of WifiConfiguration objects only if you created these objects. You

Re: [android-developers] Removing Saved WiFi Networks

2016-04-28 Thread Hogga
Really? So when I connect to a WiFi network via standard Android App, so via Android prefences, I only can delete this WiFi via Android prefences and not with any other App? Why? :-) And where is that decriped? Thanks! Am Donnerstag, 28. April 2016 20:51:19 UTC+2 schrieb Kostya Vasilyev: >

Re: [android-developers] Removing Saved WiFi Networks

2016-04-28 Thread Kostya Vasilyev
On 6.0 and above, a WiFi network can only be modified or removed by same exact app as originally created this network. -- K 2016-04-28 21:39 GMT+03:00 Hogga : > Hi, > > I´ve an App in which I want to remove saved Wifi networks, by selecting a > specific. > > Here is my

[android-developers] Re: Copy protection for Android apps

2016-04-28 Thread Sven Hedlund
I see, thanks for your reply! Den torsdag 28 april 2016 kl. 07:17:57 UTC+2 skrev Mohsen Mostafaei: > > hi, > unfortunately until now i can install any apk without any hard work to do. > but if you assign a code to user who have bought your app(if there is a way > to do this by app market) you

[android-developers] Removing Saved WiFi Networks

2016-04-28 Thread Hogga
Hi, I´ve an App in which I want to remove saved Wifi networks, by selecting a specific. Here is my code: List savedWifis = wifiMgr.getConfiguredNetworks(); wifiMgr.removeNetwork(savedWifis.get(k).networkId); wifiMgr.saveConfiguration() "k" is the selected WiFi in a ListPrefence. My

[android-developers] Urgent Need: PostGres DBA @ Pittsburgh, PA - Permanent/Full Time Position

2016-04-28 Thread Ateeq Rehman
*Hi Folk,* Hope you are doing great. Please share *PostGres DBA Profile* at *ateeq.reh...@diverselynx.com * *Job Description:* *Role : PostGres DBA* *Location : Pittsburgh, PA* *Experience : 7+ years*

[android-developers] Oracle EBS Functional Consultant,CHICAGO, IL

2016-04-28 Thread sudhanshu pandey
*Hi There,* *I am technical recruiter and I am looking for Relevant consultant for below job description, if interested please let me know the hourly rate you are looking for below mention job position.* *Job Title: Oracle EBS Functional Consultant* *Location: CHICAGO, IL* *Contract: 7+

[android-developers] Tibco Developer ,US Citizen OR Green card Only

2016-04-28 Thread sudhanshu pandey
*Hi There,* *I am technical recruiter and I am looking for Relevant consultant for below job description, if interested please let me know the hourly rate you are looking for below mention job position.* *Job Title: Tibco Developer * *Location: Wilmington , DE* *Contract: Long Term* *Visa :US

[android-developers] Urgent req for ETL Data Integration @ Mission, KS

2016-04-28 Thread Shaik Sadiq
Hi, Hope you are doing well !!! I have an urgent requirement for a *ETL Data Integration..* Please let me know if you have any consultants and get back to me with their updated resume in .doc format immediately. Given below is the job description. *Job Title: ETL Data Integration*

[android-developers] URGENT REQUIREMENT QA TEST ANALYST @ PORTLAND / OR

2016-04-28 Thread durganaveen . usit
Hi , This is NAVEEN from SAGE IT INC. Hope you are doing great. Please send me your updated resume if you’re interested for this position. Job Title: QA Test Analyst Location: Portland, OR Duration: 12 Months Job Description: · 10+ years experience

[android-developers] Hotlist

2016-04-28 Thread Tapan Kushwaha
Hello, Greetings! This is with reference to the Updated Hot-List of “Technocraft Solutions” consultants, who are actively looking for a new contract opportunity; Please let me know if you have any suitable requirement for our active consultants. Also please send me your Job Requirements at

[android-developers] How do I hide my app download / installation count in Google Play?

2016-04-28 Thread bennyadvantage
I would like to hide my app download count for now. I can not figure it out. Please help. Thanks -- 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] Urgent Need::::::::::::Windows and Vmware Admin ,Milford , OH ,6-12 Months

2016-04-28 Thread sudhanshu pandey
*Hi There,* *I am technical recruiter and I am looking for Relevant consultant for below job description, if interested please let me know the hourly rate you are looking for below mention job position.* *Job Title: Windows and ESX Vmware Admin * *Location: Milford , OH * *Contract: 6-12

Re: [android-developers] Saving state of custom adapter

2016-04-28 Thread sardar khan
http://stackoverflow.com/questions/19087096/android-radio-buttons-keep-changing-their-state-when-list-view-scrolled kindly have look at this to solve the problem Thanks regards Sardar Khan On Thu, Apr 28, 2016 at 6:20 PM, shikhar jain wrote: > Hey, > > I am developing an

[android-developers] Saving state of custom adapter

2016-04-28 Thread shikhar jain
Hey, I am developing an app that include a CustomAdapter which contains a listview with checkboxes in it. I am having trouble with storing the state of the listview . i.e After restarting the app the checked items do not stay checked. -- You received this message because you are subscribed to

[android-developers] Can write in external SDCard in real device but not in emulator (Android M)

2016-04-28 Thread keefaz studio
Hi, Having WRITE_EXTERNAL_STORAGE permissions granted, the external sdcard is writable in a real device but not in the emulator in Android Studio File[] dirs = getExternalFilesDirs(null); File sdcard = dirs[1]; File sdcardRoot = sdcard.getParentFile().getParentFile().getParentFile().

Re: [android-developers] Android Studio listView Add and Search

2016-04-28 Thread sardar khan
you have to make a custom filter for searching in the listView.Kindly watch this vedio to implement custom filter for searching https://www.youtube.com/watch?v=cC5vz9vIGy8 On Wed, Apr 27, 2016 at 9:07 PM, Deividas Brazenas < deividas.braze...@gmail.com> wrote: > I have a task to make an Android

[android-developers] Re: Why does 'adb devices' show 'unauthorized' with no 'allow' prompt on the device?

2016-04-28 Thread Mark Hansen
On Thursday, April 28, 2016 at 12:05:16 AM UTC-7, gjs wrote: > > Enable developer options on your Android devices I have Developer Options enabled. In fact, I think that's the only way you can get to the other options. -- You received this message because you are subscribed to the Google

[android-developers] Can the android.media.projection API record audio in system?

2016-04-28 Thread Czach
On the API reference site, we can see the description of android.media.projection says like this: A token granting applications the ability to capture screen contents and/or *record system audio*. ( http://developer.android.com/reference/android/media/projection/MediaProjection.html ) But

[android-developers] Re: Why does 'adb devices' show 'unauthorized' with no 'allow' prompt on the device?

2016-04-28 Thread gjs
Enable developer options on your Android devices -- 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+unsubscr...@googlegroups.com. To post

[android-developers] Lost dropdown menu in Android Studio.

2016-04-28 Thread Sven Hedlund
The dropdown menu in Android Studio where I can choose between Project, Packages, Scratches, Android etc. only shows up sometimes. Other times it is only the Android-view that is there and I can not select anything else. Is this a bug in Android Studio (I am using v2.1) or can anybody explain