I could find git repository/branch for Brillio but no separate for Android things. Is it that it is not open source yet or released for public ?
Asked
Active
Viewed 6,777 times
5
-
I have the same question. so, Android things is still closed source now, right? – ignorer Mar 07 '19 at 01:49
4 Answers
13
No because AndroidThings is still in preview as you can see from this link:
https://developer.android.com/things/preview/releases.html
the source code is not available.
There is a GitHub page though with the examples of how things are built on Android Things:

Blundell
- 75,855
- 30
- 208
- 233
11
cd ~
mkdir IOT
cd IOT
repo init -u https://android.googlesource.com/platform/manifest -b android-o-iot-preview-5
repo sync

Zbigniew Mazur
- 653
- 7
- 11
0
You can download the image file by:
- Go to Android Things console and login.
- Create/Open a product.
- In the "Factory Images" section click on "Create Build Configuration".
- Download the image file of your product containing Android Things.

Reza Hosseini
- 154
- 1
- 10
0
Unfortunately, it seems like it won't be open-source at all.
From an Ars Technica article:
Just like Windows, Android Things is closed source and has a centralized update system.

Tin Man
- 700
- 8
- 29