Tutorial for MI5 ! flash MI5 to Native Anriod 9
First ,you should download all zips you need
Anriod 9.0 rom
link:https://drive.google.com/uc?id=1 ... Jdk&export=download
3rdparty recovery(include twrp)
link:https://pan.baidu.com/s/1aA4xW8uTU3IZjsb2yEl3EA Extration code:heg4
fireware
link:https://github.com/XiaomiFirmwar ... g/stable-25.01.2019
Second,flash the rom you download
- use usb to connect your mobile phone with PC ,select MTP
- press the volume down and power button until entering fastboot
- unzip the 3rdparty recovery you have download,then click the red one

if succeed ,reboot to recovery,just like this

if your miui's data partition is locked ,click wipe to clean ,format data/
transfer Anriod 9.0 rom's zip and fireware's zip to your phone from PC
click install ,enter sdcard,there should be your zips
flash fireware's zip first ,slide to flash,succeed.
then flash Anriod 9.0 rom ,if succeed,reboot to see what you have done!


Third ,addition modules
flash google apps
link:https://opengapps.org/?arch=arm64&api=9.0&variant=nano(but stock and super variants are not recommended!!! )
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
please go to this tutorial
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
- https://forum.xda-developers.com/mi-5/development/rom-lineageos-16-0-xiaomi-mi-5-t3836322
- https://www.xzymoe.com/android-9-flash-xposed/
- https://github.com/ElderDrivers/EdXposed
- http://www.miui.com/thread-17797962-1-1.html
Tutorial for MI5 ! flash MI5 to Native Anriod 9的更多相关文章
- !! 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 ...
- ios上uiwebview的一些实用技巧
前几个星期接到公司一个项目,要用webview在客户端上播视频,作为一个前端实习生,这种需求真是蛋疼……一不知webview是何方神圣,二不知咋调试…… 下面就是蛋疼的开始: 寻找调试工具:好,非w ...
- installation and configuration of OpenCV4Android SDK
http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/O4A_SDK.html#running-opencv ...
- (1)Angular的开发
流行的ReactNative.Node.js.Angular.js.RXjs等技术 H5视频直播 ReactNative应用 JavaScript的新语法 高性能服务端框架 Webpack支撑大规模应 ...
- 2019-1-7Xiaomi Mi5 刷全球版MIUI教程
2019-1-7Xiaomi Mi5 刷全球版MIUI教程 mi5 教程 小书匠 欢迎走进zozo的学习之旅. 前言 固件下载 刷机 刷recovery,root 试用体验 其他参考 前言 机器是老 ...
- react-native学习笔记--史上最详细Windows版本搭建安装React Native环境配置
参考:http://www.lcode.org/react-native/ React native中文网:http://reactnative.cn/docs/0.23/android-setup. ...
- 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 ...
- Selenium tutorial/overview
copy from: http://www.jroller.com/selenium/ Selenium tutorial/overview 1. Selenium Introduction 2. S ...
- 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 ...
随机推荐
- Spring Boot学习总结一
Spring Boot大大简化了之前java项目的繁琐xml配置,本文简单的总结下spring boot的相关知识. 1,@RestController 配置在controller中就是control ...
- pt-show-grants的用法
pt-show-grants的用法 1.先查找所有用户和Host 2.然后逐个执行show grants pt-show-grants的功能是格式化打印输出MySQL上的赋权,以便你可以有效地复制.比 ...
- I/O模型系列之四:两种高性能IO设计模式 Reactor 和 Proactor
不同的操作系统实现的io策略可能不一样,即使是同一个操作系统也可能存在多重io策略,常见如linux上的select,poll,epoll,面对这么多不同类型的io接口,这里需要一层抽象api来完成, ...
- idea 错误: 找不到或无法加载主类
1.cmd进入项目目录 2.输入maven命令重构项目 mvn clean mvn idea:idea install
- JSON循环遍历解析
使用递归方式遍历JSON,解析JSON用的是:net.sf.json, alibaba.fastjson测试可用 @Test public void test() { String json = &q ...
- weblogic找不到数据源
查看weblogic日志 报错是每个数据源都找不到. 查看oracle用户状态 select username,account_status,lock_date from dba_users; 解 ...
- (Python3) 连加 连乘 代码
a=[1,2,3,4,5,6,7,8,9,10] #连加 b=0 for i in a: b+=i print(b) #连乘 c=1 for i in a: c*=i print(c)
- VMware Workstation 常见问题解决
本文以FAQ的方式进行整理,大家可以根据关键字进行查找即可. 问题一:VMware 安装64位操作系统报错“此主机支持Intel VT-x, 但Intel VT-x处于禁用状态” 问题二:This v ...
- HTTP常见的状态码——面试题常考
一些常见的状态码为: 200 - 服务器成功返回网页 400(错误请求)服务器不理解请求的语法. 404 - 请求的网页不存在 500(服务器内部错误)服务器遇到错误,无法完成请求. 503 - 服 ...
- xin
测试文件 行内公式 y = x 独立公式 limx → 0x = 0