5

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 ?

Anirudh
  • 210
  • 2
  • 12

4 Answers4

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:

https://github.com/androidthings

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:

  1. Go to Android Things console and login.
  2. Create/Open a product.
  3. In the "Factory Images" section click on "Create Build Configuration".
  4. 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