Giter VIP home page Giter VIP logo

device_xiaomi_pad5-twrp's Introduction

TWRP 小米平板5 Pro系列

基于小米平板5Pro橙狐设备树修改的TWRP设备树
参考了sk佬k40 twrp设备树,试图把小米平板5 Pro(elish)、小米平板5 Pro 5G(enuma)、小米平板5 Pro 12.4(dagu)都放进来
所使用的内核源代码来自于eva内核并且已打上修复画面显示补丁
enuma、dagu无设备所以未测试
由于小米开源的内核代码过于远古并且从未更新,用了第三方内核还必须要刷配套的dtb才能开机
dtb在vendor_boot分区里面,所以刷twrp要同时刷vendor_boot,需要自己提取设备的vendor_boot.img替换dtb重新打包

如何构建

下载TWRP源代码,克隆这个仓库放到相应的位置
例如TWRP源代码根目录为~/twrp,则保存为~/twrp/device/xiaomi/elish/:

cd ~/twrp
mkdir -p device/xiaomi
cd device/xiaomi
git clone https://github.com/ymdzq/device_xiaomi_elish-TWRP.git elish

打开源代码根目录按设备选择运行:
小米平板5Pro(elish)

. build/envsetup.sh && lunch twrp_elish-eng && mka bootimage

小米平板5Pro 5G(enuma)

. build/envsetup.sh && lunch twrp_enuma-eng && mka bootimage

小米平板5Pro 12.4(dagu)

. build/envsetup.sh && lunch twrp_dagu-eng && mka bootimage

device_xiaomi_pad5-twrp's People

Contributors

xindaowei0 avatar ymdzq avatar

Stargazers

 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.