Skip to content

Android Setup

Play Store

Security & Privacy

Browsers

Communication

Productivity

Media

Utilities

Payment Apps

Droid-ify

  • TBD

Flash a custom recovery

sh
fastboot devices
sh
fastboot flash recovery recovery.img

⚠️ Warning: Never reboot into recovery using fastboot command

Media Management

Finding .m4a songs from terminal

sh
find . -type f -name "*.m4a" > m4a.txt

Find all media files

sh
find . -type f \( -name "*.mp3" -o -name "*.m4a" -o -name "*.wav" \) > media_files.txt

HyperOS Debloating

Automated Method

bash
git clone https://github.com/fynks/android-debloater.git
cd android-debloater
chmod +x debloat.sh
./debloat.sh

Manual Debloating Guide

Safe to Remove

  • Analytics
  • App Vault
  • Backup
  • Browser
  • CatchLog
  • Cleaner
  • Downloads
  • FM Radio
  • Facebook
  • Feedback
  • Games
  • GetApps [Only for Global ROM]
  • MSA
  • Market Feedback Agent
  • Mail
  • Market Feedback Agent
  • Meta Installer
  • Meta manager
  • Mi Cloud
  • Mi Credit
  • Mi Drop
  • Mi Mover
  • Mi Pay
  • Mi Share
  • Mi Recycle
  • MiConnectService
  • MiPlayClient
  • Mi Wallpaper Carousel
  • MiuiDaemon
  • Music
  • NextPay
  • Notes
  • Quick Apps
  • Services & Feedback
  • Xiaomi Sim Activate Service
  • Xiaomi Service Framework

Critical System Apps

⚠️ Warning: Never remove these system apps:

  • VsimCore - Required for data usage
  • VsimCore (Otherwise you won't get Data Usage on Control Centre tile)
  • MiVideo [Otherwise you can't view/edit SlowMo Vids taken from Stock Camera]
  • Battery & Performance
  • Power Detector
  • Security App [Happy Bootloop]
  • Mi Wallpaper
  • Joyose [something related to GPU and game booster, might cause bootloop]

All rights reserved