移植平板HyperOS到手机,需要从其他正常手机HyperOS机型复制下面的软件 Contacts MIUIAod MiuiHome MIUISecurityCenter Mms MIUIContentExtension MIUIPackageInstaller
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 <底包路径> <移植包路径>
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 <底包路径> <移植包路径>
本项目使用了以下开源项目的部分或全部内容,感谢这些项目的开发者(排名顺序不分先后)。