Skip to content

Commit a2bd41a

Browse files
authored
v0.01
Handy Desktop Links for downloading Recovery and Rom Sources WIP and still adding stuff
1 parent 1a3a68b commit a2bd41a

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

setup/Download-Sources.txt

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
--Notes--
2+
3+
### Recovery Building Notes ##
4+
**Build 10.0 With Java 8 & Python 3.8
5+
**Build 9.0 With Java 8 & Python 3.8
6+
**Build 7.1 With Java 8 & Python 2.7
7+
**Build 6.0 With Java 7 & Python 2.7
8+
**Build 5.1 With Java 7 & Python 2.7
9+
10+
11+
### Repo Sync Rom Or Recovery*Use 1 Or The Other* ##
12+
## repo sync
13+
## repo sync -c -f -j8 --force-sync --no-clone-bundle --no-tags
14+
15+
16+
17+
18+
--Recoveries--
19+
20+
## TWRP
21+
repo init --depth=1 -u http://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-10.0
22+
23+
repo init --depth=1 -u http://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-9.0
24+
25+
repo init --depth=1 -u http://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-8.1
26+
27+
repo init --depth=1 -u http://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-7.1 *10-2020 Broken
28+
29+
repo init --depth=1 -u http://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-6.0
30+
31+
repo init --depth=1 -u http://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-5.1
32+
33+
34+
## OrangeFox
35+
repo init --depth=1 -u http://gitlab.com/OrangeFox/Manifest.git -b fox_9.0
36+
37+
repo init --depth=1 -u http://gitlab.com/OrangeFox/Manifest.git -b fox_8.1
38+
39+
repo init --depth=1 -u http://gitlab.com/OrangeFox/Manifest.git -b fox_7.1
40+
41+
42+
## PitchBlack
43+
repo init --depth=1 -u http://github.com/PitchBlackRecoveryProject/manifest_pb.git -b android-10.0
44+
45+
repo init --depth=1 -u http://github.com/PitchBlackTWRP/manifest_pb.git -b android-9.0
46+
47+
repo init --depth=1 -u http://github.com/PitchBlackTWRP/manifest_pb.git -b android-8.1
48+
49+
repo init --depth=1 -u http://github.com/PitchBlackTWRP/manifest_pb.git -b android-7.1
50+
51+
52+
## RedWolf *Android 8*
53+
repo init --depth=1 -u http://github.com/RedWolfRecovery/rw_manifest.git -b rw
54+
55+
56+
## SkyHawk
57+
repo init --depth=1 -u http://github.com/SKYHAWK-Recovery-Project/platform_manifest_twrp_omni.git -b android-9.0
58+
59+
60+
## Dark
61+
62+
63+
## Batik
64+
65+
66+
67+
68+
--Roms--
69+
70+
## LineageOS
71+
repo init -u http://github.com/LineageOS/android.git -b cm-14.1
72+
73+
74+
## OmniRom
75+
repo init -u http://github.com/omnirom/android.git -b android-7.1
76+
77+
78+
## Bliss
79+
80+
81+
## ResurrectionRemix
82+
83+
84+
85+
86+
87+

0 commit comments

Comments
 (0)