Can you give some details about the rom generating procedure?
Did you just enabled signature spoofing via patch (like NanoPatcher) on a compiled rom or you compiled it from scratch with spoof support enabled?
Since Relese 2 of Oreo is now available, I've tried to enable microG but I'm having problems enabling signature spoofing.
Here's what I've tried:
1) - Used Haystack and SmaliPatcher to try and patch services.jar but failed (since rom is odexed)
- Used vdexExtractor to extract services.dex and packed it back into services.jar. Still fails.
2) - Used Tingle to patch (deodexed) framework.jar (took dex files from boot-framework.vdex) but when I put it back and restart the signature spoofing is still not working.
I'm not sure what I'm doing wrong.
Maybe the first method doesn't work since services.dex were compiled for x86(_64) instead of arm?
Or the second method doesn't work because there are two dex files inside framework.vdex and I shouldn't pack both of them into framework.jar?
Or maybe, even if I managed to this the spoofing still wouldn't work because the entire room needs to be deodexed?
I'm very thankful for all the help.