604 questions
2
votes
1
answer
806
views
How to use Pico i.MX7 Development Kit for Android Things without ... Android things
I have Pico i.MX7 Development Kit for Android Things
https://www.nxp.com/docs/en/user-guide/PICO-IMX7UL-USG.pdf
other than Pico-PI rev b1 it has other hardware, including screen
https://medium.com/...
0
votes
1
answer
1k
views
Using two cameras at a same time in Android Things
I am in a situation where I need to use two cameras at a same time.
I have been looking up in internet for Camera2 api examples. Although not successful in developing my own camera app the way I want ...
3
votes
0
answers
189
views
Is there a way to download the image for Android Things?
I've got the NXP i.MX7D Android Things Development board, but I can't update it because I can't login into the Android Things Console, and it's stuck on 0.8.0 Developer Preview 8.
1
vote
1
answer
608
views
Problem in Uart callback in Android Things Uart
I am using Odroid N2+ board for transmitting and receiving data from UART and turning GPIO ON and OFF. The GPIO part is working alright. When I put the code for transmitting only, there was no problem....
1
vote
0
answers
332
views
Is it possible build image from Android things's source code
My company develop some app on Android things past years.
I know Google alread had give up the project.
But my boss want to try if it possilbe to build the image from the source code, make our product ...
4
votes
1
answer
1k
views
How to set device owner on Android Things?
I would like to set my Android app as device owner on a device running Android Things.
(I know that Android Things is getting shut down, but still I would need to make it work)
I tried the usual ...
1
vote
2
answers
306
views
public class PeripheralManager - returning all stubs
I have imported
implementation 'com.google.android.things:androidthings:1.0'
And when I execute code, it throws a runtime error because inside of the PeripheralManager class the methods are all stubs:
...
2
votes
1
answer
254
views
Update Android Things app via USB and package installer
Due to the shutdown of Android Things console in 2022 I would like to know if someone of you tried to update the app via USB.
I tried with no success:
First try:
Intent intent = new Intent(Intent....
0
votes
0
answers
281
views
Error when triying to recieve MQTT message to IoT Device from remote Mosquitto broker
I coded an Android application for publishing and suscribing to Mosquitto broker using MQTT paho library and I tested it under different scenarios.
I've already tested my application and it works ...
1
vote
2
answers
244
views
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 ...
1
vote
2
answers
209
views
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 ...
1
vote
2
answers
513
views
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 - ...
0
votes
1
answer
379
views
Raspberry Pi 3 Model B (Android things OS) Error: Failed to open /dev/ttyAMA0: No such file or directory
I am a beginner in Android and testing Android code in which I am receiving and sending data through UART communication.
Hardware for communication- MAX232 device which is connected to Raspberry Pi3 ...
1
vote
2
answers
1k
views
Root access works with adb, but root process on Android Studio doesn't (Android Things)
Currently I'am working on an aplication via Android Studio, that executes commands using the next sintaxis:
Process p = Runtime.getRuntime().exec(new String[] { "su", "-c", "...
1
vote
1
answer
177
views
How to add keyboard languages to Android Things 1.0.15
I need to add languages to AOSP keyboard in Android Things version 1.0.15.
When I try to modify the language pressing long the button (",") next to the spacebar the app crashes:
android....