[android-developers] Tablet broken, cannot login anymore

2017-01-13 Thread Bruno Bartels
Please help, my tablet is broken so i installed blue stack which runs android on my pc. I logged on with my gmail account and installed Empires and Allies, but it wont give me my base back, im not recognised, What happened ? what can i do? Thanks very much, Bruno -- You received this message

[android-developers] Get Async Google Speech-to-Text result

2016-08-10 Thread Bruno Leitão
Hi all, I perform a async request to google speech-to-text, and now i do not know how to get the result of operation. I already know that operation was successful Thanks BL -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Android Studio 1.5 > change Home path

2016-02-11 Thread Bruno Gaspar
hi, i have Andoid Studio 1.5 installed and i want to change the default home directory (where the folder .android, .AndroidStudio1.5 and .gradle is created). i already search online and i dont find any working solution. i simply want to change that directory to "c:\Android" because im sync my

[android-developers] Listenner for youtube officiall app using youtube api?

2015-12-26 Thread Bruno Boto
I was wondering if it is possible to create a Thread with a Listenner, which listens when youtube app is opened and when a video is played then it retrieves the video's captions. My idea is to make a plugin for youtube, in which I have to retrieve the video captions. I've searched everywhere

[android-developers] Start GPS - Different Activity

2012-08-29 Thread Bruno Sandivilli
Hi, i have the following situation: 1. I have 2 activities : Main and GPS 2. The requestLocationUpdates is on The GPS Activity 3. If the user back to the Main Activity( press back button ), how can i keep listen to Gps Updates ? Thanks -- You received this message because you are

[android-developers] Re: Start GPS - Different Activity

2012-08-29 Thread Bruno Sandivilli
Anyone? Please, i've already read about saving in bundles (only primitive types?) to save the state; but even with this, i wont it to keep receiving the updates. Em terça-feira, 28 de agosto de 2012 17h51min36s UTC-3, Bruno Sandivilli escreveu: Hi, i have the following situation: 1. I have

[android-developers] How to sincronize contacts ONLY from cellphone to gmail???

