GithubHelp home page GithubHelp logo

188199176 / hyperos_port Goto Github PK

View Code? Open in Web Editor NEW

This project forked from toraidl/hyperos_port

0.0 0.0 0.0 128.62 MB

HyperOS port for Android 13 based ROM

License: MIT License

Shell 34.03% Python 65.09% Batchfile 0.88%

hyperos_port's Introduction

HyperOS 移植项目

简体中文  |  English

简介

  • HyperOS 一键自动移植打包

测试机型及版本

  • 测试机型小米10/Pro/Ultra MIUI 14最新版
  • 测试版本 小米13/Pro、小米14/Pro、K70 Pro HyperOS1.0 正式版和开发版 官方OTA包

正常工作

  • 人脸
  • 挖孔
  • 指纹
  • 相机
  • NFC
  • 自动亮度
  • 通话息屏
  • 应用双开
  • 护眼模式
  • 带壳截屏

BUG

  • 等你发现

说明

  • 以上均基于小米10正式版(V14.0.4.0.TJBCNXM)测试

NFC

关于NFC,Android13的底包,可以复制项目devices/umi/system/system/app/NQNfcNci/NQNfcNci.apk,devices/umi/overlay/system_ext/framework/com.nxp.nfc.nq.jar和devices/umi/overlay/system_ext/framework/com.xiaomi.nfc.jar 到你想要移植的机型对应目录中。

如何使用

  • 在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 <底包路径> <移植包路径>
  • 上述代码中,底包路径和移植包路径可以替换为链接

感谢

本项目使用了以下开源项目的部分或全部内容,感谢这些项目的开发者(排名顺序不分先后)。

hyperos_port's People

Contributors

ljc-fight avatar toraidl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.