[android-developers] Re: On my app's page "google +1" count have been reset to zero

2016-01-07 Thread Eldar Abdrazakov
I had the same reset to zero with my app. I also noticed that reset only in web browsers and on android devices counter was displayed correctly. For several days counter had restored. вторник, 29 декабря 2015 г., 15:09:56 UTC+3 пользователь jske...@gmail.com написал: > > I found way to contact

[android-developers] Whether / how to upgrade Android Studio from 1.3.1 to 1.5.1

2016-01-07 Thread tdw
I've just opened Android Studio having not used it for a little while. It says I'm running 1.3.1 and suggests that I should be running 1.5.1. So I press the "Download" button. This doesn't do what I expect - download some upgrade stuff and update my installation to 1.5.1. Instead it opens a

[android-developers] Updating Android Application from within the application

2016-01-07 Thread Shiv Anand
Hi Folks, We are trying to automate our CI process by getting the new build of application and then downloading it on the target device. The new build is downloaded successfully however when we are trying to install the application it requires user's interaction and then it is getting

Re: [android-developers] Is encryption a bad idea for app developer?

2016-01-07 Thread Nalin Savara
I would say that for most part it's enough to keep your phone locked.. and insure it and backup to cloud and remote erase it if it is stolen. No comments about encryption but try to keep things simple so you have fewer things to check for if debugging an app and trying to replicate an error a

[android-developers] Re: Building user interfaces at runtime with layouts from server

2016-01-07 Thread Matias Furszyfer
hi everyone, i built a runtime parser, this needs a lot of work and a community to expand and improve it. in the first version i am not using reflections but in my second version i am currently testing to integrate it. this is my project https://github.com/furszy/ViewInflater It would be great

[android-developers] Trouble getting MediaCodec work with Camera2 api

2016-01-07 Thread Александр Баташев
I need to record video, encode it with h264 and send it to my server in real time. However, when i start recording, my preview freezes and nothing happens. Here is what I see in my console: E/ACodec: [OMX.qcom.video.encoder.avc] storeMetaDataInBuffers (output) failed w/ err -1010

[android-developers] OneDrive vs Google Drive vs Dropbox APIs vs Dropbox Datastore for Java for Android application

2016-01-07 Thread meleesue via Android Developers
I'm building an Android application, using Java for Android, and I want to store some data in the cloud that I can download programmatically when my user purchases an item. The data is best visualized as a database record in that it will be organized into various "fields" or "columns". I have 0

[android-developers] How to make android device always in wake mode?

2016-01-07 Thread Chitrang Patel
After successful root of my device. Now, I need to make device always in wake state. To do so I think I've to accomplish following : 1. No lock screen - turned off 2. Sleep set to “never” 3. Daydream set to “off” What I found is all about application layer i.e. there are some

[android-developers] I want to start cross platform app development

2016-01-07 Thread NIJANDHAN
Hi all, Can anyone help me to start the development using cross platform? -- Thanks & Regards, Nijandhan L Mobile Contact - +91-8098116484 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and

[android-developers] Secure Connection tech with Server

2016-01-07 Thread Ahmet Arslan
Hi ; I want to develop two separate android application that find each other at server . One phone could get connection to server and sent its connection id with Bluetooth to close phone. Other user use this data when connecting to server and server application could meet those phones Data

[android-developers] Re: Meta: Changes to new-user moderation policy

