[android-developers] Doubts about crash reporting on developer console

2017-09-11 Thread Fran
Hi there, I've been using third party services for crash reporting so far, but for several reasons I've quit doing so. Among them, it seems the Google

[android-developers] Flagging user comments is useless, it seems.

2017-09-11 Thread Fran
Apparently "I don't get it its a retarded app!" is a constructive comment according to Google standards, and it's fine to use "retarded" as a derogatory word. Seriously?

Re: [android-developers] Re: NullPointerException in java.io.File.fixSlashes?

2015-02-19 Thread Fran Marzoa
Fran fmmar...@gmail.com: It seems this problem persists more than three years after. I am experiencing the same problem right now, all of them with Android 2.3.4 On Sunday, June 5, 2011 at 4:21:31 PM UTC+2, Derek wrote: Hi all, We get crash reports with the following error

Re: [android-developers] Re: NullPointerException in java.io.File.fixSlashes?

2015-02-19 Thread Fran Marzoa
= false; 205. char[] newPath = origPath.toCharArray(); On Thursday, February 19, 2015 at 9:59:30 AM UTC, Fran wrote: Except I am not doing it... On Wed, Feb 18, 2015, 15:26 Sérgio Faria sergi...@gmail.com wrote: Given the stack above, it seems you're doing new File(null) https

[android-developers] Re: NullPointerException in java.io.File.fixSlashes?

2015-02-18 Thread Fran
My stack dump, BTW: 0java.lang.NullPointerException1 at java.io.File.fixSlashes(File.java:205)2 at java.io.File.init(File.java:189)3 at java.io.File.init(File.java:139)4 at com.splunk.mint.DataFlusher$1.void run()(Unknown Source)5 at java.lang.Thread.run(Thread.java:1019)6 at

[android-developers] Re: NullPointerException in java.io.File.fixSlashes?

2015-02-18 Thread Fran
It seems this problem persists more than three years after. I am experiencing the same problem right now, all of them with Android 2.3.4 On Sunday, June 5, 2011 at 4:21:31 PM UTC+2, Derek wrote: Hi all, We get crash reports with the following error: java.lang.NullPointerException at

[android-developers] NoClassDefFound happening randomly

2014-12-14 Thread Fran
Hi there, I am receiving hundred of error reports of the type java.lang.NoClassDefFoundError from my users that so far I have been unable to reproduce. These started to happen a couple of releases ago, with a change that is not relevant at all for the case because it is an update of a jar

[android-developers] How to use google play services google plus sign in/out buttons in my own activity?

2013-05-30 Thread Fran
Hi! I am trying to use the Google Plus sign in/out buttons in my own Settings activity within my app, but I have found no way to do it. I tried cutting and pasting the button from the example app layout to my own activity layout, but it raises the following error:

[android-developers] About MotionEvent.getPressure()

2013-04-22 Thread Fran García
Hello, Is there any way to know the true pressure range for a device? When using getMotionRange http://developer.android.com/reference/android/view/InputDevice.html#getMotionRange(int)for AXIS_PRESSURE http://developer.android.com/reference/android/view/MotionEvent.html#AXIS_PRESSUREI

[android-developers] Re: Working sets in Eclipse?

2012-11-27 Thread Fran
Ok, I managed to solve it. The working set selection option is on the arrow menu I have never used until today... Best regards, On Tuesday, November 27, 2012 4:00:48 PM UTC+1, Fran wrote: Hi there, I do not know if I have very clear the concept of Working Set on Eclipse

[android-developers] Re: android.database.sqlite.SQLiteDiskIOException: disk I/O error: COMMIT;

2012-11-24 Thread Fran
No way at all to gather more information on this exception? O_o On Friday, November 23, 2012 8:56:19 PM UTC+1, Fran wrote: Hi, I am experimenting some crashes with this exception: android.database.sqlite.SQLiteDiskIOException: disk I/O error: COMMIT; I think it may occur by several

[android-developers] Re: Reusing gradients in different places

2012-10-18 Thread Fran
I answer to myself, JFTR: Use GradientDrawable instead of LinearGradient, so you can move the same gradient object to different places just assigning different bounds. Best regards, El miércoles, 17 de octubre de 2012 17:52:42 UTC+2, Fran escribió: Hi there, I draw a grid on a surface

[android-developers] Re: Changing application name for the launcher

2012-05-13 Thread Fran
Thanks a lot Mark.That's what I though, but I want to be sure before breaking something... Best regards, On May 13, 3:18 pm, Mark Murphy mmur...@commonsware.com wrote: Try the app_name string resource, in res/values/strings.xml. On Sun, May 13, 2012 at 9:05 AM, Francisco M. Marzoa Alonso

[android-developers] Re: Changing application name for the launcher

