First ,you should download all zips you need

  1. Anriod 9.0 rom

    link:https://drive.google.com/uc?id=1 ... Jdk&export=download

  2. 3rdparty recovery(include twrp)

    link:https://pan.baidu.com/s/1aA4xW8uTU3IZjsb2yEl3EA Extration code:heg4

  3. fireware

    link:https://github.com/XiaomiFirmwar ... g/stable-25.01.2019

Second,flash the rom you download

  1. use usb to connect your mobile phone with PC ,select MTP
  2. press the volume down and power button until entering fastboot
  3. unzip the 3rdparty recovery you have download,then click the red one

  1. if succeed ,reboot to recovery,just like this

  2. if your miui's data partition is locked ,click wipe to clean ,format data/

  3. transfer Anriod 9.0 rom's zip and fireware's zip to your phone from PC

  4. click install ,enter sdcard,there should be your zips

  5. flash fireware's zip first ,slide to flash,succeed.

  6. then flash Anriod 9.0 rom ,if succeed,reboot to see what you have done!


Third ,addition modules

  1. flash google apps

    link:https://opengapps.org/?arch=arm64&api=9.0&variant=nano(but stock and super variants are not recommended!!! )

  2. flash magisk to access root previleges
    link:https://github.com/topjohnwu/Mag ... .1/Magisk-v18.1.zip
    (if not matched go to github to select :https://github.com/topjohnwu/Magisk/releases
    this process is the same as the flash on rom above, I'll not say again

Fourth,if you want to install xposed framework

  1. please go to this tutorial

    link:https://github.com/ElderDrivers/EdXposed

  2. maybe this will also be helpful if known Chinese

​ link:https://www.xzymoe.com/android-9-flash-xposed/

(better to use suitable version)

what I use

  • Magisk-v18.1.zip
  • magisk-riru-core-v15.zip
  • magisk-EdXposed-v0.2.9.8_beta1-release.zip
  • EdXposedInstaller_v2.2.0-release.apk

It works

Reference

Tutorial for MI5 ! flash MI5 to Native Anriod 9的更多相关文章

  1. !! This tutorial was designed to help you with installation and configuration of OpenCV4Android SDK.

    ref: http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/O4A_SDK.html#running-o ...

  2. ios上uiwebview的一些实用技巧

    前几个星期接到公司一个项目,要用webview在客户端上播视频,作为一个前端实习生,这种需求真是蛋疼……一不知webview是何方神圣,二不知咋调试…… 下面就是蛋疼的开始:  寻找调试工具:好,非w ...

  3. installation and configuration of OpenCV4Android SDK

    http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/O4A_SDK.html#running-opencv ...

  4. (1)Angular的开发

    流行的ReactNative.Node.js.Angular.js.RXjs等技术 H5视频直播 ReactNative应用 JavaScript的新语法 高性能服务端框架 Webpack支撑大规模应 ...

  5. 2019-1-7Xiaomi Mi5 刷全球版MIUI教程

    2019-1-7Xiaomi Mi5 刷全球版MIUI教程 mi5 教程 小书匠  欢迎走进zozo的学习之旅. 前言 固件下载 刷机 刷recovery,root 试用体验 其他参考 前言 机器是老 ...

  6. react-native学习笔记--史上最详细Windows版本搭建安装React Native环境配置

    参考:http://www.lcode.org/react-native/ React native中文网:http://reactnative.cn/docs/0.23/android-setup. ...

  7. Compiling OpenGL games with the Flash C Compiler (FlasCC)

    Compiling OpenGL games with the Flash C Compiler (FlasCC) In this article I show how to use the Flas ...

  8. Selenium tutorial/overview

    copy from: http://www.jroller.com/selenium/ Selenium tutorial/overview 1. Selenium Introduction 2. S ...

  9. UEFI Bootable USB Flash Drive - Create in Windows(WIN7 WIN8)

    How to Create a Bootable UEFI USB Flash Drive for Installing Windows 7, Windows 8, or Windows 8.1 In ...

随机推荐

  1. Linux-进程管理

    关于进程 Process what is process ? 什么是进程 process life cycle 进程的生命周期 process states 进程状态 什么是进程? 进程是已启动的可执 ...

  2. JWT 加密

    什么是JWT Json web token (JWT), 是为了在网络应用环境间传递声明而执行的一种基于JSON的开放标准((RFC 7519).该token被设计为紧凑且安全的,特别适用于分布式站点 ...

  3. hbuilder、hbuilderx和vscode对比

    1. 从内存来对比 1.1 vscode占用内存 打开同一个项目,发现vscode占用内存比较多 1.2 HBuilder占用内存 1.3 HBuilderx占用内存 1.4 对比 从内存上来看,HB ...

  4. Windows系统封装教程

    Windows系统封装教程

  5. Python 几个常见函数

    本文主要总结常见的函数知识点. 1.zip函数 用来并行迭代,可以把两个序列并在一起,然后返回一个元组的列表 names = ['Ann','Jame','Anla'] ages = [11,12,1 ...

  6. ArcGis dbf读写——挂接Excel到属性表 C#

    ArcMap提供了挂接Excel表格信息到属性表的功能,但是当数据量较大到以万计甚至十万计的时候这个功能就歇菜了,当然,你可以考虑分段挂接.这个挂接功能只是做了一个表关联,属性记录每个字段的信息需要通 ...

  7. [Android] Android 最全 Intent 传递数据姿势

    我们都是用过 Intent,用它来在组件之间传递数据,所以说 Intent 是组件之间通信的使者,一般情况下,我们传递的都是一些比较简单的数据,并且都是基本的数据类型,写法也比较简单,今天我在这里说的 ...

  8. Python文件格式 .py .pyc .pyw .pyo .pyd的主要区别

    Python是一种面向对象.解释型计算机程序设计语言.Python 语法简洁.清晰,具有丰富和强大的类库.Python源代码遵循 GPL (GNU General Public License) 协议 ...

  9. 【Android手机测试】OOM

    当大多数应用程序都消耗完自己的内存的时候,因为这些应用程序的内存需求加起来超出了物理内存(包括swap)的容量,内核(OOM killer)必须杀掉一些进程才能腾出空间保障系统正常运行 Linux内核 ...

  10. Acitivity(活动)

    1.首先活动是放在返回栈中. 2.活动的生命周期