whew-inc / FakeGApps

Signature spoofing for MicroG as an Xposed module
GNU General Public License v3.0
273 stars 16 forks source link

Add android 13 support #11

Closed haridhayal11 closed 1 year ago

haridhayal11 commented 1 year ago

Tested & confirmed to be working on Android 13. Needs testing to check if it breaks previous Android versions. The apk can be downloaded from here. Would be great if someone can test on previous android versions and confirm if it works properly.

whew-inc commented 1 year ago

Hello, thank you for the PR!

I believe this will break Android 12(.1) as com.android.server.pm.ComputerEngine does not exist on that version.

haridhayal11 commented 1 year ago

Hello, thank you for the PR!

I believe this will break Android 12(.1) as com.android.server.pm.ComputerEngine does not exist on that version.

I assumed that, maybe we can add a if statement to detect like you have done for 12 ?

BigB84 commented 1 year ago

@haridhayal11

I tested your apk on LOS20. MicroG passes.

Thanks.

HritwikSinghal commented 1 year ago

Hello, thank you for the PR!

I believe this will break Android 12(.1) as com.android.server.pm.ComputerEngine does not exist on that version.

will this break it on A12.1?

Edit: NVM, saw the latest commit to fix this.