Re: [android-developers] Re: compile decompiled .jar files back to .dex

2016-05-25 Thread Jim Hanks
wrong,idts On Friday, May 4, 2012 at 9:32:44 AM UTC-4, Kristopher Micinski wrote: > > No one will tell you the complete steps if you don't put in a little work. > > Another reason is that if you're decompiling and compiling and are a > "totla newbie" it's most likely you're stealing and reverse

[android-developers] Re: compile decompiled .jar files back to .dex

2012-05-05 Thread Prathwish Mestha
@ kris I created my own app using eclipse (a simple hello world app with nothing in it) and exported it now I want to edit its classes.dex the other way not through eclipse but the alternetive way but I did not know how to do it I goggled it and found out how to convert .dex to .jar but could not

Re: [android-developers] Re: compile decompiled .jar files back to .dex

2012-05-05 Thread Kristopher Micinski
That just seems unreasonable, why would you want to do that? If you are having as much trouble doing this as you are, maybe it's worth doing it an alternative (easier) way: what's the motivation for trying to do this. Kris On Sat, May 5, 2012 at 9:32 AM, Prathwish Mestha prathwi...@gmail.com

[android-developers] Re: compile decompiled .jar files back to .dex

2012-05-05 Thread Giuseppe
Haker. stay away from here, we work night and day 365 days per year. -- 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 email to

[android-developers] Re: compile decompiled .jar files back to .dex

2012-05-04 Thread Prathwish Mestha
On May 2, 1:30 am, Kristopher Micinski krismicin...@gmail.com wrote: The command line tool 'dx' does this. Type in 'dx --help' to find out how to use it. kris On Tue, May 1, 2012 at 4:37 AM, Prathwish Mestha prathwi...@gmail.com wrote: Hello everyone,                               I

[android-developers] Re: compile decompiled .jar files back to .dex

2012-05-04 Thread Prathwish Mestha
Please tell me the complete steps I am a totla newbie -- 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 email to

[android-developers] Re: compile decompiled .jar files back to .dex

2012-05-04 Thread Prathwish Mestha
On May 2, 1:30 am, Kristopher Micinski krismicin...@gmail.com wrote: The command line tool 'dx' does this. Type in 'dx --help' to find out how to use it. kris On Tue, May 1, 2012 at 4:37 AM, Prathwish Mestha prathwi...@gmail.com wrote: Hello everyone,                               I

Re: [android-developers] Re: compile decompiled .jar files back to .dex

2012-05-04 Thread Kristopher Micinski
No one will tell you the complete steps if you don't put in a little work. Another reason is that if you're decompiling and compiling and are a totla newbie it's most likely you're stealing and reverse engineering someone's app. Perhaps explain why you are doing this, and why you haven't been