Questions tagged [android-things-console]

The Android Things Console provides tools to install and update the Android Things system image (also with custom OEM applications) on supported hardware devices.

The Android Things Console provides tools to install and update the Android Things system image on supported hardware devices.

Using the console, developers and device makers can:

  • Download and install the latest Android Things system image

  • Build factory images that contain OEM applications along with the system image

  • Push over-the-air (OTA) updates, including OEM applications and the system image, to devices

Links:

31 questions
0
votes
1 answer

Android Things console not allowing me to create a build

I'm trying to build my first Android Things application. To run it on my Raspberry Pi I need to create a build with my application. The problem happens when I try to add my application to the build. It says "Permission denied". I've tried with two…
0
votes
2 answers

How to get details about disconnected network?

is there a way to get details about disconnected network using android broadcast receiver or networkcallback ? EXTRA_NETWORK_INFO, getNetworkInfo(NetworkType) are deprecated. getAllNetworks() Returns an array of all Network currently tracked by the…
0
votes
1 answer

How to call an added APK to androidthings image

I am working with this project https://github.com/hypeapps/black-mirror . As I am a complete newbie to droid I am wondering what the process would be to call a apk that has been added to the androidthings image from androidthings console. Say I have…
0
votes
1 answer

Android Things {AppName} has stopped - get logs

I'm running a build from the Android Things Console built with several custom apks One of the apps is failing with "{AppName}" has stopped. Open app again" The cause appears isolated to only one Configuration. I'm trying to get to root cause,…
ffejrekaburb
  • 656
  • 1
  • 10
  • 35
0
votes
0 answers

How do I replace the AoT OS with Oreo/Kitkat/lollipop or similar full Android OS

How do I replace the AoT OS with Oreo/Kitkat/lollipop or similar full Android OS on the NXP imx7 Android of Things kit. Cheers Rob
0
votes
1 answer

Android things: DP 7 retired PeripheralManagerService and I have issue with PeripheralManager

I have 1 project based on this: https://github.com/Nilhcem/i2cfun-androidthings https://github.com/neuberfran/SmartDrive5 (the latter is my project) But, when I change PeripheralManagerService to PeripheralManager (DP 7 and APi level 27) try { …
0
votes
2 answers

Google nearby api 12.0.1 with android things stable release 1.0 throws 8007 STATUS_BLUETOOTH_ERROR

I am using NearBy 2.0 API version 'com.google.android.gms:play-services-nearby:12.0.1' with android things 'com.google.android.things:androidthings:1.0' to create a smart home app, but previously upto 8th may it was working fine with the build…
0
votes
2 answers

Google Assistant on RPI3 with Android Things

I tried to follow the documentation and got stuck in the point Open a terminal and follow the instructions to configure a new Python virtual environment and install the `google-assistant-library. The link in this point redirects to a general…
0
votes
1 answer

AndroidThings OTA Updates

On my Raspberry Pi i have installed Developer Preview 5.1 and one application that works as default. Now is Developer Preview 6 coming. For now to make OTA Updates i recieved a warning, that i should update the OS version. I have created empty…
anatoli
  • 1,663
  • 1
  • 17
  • 43
0
votes
1 answer

How can I send more than 8 byte data over UART on android Things raspberry pie?

I want to send more than 8 byte data over the UART connection I am currently using USB 2.0 to TTL with 4 pin. I think my option is to use USB 2.0 to TTL with 6 pins is it correct? If not what are my option? for e.g I want to send…
Ajinkya
  • 2,286
  • 3
  • 18
  • 25
0
votes
0 answers

Raspberi Pi3 board is not booting : Android Things

I'm an Android app developer and have tried Android Things. After flashing image to the card, my Raspberry Pi 3 board is not booting up (i.e. it does not show anything). I have already tried the answers in this question and another as they mentioned…
CodingRat
  • 1,934
  • 3
  • 23
  • 43
0
votes
1 answer

Not able to boot in raspberry pi only a red led is on

I am trying to run latest AndroidThings developer preview 0.5.1 on a Rasperry Pi Module but the module is not booting up at all. In MAC, I am using SDCard formater for formatting and unarchiver for extracting .img file out of downloaded zip file…
praveena_kd
  • 525
  • 5
  • 15
0
votes
1 answer

Androidthing UI not visible on Resberry Pi3 board

I am connecting the android thing to the resberrypi3 board, initial setup is completed, but when I tried to view android thing display on Vyser via wifi I can see blur image, I expecting android thing boot screen. I tried blink LED sample it's…
Rinkesh
  • 3,150
  • 28
  • 32
0
votes
0 answers

android things MQTT broker

so I'm building a home automation project and I want the main server/processing hub to be a Raspberry Pi 3 running Android things. The problem currently is that I'm having a hard time installing/coding/running an MQTT server on the Raspberry Pi 3…
-1
votes
1 answer

What is file format or extension of android things App?

As we know that the extension of Android app is .APK. likewise, I want to know the app extension of android things app.
dpk
  • 641
  • 1
  • 5
  • 15