LineageOS 20
详情及下载

cover

相关参数

适用机型: 小米12S
ROM代号: mayfly(如何查询?)
资源ID: ORIGIN10651
ROM作者: @FlowerSea
上架时间:2024/03/19
授权类型:官网获取
ROM底包: 不需要
刷机方式: Recovery卡刷
分享者: QQ:741500926
版本类型: 测试版(UNOFFICIAL)
安卓版本: Android 13
GAPPS:Vanilla
修复补丁:不需要

更新日志

							
Code:
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.


Introduction

LineageOS, an open-source Android distribution, is available for several devices,
with more being continuously added thanks to the biggest, yet ever growing, Android open-source community.
Join us and breathe new life in your device, be it old or new.

To find out more about LineageOS visit the official Website.

All the source code for LineageOS is available in the LineageOS Github organization. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review.

Installation
Warning: These instructions only work if you follow every section and step precisely.
Do not continue after something fails!

Basic requirements

  1. Read through the instructions at least once before actually following them, so as to avoid any problems due to any missed steps!
  2. Make sure your computer has adb and fastboot. Setup instructions can be found here.
  3. Enable USB debugging on your device.
  4. LineageOS is provided as-is with no warranty. While we attempt to verify everything works you are installing this at your own risk!

Warning: Before following these instructions please ensure that the device is currently using Android 13 firmware.
If the vendor provided multiple updates for that version, e.g. security updates, make sure you are on the latest!
If your current installation is newer or older than Android 13, please upgrade or downgrade to the required version before proceeding (guides can be found on the internet!).

Unlocking the bootloader

Note: The steps below only need to be run once per device. They require a machine running Windows 7 or newer.
Warning: Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or your Google account, or equivalent. Please note that OEM backup solutions like Samsung and Motorola backup may not be accessible from LineageOS once installed.
Tip: It is highly recommended to have the latest official MIUI stable package installed on the device, before proceeding with unlock.

  1. Create a Mi account on Xiaomi’s website. Beware that one account is only allowed to unlock one unique device every 30 days.
  2. Add a phone number to your Mi account.
  3. Insert a SIM into your phone.
  4. Enable developer options in Settings > About Phone by repeatedly tapping MIUI Version.
  5. Link the device to your Mi account in Settings > Additional settings > Developer options > Mi Unlock status.
  6. Download the Mi Unlock app (Windows is required to run the app).
  7. Run the Mi Unlock app and follow the instructions provided by the app. It may tell you that you have to wait up to 30 days. If it does so, please wait the quoted amount of time before continuing to the next step!
  8. After device and Mi account are successfully verified, the bootloader should be unlocked.
  9. Since the device resets completely, you will need to re-enable USB debugging to continue.

Flashing additional partitions

Warning: This platform requires additional partitions to be flashed for recovery to work properly, the process to do so is described below.

  1. Download the following files from the download section below.
    • boot.img
    • dtbo.img
    • vendor_boot.img
  2. Power off the device, and boot it into bootloader mode:
    • With the device powered off, hold Volume Down + Power. Keep holding both buttons until the word “FASTBOOT” appears on the screen, then release.
  3. Flash the downloaded image files to your device by typing (replace <...> with the actual filenames!):
    fastboot flash boot <boot>.img fastboot flash dtbo <dtbo>.img fastboot flash vendor_boot <vendor_boot>.img

Booting a custom recovery using fastboot

  1. Download Lineage Recovery from the download section below. Simply download the latest recovery file, named recovery.img.
    Important: Other recoveries may not work for installation or updates. We strongly recommend to use the one linked above!
  2. Connect your device to your PC via USB if it isn’t already.
  3. If your device isn’t already in fastboot mode, on the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window, and type:
    adb reboot bootloader
    You can also boot into fastboot mode via a key combination:
    • With the device powered off, hold Volume Down + Power. Keep holding both buttons until the word “FASTBOOT” appears on the screen, then release.
  4. Once the device is in fastboot mode, verify your PC finds it by typing:
    fastboot devices

    If you don’t get any output or an error:
    • on Windows: make sure the device appears in the device manager without a triangle. Try other drivers until the command above works!
    • on Linux or macOS: If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable (preferably use a USB Type-A 2.0 one or a USB hub) and port!
    • Tip: Some devices have buggy USB support while in bootloader mode, if you see fastboot hanging with no output when using commands such as fastboot getvar ..., fastboot boot ..., fastboot flash ... you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub.
  5. Flash a recovery on your device by typing (replace <recovery_filename> with the actual filename!):
    fastboot flash recovery <recovery_filename>.img
    Note: Outdated fastboot releases dropped legacy A/B support, so it might attempt to flash to recovery__a /recovery__b rather than recovery_a / recovery_b if you try to flash recovery. In this case, you must update fastboot to a release newer than or equal to 31.0.2. Alternatively, you can manually specify which slot to flash to based on what slot fastboot failed to flash to. For example, if fastboot fails to flash to recovery__a, you must flash to recovery_a.
  6. Now reboot into recovery to verify the installation.
    • With the device powered off, hold Volume Up + Power. Keep holding both buttons until the “MI” logo appears on the screen, then release.
    • Note: If your recovery does not show the LineageOS logo, you accidentally booted into the wrong recovery. Please start at the top of this section!

