Android AppSupport installer patcher

Hi there!

I created an app that makes it possible to switch which app the Android subsystem thinks is the installer of the app.

That’s mostly useful if some app refuses to work unless it’s installed from Google Play. Now you can easily make it work with just a few taps.

This is mostly an evolution of my guide for doing the same thing manually: How to modify Android app so it thinks it was installed from Google Play

And it has support for the binary xml format that’s in use since Android 13 (5.0.0.73 for most devices).

22 Likes

Nice!

Although I’m not sure I’d want to install (and so even marginally trust) an app that won’t install if (it thinks) it isn’t installed from the Play store.

3 Likes

Well, as an example, the app for public transport in Prague (PID lítačka) does this check. It’s also a very convenient way to pay for public parking spots.

I could live without it but solving it this way seemed more fun.

6 Likes