zhangwenan / smali

Automatically exported from code.google.com/p/smali
0 stars 0 forks source link

NO error. And no deodex also... ??? Weird problem! #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What seems to be the problem?
Ok, this is extremely pissing off. I get a weird 'help' menu sort of thing.

The command where I need to deodex the .odex file, it NEVER makes the damn 
'out' folder...

it spits out some weird help menu..

-a, --api level
-b,-- no-debug-info 

this is neither an error, nor is it a solution...i dont know what to Google 
also?

What is the exact smali/baksmali command that you ran?
this is what I ran: 

java -jar baksmali.jar -x: LGEIME.odex

What version of smali/baksmali are you using? What rom are you working
from?

the latest, 1.3.3

What is the airspeed velocity of an unladen swallow?

I don't know?

Please provide any additional information below: error messages, symptoms,
etc.

This is not even an error. There is no out folder. What Am i doing wrong?? DO I 
need the framework.jar file in the same directory baksmali and smali??? Cause I 
currently don't have it...

Original issue reported on code.google.com by gdive...@gmail.com on 26 Jul 2012 at 10:13

GoogleCodeExporter commented 9 years ago
It shows the usage information when it can't parse the options. This is a 
fairly normal practice for a command line tool.

In this particular case, there should be no colon after -x

Original comment by bgruv@google.com on 26 Jul 2012 at 8:46

GoogleCodeExporter commented 9 years ago
Thanx sooooo much!! It is now working!! Thanx again!

Original comment by gdive...@gmail.com on 27 Jul 2012 at 6:02