Installing LineageOS from recovery

  1. Download the LineageOS installation package from the download section below that you would like to install or build the package yourself.
    • (Optionally): If you want to install an application package add-on such as Google Apps (use the arm64 architecture), please read and follow the instructions on Google Apps page
  2. If you are not in recovery, reboot into recovery:
    • With the device powered off, hold Volume Up + Power. Keep holding both buttons until the “MI” logo appears on the screen, then release.
  3. Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. This will remove encryption and delete all files stored in the internal storage.
  4. Return to the main menu.
  5. Sideload the LineageOS .zip package but do not reboot before you read/followed the rest of the instructions!
    • On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.
    • On the host machine, sideload the package using: adb sideload filename.zip.
      Tip: Normally, adb will report Total xfer: 1.00x, but in some cases, even if the process succeeds the output will stop at 47% and report adb: failed to read command: Success. In some cases it will report adb: failed to read command: No error or adb: failed to read command: Undefined error: 0 which is also fine.

All set!

Once you have installed everything successfully, you can now reboot your device into the OS for the first time!

  • Click the back arrow in the top left of the screen, then “Reboot system now”.

Note: The first boot usually takes no longer than 15 minutes, depending on the device. If it takes longer, you may have missed a step, otherwise feel free to get assistance.

Download link:
Builds are released here: GitHub
Warning: These releases include builds for other devices i own, make sure to download files from a release for this specific device, for example: "LineageOS 20.0 for Xiaomi Mi 12S (mayfly)"
Note: There are two variants which are not necessarily released at the same time. Vanilla builds are pure LineageOS without additional apps and GMS builds include Google services.

Source Code
Please read this thread by @NeoArian about the OSS kernel on Xiaomi 12 series.
Kernel source and device trees for LineageOS can be found here.

Donate to support development:
Donate via PayPal to FlowerSea
Donate via PayPal to ArianK16a
Donate via PayPal to LineageOS

相关截图(如果出现不相关图片则是无截图,点击可看大图)

下载区域(下载量:316次)

国内下载声明:
1.Fiime仅作为分发镜像平台,我们从互联网中抓取ROM进行分享,下载会提供作者的原始地址,积分下载仅适用于使用Fiime提供的分流渠道服务,如开发者认为侵犯了您的权益,可邮件 fiimecn@163.cn 进行下架处理!
2.该下载服务不额外提供刷机支持,与原作者无关.
3.关于积分捐赠,捐赠后此资源永久享受国内下载模式,费用用作网站运作,宽带与储存,感谢大家理解!
4.订单付款后未到账,前往自助核销 点我进入核销系统
登录下载      

下载等待漫长?玩游戏吧!点击下面按钮会出现飞机在左上角(↑ ↓ ← → 空格攻击)

讨论区(0)

没有评论数据

提交我的评价


*文明理性,友善沟通.

常见问题

由于小米手机国内外型号十分混乱,因此建议以手机代号为准查询ROM资源,查询代号可以前往小米手机代号查询后核对是否为您的手机资源!

首先,原生就构建在MIUI包的基础上 驱动库和逻辑 就是用MIUI的 减少开发难度 所以基于什么版本开发 作者就叫MIUI的对应版本为底包 由于各个MIUI版本存在差异 防止出现bug所以 作者一般会让你先刷底包 和开发环境一样的包 这就是底包,请按照下载页面的底包要求刷写对应的包

GAPPS是指这个包里面带有谷歌全家桶,谷歌商店,谷歌搜索等,Vanilla这个是指没有带谷歌系列的包

一般正式版(OFFICIAL)就是测试稳定的版本,或者官方渠道发布的,测试版(UNOFFICIAL)是指稳定性一般或者非官方人员制作的,适配版(PORT)一般是官改或者GSI作品,社区版(Community)则更多是测试性的,社区爱好者发起的,稳定性一般

原生板块的刷机包大部分是通过Recovery卡刷方式刷写的,当然你也可以通过ADB进行线刷,但是不可以使用miflash等工具刷机,Recovery可以通过小米Recovery下载查询并下载使用

FiimeROM官方交流QQ群,群号是1059936310,点击快捷加群您可以在群里免费咨询获取更多帮助

工具箱

小米12S相关ROM

cover
New crDroid
安卓版本:Android 14
分享者:
底包:不需要|正式版(OFFICIAL)
cover
New crDroid
安卓版本:Android 14
分享者:
底包:不需要|正式版(OFFICIAL)
cover
New crDroid
安卓版本:Android 14
分享者:
底包:不需要|正式版(OFFICIAL)
cover
New crDroid
安卓版本:Android 14
分享者:
底包:不需要|正式版(OFFICIAL)
cover
New crDroid
安卓版本:Android 14
分享者:
底包:不需要|正式版(OFFICIAL)
cover
New crDroid
安卓版本:Android 14
分享者:
底包:不需要|正式版(OFFICIAL)

Fiime号卡推荐