Closed GoogleCodeExporter closed 9 years ago
The APK is inverted? That means it was modified at the resource level. Apktool
doesn't have support for this inverted flag.
Original comment by connor.tumbleson
on 8 Jun 2014 at 1:15
OK, actually I just realized that the source I said I built that from,
https://github.com/iBotPeaches/Apktool is the one which gave no smali files.
This source: https://github.com/brutall/brut.apktool is the one which did build
smali's. It still threw that error but there were some smali files, because
that source has a commit:
https://github.com/brutall/brut.apktool/commit/01bb423db4b3cad74564239c99e9065ea
d4af51f
...which adds case UI_MODE_TYPE_INVERTED:
Original comment by sudosurootdev
on 8 Jun 2014 at 3:23
Pull that commit into the source, build it and use it.
It won't be in mainline Apktool, since it constantly changes shapes/sizes and
can't confirm its stability like AOSP.
Original comment by connor.tumbleson
on 8 Jun 2014 at 3:25
Thanks for the response. I am building it now. 1 quick question, if you are
the, or a, maintainer for apktool... what is the difference in the small
and regular jar file that is built? Different sizes but they seem to do the
same thing.
Original comment by sudosurootdev
on 8 Jun 2014 at 4:06
Original issue reported on code.google.com by
sudosurootdev
on 8 Jun 2014 at 1:13