Skip to content

Commit f0d274b

Browse files
committed
上传 备份
1 parent f3e0a96 commit f0d274b

File tree

6 files changed

+226
-0
lines changed

6 files changed

+226
-0
lines changed

README.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
X1 PRO - 研究导航 - 小白向
2+
====
3+
Welcome!
4+
网站:[X1 PRO - 研究导航 - 小白向](https://supersuroot.github.io)
5+
~~***(来自2021/10/1)注:可能这仓库以后都不会更新了***~~
6+
7+
8+
![mahua](iflytek.png)
9+
10+
----------------------------------------------------------------------------------------------------------------------------------------
11+
12+
13+
## 1.其他机型 TB-8X04F
14+
链接: [勇士,欢迎你来到讯飞平板资源下载站](https://magisk-root.github.io/ "TB-8X04F")
15+
16+
## 2.X1 PRO - 9008
17+
链接:[百度网盘:X1 PRO](https://pan.baidu.com/s/1lLg5ZdjAx-zJB3AGqwAuMA/ "X1 PRO") `提取码:9008 `
18+
`解压密码:IFlyTekAiStudy2020`(文件内有刷机教程)
19+
文本教程:[X1 PRO-wiki_github](https://github.com/SupersuROOT/supersuroot.github.io/wiki)
20+
修改镜像下载:[system_修改镜像-Github](https://github.com/SupersuROOT/supersuroot.github.io/releases)
21+
提取分区镜像文件教程:[重磅干货!高通9008模式与数据提取](https://zhuanlan.zhihu.com/p/35422254)
22+
(选择分区时一定要用右边的滑栏!鼠标滚动容易找漏!)
23+
补:目前可尝试使用magisk修改boot分区获取root(未实验)
24+
注:9008模式尽可用于尚支持9008的X1 PRO机型,若9008模式从上述方法进不去,可尝试拆机(见下图)
25+
![mahua](x1pro_photo.png)
26+
###### _X1 PRO拆机图(图片由友情人士提供)_
27+
28+
## 3.部分总结经验(X1 PRO)
29+
* Q:Windows环境下怎么解包bin格式的分区镜像?
30+
A:很简单,BIN格式的文件其实上可以直接改为img,并通过[DNA:安卓ROM解包打包工具](https://gitee.com/sharpeter/DNA "DNA")解包
31+
* Q:我需要备份什么?各分区具体有什么作用?
32+
A:通常情况下,你可以备份system、boot、recovery、userdata分区(实际上你刷哪个分区就备份哪个)
33+
各分区作用(不全):[Android系统分区理解及分区目录细解【转】](https://www.cnblogs.com/zzb-Dream-90Time/p/10160930.html)
34+
* Q:第三方REC有吗?
35+
A:无,但如果你技术好可以通过这个[[教程] 【LR.Team】P8平板TB-8703专版TWRP-3.2.3中英文修改优化版](https://bbs.thinkpad.com/thread-2783629-1-1.html "帖子") (帖子)
36+
[天翼云盘](https://cloud.189.cn/web/share?code=NVv6ZzbYNBBz "文件") (文件) 来进行移植
37+
* Q:9008进不去,还有其他方法吗?
38+
A:见文本教程[X1 PRO-wiki_github](https://github.com/SupersuROOT/supersuroot.github.io/wiki)
39+
40+
## 4.最后
41+
其实我不太相信有人会通过github来找教程,
42+
但若果你看到这了,请一定不要忽视上面的成果,您可以把任何建议提交到issues当中
43+
还有,如果您有其他的发现,请`务必`提交issues或联系我
44+
45+
## 5.联系方式
46+
邮箱:SuperSU-ROOT@outlook.com
47+
博客:[https://iflytekx1pro.blogspot.com/](https://iflytekx1pro.blogspot.com/ "博客")
48+
49+
50+
## 免责声明
51+
本项目一切均来自网络,本人只提供收集,任何责任均与本人无关!!!
52+
53+
54+
55+
56+
57+
58+
59+

_config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# remote_theme: pages-themes/midnight@v0.2.0
2+
# plugins:
3+
# - jekyll-remote-theme # add this line to the plugins list if you already have one
4+
# 午夜
5+
theme: jekyll-theme-hacker
6+
# 黑客
7+
# remote_theme: pages-themes/time-machine@v0.2.0
8+
# plugins:
9+
# - jekyll-remote-theme # add this line to the plugins list if you already have one
10+
# 时光机

iflytek.png

10.9 KB
Loading

index.html

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en-US">
4+
<head>
5+
<meta charset='utf-8'>
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<link rel="stylesheet" href="/assets/css/style.css?v=55641b627ec831cc9c252e863ddda68828f1fe68">
9+
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
10+
11+
<!-- Global site tag (gtag.js) - Google Analytics -->
12+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GGS1NPBBGV"></script>
13+
<script>
14+
window.dataLayer = window.dataLayer || [];
15+
function gtag(){dataLayer.push(arguments);}
16+
gtag('js', new Date());
17+
18+
gtag('config', 'G-GGS1NPBBGV');
19+
</script>
20+
21+
<script>
22+
var _hmt = _hmt || [];
23+
(function() {
24+
var hm = document.createElement("script");
25+
hm.src = "https://hm.baidu.com/hm.js?c2c2247e8bddf3f32e163d1894153a55";
26+
var s = document.getElementsByTagName("script")[0];
27+
s.parentNode.insertBefore(hm, s);
28+
})();
29+
</script>
30+
31+
32+
<!-- Setup theme-color -->
33+
<!-- start theme color meta headers -->
34+
<meta name="theme-color" content="#151515">
35+
<meta name="msapplication-navbutton-color" content="#151515">
36+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
37+
<!-- end theme color meta headers -->
38+
39+
40+
<!-- Setup Google Analytics -->
41+
42+
43+
44+
<!-- You can set your favicon here -->
45+
<!-- link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" -->
46+
47+
<!-- end custom head snippets -->
48+
49+
50+
<!-- Begin Jekyll SEO tag v2.7.1 -->
51+
<title>X1 PRO - 研究导航 - 小白向 | supersuroot.github.io</title>
52+
<meta name="generator" content="Jekyll v3.9.0" />
53+
<meta property="og:title" content="X1 PRO - 研究导航 - 小白向" />
54+
<meta property="og:locale" content="en_US" />
55+
<meta name="description" content="建设的半成品X1 PRO仓库" />
56+
<meta property="og:description" content="建设的半成品X1 PRO仓库" />
57+
<link rel="canonical" href="https://supersuroot.github.io/" />
58+
<meta property="og:url" content="https://supersuroot.github.io/" />
59+
<meta property="og:site_name" content="supersuroot.github.io" />
60+
<meta name="twitter:card" content="summary" />
61+
<meta property="twitter:title" content="X1 PRO - 研究导航 - 小白向" />
62+
<script type="application/ld+json">
63+
{"description":"建设的半成品X1 PRO仓库","url":"https://supersuroot.github.io/","@type":"WebSite","headline":"X1 PRO - 研究导航 - 小白向","name":"supersuroot.github.io","@context":"https://schema.org"}</script>
64+
<!-- End Jekyll SEO tag -->
65+
66+
</head>
67+
68+
<body>
69+
70+
<header>
71+
<div class="container">
72+
<a id="a-title" href="/">
73+
<h1>supersuroot.github.io</h1>
74+
</a>
75+
<h2>建设的半成品X1 PRO仓库</h2>
76+
77+
<section id="downloads">
78+
79+
<a href="https://github.com/SupersuROOT/supersuroot.github.io" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
80+
</section>
81+
</div>
82+
</header>
83+
84+
<div class="container">
85+
<section id="main_content">
86+
<h1 id="x1-pro---研究导航---小白向">X1 PRO - 研究导航 - 小白向</h1>
87+
<p>Welcome!<br />
88+
网站:<a href="https://supersuroot.github.io">X1 PRO - 研究导航 - 小白向</a><br />
89+
<del><strong><em>(来自2021/10/1)注:可能这仓库以后都不会更新了</em></strong></del></p>
90+
91+
<p><img src="/iflytek.png" alt="mahua" /></p>
92+
93+
<hr />
94+
95+
<h2 id="1其他机型-tb-8x04f">1.其他机型 TB-8X04F</h2>
96+
<p>链接: <a href="https://magisk-root.github.io/" title="TB-8X04F">勇士,欢迎你来到讯飞平板资源下载站</a></p>
97+
98+
<h2 id="2x1-pro---9008">2.X1 PRO - 9008</h2>
99+
<p>链接:<a href="https://pan.baidu.com/s/1lLg5ZdjAx-zJB3AGqwAuMA/" title="X1 PRO">百度网盘:X1 PRO</a> <code class="language-plaintext highlighter-rouge">提取码:9008 </code><br />
100+
<code class="language-plaintext highlighter-rouge">解压密码:IFlyTekAiStudy2020</code>(文件内有刷机教程)<br />
101+
文本教程:<a href="https://github.com/SupersuROOT/supersuroot.github.io/wiki">X1 PRO-wiki_github</a><br />
102+
修改镜像下载:<a href="https://github.com/SupersuROOT/supersuroot.github.io/releases">system_修改镜像-Github</a><br />
103+
提取分区镜像文件教程:<a href="https://zhuanlan.zhihu.com/p/35422254">重磅干货!高通9008模式与数据提取</a> <br />
104+
(选择分区时一定要用右边的滑栏!鼠标滚动容易找漏!)<br />
105+
补:目前可尝试使用magisk修改boot分区获取root(未实验)<br />
106+
注:9008模式尽可用于尚支持9008的X1 PRO机型,若9008模式从上述方法进不去,可尝试拆机(见下图)<br />
107+
<img src="/x1pro_photo.png" alt="mahua" /></p>
108+
<h6 id="x1-pro拆机图图片由友情人士提供"><em>X1 PRO拆机图(图片由友情人士提供)</em></h6>
109+
110+
<h2 id="3部分总结经验x1-pro">3.部分总结经验(X1 PRO)</h2>
111+
<ul>
112+
<li>Q:Windows环境下怎么解包bin格式的分区镜像?<br />
113+
A:很简单,BIN格式的文件其实上可以直接改为img,并通过<a href="https://gitee.com/sharpeter/DNA" title="DNA">DNA:安卓ROM解包打包工具</a>解包</li>
114+
<li>Q:我需要备份什么?各分区具体有什么作用?<br />
115+
A:通常情况下,你可以备份system、boot、recovery、userdata分区(实际上你刷哪个分区就备份哪个)<br />
116+
各分区作用(不全):<a href="https://www.cnblogs.com/zzb-Dream-90Time/p/10160930.html">Android系统分区理解及分区目录细解【转】</a></li>
117+
<li>Q:第三方REC有吗?<br />
118+
A:无,但如果你技术好可以通过这个<a href="https://bbs.thinkpad.com/thread-2783629-1-1.html" title="帖子">[教程] 【LR.Team】P8平板TB-8703专版TWRP-3.2.3中英文修改优化版</a> (帖子)<br />
119+
<a href="https://cloud.189.cn/web/share?code=NVv6ZzbYNBBz" title="文件">天翼云盘</a> (文件) 来进行移植</li>
120+
<li>Q:9008进不去,还有其他方法吗?<br />
121+
A:见文本教程<a href="https://github.com/SupersuROOT/supersuroot.github.io/wiki">X1 PRO-wiki_github</a></li>
122+
</ul>
123+
124+
<h2 id="4最后">4.最后</h2>
125+
<p>其实我不太相信有人会通过github来找教程, <br />
126+
但若果你看到这了,请一定不要忽视上面的成果,您可以把任何建议提交到issues当中<br />
127+
还有,如果您有其他的发现,请<code class="language-plaintext highlighter-rouge">务必</code>提交issues或联系我</p>
128+
129+
<h2 id="5联系方式">5.联系方式</h2>
130+
<p>邮箱:SuperSU-ROOT@outlook.com<br />
131+
博客:<a href="https://iflytekx1pro.blogspot.com/" title="博客">https://iflytekx1pro.blogspot.com/</a></p>
132+
133+
<h2 id="免责声明">免责声明</h2>
134+
<p>本项目一切均来自网络,本人只提供收集,任何责任均与本人无关!!!</p>
135+
136+
<h2 id="网页运行">网页运行</h2>
137+
<script>
138+
var _hmt = _hmt || [];
139+
(function() {
140+
var hm = document.createElement("script");
141+
hm.src = "https://hm.baidu.com/hm.js?c2c2247e8bddf3f32e163d1894153a55";
142+
var s = document.getElementsByTagName("script")[0];
143+
s.parentNode.insertBefore(hm, s);
144+
})();
145+
</script>
146+
147+
<script async="" src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
148+
149+
<h6 id="total--views"><em>Total <span id="busuanzi_value_site_pv"></span> views.</em></h6>
150+
<h6 id="您是第个小伙伴"><em>您是第<span id="busuanzi_value_site_uv"></span>个小伙伴.</em></h6>
151+
<h6 id="-hits"><em><span id="busuanzi_value_page_pv"></span> Hits.</em></h6>
152+
153+
154+
</section>
155+
</div>
156+
</body>
157+
</html>

wiki_photo/x1pro_photo.png

305 KB
Loading

x1pro_photo.png

548 KB
Loading

0 commit comments

Comments
 (0)