Device Id Changer

Magisk KSU APatch

In the modern era of Android customization, strict applications often flag devices based on their specific hardware IDs or system properties. Device Id Changer (powered by Seyud's Device Faker architecture) is the ultimate Zygisk-based solution to this problem. Instead of globally modifying your system and risking instability, this module allows you to seamlessly spoof device properties on a strict per-app basis. Featuring an intuitive WebUI, TOML configuration, and multiple spoofing modes, it gives you absolute control over your device's digital footprint.

Master Your Device Identity

Take control over what apps see. Easily switch your digital footprint to evade restrictions, enhance privacy, or bypass rigid device-specific checks using a modern WebUI interface.

Native Zygisk Injection

Operating directly within the Zygisk framework, the module intercepts property requests at the deepest application level. This ensures that the spoofed values are injected before the target app even finishes initializing.

Modern WebUI Dashboard

No more wrestling with command-line interfaces. The module hosts a localized, clean WebUI that allows you to manage templates, select target applications, and toggle spoofing modes with just a few taps.

Triple Operation Modes

Choose your level of evasion. Use Lite Mode for basic apps, Full Mode for broad property masking, or the powerful Resetprop Mode to force read-only system properties to display your faked data.

TOML & Template Management

Power users can dive into the highly readable TOML configuration files. Create a perfect device profile (e.g., Samsung Galaxy S24) and instantly apply that exact template to multiple target apps at once.

Why Per-App Spoofing Matters

In the past, users who wanted to spoof their Android ID, device model, or manufacturer had to edit their global build.prop. This often resulted in broken system updates, misbehaving Google services, or random bootloops because the entire operating system was confused about its identity.

By utilizing Zygisk, this module takes a surgical approach. It intercepts the API calls only when your specifically chosen application asks the system "What device am I running on?".

# Example: TOML Configuration Structure
[packages.com.target.application]
mode = "full"
template = "pixel_8_pro"
android_id = "a1b2c3d4e5f6g7h8"

Whether you are managing your setups via the graphical WebUI or manually editing the TOML files, this targeted approach ensures that your device remains 100% stable while giving you absolute privacy and control over nosy applications.

Frequently Asked Questions

This module utilizes the powerful Device Faker architecture by Seyud under the hood. It is a Zygisk-based tool designed to spoof your device's hardware and software properties (like Android ID, device model, and manufacturer) strictly on a per-app basis. This means you can trick a specific app into thinking you are using a different device without altering your global system settings.

Lite Mode offers lightweight stealth for basic spoofing. Full Mode overrides a comprehensive list of device properties. Resetprop Mode leverages advanced memory techniques to manipulate deep, read-only system properties that strict applications might check.

You can easily manage everything through the modern WebUI management interface. Simply open the WebUI in your browser or root manager, select the target application, and apply your desired fake device profile.

Instead of configuring settings for each app manually, Template Management lets you create a specific configuration (e.g., a 'Pixel 8 Pro' template) and apply it instantly to multiple applications simultaneously. Under the hood, these are saved as clean, readable TOML files.

Absolutely. As long as you have a working Zygisk environment (such as ZygiskNext for KernelSU or APatch), this module will inject and function perfectly alongside traditional Magisk setups.

Module Info

  • Version v1.2.1
  • Module By
    sidex15
  • Contributors sidex15, antoniu200
  • Source Code View Repository
  • Tags
    #Device Faker #Device Spoof #Property Spoof #Zygisk #Magisk Module #Seyud #WebUI #TOML #Per-App
  • Requirement
    Magisk KernelSU APatch
  • Latest Update