2016-01-07 Thread Ahmet Arslan
I sent a message last night but I can not see it. 18 Aralık 2015 Cuma 00:47:54 UTC+2 tarihinde Trevor Johns yazdı: > > Folks who joined the forum in the past still have their moderation bit > set. (This list has 270k subscribers, so going through and fixing stuff up > manually isn't an option.)

[android-developers] Re: Developer training guide problem.

2016-01-07 Thread Trevor Johns
HAXM requires a VT-X enabled processor, which I believe AMD doesn't support. AMD processors *do* support a similar technology, AMD-V -- but this is only supported under Linux, since the Linux emulator uses KVM instead of HAXM for hardware virtualization. You have two options: - Use the ARM

Re: [android-developers] Updating Android Application from within the application

2016-01-07 Thread Justin Anderson
Is the device connected directly to the build machine? On Thu, Jan 7, 2016, 5:26 PM Shiv Anand wrote: > Hi Folks, > > We are trying to automate our CI process by getting the new build of > application and then downloading it on the target device. The new build is >

[android-developers] Two different processes for ART in Marshmallow

2016-01-07 Thread Dhiman Chakraborty
Hello, Is it possible to run two different processes(I prefer process than thread to avoid variable collision) of ART in Android M for a single app, which will be input sensitive? One process of Art will handle sensitive inputs and output and other one will handle more general inputs and

[android-developers] Re: Change Screen Brightness from Native / AOSP code

2016-01-07 Thread Rehan Hameed
Bumping this up again to see if someone has an input on that. On Thursday, December 17, 2015 at 11:13:14 AM UTC-8, Rehan Hameed wrote: > > I am now able to control the backlight from my C code by writing to > /sys/class/leds/lcd-backlight/brightness. However I had to disable the > security

[android-developers] How to know which content in app is not appropriate or violation of the Google Play Developer Program Policy regarding Intellectual Property

2016-01-07 Thread Offer Location
I received this notice - "Your app submission has been rejected for a violation of the Google Play Developer Program Policy regarding Intellectual Property . If this submission was an update to an existing app, the version

[android-developers] Placing files and folders inside Assets or resolving the path from within the code?

2016-01-07 Thread Sam Jesse
I created Assets folder by right click App > New > Folder > Assets Folder. I also created a working webpage in another editor which created index.html along with css folder with index.css and js folder with index.js and subfolders for both for some css and js libraries. I wish to bring those

[android-developers] App reviews - Not all show on app's page.

2016-01-07 Thread Burke Knight
I see on my app's page, 1 review, but it says there are 3. When look in the dev console, I can then see the other 2. Why are they not shown on the app page? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group

[android-developers] Re: Meta: Changes to new-user moderation policy

2016-01-07 Thread Trevor Johns
On Thursday, January 7, 2016 at 3:29:14 PM UTC-8, Ahmet Arslan wrote: > > I sent a message last night but I can not see it. > It was stuck in moderation, since the mod bit on your account was still set. See my 2nd post in this thread for instructions. -- Trevor Johns Google Developer Programs,

[android-developers] Re: Issues with SupportPlaceAutocomplteFragment

2016-01-07 Thread Daniel Resnick
Please see the documentation here: https://developers.google.com/places/android-api/autocomplete?#use_supportplaceautocompletefragment_older_platforms ...which explains how to resolve this issue. Thanks, Daniel On Wednesday, December 30, 2015 at 3:02:29 PM UTC+11, Arun venkatesh wrote: > >

[android-developers] Can active session change notification not send to the app who made the session change?

2016-01-07 Thread bely
Hi all, I am currently working on media session related work, I don't want my app be notified when the session change is made by my app, I checked the framework code and found MediaSessionRecord recorded the package information of the app who made the session change, but in

[android-developers] Problem running mksdcard

2016-01-07 Thread julian . miras
Hi everybody! I am quite new on this, so probably I am making some beginner mistake... I am trying to use the "mksdcard.exe" tool to create a sd image for the emulator, but I am getting this error: "Invalid argument size". Below you can find the log. My system is: - Windows 7, 64bits. - Using

Re: [android-developers] Is encryption a bad idea for app developer?

2016-01-07 Thread Sven Hedlund
Good points Nalin, I have not encrypted the phone yet. I will probably wait and think a bit more before taking the step. Thanks, Sven 2016-01-05 18:27 GMT+01:00 Nalin Savara : > I would say that for most part it's enough to keep your phone locked.. and > insure it and backup

[android-developers] How to control HDMI devices connected to android device.

2016-01-07 Thread Satish Ch
Hi, I am not able to find any api to control devices like poweron or volume change which are connected to HDMI port of android device from android program. Regards, Satish Ch -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Control HDMI devices connected to Android device

2016-01-07 Thread Satish Ch
Hi, Is there any built in or third party APIs to switch on / off device, supports HMDI-CEC from android program though HMDI port? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails

[android-developers] Re: Android Studio not fitting screen

2016-01-07 Thread niks
Go to one of the corners of the windows that opens (so as to create your new application) and minimize it. As you would do with any normal window ;-) Τη Πέμπτη, 7 Ιανουαρίου 2016 - 8:59:44 μ.μ. UTC+2, ο χρήστης Mustafa Chatriwala έγραψε: > > >

[android-developers] Re: Where to ask questions about Android Dev API level 9?

2016-01-07 Thread Clint William Theron
this forum makes me sad. you don't tell me why you don't answer my questions On Wednesday, January 6, 2016 at 2:13:12 PM UTC+2, Clint William Theron wrote: > > Hi. Just what the questions say. > -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] RecyclerView selected item

2016-01-07 Thread yosep delang
hallo.. i'm new in android. and i wanna know how to change color background on item Recyclerview when i click that item 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

[android-developers] Re: How to get the timezone from the latitude and longitude?

2016-01-07 Thread Narendra Sorathiya
https://maps.googleapis.com/maps/api/timezone/json?location=39.6034810,-119.6822510=1331161200=YOUR_API_KEY -- 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