2012-07-16 Thread Bruno Labozzetta
I have a big problem... I want to have a backup for my contacts on my gmail account, but a don´t want my 1200 mail contacts on my phone, because it`s troubling... I can create a visual filter so i can see only the contacts that have a phone number... But when i´m searching someone for send a

[android-developers] java.lang.RuntimeException: eglSwapBuffers failed: EGL_SUCCESS

2012-05-06 Thread Bruno Oberdorfer
this? So far I do not know on which device this exception happens. Regards, Bruno -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] How change ViewPager animation's duration when setCurrentItem is called?

2012-02-15 Thread Bruno Bruggemann
Hi, I've a handler that before some seconds changes my views in the ViewPager. It works perfectly, the only thing that I want to do is change the speed of the slide animation when the setCurrentItem is called with the parameter smoothScroll true. It's too fast and in some devices it looks a little

Re: [android-developers] EditText selectAll() does not work in ICS

2012-02-02 Thread Stéphane Bruno
No. The hint method does not suit what I want to do. The text in the EditText field is valid text, not a hint about what the user should enter. In fact it is a Quantity field in an order entry system. I want the user to just enter a new number over the number that is already there instead of

Re: [android-developers] EditText selectAll() does not work in ICS

2012-02-02 Thread Stéphane Bruno
Then create an XML layout that contains just the EditText and inflate that, rather than adding it through Java directly. I am going to try that, but can you explain why the above method does not work? Is it a bug? Stéphane -- You received this message because you are subscribed to the

Re: [android-developers] EditText selectAll() does not work in ICS

2012-02-02 Thread Stéphane Bruno
I applied Mark Murphy's suggestion. It works now. I am going to file a bug for the method I tried though... Thanks, guys! On Thu, Feb 2, 2012 at 9:15 AM, dmon david...@gmail.com wrote: Hmmm i just saw there's a selectAllOnFocus attribute. I've never tried it though. -- You received this

[android-developers] EditText selectAll() does not work in ICS

2012-02-01 Thread Stéphane Bruno
Hi, I am trying to programmatically select all the text in an EditText field when a user touches the field so that when the user starts typing it replaces the existing text (I cannot use settings in the XML file because this field is programmatically added to the screen). To do this, I

[android-developers] [help] Android + Google API + Maps = Problem

2011-09-26 Thread Bruno Lucena
=com.google.android.maps / uses-permission android:name=android.permission.INTERNET / activity android:name=.ExercDroidActivity The emulator's map app works pretty well, meanwhile mine only displays a grid. What's wrong? Thank you any help. -- Bruno Lucena Bach. em Sistema

[android-developers] Re: Dalvik VM Java Annotations has very poor Performance

2011-07-08 Thread Bruno Vinicius
will check the tool you pointed out. Tks in advance, Bruno On Jul 7, 5:45 am, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote: On Tue, Jul 5, 2011 at 9:06 PM, Bruno Vinicius bruno.vinicius...@gmail.com wrote: Hi, I've been using annotations on a Android project for a parsing XML

[android-developers] Dalvik VM Java Annotations has very poor Performance

2011-07-06 Thread Bruno Vinicius
annotations properties consist purely on 4 string, from which 2 where empty. Thanks in advance, Bruno -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: How apply a theme in a fragment?

2011-05-23 Thread Bruno Bruggemann
Hi Dianne, I'm trying to do what you said, but the documentation about it is not so clear. Can you show me an example of how will stay the onCreateView method of the fragment? Thanks! On May 18, 9:34 am, Dianne Hackborn hack...@android.com wrote: Yes if you are okay with totally rebuilding

[android-developers] Re: How to close all activities on android app

2011-05-19 Thread Bruno Lopes
thanks On 19 maio, 12:04, TreKing treking...@gmail.com wrote: On Wed, May 18, 2011 at 8:28 PM, Bruno Lopes brunolope...@gmail.com wrote: I'he a android app with 5 activities and i would close all open activities by pressing a button, for example. How I do it exactly? What is the better

[android-developers] How to close all activities on android app

2011-05-18 Thread Bruno Lopes
Hi for all I'he a android app with 5 activities and i would close all open activities by pressing a button, for example. How I do it exactly? What is the better strategy? Somebody can help me? -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] How apply a theme in a fragment?

2011-05-17 Thread Bruno Bruggemann
Hi, I'm creating a new layout for an app using fragments. And in a screen, I need to apply a specific theme just for one fragment, but I can't do that. To make sure that I did the right thing, I applied the same theme on an old activity and it works. The app already has a theme defined, but on

[android-developers] Bluetooth OBEX OPP - Sending a File to a Device

2011-04-06 Thread Bruno Filippone
Is there any way to send a file using the android bluetooth API? I need to send a file to a printer that supports OBEX OPP. I can send the file using the android intent ACTION_SEND, but I'd need to open the bluetooth device list directly, without the application selector.. I also tried doing it

[android-developers] Bluetooth OBEX OPP - Sending a File to a Device

2011-04-06 Thread Bruno Filippone
Is there any way to send a file using the android bluetooth API? I need to send a file to a printer that supports OBEX OPP. I can send the file using the android intent ACTION_SEND, but I'd need to open the bluetooth device list directly, without the application selector.. I also tried doing it

[android-developers] LinearLayout problem

2011-03-07 Thread Bruno
Hello i have sort a problem with my layout i would like somethine like this : +---+ | | |A | | | height : fill_parent | | | | | | +---+ |

[android-developers] Android: Unicode/Charset problems when sending an SMS (sendTextMessage)

2010-11-29 Thread Bruno Bernardino
Hey all, I've been having this problem that's keeping me from launching an amazing app... It's on Stack Overflow and no one has been able to answer it yet, so I was kinda hoping someone here would be able to do so. I'm willing to pay for a solution, so please help me out, if not for the sake of

[android-developers] Detecting changes in maps

2010-11-22 Thread Bruno
Hi, how do I detect changes of boundaries and zooms in a map? Is there an event that is called whenever there is a drag or a zoom? I want to update the overlays when this happens with new data requested from a web server. Any ideas are appreciated. Thanks! -- You received this message because

[android-developers] Re: Advertising network

2010-10-11 Thread Bruno Rørdam
: hey go thr the inmobi.com, they r mob adv company. --Rakesh kumar Jha On Thu, Oct 7, 2010 at 9:00 PM, Bruno Rørdam brunoror...@gmail.com wrote: Hello everyone, i want to add promotion in my app to get earn money in this way. What is your experience with this? which advertising network would

[android-developers] Advertising network

2010-10-10 Thread Bruno Rørdam
Hello everyone, i want to add promotion in my app to get earn money in this way. What is your experience with this? which advertising network would you recommend? Thanks in advance! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: Android Team: Please give help on serious OnSensorChanged()-not-called-in-standby bug

2010-05-22 Thread Bruno Albuquerque
Yes, you do. Are you sure you do not need to do that for the GPS? If this is true, it is probably because the location manager gets a CPU lock by itself. -Bruno 2010/5/22 mike enervat...@gmail.com: On 05/21/2010 06:14 AM, Bruno Albuquerque wrote: Resurrecting an old thread, with good news

Re: [android-developers] Re: Android Team: Please give help on serious OnSensorChanged()-not-called-in-standby bug

2010-05-21 Thread Bruno Albuquerque
Resurrecting an old thread, with good news for a change. ;) Issue 3708 (http://code.google.com/p/android/issues/detail?id=3708) has been fixed and is included in Android 2.2. -Bruno 2010/1/26 Alexander Kosenkov alexan...@kosenkov.com: I've just updated Smart Alarm Clock (27k installs

[android-developers] No Phone Signal in Emulator (2.1)

2010-05-03 Thread Bruno Melo
Hi there, i'm having problems with the emulator. I only get a phone signal about a third of the times i start the emulator. I've read on these groups that you have to have an internet connection before starting the emulator. Since i'm connected to the internet 24/7 :) this is not the problem

[android-developers] Re: Android on iPhone

2008-11-30 Thread Bruno Herrera
of this hardware. This can be made very hard if some of the hardware is proprietary and undocumented. Bernhard -- Bruno Meirelles Herrera MsC. Eng. de Produção e Sistemas / Production and Systems Eng. Eng. de Computação / Computer Eng. SCJP -Sun Certified Programmer for Java 2 Platform 1.4 SCJA

[android-developers] Example how to handle dial in and dial out events...

2008-11-10 Thread Bruno Z. Pereira
.. | _.-'|'-._ | | .__.||| | | |_.-'|'-._| | | '--'||| | | '--'|_.-'`'-._| | | '--' ` | '' Bruno Zouein Pereira - Solution Developer Tel.: 3254-6048 / 8954-3964 MSN.: [EMAIL PROTECTED] Mensagem urgente: [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: Intercept Call

