Skip to content

HyperOS stock/xiaomi.eu ROM port for Android 13 based ROM - 小米HyperOS系统(Android 14)移植,测试支持小米10/10Pro/10Ultra(Android13底包)

License

Notifications You must be signed in to change notification settings

Tims0320/hyperos_port

 
 

Repository files navigation

HyperOS 移植項目

簡體中文  |  English

簡介

  • HyperOS 一鍵自動移植打包

目標機型及版本測試

  • 測試機型小米10/Pro/Ultra MIUI 14最新版
  • 測試版 小米12、小米13/Pro/Ultra、小米14/Pro HyperOS1.0 正式版及開發版 官方OTA包 & xiaomi.eu官改包
  • 測試版本 小米平板5 Pro 12.4(DAGU)

正常工作

BUG

說明

平板系統

移植平板HyperOS到手機,需要從其他正常手機HyperOS機型複製下面的軟體 Contacts MIUIAod MiuiHome MIUISecurityCenter Mms MIUIContentExtension MIUIPackageInstaller

如何使用

  • 在WSL、ubuntu、deepin等Linux下
     sudo apt update
     sudo apt upgrade
     sudo apt install git -y
     # 克隆項目
     git clone https://github.com/toraidl/hyperos_port.git
     cd hyperos_port
     # 安裝依賴
     sudo ./setup.sh
     # 開始移植
     sudo ./port.sh <底包路徑> <移植包路徑>
  • 在macOS下
     # 安裝brew
     /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

     # 克隆項目
     git clone https://github.com/toraidl/hyperos_port.git
     cd hyperos_port
     # 安裝依賴
     sudo ./setup.sh
     # 開始移植
     sudo ./port.sh <底包路徑> <移植包路徑>
  • 在Termux上(未測試)
     pkg update
     pkg upgrade
     pkg install git tsu -y
     # 克隆項目
     git clone https://github.com/toraidl/hyperos_port.git
     cd hyperos_port/
     # 安裝依賴
     ./setup.sh
     # 進入root模式
     tsu
     ./port.sh <底包路徑> <移植包路徑>
  • 上述程式碼中,底包路徑和移植包路徑可以替換為連結

感謝

本專案使用了以下開源專案的部分或全部內容,感謝這些專案的開發者(排名順序不分先後)。

About

HyperOS stock/xiaomi.eu ROM port for Android 13 based ROM - 小米HyperOS系统(Android 14)移植,测试支持小米10/10Pro/10Ultra(Android13底包)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.3%
  • Shell 47.0%
  • Batchfile 1.7%