[android-developers] Camera2 - using both TextureSurface and ImageReader slows down preview

2016-02-10 Thread Marco Manfredi
Device: Motorola MOTOG 2015 SO: 5.1.1 I'm new to Android development, and I'm trying to use Camera2 to show a preview on screen while using an ImageReader to send captured images to native image processing code. I followed Camera2Basic to

[android-developers] Android Studio AVD Lollipop 5.1.1 images using wrong launcher?

2016-02-10 Thread tharvey
I've noticed that the target image available for Lollipop 5.1.1 'with Google services' uses Launcher3 and the target image without the Google services uses Launcher2. Is there a reason for this difference? Is the source for these target images used by the AVD straight from the AOSP

[android-developers] price for app not changing in play store

2016-02-10 Thread Michael Droll
I changed the price of my app in the play dev console. However the store does not show the new price. I changed the price over a week ago. attached are screen shots of the console and the store. -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Android Studio automated installation on Windows

2016-02-10 Thread Jacob Mason
I need to mass-install Android Studio on a bunch of Windows computers and would love to be able to script the installation. I can't find a page which details what command line install options are available, if any, for the Windows install bundle (Studio + SDK). Could someone point me in the

[android-developers] Creating second zygote process for the same app.

2016-02-10 Thread Dhiman Chakraborty
Hello, I need two zygote process to fork the system two times for an app to handle different level of inputs. I see in the ZygoteInit.java file that creating a secondary zygote depends on --abi-list. If there is any unsupprted abi thenzygote-secondary will be created but it will also be

[android-developers] Need a workaround for Doze

2016-02-10 Thread Matt Evans
I work on an Android application that uses voice recognition for user interaction and communicates to a server to process the responses. The users will use the application continuously for several hours at a time. The app holds a partial wake lock to keep the device running but allow the

Re: [android-developers] price for app not changing in play store

2016-02-10 Thread TreKing
On Wed, Feb 10, 2016 at 9:00 AM, Michael Droll wrote: > I changed the price of my app in the play dev console. However the store > does not show the new price. I changed the price over a week ago. > Your app shows as $1.99 to me. Perhaps you only set it for certain

[android-developers] multiple arrors in the logcat. what seems to be the problem?

2016-02-10 Thread Charlou Jazz Nakamura
*import *android.app.Activity; *import *android.os.Bundle; *import *android.view.Menu; *import *android.view.MenuItem; *import *java.util.Random; *import *android.view.View; *import *android.widget.Button; *import *android.widget.ImageView; *import *android.widget.TextView; *import

[android-developers] Building APK issues

2016-02-10 Thread Kevin Technologx
Alright I used this same AndroidManifest.xml code several times to create my app and it worked just fine now I'm getting 5 different errors and I can't figure out why. Here's the xml code: http://schemas.android.com/apk/res/android; package="technologx.technologx"

Re: [android-developers] Building APK issues

2016-02-10 Thread sardar khan
you should have a string in the res/values/strings folder name app_name it indicating that it is missing declare it. On Thu, Feb 11, 2016 at 12:15 AM, Kevin Technologx wrote: > Alright I used this same AndroidManifest.xml code several times to create > my app and it

[android-developers] in-app biliing purchase flow with promo code return empty payload, why?

2016-02-10 Thread Frédéric Ravetier
Hi, I code in ap billing in my application. Everything works fine except when I use a promo code in the app. Google returns an empty payload, even if I send an ID. Then when I chick if the ID is equal to payload I reject the transaction. Why ? Thank you for your help! Regards, Fred --

Re: [android-developers] Partition Internal Tablet storage(16GB)

