-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
775 lines (439 loc) · 20.9 KB
/
index.html
File metadata and controls
775 lines (439 loc) · 20.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
<!DOCTYPE html>
<html>
<head>
<!--
-->
<meta charset="utf-8">
<title>A Blog | 为技术而生</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#00B2EE">
<meta name="keywords" content="">
<meta name="description" content="专注于交流学习共享资源">
<meta property="og:type" content="website">
<meta property="og:title" content="A Blog">
<meta property="og:url" content="http://wjjer.github.com/index.html">
<meta property="og:site_name" content="A Blog">
<meta property="og:description" content="专注于交流学习共享资源">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="A Blog">
<meta name="twitter:description" content="专注于交流学习共享资源">
<link rel="alternate" type="application/atom+xml" title="A Blog" href="/atom.xml">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/css/style.css?v=1.6.13">
<script>window.lazyScripts=[]</script>
<!-- custom head -->
</head>
<body>
<div id="loading" class="active"></div>
<aside id="menu" >
<div class="inner flex-row-vertical">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menu-off">
<i class="icon icon-lg icon-close"></i>
</a>
<div class="brand-wrap" style="background-image:url(/img/brand.jpg)">
<div class="brand">
<a href="/" class="avatar waves-effect waves-circle waves-light">
<img src="/img/avatar.jpg">
</a>
<hgroup class="introduce">
<h5 class="nickname">Allan</h5>
<a href="mailto:2301403600@qq.com" title="2301403600@qq.com" class="mail">2301403600@qq.com</a>
</hgroup>
</div>
</div>
<div class="scroll-wrap flex-col">
<ul class="nav">
<li class="waves-block waves-effect active">
<a href="/" >
<i class="icon icon-lg icon-home"></i>
主页
</a>
</li>
<li class="waves-block waves-effect">
<a href="/archives" >
<i class="icon icon-lg icon-archives"></i>
归档
</a>
</li>
<li class="waves-block waves-effect">
<a href="/tags" >
<i class="icon icon-lg icon-tags"></i>
标签
</a>
</li>
<li class="waves-block waves-effect">
<a href="/categories" >
<i class="icon icon-lg icon-th-list"></i>
分类
</a>
</li>
<li class="waves-block waves-effect">
<a href="/videos" >
<i class="icon icon-lg icon-github"></i>
南瓜影音
</a>
</li>
<li class="waves-block waves-effect">
<a href="/custom" >
<i class="icon icon-lg icon-link"></i>
留言板
</a>
</li>
</ul>
</div>
</div>
</aside>
<main id="main">
<header class="top-header" id="header">
<div class="flex-row">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light on" id="menu-toggle">
<i class="icon icon-lg icon-navicon"></i>
</a>
<div class="flex-col header-title ellipsis">A Blog</div>
<div class="search-wrap" id="search-wrap">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="back">
<i class="icon icon-lg icon-chevron-left"></i>
</a>
<input type="text" id="key" class="search-input" autocomplete="off" placeholder="Search">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="search">
<i class="icon icon-lg icon-search"></i>
</a>
</div>
</div>
</header>
<header class="content-header index-header">
<div class="container fade-scale">
<h1 class="title">A Blog</h1>
<h5 class="subtitle">
为技术而生
</h5>
</div>
</header>
<div class="container body-wrap">
<ul class="post-list">
<li class="post-list-item fade">
<article id="post-recovery移植"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2017-09-03 19:51:20" datetime="2017-09-03T11:51:20.000Z" itemprop="datePublished">2017-09-03</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/ROM移植/">ROM移植</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2017/09/03/recovery移植/">安卓Recovery移植</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
前言第三方recovery手动移植教程,这篇教程比较简单的,只要你认真看了,相信你动动手就知道怎么弄了。替换篇: 主要替换文件有kernel,key ,recovery.fstab,init.rc。 替换文件可以从旧的recover y.img取得。 kernel 文件就是机子的内核 了。 key 文件是机子的按钮的配 置文件。文件在 initrd/res 文件夹里 recovery.fs...
<a href="/2017/09/03/recovery移植/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Recovery移植/">Recovery移植</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-安卓厨房"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2017-08-30 18:51:22" datetime="2017-08-30T10:51:22.000Z" itemprop="datePublished">2017-08-30</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/ROM移植/">ROM移植</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2017/08/30/安卓厨房/">Linux ROM制作工具 SuperR's Kitchen 中文汉化版</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
SuperR’s Kitchen v1.1.3.7 简然汉化版
工具名称 SuperR’s Kitchen工具版本 v1.1.3.7 简然汉化版原始版本 v1.1.3.7汉化作者 简然原始作者 SuperR发布时间 2017.01.14系统平台 Linux(Ubuntu)
前言SuperR’s Kitchen 是 SuperR 开发的一款ROM定制工具, https://forum.x...
<a href="/2017/08/30/安卓厨房/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Rom移植/">Rom移植</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-Rom移植"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2017-08-30 15:51:20" datetime="2017-08-30T07:51:20.000Z" itemprop="datePublished">2017-08-30</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/ROM移植/">ROM移植</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2017/08/30/Rom移植/">安卓ROM移植 易懂详解</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
分析整个ROM包内的大致框架及各个文件的作用
system/app这个里面主要存放的是常规的应用程序,都是以apk格式结尾的文件,在这个文件夹下面的程序为系统默认的组件,个人安装的软件不会出现在这里,而是data文件夹中。
system/bin 这个目录下的文件都是系统的本地程序,从bin文件夹名称可以看出是binar 二进制的程序,里面主要是Linux系统自带的组件。
system/et...
<a href="/2017/08/30/Rom移植/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Rom移植/">Rom移植</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-lanternpojie"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2017-08-29 21:57:59" datetime="2017-08-29T13:57:59.698Z" itemprop="datePublished">2017-08-29</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2017/08/29/lanternpojie/">免费科学上网 蓝灯 v3.7.4 (0705) 专业版无限制破解版</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
前言Lantern – 蓝灯,速度最快的网络加速应用。Lantern 是个免费的应用程序,它能帮助你随时随地快速、可靠、安全地访问互联网。这款软件是由 Brave New Software 开发的,Brave New Software 在此之前还和华盛顿大学联合研发过一款叫 uProxy 的代理服务插件(Google Ideas 赞助),两者的原理相似,都是利用社交网络来解除网络封锁(类似...
<a href="/2017/08/29/lanternpojie/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-fq"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2017-08-29 16:51:20" datetime="2017-08-29T08:51:20.000Z" itemprop="datePublished">2017-08-29</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/hosts/">hosts</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2017/08/29/fq/">常用FQ & Host软件分享推荐</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
1.lantern灯笼这个算是比较有名的的,手机电脑端都有,每个月有700M左右的高速流量,用完后会限速,不过也可以用,还是不错的
Android下载地址:点击这儿
GitHub传送门:点击这儿
点击下方也可以下载最新版本
安卓Android
WindowsWindows
Mac OS XMac OS X
Ubuntu X86Ubuntu
Ubuntu X64Ubuntu
截图:
2...
<a href="/2017/08/29/fq/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/hosts/">hosts</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-mianliu1"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2017-08-29 15:51:20" datetime="2017-08-29T07:51:20.000Z" itemprop="datePublished">2017-08-29</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/免流/">免流</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2017/08/29/mianliu1/">三网NET√可免视频√可免热点√可免直播√</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
先上几张图
准备工作手机就设置 - 网络设置 - APN - 新建APN
名称:随意
APN:cmnet
代理:127.0.0.1
端口:65080
下载模式这儿之提供几个模式,具体自测
下载链接:戳我
安装busyboxbusybox:链接
流量保镖下载链接:链接
tinytiny软件链接:下载
无ROOT版tiny:下载
具体情况自测视频+快手√
直播√
模式需自测√
...
<a href="/2017/08/29/mianliu1/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/免流/">免流</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-androidMoreSys"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2017-08-28 18:56:15" datetime="2017-08-28T10:56:15.816Z" itemprop="datePublished">2017-08-28</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/搞机/">搞机</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2017/08/28/androidMoreSys/">为Android手机安装多系统【A900测试成功】</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
说明曾用过一段时间诺基亚N9,对它可实现Meego/Android双系统启动印象深刻,转到安卓阵营后,虽成了刷机狂魔,不过遗憾的是,每次只能刷进和使用一个系统,那么今天就教大家如何为手机安装双系统
前提那么想安装双系统,则需要先Root你的手机,不懂的同学可以Google一下。
刷机包的选择不同的手机,它的第三方刷机包的适配情况也是不同的,根据自己的喜好选择刷机包即可,下载好刷机包之后,把...
<a href="/2017/08/28/androidMoreSys/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/搞机/">搞机</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-vegarom"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2017-08-27 15:51:22" datetime="2017-08-27T07:51:22.000Z" itemprop="datePublished">2017-08-27</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/搞机/">搞机</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2017/08/27/vegarom/">泛泰系列机型官方刷机包合集</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
如果链接失效请留言
有问题可在下方评论
机型
下载链接
描述
类型
IM-A850K
http://pan.baidu.com/s/1c1C84N2
0
官方
IM-A850L
http://pan.baidu.com/s/1nv1bfBF
0
官方
IM-A850S
http://pan.baidu.com/s/1qYqLAPY
0
官方
IM-A860S
...
<a href="/2017/08/27/vegarom/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/刷机包/">刷机包</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-carbon"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2017-08-27 15:51:20" datetime="2017-08-27T07:51:20.000Z" itemprop="datePublished">2017-08-27</time>
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/搞机/">搞机</a></li></ul>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2017/08/27/carbon/">泛泰A900最新Carbon ROM评测,基于Android7.1.2</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
1.先上图rom是基于Android7.1.2的,流畅肯定是没的说,先上几张图
简单评测1.系统整体非常流畅,自带中文,续航情况没有测试,A900尿性,不测也罢2.支持主题,开机剩余ram 1G+ ,整体优化不错3.总之不错,试了就知道,哈哈,写不下去了
附上原贴说明
自己翻译,哈哈,别问我啥意思,我就是个搬运工
最后奉上下载链接https://sourceforge.net/...
<a href="/2017/08/27/carbon/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/泛泰A900/">泛泰A900</a></li></ul>
</div>
</article>
</li>
</ul>
</div>
<footer class="footer">
<div class="top">
<p>
<span id="busuanzi_container_site_uv" style='display:none'>
总访客数:<span id="busuanzi_value_site_uv"></span>
</span>
<span id="busuanzi_container_site_pv" style='display:none'>
总访问量:<span id="busuanzi_value_site_pv"></span>
</span>
</p>
<p>
<span><a href="/atom.xml" target="_blank" class="rss" title="rss"><i class="icon icon-lg icon-rss"></i></a></span>
<span>This blog is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</span>
</p>
</div>
<div class="bottom">
<p><span>Allan © 2017</span>
<span>
Power by <a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/yscoder/hexo-theme-indigo" target="_blank">indigo</a>
</span>
</p>
</div>
</footer>
</main>
<div class="mask" id="mask"></div>
<a href="javascript:;" id="gotop" class="waves-effect waves-circle waves-light"><span class="icon icon-lg icon-chevron-up"></span></a>
<script src="//cdn.bootcss.com/node-waves/0.7.4/waves.min.js"></script>
<script>
var BLOG = { ROOT: '/', SHARE: , REWARD: false };
</script>
<script src="/js/main.min.js?v=1.6.13"></script>
<div class="search-panel" id="search-panel">
<ul class="search-result" id="search-result"></ul>
</div>
<template id="search-tpl">
<li class="item">
<a href="{path}" class="waves-block waves-effect">
<div class="title ellipsis" title="{title}">{title}</div>
<div class="flex-row flex-middle">
<div class="tags ellipsis">
{tags}
</div>
<time class="flex-col time">{date}</time>
</div>
</a>
</li>
</template>
<script src="/js/search.min.js?v=1.6.13" async></script>
<!-- mathjax config similar to math.stackexchange -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script async src="//cdn.bootcss.com/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML" async></script>
<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<script>
(function() {
var OriginTitile = document.title, titleTime;
document.addEventListener('visibilitychange', function() {
if (document.hidden) {
document.title = '客官快来嘛~!';
clearTimeout(titleTime);
} else {
document.title = '欢迎回来哦!';
titleTime = setTimeout(function() {
document.title = OriginTitile;
},2000);
}
});
})();
</script>
</body>
</html>