Lanchon / haystack

Signature Spoofing Patcher for Android
GNU General Public License v3.0
234 stars 45 forks source link

How to enable signature spoofing without UI? #29

Closed mixaz closed 5 years ago

mixaz commented 5 years ago

Which command can I use to enable signature spoofing without UI part? It's disabled by default. Can I use a shell command for that, such as adb shell setprop allow_fake_signature_global 1 (doesn't work just in case)?

Lanchon commented 5 years ago

there is no setting. it cant be enabled or disabled in any way. it is always enabled.

mixaz commented 5 years ago

hm, the readme says that I need to go to Settings to enable this feature. and indeed spoof checker app shows that it is disabled.

Can I enable the feature somehow from command line - I do not have developer settings (it's very unusual custom rom)) ?

mixaz commented 5 years ago

My mistake was to use files which included UI patch. I should use files with core and hook patches only. Now the sigsproof checker shows OK. Closing the issue.