Skip to content

Releases: get-mantle/Mantle-Verify

Mantle Verify v2.2.2 — Device Health & UI Refinements

Choose a tag to compare

@get-mantle get-mantle released this 17 Dec 09:31
8d8220a

Mantle Verify v2.2.2 — Device Health & UI Refinements

Mantle Verify is a companion diagnostics app for the Mantle ecosystem.
It shows what a normal Android app can read on your device and helps you verify Mantle’s LSPosed/Xposed spoofing in real time.


🛡️ New: Device Health Dashboard

  • Added a prominent Device Health card on the Home screen:
    • At-a-glance status with Green = Secure / Red = At Risk
    • Status based on active root / modification checks
    • Displays a total issue count without opening the full detector list

🎨 UI & UX Improvements

  • Refined MantleCard styling for better readability and a modern look
  • Enhanced About screen:
    • Built-in Theme Selector (System / Light / Dark)
    • More detailed app information

🐛 Bug Fixes & Stability

  • Fixed notification permission flow for Android 13+ (API 33)
  • Improved responsive layout scaling across different screen sizes

📦 Download

  • Now officially available on the Google Play Store
  • Or download the latest signed APK from the assets below:
    • MantleVerify-v2.2.2.apk

⚙️ Requirements

  • Android 7.0+ (API 24+)

Mantle Verify v2.1.0 — Environment / Root Detector

Choose a tag to compare

@get-mantle get-mantle released this 20 Nov 20:09
5d2de02

Mantle Verify v2.1.0 — Environment / Root Detector

Mantle Verify is a companion diagnostics app for the Mantle ecosystem.
It shows what a normal Android app can read on your device and helps you verify Mantle’s LSPosed/Xposed spoofing in real time.


🛡️ New: Environment / Root Detector

  • Added a dedicated “Environment / Root Detector” screen:

    • Per-check status with Green = clean / Red = suspicious
    • Summary line:
      • Status: Looks clean for all checks. or
      • Status: Root / modifications detected (N red checks).
    • Floating action button to re-run all checks instantly.
  • Hardened detection for:

    • Root / patch frameworks (Magisk, KernelSU, APatch, Shizuku)
    • Xposed / LSPosed managers (LSPosed Manager, EdXposed, classic Xposed installer, TaiChi, HMA)
    • Xposed / LSPosed modules via manifest meta-data:
      • xposedmodule
      • xposedmoduleminversion
      • xposedminversion
    • Heuristic environment signals:
      • su / BusyBox binaries in common paths
      • RW mounts on /system, /vendor, /odm
      • Dangerous system properties (ro.debuggable=1, ro.secure=0, unlocked vbmeta)
      • Root-hider / cloaker apps (Hide My Applist, App Ops, Sui)
      • SELinux mode via getenforce (Permissive vs Enforcing)
      • Magisk traces and modules directory
      • XposedBridge class presence
      • Signature spoof (MicroG-style FAKE_PACKAGE_SIGNATURE)
      • Custom recovery traces (TWRP, recovery logs/scripts)

These checks are heuristic. A clever ROM or root-hider can still bypass them.


📄 Existing v2.0.x Features (Recap)

  • Location Panel: live coordinates, full address (reverse geocoded), spoof verification
  • Timezone Panel: system timezone, UTC offset, spoof verification
  • Export Report: one-tap full diagnostic report (for debugging Mantle spoof setups)
  • Improved About Screen: Mantle links, version info, theme selector

📦 Download

  • Download the latest signed APK from the assets below:
    • MantleVerify-v2.1.0.apk

⚙️ Requirements

  • Android 7.0+ (API 24+)
  • Optional: LSPosed/EdXposed to view spoofed values

Mantle Verify v2.3-28.02.26

Choose a tag to compare

@get-mantle get-mantle released this 01 Mar 08:30
8d8220a

🛡️ What's New in v2.3 — 28 Feb 2026

This release adds new real-time security detections to the Security Status card, giving you even more insight into your device's environment at a glance — alongside proxy testing, App Set ID support, and major stability improvements.


✨ New Features

🔒 VPN Detection

The Security Status card now shows whether an active VPN connection is detected on the device.

  • Displays Active or Inactive in real time.

📍 Mock Location Detection

The Security Status card now also shows whether Mock Locations are enabled on the device.

  • Detects if fake GPS is permitted at the system level.
  • Displays Active or Inactive instantly.

🌐 Proxy Testing Card

A dedicated Proxy Testing card lets you test and verify your proxy connections directly from inside the app — opens Scamalytics and Whoer.net in a built-in WebView.

🆔 App Set ID

Detection and spoofing support for App Set ID has been added to the Google / IDs section.


🗂️ Security Status Card — Full Overview

