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. 在PHP中如何把数组写成配置文件

    1.配置文件 <?php return array ( 556770 => '65460d6684dcad3d0a92f1feb7fde199', 567701 => '9c2acd ...

  2. sql0001

    001.   https://blog.csdn.net/qinshi965273101/article/details/81907658 002.    https://blog.csdn.net/ ...

  3. 记一次安装python umysql模块的报错

    今天,在写一个python脚本的时候要用到数据库相关的umysql模块,但在引用的时候报没有此模块,第一反应就是去安装此模块,但是报没有找到pip命令. #pip install umysql -ba ...

  4. addEventListener解决多个window.onscroll共存的2个方法

    方法1.(注意第一个和第二个的先后次序) window.onscroll=function(){console.log('第一个');} var oldMethod = window.onscroll ...

  5. C# 01 Primitive Types and Expressions

    Class Data or Attributes state of the application Methods or Functions have behavior Namespace is a ...

  6. springmvc 开发流程图

  7. BUGKU login3

    先看的wp,呢么来复现一遍,emmmmmm,尝试一波,用户名输入admin后,密码随便输,发现提示password error,呢么填其他用户名的话,发现提示username does not exi ...

  8. MailKit系列之附件分离

    本文主要谈谈实现思路,不提供完整代码 一.分离基础 1.MIME邮件的multipart类型 引用文章:https://blog.csdn.net/wangyu13476969128/article/ ...

  9. Python爬虫基础之Cookie

    一.Cookie会话 简单地说,cookie就是存储在用户浏览器中的一小段文本文件.Cookies是纯文本形式,它们不包含任何可执行代码.一个Web页面或服务器告之浏览器来将这些信息存储并且基于一系列 ...

  10. spring注解开发AnnotationConfigApplicationContext的使用

    说明 使用AnnotationConfigApplicationContext可以实现基于Java的配置类加载Spring的应用上下文.避免使用application.xml进行配置.相比XML配置, ...