You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
dis...@gmail.com
on 12 Jul 2010 at 3:03The text was updated successfully, but these errors were encountered: