Closed GoogleCodeExporter closed 9 years ago
Make sure you're using the latest deodexerant, I recently updated it to work
with newer versions of dalvik
(https://code.google.com/p/smali/source/detail?r=15e44d5b8b0cc77f81f41a2a9f553e2
987d5033c)
Original comment by jesusfreke@jesusfreke.com
on 20 Feb 2014 at 12:34
So i downloaded the latest deodexerant and smali/baksmali source code. Built
them and re-ran. 99% of the files went fine except for services.odex. See
attached.
Original comment by razorbla...@gmail.com
on 1 Mar 2014 at 2:28
Attachments:
Please provide the full command you used
Original comment by jesusfreke@jesusfreke.com
on 1 Mar 2014 at 2:33
Sorry about that, java -jar baksmali.jar -a 18 -T inline.txt -x services.odex
-d framework/
I had all the framework files in a framework directory where i was attempting
it.
Original comment by razorbla...@gmail.com
on 1 Mar 2014 at 2:35
Hmm. I think I'll need to take a look at this myself. I'm not sure if it's a
bug in baksmali or something weird about that class. Is the system image (or at
least the framework directory) available somewhere?
Original comment by jesusfreke@jesusfreke.com
on 1 Mar 2014 at 3:15
Yep. This is for an nvidia shield and they have the images available.
http://developer.download.nvidia.com/mobile/shield/extract-nv-recovery-image-shi
eld-01.00.14422_318.3689.sh.zip
Original comment by razorbla...@gmail.com
on 1 Mar 2014 at 3:18
I can't reproduce the problem. It works fine for me.
After extracting the system image and grabbing the framework directory, this
works fine, with no errors:
baksmali -a 18 -T /tmp/inline.txt -x services.odex -d /tmp/framework
This is with the latest build from source (baksmali 2.0.3-2d8cbfe6)
Original comment by jesusfreke@jesusfreke.com
on 1 Mar 2014 at 3:48
I'm going to redownload download the source, rebuild baksmali and try again.
Also going to download the image again.
Original comment by razorbla...@gmail.com
on 1 Mar 2014 at 3:51
So my files must of gotten messed up somehow. After rebuilding baksmali and
redownloading the system files it worked fine....Not sure what happened with my
original files but seems to be fine now. Thanks for your help!
Original comment by razorbla...@gmail.com
on 1 Mar 2014 at 4:26
Original comment by jesusfreke@jesusfreke.com
on 1 Mar 2014 at 4:27
Original issue reported on code.google.com by
razorbla...@gmail.com
on 18 Feb 2014 at 1:10