You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The $ within the bash code snippets looks nice, but makes copying from the GitHub WebUI directly to the terminal unfeasible.
OTA probably belongs within the maintainer category, as it is a requirement for maintainership
OTA was gramatically corrected, by adding a "you" in the first sentence
This is what you will run each time you want to pull in upstream changes. Keep in mind that on your
43
45
first run, it is expected to take a while as it will download all the required Android source files
44
46
and their change histories.
45
47
46
48
```bash
47
49
# Let Repo take care of all the hard work
48
-
$ repo sync
50
+
repo sync
49
51
```
50
52
51
53
```bash
52
54
# Run to prepare our devices list
53
-
$. build/envsetup.sh
55
+
. build/envsetup.sh
54
56
# ... now run
55
-
$ brunch devicecodename
57
+
brunch devicecodename
56
58
```
57
59
58
60
## 2. Contributions ##
@@ -63,6 +65,12 @@ To submit changes/patches, please send a pull request on GitHub. We will review
63
65
64
66
Make sure you can follow our [rules-and-guidelines](https://github.com/crdroidandroid/rules-and-guidelines), then if all is right, just message Gabriel over [Telegram](https://telegram.me/gwolf2u) with the device you want to maintain.
65
67
68
+
### 3.1 OTA ###
69
+
So you posted on forums and your users are enjoying your build.
70
+
Well you can help out your users by letting them know when you fix stuff in your builds with the help of our OTA app.
71
+
Since crDroid Oreo, if you want to be on the official maintainers list, you'll need to provide OTA access.
72
+
You can set it up really easy by reading [android_vendor_crDroidOTA](https://github.com/crdroidandroid/android_vendor_crDroidOTA/blob/16.0/README.md) repo description.
73
+
66
74
## 4. crDroid features / overlays, translations, forum template and OTA ##
67
75
68
76
### 4.1 crDroid features / overlays ###
@@ -85,8 +93,3 @@ Build ready? Tested all features and translations are smooth?
85
93
Why not share your build over your beloved forums?
86
94
To do so, we have made a [small template](https://github.com/crdroidandroid/crdroid_features/blob/16.0/ForumPostTemplate) to help out. Just edit what you need and let the downloads roll. :sunglasses:
87
95
88
-
### 4.4 OTA ###
89
-
So posted on forums and your users are enjoying your build.
90
-
Well you can help out your users by letting them know when you fix stuff in your builds with the help of our OTA app.
91
-
Since crDroid Oreo, if you want to be on the official maintainers list, you'll need to provide OTA access.
92
-
You can set it up really easy by reading [android_vendor_crDroidOTA](https://github.com/crdroidandroid/android_vendor_crDroidOTA/blob/16.0/README.md) repo description.
0 commit comments