2008-11-07 Thread Bruno Z. Pereira
Any idea why ?? Or can I change the Android, so at this way I do not need to develop a program ? Thanks - Original Message - From: CJ [EMAIL PROTECTED] To: Android Developers android-developers@googlegroups.com Sent: Thursday, November 06, 2008 9:28 PM Subject: [android-developers]

[android-developers] Re: Sensor values returned by tricorder

2008-08-25 Thread Bruno Sauer
Wow, this has really got me excited too Peli! I'm sitting on The Island now and can't wait to scan the environs with my HTC Dream : thank you! Bruno Peli wrote: Hi, I've seen excitedly that the improved sensor classes SensorManager and SensorListener allow for a fully functional

[android-developers] Re: SDK Update?

2008-06-30 Thread Bruno Sauer
my two US cents ain't worth much these days but IMO, Shane hit the nail on the head a couple of emails back, Google is eroding the goodwill of their community Google is going to do what they want irregardless even if morally Andr makes the right arguments, especially on how Sergey led the

[android-developers] Re: android emulator takes over sound card

2008-06-27 Thread Bruno Sauer
or if you're not doing sound with the emulator try starting it with the -noaudio option ( see emulator -help) Digit wrote: that's because KDE's 'arts' sound server is not supported. you need to either install the "esd" sound daemon or the alsa-dmix package on your machine to be able to

[android-developers] Re: Hello world problems

