Nick

Results 591 comments of Nick

I don't believe there is any direct knowledge of the UART buffer, although as far as I know it's fairly expedient. What level of latency are you expecting?

Do you have to disable it at the exact time of the last bit? Can you get away with a 10ms timeout? One workaround could be to add a UART...

Can the receiving peripheral send an ACK byte back to your device when it receives the last part of the response?

You can file a [feature request](https://issuetracker.google.com/issues/new?component=192720&template=847005) for the framework using the issue tracker. Is it possible to use four wire RS-485? I'm going to ask some folks and get their...

You should make sure that `` is in your project manifest and that your device is infact running Android Things.

Are you saying that the setting does not get saved?

Are you using a screensaver?

The wake up support works best when there is a screensaver, since it intercepts those broadcasts. The source code is licensed under MIT, so if you do identify a fix...

Right now it only searches for activities with the LEANBACK_LAUNCHER intent.

i haven't worked on this project in years. There's probably a dozen different tooling updates that'll need to be made. But the method to get all applications is [getLauncherApps](https://github.com/ITVlab/Launch-On-Boot/blob/master/app/src/main/java/news/androidtv/launchonboot/MainActivity.java#L149).