hosijyun / smali

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

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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