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 ...
随机推荐
- 给dataframe添加一列索引
测试数据自己瞎编的 需求:给现在df数据添加一列sid,要求这一列是和stock一一对应的整数 代码如下: import pandas as pd test_data = {'stock': ['AA ...
- Gitlab安装简明文档
1.关于Gitlab CE / GitLab EE版本的区别:Gitlab CE(Community Edition):Gitlab社区版,可以免费试用,无官方支持.GitLab EE(Enterpr ...
- js数组sort排序方法的算法
说明一下,ECMAScript没有定义使用哪种排序算法,各个浏览器的实现方式会有不同.火狐中使用的是归并排序,下面是Chrome的sort排序算法的实现. sort方法源码 DEFINE_METHOD ...
- Java基础 -- 持有对象(容器)
一 容器的用途 如果对象的数量与生命周期都是固定的,自然我们也就不需要很复杂的数据结构. 我们可以通过创建引用来持有对象,如 Class clazz; 也可以通过数组来持有多个对象,如 Class[] ...
- Python并发编程之多线程使用
目录 一 开启线程的两种方式 二 在一个进程下开启多个线程与在一个进程下开启多个子进程的区别 三 练习 四 线程相关的其他方法 五 守护线程 六 Python GIL(Global Interpret ...
- html中设置锚点定位
1.使用id定位: (这样的定位可以针对任何标签来定位. ) <a name="1F" href="#1F">锚点1</a> <d ...
- 二、docker的安装和基本命令
一.docker的安装 1.安装依赖 # yum install -y yum-utils device-mapper-persistent-data 2.设置yum源 # yum-config-ma ...
- 机器学习中模型泛化能力和过拟合现象(overfitting)的矛盾、以及其主要缓解方法正则化技术原理初探
1. 偏差与方差 - 机器学习算法泛化性能分析 在一个项目中,我们通过设计和训练得到了一个model,该model的泛化可能很好,也可能不尽如人意,其背后的决定因素是什么呢?或者说我们可以从哪些方面去 ...
- jvm 字节码执行 (二)动态类型支持与基于栈的字节码解释执行
动态类型语言 动态类型语言的关键特征是它的类型检查的主体过程是在运行期而不是编译期. 举例子解释“类型检查”,例如代码: obj.println("hello world"); 假 ...
- 利用GitHub Pages和Bootstrap创建个人网站
作为一名想要想找前端实习的即将毕业的学生,我最近意识到拥有个人网页会使自己的简历更容易被注意到.本文主要是我创建过程及个人心得,有些操作我也是第一次,所以难免在解释中会有错误.另外说明一下,我的电脑是 ...