[android-developers] expandiblelistview, swipe, slidingpanel

2017-02-07 Thread Oscar Benedetti
Hello to all, I implemented A list expandable via the Object expandablelistview That and the idea was to ADD A shot SIA group That the children of ALL group to display an icon to allow the setting of THESE Components. The two taken individually controls work PROPERLY, but if Active SIA

Re: [android-developers] Re: Error 403 al entrar en https://play.google.com/apps/publish/

2016-11-09 Thread oscar morcillo cuajares
página de ayuda, debes esperar a que te pregunte si necesitas ayuda y > quieres iniciar un chat https://support.google.com/ > googleplay/android-developer/answer/139626?hl=en# ) para que > transfirieran las apps a otra cuenta nueva. > > On Tuesday, November 8, 2016 at 2:53:33 PM

Re: [android-developers] Re: Error 403 al entrar en https://play.google.com/apps/publish/

2016-11-08 Thread oscar morcillo cuajares
tforums.google.com/forum/#!topic/play/QFj4d3NkldE > > En la ayuda solo dice que "se le de permisos" pero no dice dónde, la > cuenta donde intento acceder es Superadministrador del dominio: > > https://support.google.com/googleplay/android-developer/ > answer/2528691?hl=

[android-developers] Error 403 al entrar en https://play.google.com/apps/publish/

2016-11-04 Thread oscar morcillo cuajares
Hola, estoy intentando registarme como desarrollador de Aplicaciones Android y cuando entro en la consola de desarrollador (https://play.google.com/apps/publish/) me sale un error *403.* Se trata de un error. Lo sentimos, pero no tienes acceso a esta página. Esa es toda la información de la

[android-developers] Transferring Apps and Signing the APK

2016-08-18 Thread Oscar Prom
I recently transferred a Play Store listing from one developer account to another. I am wondering if I can build and sign the app with a different keystore now that it is owned by a different entity. Anyone have any insight into this? Thanks! -- You received this message because you are

Re: [android-developers] Re: How to avoid reverse engineering of an APK file?

2015-04-15 Thread Oscar Marques
What tools can we use? Waiting answers. Em 15/04/2015 06:17, Dmitry prehistoric2...@gmail.com escreveu: Frankly speeking, Proguard just minimize code. It's just a matter of patience to roll back all changes. I suggest to use more sophisticated tools. On Tuesday, April 14, 2015 at 11:18:47 AM

Re: [android-developers] How to avoid reverse engineering of an APK file?

2015-04-14 Thread Oscar Marques
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. For more options, visit https://groups.google.com/d/optout. -- Oscar Marques osca

[android-developers] Re: Does android emulator support ES 3.0?

2013-09-03 Thread oscar barenys
El sábado, 24 de agosto de 2013 19:47:06 UTC+2, oscar barenys escribió: Hi seems new Android 4.3 supports OGL ES 3.0 and new NDK also.. does android emulator from sdk support native ES 3.0 assuming a recent GPU and drivers on host (say OpenGL 4.3 drivers).. if not it's coming soon

[android-developers] Does android emulator support ES 3.0?

2013-08-24 Thread oscar barenys
Hi seems new Android 4.3 supports OGL ES 3.0 and new NDK also.. does android emulator from sdk support native ES 3.0 assuming a recent GPU and drivers on host (say OpenGL 4.3 drivers).. if not it's coming soon? -- You received this message because you are subscribed to the Google Groups

[android-developers] Port Android SDK and ADT tools and emulator to Linux ARM platform

2012-11-20 Thread oscar barenys
That way we can use Chromebook ARM using Ubuntu ARM to develop android apps! Better yet emulator could use a15 hw virtualization to execute at full speed similar to Intel HAXM in x86.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Getting sound from live encode.

2012-10-23 Thread Oscar
Is there any way to capture a sound that is live broadcasted using Live encode in the server side? -- 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] Capture Audio - Live Encoder

2012-09-05 Thread Oscar
I want to develop an application for Android 2.2 that capture the audio that is transmitted using Adobe Flash Media Live Encoder 3.1 Is there a class that would help me do that? ps: the url begins like rtmp:// so the windows media player class, as long as i know, does not work. -- You

[android-developers] New developer

2012-07-31 Thread Oscar
I developed a native android aplication with Android 2.2 - Level 8, my question is: will it work well on android devices with versions 2.3 or superior or it will present crashes? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: How to send DHCPINFORM request

2011-11-09 Thread Oscar Marques
Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Oscar

Re: [android-developers] Simulator very slow

2011-06-14 Thread Oscar Marques
/android-developers?hl=en -- Oscar Marques osca...@gmail.com http://www.dunkelheit.com.br @f117usbr https://twitter.com/#%21/f117usbr +55 21 9293-9343 Participe do I Hack'n Rio http://hacknrio.org/ -- You received

Re: [android-developers] Re: Back Trace in Android

2011-04-22 Thread Oscar Marques
?hl=en -- Oscar Marques osca...@gmail.com http://www.dunkelheit.com.br Twitter: @f117usbr +55 21 9293-9343 Participe do I Hack'n Rio http://hacknrio.org/ -- You received this message because you are subscribed

Re: [android-developers] Re: Back Trace in Android

2011-04-22 Thread Oscar Marques
Try logcat, loginfo. 2011/4/22 Pandi pandiwelco...@gmail.com Thanks Kostya and Oscar Marques. I want to get stack trace at run time from the code. I want to use strace in my code. How? any samples??? On Apr 22, 4:57 pm, Kostya Vasilyev kmans...@gmail.com wrote: strace is for native

[android-developers] Re: display image from net