Check Description
🔓 Bootloader Shows if the bootloader is locked or unlocked
🛠️ Developer Options Shows if Developer Options are enabled
🔒 VPN Detects if a VPN is currently active
📍 Mock Locations Detects if Mock Location is enabled

🐛 Bug Fixes

  • Emulator & Custom ROM Fix — Resolved "App keeps stopping" crash on BlueStacks, Nox, and Custom ROMs without Google Play Services. The app now gracefully falls back and runs normally without GMS.

Note: When Mantle / Xposed hooks are active for com.mantle.verify, all displayed values may reflect the virtualized / spoofed state rather than the real device state.

Mantle Verify v2.0.0

Choose a tag to compare

@get-mantle get-mantle released this 17 Nov 16:16
b512b6b

🚀 Mantle Verify v2.0.0

Major Diagnostics Upgrade • Location Intelligence • Full Report Export

Mantle Verify 2.0.0 brings the biggest update ever, transforming the app into a complete diagnostics tool for testing Mantle's spoofing accuracy. This release adds full address detection, timezone intelligence, an instant export-all report, and major improvements to spoof-reflection reliability.


🌍 New: Location Intelligence Panel

A brand-new top-section card showing:

✔️ Full GPS Location (Human-Readable)

  • Converts coordinates into a full address
    e.g., “100 N La Cienega Blvd, Beverly Hills, California, 90211, United States”
  • Works with both real and spoofed locations
  • Accurately reflects Mantle Console’s Location/GPS hooks

✔️ Timezone Insights

  • Detects the system’s current timezone
  • Shows clean UTC offset (e.g., UTC+05:00)
  • Reflects spoofed timezone if hooks override it

📤 New: “Export All Data” Report

One button → full text report:

  • Location + full address
  • Timezone + offset
  • Device info
  • IMEI / Serial / Network IDs
  • Wi-Fi + Bluetooth identifiers
  • Google IDs
  • DRM Widevine ID
  • SIM details

The exported report shows exact spoofed values if Mantle hooks are active.


🗺️ Improved Reverse-Geocoding Engine

  • Builds a structured address using locality, sub-locality, state, pin code, and country
  • Graceful fallback logic
  • Works even with spoofed GPS
  • More accurate than the old latitude/longitude display

🛠️ Hook Compatibility Improvements

  • Correct behavior for DRM ID on Android 14+
  • Better spoof-pass-through for IMEI, Serial, GSF ID, GPS, Timezone
  • More stable permission fallbacks
  • More reliable refresh after granting permissions

🎨 UI / UX Enhancements

  • New modern card for Location & Timezone
  • Smoother scrolling with dynamic bottom bar
  • Cleaner grouping of data sections
  • New M3 components, consistent spacing
  • Removed outdated “Copy report” button

🩹 Fixes & Stability

  • Fixed crashes from missing parameters (locationLabel)
  • Fixed expression-body return issues
  • Improved geocoder stability
  • Ensured compatibility from Android 7 → Android 15+

📱 Requirements

  • Android 7.0+ (API 24+)
  • LSPosed/Xposed optional for spoof-verification
  • Internet for update checks, reverse geocoding, and ads

🔗 Download

Grab the signed APK from the Releases section.


Mantle Verify 1.0.0

Choose a tag to compare

@get-mantle get-mantle released this 10 Nov 07:52
798b7c2

Mantle Verify v1.0.0

Home About

What is Mantle Verify?

Mantle Verify is a companion diagnostics app for the Mantle ecosystem. It shows the exact device and account identifiers that ordinary apps can read on your phone. If you’re using Mantle’s spoofing/hooks via LSPosed, the values shown here will reflect the virtualized (spoofed) data, so you can quickly confirm that your per-app identity rules are working.

Key capabilities

  • Device/OS info: model, Android version, build fingerprint
  • Network & SIM: operator name, MCC/MNC, IMSI*, ICCID*
  • Wi-Fi & Bluetooth: SSID, Wi-Fi MAC*, Bluetooth MAC*
  • Google/IDs: Android ID, Advertising ID, GSF android_id, primary Gmail (masked)
  • DRM/Media: Widevine DEVICE_UNIQUE_ID (hex)

* Some identifiers are restricted on recent Android versions without special privileges.

Who is it for?

  • Privacy-focused users and testers who want to verify spoofed IDs at a glance
  • Developers validating per-app identity rules and anti-fingerprinting setups

Highlights

  • First public release
  • In-app diagnostics for device & network identifiers

Compatibility

  • Works with LSPosed / EdXposed on Android 8.0+
  • Shows live spoofed values when Mantle/Xposed hooks are active for com.mantle.verify

Permissions & Notes

  • Uses standard runtime permissions for reading phone, Wi-Fi, Bluetooth, and IDs
  • Some values may be unavailable or randomized by the OS on newer Android versions