-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LineageOS源码下载和编译(Xiaomi Mi 6X,wayne)
- Loading branch information
1 parent
a13d52a
commit 4a2eb35
Showing
9 changed files
with
1,276 additions
and
39 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,15 @@ | |
<description>Recent content on CYRUS STUDIO</description> | ||
<generator>Hugo</generator> | ||
<language>zh-CN</language> | ||
<lastBuildDate>Sun, 15 Sep 2024 01:50:08 +0800</lastBuildDate> | ||
<lastBuildDate>Sun, 15 Sep 2024 09:48:57 +0800</lastBuildDate> | ||
<atom:link href="https://cyrus-studio.github.io/blog/index.xml" rel="self" type="application/rss+xml" /> | ||
<item> | ||
<title>LineageOS源码下载和编译(Xiaomi Mi 6X,wayne)</title> | ||
<link>https://cyrus-studio.github.io/blog/posts/lineageos%E6%BA%90%E7%A0%81%E4%B8%8B%E8%BD%BD%E5%92%8C%E7%BC%96%E8%AF%91xiaomi-mi-6xwayne/</link> | ||
<pubDate>Sun, 15 Sep 2024 09:48:57 +0800</pubDate> | ||
<guid>https://cyrus-studio.github.io/blog/posts/lineageos%E6%BA%90%E7%A0%81%E4%B8%8B%E8%BD%BD%E5%92%8C%E7%BC%96%E8%AF%91xiaomi-mi-6xwayne/</guid> | ||
<description>版权归作者所有,如有转发,请注明文章出处:https://cyrus-studio.github.io/blog/
源码下载 LineageOS官网:https://lineageos.org/
LineageOS源码 github 地址:https://github.com/LineageOS/android
LineageOS源码国内镜像地址:https://mirrors.tuna.tsinghua.edu.cn/help/lineageOS/
源码大概需要150GB的硬盘空间,编译完成差不多300G 1. 配置git git config --global user.email &#34;[email protected]&#34;
git config --global user.name &#34;Your Name&#34; 2. 安装 repo mkdir ~/bin
PATH=~/bin:$PATH
curl https://storage.googleapis.com/git-repo-downloads/repo &gt; ~/bin/repo
chmod a+x ~/bin/repo 3. 安装 Git LFS sudo apt install git-lfs
git lfs install 4. 安装 Android SDK Platform-Tools 在 Linux 中配置 Android SDK Platform-Tools,可以按照以下步骤进行
4.1 下载 Android SDK Platform-Tools: # cd 到存放 platform-tools 的目录
cd /mnt/case_sensitive
# 下载 platform-tools
wget https://dl.</description> | ||
</item> | ||
<item> | ||
<title>LineageOS刷机教程</title> | ||
<link>https://cyrus-studio.github.io/blog/posts/lineageos%E5%88%B7%E6%9C%BA%E6%95%99%E7%A8%8B/</link> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,15 @@ | |
<description>Recent content in Posts on CYRUS STUDIO</description> | ||
<generator>Hugo</generator> | ||
<language>zh-CN</language> | ||
<lastBuildDate>Sun, 15 Sep 2024 01:50:08 +0800</lastBuildDate> | ||
<lastBuildDate>Sun, 15 Sep 2024 09:48:57 +0800</lastBuildDate> | ||
<atom:link href="https://cyrus-studio.github.io/blog/posts/index.xml" rel="self" type="application/rss+xml" /> | ||
<item> | ||
<title>LineageOS源码下载和编译(Xiaomi Mi 6X,wayne)</title> | ||
<link>https://cyrus-studio.github.io/blog/posts/lineageos%E6%BA%90%E7%A0%81%E4%B8%8B%E8%BD%BD%E5%92%8C%E7%BC%96%E8%AF%91xiaomi-mi-6xwayne/</link> | ||
<pubDate>Sun, 15 Sep 2024 09:48:57 +0800</pubDate> | ||
<guid>https://cyrus-studio.github.io/blog/posts/lineageos%E6%BA%90%E7%A0%81%E4%B8%8B%E8%BD%BD%E5%92%8C%E7%BC%96%E8%AF%91xiaomi-mi-6xwayne/</guid> | ||
<description>版权归作者所有,如有转发,请注明文章出处:https://cyrus-studio.github.io/blog/
源码下载 LineageOS官网:https://lineageos.org/
LineageOS源码 github 地址:https://github.com/LineageOS/android
LineageOS源码国内镜像地址:https://mirrors.tuna.tsinghua.edu.cn/help/lineageOS/
源码大概需要150GB的硬盘空间,编译完成差不多300G 1. 配置git git config --global user.email &#34;[email protected]&#34;
git config --global user.name &#34;Your Name&#34; 2. 安装 repo mkdir ~/bin
PATH=~/bin:$PATH
curl https://storage.googleapis.com/git-repo-downloads/repo &gt; ~/bin/repo
chmod a+x ~/bin/repo 3. 安装 Git LFS sudo apt install git-lfs
git lfs install 4. 安装 Android SDK Platform-Tools 在 Linux 中配置 Android SDK Platform-Tools,可以按照以下步骤进行
4.1 下载 Android SDK Platform-Tools: # cd 到存放 platform-tools 的目录
cd /mnt/case_sensitive
# 下载 platform-tools
wget https://dl.</description> | ||
</item> | ||
<item> | ||
<title>LineageOS刷机教程</title> | ||
<link>https://cyrus-studio.github.io/blog/posts/lineageos%E5%88%B7%E6%9C%BA%E6%95%99%E7%A8%8B/</link> | ||
|
520 changes: 520 additions & 0 deletions
520
public/posts/lineageos源码下载和编译xiaomi-mi-6xwayne/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters