Skip to content

uragiristereo/Reverse_Pixelify

Repository files navigation

Reverse Pixelify

Revert/disable internal spoofing caused by custom ROMs. Some people don't like it when their device recognized as another device in apps.

Requirements

  • LSPosed min. API 93
  • Supported ROM, see below.

Supported ROMs

Installation

  1. Install the module APK (available from Releases page).
  2. Open LSPosed Manager, and enable the module.
  3. Choose apps that you want to disable the spoofing, or leave it default.

You can also add another app that isn't marked as recommended.

  1. Reboot the device.
  2. Enjoy!

You may need to clear some apps' data like Google Photos or Play Store after enabling to takes effect.

How does this module works?

This module basically hooks setProps method in PixelPropsUtils class and prevents it to be called by returning null prematurely.

License

Copyright 2022 Agung Watanabe

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.