Post is pinned.Post has attachment
Android Things Developer Preview 7 is available today. New updates include camera improvements, new Bluetooth APIs, and many stability fixes.

Read the blog post here → goo.gl/o4sLWB

Android Things Developer Preview 7 addresses much of the top developer feedback we've received so far during preview. Download the preview today to try out the improved camera resolutions and Bluetooth pairing/connection APIs. Visit the developer console to learn about new features such as product sharing and device update channels.

#AndroidThings

Is there GSM Dongle support in AndroidThings??? I am running it on raspberry pi 3 .

Hey guys,

I'm developing project in which I use Android Things. I got everything running but i want to minimaze lag on the screen and latency to improve user experience.
Currently I use waveshare LCD screen 7 inch it has an USB communication , the alternatieve is to use official raspberry PI screen which has DSI communication.

My question to you is , is there anyway to minimaze the lag on my current screen ? If not i raspberry PI screen an option do you think DSI communication will provide more smooth experience ?

I hope you can help me out how to solve this problem ! :)

Post has attachment
Question about Activity banner (header) when testing app.

Having a blast getting up an running with Android Things!

Is the banner at the top of the screen that shows the current activity always going to be there? Is it an artifact of the debug process using Android Studio? Can I hide it?

Cheers!
Photo

I've just read that Android P will restrict and not publish sensor events via Sensor manager for apps which are idle. Does this affect in any way Android Things in future releases? How is this gonna work for a thermostat app which is mostly idle during runtime.

Hi there. We are trying use NBIOT for our i.MX7D board and we came across a problem. Basically we need a script called chat which is normally located on /usr/sbin/chat on Linux (Android is Linux-based). However we can't find there or anywhere else. How can I solve this?

Hi,

I'm trying to use the new Bluetooth API from DP7, however, I'm having a problem pairing devices.

I'm using the guide published here ( https://developer.android.com/things/sdk/apis/bluetooth.html ).

The problem is that the method "onPairingInitiated" from the BluetoothPairingCallback object is never called. When I call "initiatePairing" on a device that does not require pin, it pairs successfully, calling the "onPaired" method. When the device requires a pin code, right after the "initiatePairing", the method "onPairingError" is called with error code 1 (UNBOND_REASON_AUTH_FAILED).

In both cases, the "onPairingInitiated" is not called (and it should be called on both).

Am I doing anything wrong? Is there any new tests you need to be able to help?

Thanks!
Walter Guerra

Post has attachment
I installed the Tensorflow image classifier sample with DP7 on an RP3 and the audio is really quiet. I Googled for how to increase the volume and it seemed this would work: https://stackoverflow.com/questions/27391326/how-to-change-the-volume-using-adb-shell-service-call-audio but the adb commands I issued just caused it to go totally silent with the only way back for me involving flashing the card again!

Whats the best way on this setup please?

hi all,
I am developing project motion sensing camera using android things and i have some problem to run please help me!!

Post has attachment
Breaking API Changes in Developer Preview 7

We made a lot of changes to the API in the latest preview release for consistency, readability, and testability. Anticipating that some of the changes might catch you off guard, we self-answered a few StackOverflow questions for common problems you might run into.
Wait while more posts are being loaded