SkillAgentSearch skills...

PixelMeter

Pixel Meter is a network speed monitor application designed specifically for Google Pixel and native Android devices.

Install / Use

/learn @Mystery00/PixelMeter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Pixel Meter

<p align="center"> <img src="app/src/main/ic_launcher-playstore.png" width="200" alt="Pixel Meter Logo"/> </p> <p align="center"> <strong>Precise internet speed monitor designed for Pixel and Native Android.</strong> </p> <p align="center"> <a href="https://github.com/Mystery00/PixelMeter/releases/latest"><img src="https://img.shields.io/github/v/release/Mystery00/PixelMeter" alt="GitHub Release"></a> <a href="https://play.google.com/store/apps/details?id=vip.mystery0.pixel.meter"><img src="https://img.shields.io/badge/Google_Play-PixelMeter-green?logo=google-play&logoColor=white" alt="Google Play"></a> <a href="LICENSE"><img src="https://img.shields.io/github/license/Mystery00/PixelMeter" alt="License"></a> </p>

简体中文

About

Pixel Meter is a network speed monitor application designed specifically for Google Pixel and native Android devices. Unlike traditional speed monitors, Pixel Meter solves a common issue where using a VPN causes the displayed network speed to be double the actual speed (counting both the physical interface and the virtual VPN interface).

Pixel Meter intelligently filters out VPN traffic, directly reading from physical network interfaces (Wi-Fi, Cellular, Ethernet) to provide accurate real-time speed statistics.

Screenshots

<p align="center"> <img src="docs/Screenshot_EN.png" width="400" alt="App Screenshot"/> </p> <p align="center"> <img src="docs/Component.png" width="175" alt="App Component"/> </p>

Features

  • Precise Traffic Stats: Uses ConnectivityManager and TrafficStats to filter out tun0 and other virtual interfaces.
  • Native Experience: Built with Jetpack Compose and Material 3, supporting Dynamic Color on Pixel devices.
  • Flexible Display:
    • Notification Bar: Dynamic icon that updates in real-time. Supports customizable display modes (Total Speed, Upload Only, Download Only) and text prefixes.
    • Floating Window: Overlay that can be toggled and moved independently. Fully customizable:
      • Background and Text Color
      • Corner Radius and Text Size
      • Custom Text Prefixes and Order
    • Quick Settings Tiles: Toggle Overlay and Notification directly from the system control panel.
  • Live Update: Supports Android 16+ status bar chip update.
  • Privacy Focused: All data is processed locally. No traffic data is uploaded.
  • Built-in Tools: Integrated Cloudflare Speed Test via Chrome Custom Tabs.

Requirements

  • Device: Google Pixel series (recommended) or devices running native Android (AOSP).
  • Android Version: Android 12 (API Level 31) or higher.
  • Permissions: Notification (for the status bar icon) and Overlay (for the floating window).

Architecture

  • Language: Kotlin
  • UI Framework: Jetpack Compose (Material 3)
  • Architecture Pattern: MVVM + Clean Architecture
  • Dependency Injection: Koin
  • Data Source: TrafficStats + ConnectivityManager (Single Source of Truth)

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.

Related Skills

View on GitHub
GitHub Stars72
CategoryProduct
Updated15h ago
Forks7

Languages

Kotlin

Security Score

100/100

Audited on Mar 24, 2026

No findings