xychix / smali

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

Failed to load dvmGetInlineOpsTable #238

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What seems to be the problem?
I tried to dump the custom inline table method but I got this error:
"Failed to load dvmGetInlineOpsTable"

What is the exact smali/baksmali command that you ran?
adb shell /data/local/deodexerant > inline.txt

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

What is the airspeed velocity of an unladen swallow?
Hmmm... I'll search for that..!

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

I check you source and saw that you have solve this error with dlerror.
I'm building with aosp 4.4.4.
I have also tried to build it with cm but nothing changed.

Original issue reported on code.google.com by 20chri...@gmail.com on 23 Mar 2015 at 8:49

GoogleCodeExporter commented 9 years ago
Are you sure you're building from the latest baksmali source? I believe there's 
a version in AOSP in external/smali, which may not be the latest available.

Original comment by jesusfreke@jesusfreke.com on 23 Mar 2015 at 9:00

GoogleCodeExporter commented 9 years ago
I had moved deodexerant folder inside dalvik. But in exteranl/smali i checked 
the code and i can't see dlerror(). Let me build one more time...! Thank you...!

Original comment by 20chri...@gmail.com on 23 Mar 2015 at 9:20

GoogleCodeExporter commented 9 years ago
Yup... It works. Thank you very much.

Original comment by 20chri...@gmail.com on 24 Mar 2015 at 6:13

GoogleCodeExporter commented 9 years ago

Original comment by jesusfreke@jesusfreke.com on 24 Mar 2015 at 6:28