Ivan Podogov

Results 44 comments of Ivan Podogov

I got it working with kernel 4.19.57. There are two files you'll need to edit (note that you'll need to use `sudo` to edit them). First one: `/usr/src/aiy-1.1/aiy/iio/adc/aiy-adc.c` (note that...

Well, it's definitely something difficult to implement... As an alternative, you may consider holding the watch in your hand like a laser pointer: pull down from the top of the...

Hi! I thought about this, and the problem is, in many cases (on some operating systems) you need to keep the pointer in pretty much exactly the same place (give...

There are two separate issues. Clicking on "Available Devices" is one, for which I've captured the stack trace: ``` Exception java.lang.SecurityException: at android.os.Parcel.createExceptionOrNull (Parcel.java:3011) at android.os.Parcel.createException (Parcel.java:2995) at android.os.Parcel.readException (Parcel.java:2978)...

Welp, that bugreport only shows that I did things correctly, according to the [documentation](https://developer.android.com/reference/android/bluetooth/BluetoothAdapter.html#ACTION_REQUEST_DISCOVERABLE), yet the app is still crashing due to not having some permission (supposed to be [BLUETOOTH_ADVERTISE](https://developer.android.com/reference/android/Manifest.permission#BLUETOOTH_ADVERTISE),...

The thing is, I have a Galaxy Watch with wearOS 4, and I don't have that issue... Did you accept all the permissions at the app start? You can also...

Thank you for the information. As soon as I get a chance to get my hands on a Pixel Watch with Wear OS 4 (that might take a few days...

It could even be the low-level Bluetooth driver issue, as I haven't had it with other devices. Unfortunately, I don't have a Ticwatch to test with.

Um... It already works just like that on my watch though?

Hi! As I mentioned, I don't have the issue in the first place. I've created a build that has `requestFocus()` calls in some places, but unfortunately I can't release it,...