Ben Gruver

Results 101 comments of Ben Gruver

I'm not sure I really understand how this new shared debug info works. Do you have an example dex file that can be shared, or more information about how that...

I think this should all be working now in v2.5.2

Can you share the offending apk?

I would probably need to see the logs from art stating why it's rejecting that class. It should be in logcat, possibly very early in boot.

the "dalvikvm" executable on any modern phone with art is just a front-ent for art. There is no more dalvik. So yes, the results from running the dalvikvm executable are...

Oh, I just noticed that you didn't verify that the original dex file failed verification, but one that you generated. Can you share the file you created that failed verification?...

Are you sure it needs to be deodexed? If the .odex file has no dex files, it's likely the original dex files are still in the .jar file.

baksmali attempts to detect the width of the console and wrap the output accordingly. I don't know about windows, but on linux, you can change the column width of the...

see: `baksmali help dump` ;)

Nice, I've been meaning to try this out with an R build.