FakeStore icon indicating copy to clipboard operation
FakeStore copied to clipboard

Integrating FakeStore in AOSP

Open mikalackis opened this issue 8 years ago • 1 comments

I tried to integrate FakeStore in a pure AOSP rom i'm working on. I checked out the source so the APK gets build properly and its places in system image.

It seems that in this case I cant grant the fake signature permission to fake store since it is not available in Settings -> Apps -> Permissions. On the other hand, if I install the FakeStore apk directly, without embedding it in my ROM, the app is listed in apps that require signature spoofing. Anyone encountered this problem?

mikalackis avatar Apr 01 '17 07:04 mikalackis

@Herny64 's comment at #12 fixes this issue for me. execute with your phone connected:

adb shell am start com.android.vending/.GrantFakeSignaturePermissionActivity

iRave avatar Apr 21 '17 20:04 iRave