2011-03-27 Thread Oscar
that's fine, Does the ssl use user/password? On Mar 26, 3:49 am, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: welll i have solved dis one now i am using following code         Bitmap bitmap = null;         InputStream in = null;         try {               URL url = new URL(URL);      

[android-developers] Re: Open GL texture is shown on emulator but not on the mobile

2011-03-27 Thread Oscar
Did you tried in another device, maybe could be some problem with this device On Mar 26, 2:54 am, MobileVisuals eyv...@astralvisuals.com wrote: My resources are in the res\drawable-nodpi directory. It is a PNG image with 256*256 size. Shouldn't that be enough? On Mar 25, 10:34 pm, String

Re: [android-developers] Re: Repacking a .apk file

2010-12-09 Thread Oscar Marques
Try smali or apktools. http://code.google.com/p/smali/ http://code.google.com/p/android-apktool/ 2010/12/8 Thant Thura Myo thuramyo.th...@gmail.com The approach that we use in my group is getting jar file and dependency file from third party rather than apk file itself. It is much more

[android-developers] Re: A very strange ServerSocket.accept problem

2010-08-03 Thread Oscar
Do you have a firewall or something like that, it´s maybe the problem On Aug 3, 8:56 am, Alex Xin xinxi...@gmail.com wrote: Hi, I have asked this question before but no answers, so I post again hope that someone might help me, thank you. I'm now facing a very strange server socket problem,

[android-developers] Re: Jar in Jar

2010-07-28 Thread Oscar
This is not an Android problem, it is an java problem, you should extract this classes (the jars are zips inside) and create a new jar. And the answer is not it is not posible :P. On Jul 28, 8:12 am, zohar lerman lirazo...@gmail.com wrote: Hi, I am creating new Android widget for other users

[android-developers] Re: How to use shared pref in different application.

2010-07-28 Thread Oscar
Maybe using the system prefs but it could be risky. The other option that i found is using a service, i think it is a better option. On Jul 28, 7:28 am, Sohan badaya sohan.bad...@gmail.com wrote: Hi, I want to know how we can use shared pref in different application. Thanks, Sohan Badaya

[android-developers] Re: Map is Empty, no matter what I do

2010-07-28 Thread Oscar
Can you see the maps with the normal google maps application, maybe proxies or permissions On Jul 26, 2:33 am, TheIrish theiris...@gmail.com wrote: Hello everyone, I'm trying to embed maps into my application. I followed the official guide, - Generated a fingerprint using my

[android-developers] Re: How to execute shell script file from android application

2010-07-28 Thread Oscar
That's the problem, you don't have root permissions but maybe there is a workaround with java, maybe there is a method that you can use for it. look that, it maybe help you http://stackoverflow.com/questions/249916/how-do-i-find-the-dns-servers-in-android-from-a-java-program On Jul 28, 6:43 am,

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-05-03 Thread Oscar
Yes...Got my Nexus One today!! (Sweden) On Apr 30, 8:17 pm, MrChaz mrchazmob...@googlemail.com wrote: You just need a 2pin to 3pin converter and the charger will work just fine in the UK :D On Apr 30, 4:15 pm, feilfly feil...@gmail.com wrote: finally, I received it. But the charger is

[android-developers] Re: parsing a *string* of XML with SAX.

2009-12-21 Thread Oscar
I think it's better DOM than SAX in your case, why?, you had it on a String, so it is in memory (the information), DOM read everything and put it in memory, so, you can put in memory and then free the String memory. To do it is so easy: 1- Create a StringBufferInputStream with your String 2-

[android-developers] Re: a receiver for outgoing sms and email?

2009-02-06 Thread Oscar A
abort an SMS like //Abort SMS setResultData(null); Suggested Permissions You must hold the PROCESS_OUTGOING_SMS permission to receive this Intent. ...Until something like this is included in the API does anyone know a work around? Best Regards /Oscar A http://drunkblocker.appspot.com On Feb

[android-developers] Attempt to include a core VM class in something other than a core library

2008-08-27 Thread Oscar Castaneda
the pleasure of reading this helpful error message. [2008-08-27 23:23:55 - calculator-android] 1 error; aborting [2008-08-27 23:23:55 - calculator-android] Conversion to Dalvik format failed with error 1 -- best, -oscar Oscar Castañeda --~--~-~--~~~---~--~~ You received

[android-developers] Re: Conversion to Dalvik format failed with error 2

2008-07-05 Thread Oscar Castaneda
PROTECTED] wrote: Hi Oscar, It looks like Retrotranslator haven't translated the ConversationProcessor class if you see the following stack trace: java.lang.UnsupportedOperationException: native method not implemented at java.lang.Class.getDeclaredAnnotations(Native Method

[android-developers] Re: Conversion to Dalvik format failed with error 2

2008-06-18 Thread Oscar Castaneda
it in case you have any suggestions :-) On Tue, Jun 17, 2008 at 8:16 PM, Oscar Castaneda [EMAIL PROTECTED] wrote: Hi Taras, Thank you so much for the detailed response. I think you're right that when I run the Android project from Eclipse it both compiles the sources into classes

[android-developers] Re: Working on another Android story

2008-05-25 Thread Oscar Castaneda
for your specific application, that would be great. Thanks, Vasanth Sridharan Reporter Silicon Alley Insider C: (408) 455-2254 http://www.alleyinsider.com http://www.vasanthsridharan.com -- best, -oscar Oscar Castañeda --~--~-~--~~~---~--~~ You received

[android-developers] Re: SDK Update?

2008-05-10 Thread Oscar Castaneda
since the release of m5-rc15. Can anyone from Google give us an update on the next SDK release schedule? -- best, -oscar Oscar Castañeda --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers