Skip to content

Tydragon00/android-modding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Android-modding

Guide for modding android devices

Requirements

  • Installation tool
    $ sudo apt install android-tools-adb android-tools-fastboot -y
    or
    $ sudo pacman -Sy android-tools
    
  • Get the code name of your device:
    $ adb shell getprop ro.product.device
    

For Xiaomi devices:

  • Install custom recovery (TWRP or OrangeFox)

    • Unlock bootloader (with xiaomi tool)
    • adb reboot bootloader ( for restart in fastboot)
    • fastboot flash recovery recovery.img (at the end turn off devices)
  • Install custom recovery (TWRP or OrangeFox)

    • Reboot in fastboot
      $ adb reboot bootloader
      
    • Unlock bootloader (with xiaomi tool)
    • Install custom recovery
      $ fastboot flash recovery recovery.img
    • Reboot on custom recovery
      $ fastboot reboot recovery 
         
      
  • Install custom ROM

    • Reboot device in custom recovery
      $ adb reboot recovery
    • Open adb sideload from device
    • Intsall custom rom with sideload
      $ adb sideload  "ROM file.zip" 
      
      
      
      

About

Script for modding android devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published