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. es6异步编程

    https://blog.csdn.net/tcy83/article/details/80274772 等一系列文章

  2. java8 日期时间解析与转换

    Instant now = Instant.now(); DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM ...

  3. 2018-2019-2 20165232 《网络对抗技术》 Exp6 信息搜集与漏洞扫描

    2018-2019-2 20165232 <网络对抗技术> Exp6 信息搜集与漏洞扫描 一.实践目标 掌握信息搜集的最基础技能与常用工具的使用方法. 二.实践内容. 各种搜索技巧的应 D ...

  4. jq选择器(jq 与 js 互相转换),jq操作css样式 / 文本内容, jq操作类名,jq操作全局属性,jq获取盒子信息,jq获取位置信息

    jq选择器(jq 与 js 互相转换) // 获取所有的页面元素jq对象 $('css3选择器语法'); var $box = $(".box:nth-child(1)"); 获取 ...

  5. 在Synology群晖上运行Frp客户端

    一.Synology群晖上开启SSH 二.使用Putty连接 1,登陆管理员账户和密码 2,连接成功后输入sudo su - 输入管理员的密码切换到root权限 下载:wget https://git ...

  6. Aras 引入外部的dll

    1.在vs中编译项目.然后找到项目目录生成好的dll. 2.找到Aras的安装目录:...\Aras\Innovator\Innovator\Server,将dll放到该目录下.然后在该目录下找到me ...

  7. python开发基础之数据类型、字符编码、文件操作

    一.知识点 1.身份运算: 2.现在计算机系统通用的字符编码工作方式:在计算机内存中,统一使用Unicode编码,当需要保存到硬盘或者需要传输的时候,就转换为UTF-8编码.用记事本编辑的时候,从文件 ...

  8. day13 闭包及装饰器

    """ 今日内容: 1.函数的嵌套定义及必包 2.global 与 nonlocal 关键字 3.开放封闭原则及装饰器 """ " ...

  9. 利用YOLOV3训练自己的数据

    写在前面:YOLOV3只有修改了源码才需要重新make,而且make之前要先make clean. 一.准备数据 在/darknet/VOCdevkit1下建立文件夹VOC2007. voc2007文 ...

  10. git知识总结-2.git基本操作之原理说明

    0.前言 本文主要对git常用命令的工作原理做一个详细的说明,常用命令主要包括: 1.git add git add相关命令很简单,主要实现将工作区修改的内容提交到暂存区,交由git管理. 2. gi ...