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
6
votes
1 answer

What's the recommended oem partition size for an Android Things product?

While creating another Android Things product with the Android Things Console i've been wondering again what oem partition size to choose. The info for this setting is "Must be between 32 and 512 MB" which is quite a range to consider. While my…
Alx.
  • 168
  • 9
3
votes
1 answer

Creating custom image of Android Things including my custom apps

I am planning to use Raspberry PI for Android Things project, I am able to flash default image (androidthings_rpi3_devpreview_4_1.zip), over it. I have installed my apps. Now is there a way to create a custom image with my apps included so that it…
sandeep
  • 121
  • 10
2
votes
1 answer

Connect NXP i.MX7D to Android Things Toolkit app

I have the NXP i.MX7D Android Things development kit. The kit is set up and connecting to my wifi without issue, but I'm having trouble connecting the device to the Android Things Toolkit app on my Pixel. The issue: When I open the phone app, I see…
2
votes
2 answers

How to create Android Things' bundle and push it over OTA?

Anyone succeeded creating Android Things Bundle and pushing it over OTA? On the Android Things' Console, there's a page to Create a Bundle for the OTA. I'm trying to figure out how to do that. I've adding just a single APK file main.apk to a ZIP…
ViliusK
  • 11,345
  • 4
  • 67
  • 71
1
vote
2 answers

Android Things console will be turned down for all existing projects on January 5, 2022

Android Things posted this: The Android Things console will stop supporting new projects on January 5, 2021, and will be turned down for all existing projects on January 5, 2022." We are using currently Raspberry Pi 3B with Android Things OS. My…
1
vote
2 answers

You've reached the device limit. Some features will not be enabled. Android Things OTA

I have done Android Things OTA remote update 4 times and it was successfully happened. But this time it is giving error which is "You've reached the device limit. Some features will not be enabled" I do not know why it is giving me this error.…
1
vote
0 answers

How to change screen resolution on android-things OS on a Raspberry 3B device with out changing config.txt file?

I want to have a maximun screen resolution bacause the raspberry is to slow when the resolution is HD or Full HD. For now, i am able to set the screen resolution to 800x600 adding to followig code to the config.txt on the RPIBOOT partition of the…
foretama
  • 81
  • 5
1
vote
1 answer

How to register and identify single device on Android Things Console or How do we get a device onto a channel

I am new to IoT. I am going through the Android Things Console docs where it was written: You must flash the device with an image from the Android Things Console in order for the device to receive updates. Here, I am not able to understand how…
Purva
  • 13
  • 6
1
vote
1 answer

Using keyboard wedge barcode reader with Android Things

I'm writing an application for Android Things that requires support for a standard usb keyboard wedge handheld barcode reader, and should show soft keyboard input for arbitrary text entry. As an Android Things app, I'll be building my image and…
jdmf
  • 96
  • 2
1
vote
1 answer

Auto deploy .apk to Android Things using gitlab ci scripting

I recently started in a project where Android Things is used. When I joined the team, I read up on Android Things. I very much like the Android Things Console and the way it can push updates. However, instead of uploading a new version of an apk…
1
vote
1 answer

Android things PeripheralManager Error

I wrote a simple code to get the gpio list on raspberry pi 3 using android things but came across a lot of errors. Here is my code @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); …
1
vote
1 answer

Android Things custom image doesn't contain bundled APKs

I'm trying to flash the NXP i.MX7D with a simple custom image which has the default boot animation and a simple launcher. For whatever reason, after flashing, the default Android Things launcher is always launched and when I query for installed…
Mus
  • 1,860
  • 2
  • 16
  • 19
1
vote
1 answer

How to upload a custom build configuration to Android Things with just a main.apk

I'm currently working with a Raspberry Pi 3 and Android Things (with the official RPi touch screen), and I'm trying to understand the process of flashing a custom build. I have already gone through the process of creating a starter build, and now…
krisds
  • 11
  • 3
1
vote
0 answers

Android Things 0.5.1 boot failed on Raspberry Pi 3

I've tested Android Things 0.4.1 image which I've downloaded before builds moving into console on RPI3 successfully but every image I've build with Android Things Console with empty bundle failed to boot even image 0.4.1 I've build with Android…
0
votes
2 answers

Error when Downloading Android Things image for Raspberry Pi 3

I am trying to download an Android Things image for Raspberry Pi 3 and I get this 403 Forbidden error. What can I do? What do you want to do? 1 - Install Android Things and optionally set up Wi-Fi 2 - Set up Wi-Fi on an existing Android Things…
1
2 3