Professional Android Gaming Performance Optimizer
UltraBoost Engine is a smart adaptive performance engine designed to improve gaming smoothness, frame stability, multitasking performance, and responsiveness during heavy Android gaming scenarios.
This application:
- ✅ Prioritizes stable frametimes over fake FPS claims
- ✅ Uses safe optimization within Android's security limitations
- ✅ Never disables thermal safety systems
- ✅ Never forces dangerous overclocking
- ✅ Never kills important Android system processes
- ✅ Respects Android security restrictions
- ✅ Uses adaptive optimization instead of aggressive unsafe methods
- Reduce stutters and micro-stutters
- Improve frametime stability
- Improve touch responsiveness
- Reduce recording lag
- Improve multitasking performance
- Improve frame consistency during PvP
- Reduce heavy frame spikes
- Improve smoothness under Discord + screen recording + Minecraft Java scenarios
- Balanced Mode - Safe optimization with stable thermals
- Gaming Mode - Aggressive frame stabilization, lower latency
- Recording Mode - Optimized for screen recording + Discord voice chat
- PvP Mode - Ultra-low latency for competitive play
- Extreme Mode - Maximum safe optimization
- App Detection Engine - Detects selected app launch and monitors foreground processes
- Native Performance Engine (C++/JNI) - Frame pacing stabilizer, CPU thread balancing
- Thermal Monitoring System - Monitors temperature and reduces intensity when overheating
- Recorder & Voice Chat Optimization - Balances workload during multitasking
- Smart Overlay UI - Real-time FPS, temperature, and stats display
- Performance Profiles - Custom profiles for different scenarios
- Detects PojavLauncher and MojoLauncher
- Suggests adaptive render distance
- Recommends optimized settings for recording
app/src/main/
├── java/com/ultraboost/engine/
│ ├── ui/ # Activities and UI components
│ ├── service/ # Foreground services (Optimization, Overlay)
│ ├── optimization/ # Optimization modes and state
│ ├── jni/ # JNI bridge to native engine
│ ├── monitoring/ # Thermal, Memory, Performance monitors
│ ├── detection/ # App detection engine
│ ├── settings/ # Settings management
│ └── utils/ # Utility classes
├── cpp/ # Native C++ performance engine
│ ├── native_engine.cpp # Main native optimization code
│ └── CMakeLists.txt # Native build configuration
└── res/ # Resources (layouts, colors, strings)
- Kotlin
- Android Studio
- Foreground Services
- Usage Stats API
- Notifications API
- View Binding
- C++
- Android NDK
- JNI
- CMake
- Minimum SDK: Android 11 (API 30)
- Target SDK: Android 14 (API 34)
- NDK: Required for native optimization engine
- Android Studio Arctic Fox or newer
- Android NDK installed
- CMake installed
# Clone the repository
git clone https://github.com/yourusername/UltraBoostEngine.git
cd UltraBoostEngine
# Build Debug APK
./gradlew assembleDebug
# Build Release APK
./gradlew assembleReleaseThe project includes a workflow file that automatically builds APKs on push:
- Debug APK uploaded as artifact
- Release APK created on version tags
UltraBoost Engine uses only necessary permissions:
FOREGROUND_SERVICE- For persistent optimizationPACKAGE_USAGE_STATS- For app detectionPOST_NOTIFICATIONS- For status updatesSYSTEM_ALERT_WINDOW- For in-game overlayREQUEST_IGNORE_BATTERY_OPTIMIZATIONS- For reliable background operation
- Thermal Protection - Automatically reduces optimization when device gets hot
- Adaptive Intensity - Adjusts based on temperature and memory pressure
- Safe Limits - Never exceeds safe operating parameters
- No Root Required - Works within Android's standard security model
- Dark futuristic theme with neon gaming style
- Smooth transitions and animations
- Circular performance meters
- Live statistics dashboard
- Glassmorphism effects
This application does NOT:
- Claim impossible FPS multiplication
- Force dangerous overclocking
- Disable thermal protection
- Kill critical Android processes
- Damage hardware
- Cause bootloops
- Use fake RAM cleaner logic
Architecture supports future additions:
- Launcher plugins
- Fabric companion mods
- Vulkan/OpenGL monitoring
- Shizuku integration
- Optional root enhancements
- AI adaptive optimization
- Advanced statistics system
See LICENSE file for details.
Contributions are welcome! Please ensure any changes:
- Follow the safety-first philosophy
- Don't introduce dangerous optimizations
- Maintain code quality standards
- Include appropriate documentation
Made with ❤️ for the Android gaming community