Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maps.apk from Desire ROM is generating 'extraneous input' error with smali #39

Closed
GoogleCodeExporter opened this issue Aug 20, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What seems to be the problem?

Maps.apk from a Desire ROM is generating errors with smali.  

Summary of the problem is found here: http://pastebin.com/VTvgVbc0

What is the exact smali/baksmali command that you ran?

java -jar baksmali.jar -d ../framework -x Maps.odex

(No errors, and produces "out" folder)


java -jar smali.jar -o classes.dex out

This is the output:
out\com\tinyline\util\GZIPInputStream.smali[106,28] extraneous input 'null' 
expecting COLON
out\com\tinyline\util\GZIPInputStream.smali[3237,16] extraneous input 'null' 
expecting OPEN_PAREN
out\com\tinyline\util\GZIPInputStream.smali[3803,61] no viable alternative at 
input 'null'

No classes.dex was generated either.

What version are you using?

1.2.3 for both smali and baksmali

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

Here is the GZIPInputStream.smali file:
http://pastebin.com/S8AezPAY

Original issue reported on code.google.com by dis...@gmail.com on 12 Jul 2010 at 3:03

@GoogleCodeExporter
Copy link
Author

Confirmed and Fixeded. :)

http://code.google.com/p/smali/source/detail?r=766

Original comment by JesusFr...@gmail.com on 14 Jul 2010 at 12:36

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant