Re: [android-developers] Simulator very slow

2011-06-14 Thread Oscar Marques
> For more options, visit this group at > http://groups.google.com/group/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'

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

2011-11-09 Thread Oscar Marques
ed 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 email to > android-developers+unsubscr...@googlegroups.com > For more

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

2015-04-14 Thread Oscar Marques
m/group/android-developers?hl=en > --- > 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 to android-developers+unsubscr...@googlegroup

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" 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 UTC+3, boo

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 > 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 easier to integrate as wel

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

2011-04-22 Thread Oscar Marques
be 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 Marques osca...@gmail.com http://www.dunkelheit.com.br Twitter: @f117usbr +55 21 9293-

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

2011-04-22 Thread Oscar Marques
Try logcat, loginfo. 2011/4/22 Pandi > 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 wrote: > > strace is for native code