2016-02-10 Thread mike digioia
What are you asking me On Feb 10, 2016 1:07 PM, "Don Ruckman" wrote: > Not sure where to ask this question,or if the question is correct for the > situation, but will start here; Thank You. > > I have a new Skytex Skypad SP736 (7" quad core) > tablet, with Android 5.0

[android-developers] Re: How to correctly set a View's background transparent programmaticaly

2016-02-10 Thread gjs
Hi, I guess just make sure that your color values used in your "DummyContent.ITEMS.get(position).color" array do also include an alpha values ? Regards On Wednesday, February 10, 2016 at 10:42:51 PM UTC+11, Nnabueze Uhiara wrote: > > I refactored it as you suggested but the issue persisted

[android-developers] Not open project structure and module setting. Can you help me?

2016-02-10 Thread Mikhail Chvarkou
Windows 7 64-bit Android Studio 1.5.1 Android SDK latest version Nothing happens when I try to open project structure and module setting. Tried to delete settings - it did not help -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Unzip code not working any more

2016-02-10 Thread CJ
Hi, what is wrong with this code? It seems to be broken in the newer version of Android. --- public static final void unzip(File zip, File extractTo) throws IOException { ZipFile archive = new ZipFile(zip); Enumeration e = archive.entries(); while

Re: [android-developers] Building APK issues

2016-02-10 Thread Kevin Technologx
On Wednesday, February 10, 2016 at 2:06:57 PM UTC-6, sardar khan wrote: > > you should have a string in the res/values/strings folder name app_name it > indicating that it is missing declare it. > > On Thu, Feb 11, 2016 at 12:15 AM, Kevin Technologx > wrote: > >> Alright

Re: [android-developers] Help wanted for Android app development

2016-02-10 Thread sardar khan
http://stackoverflow.com/questions/14357566/activity-has-leaked-intentreceiver-that-was-originally-registered-here-are-you look at this On Wed, Feb 10, 2016 at 1:30 PM, MediaQuest | N.M. Molenaar < i...@mediaquest.nl> wrote: > Hi Sardar, > > > > I have this in my manifest.xml file: > > > >

Re: [android-developers] Help wanted for Android app development

2016-02-10 Thread sardar khan
this will tell you how to unregister Recevier Android On Wed, Feb 10, 2016 at 2:48 PM, sardar khan wrote: > > http://stackoverflow.com/questions/14357566/activity-has-leaked-intentreceiver-that-was-originally-registered-here-are-you > look at this > > On Wed, Feb 10,

[android-developers] Cambiar cuenta de desarrollador

2016-02-10 Thread ruben sanchez medina
Buenas, se puede cambiar la cuenta de desarrollador de un correo electronico a otro? la cuenta aun no tiene ningun app -- 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,

[android-developers] Reroute audio

2016-02-10 Thread pgandroid2015
Hello is there a way to reroute a audiosignal to the internal speaker of the phone even if a bluetooth headset is connected? The problem is that the mobile is coupled via bluetooth with a car system and but in the car system another audio channel (simple radio) is activ. That way every audio

[android-developers] Re: How to correctly set a View's background transparent programmaticaly

2016-02-10 Thread gjs
Hi, Your source code as black text on gray is difficult to read. Instead of using - screenLayout.setAlpha(1); screenLayout.setBackgroundColor(Color.GREEN); - I'd suggest that you combine these into a single line of code and specify both alpha & color as a single (32bit) Integer value, here

Re: [android-developers] Help wanted for Android app development

2016-02-10 Thread sardar khan
yes its due to the images i will be solved if you reduce your image size On Wed, Feb 10, 2016 at 4:00 PM, MediaQuest | N.M. Molenaar < i...@mediaquest.nl> wrote: > Hi Sardar, > > > > The problem is solved now, thanks for your help! > > > > I do not unregister it by the way because it should stay

Re: [android-developers] Help wanted for Android app development

2016-02-10 Thread sardar khan
Ok.no problem i love to help you in future as well thanks On Wed, Feb 10, 2016 at 4:18 PM, MediaQuest | N.M. Molenaar < i...@mediaquest.nl> wrote: > Thanks for your help Sardar. > > > > The problem with the intent leak of my broadcastreceiver has gone. I have > an Activity that holds a logout

Re: [android-developers] Help wanted for Android app development

2016-02-10 Thread sardar khan
you should unregister the receiver in on stop or in on destroy method On Wed, Feb 10, 2016 at 2:49 PM, sardar khan wrote: > this will tell you how to unregister Recevier Android > > On Wed, Feb 10, 2016 at 2:48 PM, sardar khan > wrote: > >>

RE: [android-developers] Help wanted for Android app development

2016-02-10 Thread MediaQuest | N.M. Molenaar
Hi Sardar, The problem is solved now, thanks for your help! I do not unregister it by the way because it should stay active through all livecycles of my app. I still have problems with outOfMemory errors on an old Android phone but I think it is due to my images Marcel From:

RE: [android-developers] Help wanted for Android app development

2016-02-10 Thread MediaQuest | N.M. Molenaar
Thanks for your help Sardar. The problem with the intent leak of my broadcastreceiver has gone. I have an Activity that holds a logout button in my app which makes intent to StartActivity (which is the launcher Activity as well): Intent i = new Intent(parent.getContext(),

RE: [android-developers] Help wanted for Android app development

2016-02-10 Thread MediaQuest | N.M. Molenaar
Hi Sardar, I have this in my manifest.xml file: Where to unregister it and how? Marcel From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of sardar khan Sent: woensdag 10 februari 2016 06:19 To:

[android-developers] Re: How to correctly set a View's background transparent programmaticaly

2016-02-10 Thread Nnabueze Uhiara
I refactored it as you suggested but the issue persisted till I commented out the spinnerAdapter onItemSelectedListener. It works perfectly now but I still want to change the underlying layout's background with spinner i.e I want when a spinner item is clicked, the colour of the underlying

Re: [android-developers] Cant create handler inside thread that has not called looper.prepare() exception being thrown

2016-02-10 Thread Akash Paul
here is the area in which the exception is being thrown : private class Connection extends AsyncTask{ @Override protected Object doInBackground(Object[] objects){ try{ PostData(R.id.fullscreen_content, 3); } catch(IOException exception){

[android-developers] make a side by side camera surface view application

2016-02-10 Thread Jaydeep Gedia
Hey I want to make an application which runs a side by side camera surface view. No capture buttion or anything just two camera surface view side by side. can anyone guide me how to do it. -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

Re: [android-developers] Building APK issues

2016-02-10 Thread Kevin Technologx
On Wednesday, February 10, 2016 at 2:06:57 PM UTC-6, sardar khan wrote: > > you should have a string in the res/values/strings folder name app_name it > indicating that it is missing declare it. > > On Thu, Feb 11, 2016 at 12:15 AM, Kevin Technologx > wrote: > >> Alright

Re: [android-developers] Partition Internal Tablet storage(16GB)

2016-02-10 Thread Don Ruckman
Mike, Thank you for responding. I am asking: NOW, how can I re-partition the 16 GB storage into ONE partition? I guess I buried the question in the description of my problem Don Ruckman ruc...@comcast.net On 2/10/2016 2:02 PM, mike digioia wrote: NOW, how can I re-partition the 16 GB