notishell / smali

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

Smail error with invalid text #165

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What seems to be the problem?
Smail error with invalid text

What is the exact smali/baksmali command that you ran?
java -jar baksmali-1.4.2.jar -x amazon_with_ads.apk -o classout
java -jar smali-1.4.2.jar classout/ -o classes.dex

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

1.4.2

What is the airspeed velocity of an unladen swallow?

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

classout/com/uncopt/android/filebrowser/AdapterFragment$onCreateView$2$1$listene
r$1.smali[12,62] Error for input '<': Invalid text
classout/com/uncopt/android/filebrowser/AdapterFragment$onCreateView$2$1$listene
r$1.smali[12,72] Error for input '>': Invalid text
classout/com/uncopt/android/filebrowser/AdapterFragment$onCreateView$2$2.smali[1
2,62] Error for input '<': Invalid text
classout/com/uncopt/android/filebrowser/AdapterFragment$onCreateView$2$2.smali[1
2,72] Error for input '>': Invalid text
classout/com/uncopt/android/filebrowser/AdapterFragment$onStart$1$listener$1.sma
li[12,62] Error for input '<': Invalid text
classout/com/uncopt/android/filebrowser/AdapterFragment$onStart$1$listener$1.sma
li[12,72] Error for input '>': Invalid text
classout/com/uncopt/android/filebrowser/plugin/filesystem/Scanner$init$task$1$1.
smali[12,72] Error for input '<': Invalid text
classout/com/uncopt/android/filebrowser/plugin/filesystem/Scanner$init$task$1$1.
smali[12,82] Error for input '>': Invalid text
classout/com/uncopt/android/filebrowser/ui/TopActionBar$searchMenuItem$1$task$1.
smali[12,62] Error for input '<': Invalid text
classout/com/uncopt/android/filebrowser/ui/TopActionBar$searchMenuItem$1$task$1.
smali[12,72] Error for input '>': Invalid text

Original issue reported on code.google.com by michael....@gmail.com on 20 Mar 2013 at 9:47

Attachments:

GoogleCodeExporter commented 9 years ago
Interesting, thanks for the report! The extension for the original source file 
appears to be .kt - can you confirm that is compiled kotlin code?

Original comment by jesusfreke@jesusfreke.com on 20 Mar 2013 at 10:14

GoogleCodeExporter commented 9 years ago
Correct, this app contains kotlin code.

Original comment by michael....@gmail.com on 21 Mar 2013 at 6:26

GoogleCodeExporter commented 9 years ago
Fixed

https://code.google.com/p/smali/source/detail?r=2a206e6f8551d5ea20365a813f376cec
61b69ca8

Original comment by jesusfreke@jesusfreke.com on 7 Apr 2013 at 8:26