Closed robotanarchy closed 8 years ago
Okay, I can answer this by myself now. CopperheadOS is odexed (which means, they ship the architecture-specific compiled binaries *.odex
instead of the architecture-independent *.dex
files, only the latter can be modified with tools such as haystack as of now).
The odexed files can be found in framework/oat/arm64 for example.
hi!
thanks for the interest. i'm very sorry, i completely missed this issue, just saw it now.
so yes, you need a deodex rom, that's been on the requirements all along, lol
but what you can do is deodex your rom using smali or some GUI font-ends to that effect.
Thanks for the answer. As of now I'm using CopperheadOS without the signature spoofing patch and I won't follow this further. Anyway, if someone else is reading this and is interested in CopperheadOS (or generally odexed ROMs) + signature spoofing, then try to contribute here: https://github.com/mikeperry-tor/mission-improbable/issues/16
Thanks for making this piece of software!
I'd like to use it with CopperheadOS, which does not support making modifications to their signed images unless you repackage it and sign it with your own key (source: 2. answer). (In other words: the
adb
method will not work.)Here's what I do instead of
pull-files
(for reproducing):patch-fileset
fails now:What does this mean? Is there a fix or workaround? Thanks a lot!