2012-05-13 Thread Fran
One question more: There is an string resource called hello there also that I do not need for nothing. Can I remove it without problems? Thanks a lot, On May 13, 3:18 pm, Mark Murphy mmur...@commonsware.com wrote: Try the app_name string resource, in res/values/strings.xml. On Sun, May 13,

[android-developers] Re: Confirmation with pressing back button

2012-05-10 Thread Fran
Developerhttp://sites.google.com/site/magouyaware On Wed, May 9, 2012 at 1:14 PM, Fran fmmar...@gmail.com wrote: Hi Justin, Nice to read you again. I think you have miss understood me, probably cause I did not explain myself right neither: my English is not the best one exactly

[android-developers] Re: Confirmation with pressing back button

2012-05-09 Thread Fran
at 7:01 AM, Fran fmmar...@gmail.com wrote: Thanks a lot Jason and Justin. My game works fine on 1.6+, at least on simulator. AFAIK that's API level 4, so I cannot use this method if I wan to keep that compatibility: @Override public void onBackPressed() {   return; } -- You received

[android-developers] Re: Confirmation with pressing back button

2012-05-08 Thread Fran
Thanks a lot Jason and Justin. My game works fine on 1.6+, at least on simulator. AFAIK that's API level 4, so I cannot use this method if I wan to keep that compatibility: @Override public void onBackPressed() { return; } So I will use the keyevent based method (JFTR again): @Override

[android-developers] Confirmation with pressing back button

2012-05-07 Thread Fran
Hi there, I am writing my first Android game. I have following the Mario Zechner's book Begining Android Games that I have found very useful to quick introduce in this world. In the first middle of his book his proposes a basic framework that I am using, that uses just one activity for all the

[android-developers] Problems with Rect.intersects

2012-05-04 Thread Fran
Hi there, I am facing problems with Rect.intersects method. I have a rectangle called rect with these values: rect.left = 307 rect.top = 237 rect.right = 437 rect.bottom = 397 Now, I have the following coordinates: left = 381 top = 255 right = 411 bottom = 306 It is pretty clear than the

[android-developers] Re: Sound problems when trying to play same sound very fast

2012-05-04 Thread Fran
Hi, Thanks a lot by your help. By now I find a good solution for my case, just using a shorter wav audio file so, when a new click comes, the old one has yet stopped. It has made not too much difference on sound quality, and with this approach at maximum rotation speed is working fine, and I

[android-developers] Translate and rotate at once with canvas.drawBitmap

2012-05-03 Thread Fran
Hi there, I need to draw a pixmap rotated and translated into a Canvas object. For that, I use the canvas.drawBitmap method with matrix parameter this way: matrix.setTranslate(x, y); matrix.setRotate(rotation, px, py); canvas.drawBitmap(bitmap, matrix, null); The problem

[android-developers] [SOLVED] Re: Translate and rotate at once with canvas.drawBitmap

2012-05-03 Thread Fran
Well, I answer to myself just for the record: Use pre[Translate|Rotate] methods instead of set[Translate|Rotate] ones. Regards, On 2 mayo, 18:06, Fran fmmar...@gmail.com wrote: Hi there, I need to draw a pixmap rotated and translated into a Canvas object. For that, I use

[android-developers] Sound problems when trying to play same sound very fast

2012-05-03 Thread Fran
Hi there, I am developing a game that among other things uses one gear wheel. When the wheel rotate, every 15 deegres, it should made a click sound. So I am using the SoundPool.play for making a tiny click.wav to sound at those points. It works fine at slow speed, but when the gear goes faster,

[android-developers] Problems with Ubuntu 11.10 and Samsung Galaxy S2

2012-04-26 Thread Fran
Hi there, I am trying to use my Samsung Galaxy S2 to debug Android applications developed within Eclipse in an Ubuntu 11.10 Linux distribution. I have installed the SDK and all needed Eclipse plugins, and they are working fine. I have created some test programs and run them on the emulator

[android-developers] Brightness Android 2.2 vs Android 2.1

2010-05-24 Thread Fran
I've just realised Android 2.2 has less brightness (max level) than Android 2.1. It's looks like less AMOLED :( In Setting Display Brightness is on top. Any reason? save battery? Cheers -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Bluetooth UUID

2010-01-22 Thread Fran
Hi everyone :) I've got a doubt with the uuid. The question is I've the uuid from a J2ME app with javax.bluetooth.uuid new UUID(19088743L); and I'd like to convert it to java.util to port to Android using fromString(String uuid) or something similar that let me make the same UUID on Android.

[android-developers] Configuring APN's PAP authenticat ion / Habilitando la autenticación PAP para mi APN

2009-07-14 Thread Fran Sánchez
Buenos días. Tengo la HTC Magic (con Android 1.5). Para mi trabajo necesito configurar una APN que tenga autenticación PAP, además necesito configurar mi propia IP y DNS. Veo que es imposible hacerlo con mi versión actual. Mi pregunta es: ¿cambiará esto en próximas versiones? ¿Hay alguna