2008-06-26 Thread Bruno Sauer
My best suggestion is don't be embarrassed : It looks like you might be having the same problem I, and undoubtedly countless others have had. After firing up the emulator, the solution (which I found by accident) is to go take a coffee break ! The emulator is a BIG program and there's a lot

[android-developers] Re: off by one mapping on string file

2008-06-20 Thread Bruno Sauer
9, 7:20 pm, Bruno Sauer [EMAIL PROTECTED] wrote: your code is probably okay - eclipse does seem to get "out of synch" sometimes with android - especially when using multiple projects. On the 'Project' menu, instead of 'Build Project' have you tried 'Clean'? The problem was getti

[android-developers] Re: About highlightbar in the List

2008-06-20 Thread Bruno Sauer
Would it be possible to "turn on" highlighting as an option? This would be very useful for cases where the user selects/touches an item on the screen and then uses the menu button to select an action on the item selected - I agree with Biosopher's POV - if the highlight goes away then menu

[android-developers] force focus on item in ListView

2008-06-20 Thread Bruno Sauer
is there a trick to "force focus" on a list item? I've been playing around with these statements: // try to get focus siteListView.setFocusType( View.WEAK_FOCUS ); // View.NORMAL_FOCUS siteListView.setFocusable( true ); boolean tookFocus = siteListView.requestFocus(); and

[android-developers] Re: off by one mapping on string file

2008-06-19 Thread Bruno Sauer
your code is probably okay - eclipse does seem to get "out of synch" sometimes with android - especially when using multiple projects. On the 'Project' menu, instead of 'Build Project' have you tried 'Clean'? The problem was getting so bad in my case, and after spending a lot of time

[android-developers] Re: LifeCycleDemo - android.app.Activity

2008-06-04 Thread Bruno Sauer
The sound volume worked fine for me set at 60% - so that kind of indicates that the problem is on the client side instead of the server side. (btw. nice job Damien. My thumbs up. It'd probably also be useful to illustrate how variables in an activity can get "wiped out" if the programmer

[android-developers] Re: HELP bundle/intent problems with non strings

2008-06-02 Thread Bruno Sauer
you're doing nothing wrong - the only problem is it just doesn't work : plenty of non-string data types are in the documentation for Intents but if you look at http://code.google.com/android/reference/com/google/android/gtalkservice/IGTalkSession.html under sendDataMessage() you'll find

[android-developers] Re: Web Service Deployment

2008-05-15 Thread Bruno Sauer
there doesn't appear to be any web services client support available with Android so that's a good indication that it will not be possible (without a lot of effort) to drop a server such as Apache Tomcat with Axis on a "phone" either. Although the term "phone" is a misnomer - it should be

[android-developers] Re: Static variables or variables, saved in Bundle?

2008-05-09 Thread Bruno Sauer
click BACK causes onPause() called, click HOME causes onFreeze() called and onPause(), click your app again in HOME screen should cause onCreate() and/or onResume() called. The last one I dont remember whether it is the case, can you try and report here? On Fri, May 9, 2008 at 12:54 PM, Bruno Sa

[android-developers] Re: Static variables or variables, saved in Bundle?

2008-05-08 Thread Bruno Sauer
, and possibly even kill, your app. So I'm just hoping somebody knows how to herd these cows : wave connexion(BQ) wrote: try using debug, set breakpoints in those callbacks etc... On Fri, May 9, 2008 at 11:37 AM, Bruno Sauer [EMAIL PROTECTED] wrote: This is a non-trivial topic - so

[android-developers] Re: Static variables or variables, saved in Bundle?

2008-05-05 Thread Bruno Sauer
without having looked at snake, that's probably got to do with the "Activity Lifecycle" described in http://code.google.com/android/reference/android/app/Activity.html There's also a good description of architecture fundamentals on youtube

[android-developers] Re: How to do file handling in android

2008-05-04 Thread Bruno Sauer
here's a start: put a "Hello World" message in a file named 'res/raw/helloworld' then try this: String message = ""; // get message from file Resources resources = getResources(); InputStream xmlStream = resources.openRawResource( R.raw.helloworld ); try { while ( true ) { int b