Pixelify-Google-Photos

LSPosed module to add Google Pixel features on Google Photos for any device.

LSPosed module repo
Development repo

Steps to use:

  1. Install Magisk, LSPosed.
  2. Install the apk of this app (available from Releases page.)
  3. Open LSPosed app and enable the module. Google Photos will be automatically selected.
  4. Reboot. Enjoy. (If needed, you might need to clear data of Google Photos app).

How does this module work?

It simply hooks on to hasSystemFeature() method under android.app.ApplicationPackageManager class.
Then when Google Photos checks the relevant features which are expected only on Pixel devices, the module passes true.
Thus Google Photos enables Pixel-Exclusive features.
The features being “spoofed” can be found from:
Dot OS sources
PixelFeatureDrops magisk module
This module can also spoof some of the build.prop information like BRAND, MANUFACTURER, MODEL, FINGERPRINT of some Pixel devices.

Disclaimer!!

The user takes sole responsibility for any damage that might arise due to use of this module.
This includes physical damage (to device), injury, data loss, and also legal matters.
This project was made as a learning initiative and the developer cannot be held liable in any way for the use of it.

GitHub

View Github