# easyManager **Repository Path**: SorryMyLife/easyManager ## Basic Information - **Project Name**: easyManager - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-21 - **Last Updated**: 2026-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
A lightweight, core-focused, simple and easy-to-use Android system toolbox.
# Introduction Light Breeze is a system management tool for advanced Android users. It focuses on Chinese OEM customized system environments and provides three operation modes: **ADB, ROOT, and Device Administrator**, allowing users to manage their devices more freely, safely, and efficiently. Light Breeze does not actively modify system core files, nor does it force user permissions. All advanced features are based on active user authorization and are performed within the scope of permitted permissions. Just like its name: > Light breeze blows gently and leaves quietly. > No forced changes, no unauthorized intervention. > Just do your own thing, stay restrained, and stay pure. --- # Features Light Breeze currently integrates: - Batch App Permission Management - App Freeze / Unfreeze / Disable - Batch Uninstall and Silent Install - App Clone Management - Background Process Cleanup - Network Access Control - App Component Management - App Backup and Restore - File Compression and Recovery - LAN File Sharing - ADB / Root Shell Command Execution Also provided for some Android systems: - Fix abnormal signal icons in AOSP-like systems - Custom NTP Time Server - Domestic Time Synchronization Optimization - System Refresh Rate Adjustment - System Limit Adjustment Light Breeze encapsulates complex system operations into simple one-click functions. Users only need to select the corresponding rules to complete the relevant operations. --- # Operation Modes ## ADB Mode Runs via ADB Shell permissions. Enables some advanced system management capabilities without Root. Supports: - App Management - Permission Adjustment - System Command Execution - Some Hidden API calls --- ## ROOT Mode Unlock more advanced features with Root privileges. Supports: - System-level Backup and Restore - Network Control - App Component Control - Clone Limit Adjustment - System Boot Environment Creation - Deeper System Management --- ## Device Administrator Mode Runs via Android Device Admin capability. No Root required. Supports: - App Uninstall - App Install Management - App Freeze / Unfreeze - Hide / Show App Icons --- # Technologies Used Light Breeze is developed based on native Android technologies. Mainly involving: ## Android Development - Java - Android SDK - Android Framework API - Binder IPC - AIDL - PackageManager - ActivityManager - UserManager - AppOpsManager - DevicePolicyManager ## System Capabilities - Hidden API calls - SystemService calls - Framework internal interface calls - Shell Command execution - ADB Shell - Root Shell ## File Processing - Apache Commons Compress - XZ compression algorithm - File backup and restore - Compressed file processing ## Compatibility Technologies - Hidden API bypass - Android multi-version adaptation - OEM ROM compatibility optimization Supports Android 4.0+ system environments. --- # Project Architecture Light Breeze adopts a front-end and back-end separated architecture. System-level operations are handled by an independent background service. ```text User Operation │ ▼ ┌────────────────────────┐ │ LightBreeze App │ │ UI / Configuration / │ │ Request Management │ └───────────┬────────────┘ │ │ Binder IPC │ AIDL Communication ▼ ┌────────────────────────┐ │ LightBreeze Service │ │ Core Service │ │ │ │ Permission Management │ │ Task Scheduling │ │ System Capability Call │ └───────────┬────────────┘ │ ┌─────────────────┼─────────────────┐ │ │ │ ▼ ▼ ▼ ┌──────────┐ ┌──────────┐ ┌──────────────┐ │ ADB Mode │ │ Root Mode│ │ Device Admin │ │ ADB │ │ Root │ │ │ └────┬─────┘ └────┬─────┘ └─────┬────────┘ └─────────────────┼──────────────────┘ │ ▼ ┌─────────────────────────────────┐ │ Android Framework │ │ │ │ Binder IPC │ │ AIDL Interface │ │ Hidden API │ │ │ │ IPackageManager │ │ IActivityManager │ │ IUserManager │ │ IAppOpsService │ └───────────────┬─────────────────┘ │ ▼ ┌─────────────────────────────────┐ │ System Capability │ │ │ │ Application Management │ │ Permission Control │ │ User & Clone Management │ │ Network Control │ │ File Processing │ │ System Settings Adjustment │ └─────────────────────────────────┘ ``` Design Features: - Separates the UI layer from core execution logic - Runs privileged operations inside an independent service module - Uses Binder IPC / AIDL for module communication - Selects execution capabilities based on ADB, Root, or Device Admin permissions - Improves stability and maintainability --- # How it Works Light Breeze refers to several excellent open-source projects: - Shizuku - AppOps - Hail - Dhizuku - InstallerX Running Flow: 1. User selects operation mode 2. User completes permission authorization 3. Background service starts 4. Front-end sends operation requests 5. Background calls corresponding system capabilities to complete tasks --- # What can Light Breeze do? ## Uninstall System Apps without Root Through Device Administrator mode, you can uninstall some system apps that cannot be handled by ordinary ADB Shell. Supports: - VIVO - iQOO - OPPO - OnePlus - realme - HONOR - Samsung --- ## App Sensor Permission Management For systems below Android 10: - Manage app sensor permissions - Disable sensor access for some apps Reduce interference caused by "Shake" advertisements and other behaviors. --- ## Turn Phone into a System Boot Device In Root environment: - Create boot images - Create boot disks - Assist in Windows installation - Assist in Linux installation --- ## App Clone Management In Root environment: - Adjust system clone limits - Create more independent user environments - Manage app clones --- ## LAN File Sharing Via WiFi: - Share specified folders - Access files via LAN - Transfer data quickly --- # Screenshots