android-things Questions

2

Solved

I am trying to setup the wifi on my android things raspberry pi following the documentation. My Ssid contains a space in the name let's say "my ssid". I tried to put quotes around it like this: ...
Pivoting asked 25/12, 2016 at 2:38

4

Solved

Where can be found the characteristics of the switching speed of GPIO port for the Raspberry Pi 3 under Android Things like that?
Bruin asked 18/1, 2017 at 19:12

3

I've never made an Android app before and I'm this isn't a great start. I made a blank project on Android studios as a test and tried to run the program on my Huawei P33 phone. When I attempt to bu...
Mahau asked 30/10, 2019 at 1:25

4

Solved

I've just bought a Raspberry Pi 3 with a 7" Display touch screen and a casing. Unfortunately, the casing can't allow me to rotate manually the screen so my apps are running upside down. I've trie...
Baryram asked 9/1, 2017 at 23:8

3

How do you take a screenshot via ADB for Android Things? I have tried: adb shell screencap -p /sdcard/screen.png adb pull /sdcard/screen.png adb shell rm /sdcard/screen.png and adb shell screen...
Impletion asked 8/1, 2017 at 16:3

2

Solved

I have Android Things OS image installed for my Rasp3 and successfully booted up and log in to shell using adb, but lcd display is upside down with my 7 inch touchscreen display. I wonder if there...
Spaceman asked 15/12, 2016 at 13:19

1

I am working on IoT project with NXP i.MX7D . In this project I used Google Nearby API to publish data from companion app to the things app . I have followed this project nearby-kotlin . I have fol...
Enzyme asked 14/12, 2017 at 18:22

3

Solved

I have the following code in my app to access PeripheralManagerService: PeripheralManagerService service = new PeripheralManagerService(); Gpio ledGpio; try { ledGpio = service.openGpio("BCM6"); ...
Mihe asked 6/3, 2018 at 23:20

3

Solved

I'm playing with Raspberry Pi 3 Model B and Android Things. I was able to configure everything (connect Pi over Ethernet, then reconnect over Wi-Fi with Android.local) and debug the app. However it...
Boling asked 29/5, 2017 at 11:42

6

Solved

When I reboot after deploying an application to Android Things the application doesn't start. Is there a specific intent to start an application on boot?
Complainant asked 13/12, 2016 at 17:39

2

Solved

Android thing run time exception: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/things/pio/PeripheralManager; Manifest file: <manifest xmlns:android="http://sc...
Cocteau asked 10/3, 2018 at 6:25

3

Solved

I'm trying to write to a value on AT. I've already declared required permission as follow in manifest, <uses-permission android:name="android.permission.WRITE_SETTINGS"/> And try to reques...
Gustav asked 16/2, 2017 at 18:28

3

Recently I was looking at the Android-Things SDK, and I have installed it on my Raspberry Pi device. To connect Raspberry Pi with ADB I have used: adb connect <ip address>:5555 But then I...
Naturalize asked 6/1, 2017 at 6:40

1

Solved

Has anyone tested Android Things on the Raspberry Pi 3 model B+ yet? When I attempt to boot the Pi 3 B+ with an Android Things image, it remains on the initial multi-colour boot screen and nothing...
Stereoscope asked 22/3, 2018 at 17:13

5

Solved

Yesterday I started an Android Things project and I was testing the app using Android Studio. In order to connect to the device using adb.exe, I used the IP of the android device that I saw on the ...
Stigmasterol asked 21/2, 2017 at 7:38

3

Has anyone been able to successfully play a video using Android Things on a Raspberry Pi? If so was there anything special you had to do to get it to work? If not does any one know why it isn't wor...
Sungod asked 2/2, 2017 at 16:41

1

Hi I am trying to use the camera v2 API to record video using a Raspberry Pi 3 device that uses the Raspberry Pi camera module attached to it. I am developing this using Android Things with Kotlin...
Mastigophoran asked 30/11, 2017 at 21:34

1

Solved

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 M...
Jaffa asked 25/11, 2017 at 21:46

7

Solved

I have successfully managed to install the Android Things Dev Preview onto my Raspberry Pi. I have a problem though. When I first started installing my own applications I was able to connect to th...
Girandole asked 6/1, 2017 at 6:15

3

I am running Android Things 0.4 on a Raspberry Pi. I was following this tutorial to the letter: https://developer.android.com/things/training/first-device/peripherals.html Once I go the first but...
Kilkenny asked 9/6, 2017 at 14:45

3

I was wondering if there is a way to set up an emulator in Android Studio using the system image that can be downloaded from the Android Things website. I already have a Raspberry Pi 3, but I alwa...
Eastnortheast asked 2/1, 2017 at 12:32

2

Solved

How do I use UART peripherals on Android Things for Raspberry Pi 3? It seems that by default it is assigned the linux console.
Panettone asked 13/12, 2016 at 17:22

1

I am using Raspberry pi3 and DHT11 sensor for temperature monitoring project. I have following pin positions VCC to pin no : 2 Ground to pin no : 6 Output to GPIO : BCM22 i.e pin no 15 Code that...
Mairemaise asked 27/6, 2017 at 11:14

1

Solved

I have a very simple setup android-things setup where a GPIO (output) generates very short (10u) pulse, and I'm trying to read that pulse through another GPIO (input). However, my logs are weirdin...
Molybdenum asked 2/6, 2017 at 6:44

3

Solved

I've been trying to connect to the serial console of a Raspberry Pi 3 with Android Things using USB to TTL cable from my Linux (Ubuntu) machine. Despite I connected the cable as per the documentati...
Varve asked 22/4, 2017 at 0:47

© 2022 - 2024 — McMap. All rights reserved.