Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xposed-modules-repo/balti.xposed.pixelifygooglephotos
Pixelify GPhotos
https://github.com/xposed-modules-repo/balti.xposed.pixelifygooglephotos
edxposed lsposed
Last synced: about 5 hours ago
JSON representation
Pixelify GPhotos
- Host: GitHub
- URL: https://github.com/xposed-modules-repo/balti.xposed.pixelifygooglephotos
- Owner: Xposed-Modules-Repo
- License: mit
- Created: 2021-12-06T02:07:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T22:33:44.000Z (over 2 years ago)
- Last Synced: 2023-09-18T08:15:21.761Z (about 1 year ago)
- Topics: edxposed, lsposed
- Language: Kotlin
- Homepage: https://t.me/pixelifyGooglePhotos
- Size: 491 KB
- Stars: 87
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixelify-Google-Photos
LSPosed / EdXposed module to add Google Pixel features on Google Photos for any device.
Tested on EdXposed by [Jim Wu](https://github.com/MlgmXyysd)[LSPosed module repo](https://github.com/Xposed-Modules-Repo/balti.xposed.pixelifygooglephotos.git)
[Development repo](https://github.com/BaltiApps/Pixelify-Google-Photos.git)[Telegram group link](https://t.me/pixelifyGooglePhotos)
### Steps to use:
1. Install Magisk, [LSPosed](https://github.com/LSPosed/LSPosed) Or [EdXposed](https://github.com/ElderDrivers/EdXposed).
2. Install the apk of this app (available from [Releases](https://github.com/BaltiApps/Pixelify-Google-Photos/releases) page.)
3. Open LSPosed / EdXposed app and enable the module. For LSPosed, 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](https://github.com/DotOS/android_vendor_dot/blob/55f1c26bb6dbb1175d96cf538ae113618caf7d06/prebuilt/common/etc/pixel_2016_exclusive.xml)
[PixelFeatureDrops magisk module](https://github.com/ayush5harma/PixelFeatureDrops/tree/master/system/etc/sysconfig)
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.