Romain Rinie

Results 26 comments of Romain Rinie

> Are you triggering the autofill save UI when you press submit? You need to modify all EditTexts on the page to trigger it How to achieve that? I tried...

I'm referring to my own app, the login is actually handle prior to opening the webview. Is there another way of telling the autofillManager that the form is complete and...

I just tried and replacing the language file via ssh works. Connect to the robot and just do: `cp /usr/share/audio/english/* /usr/share/audio/mandarin/` I didn't replace the mandarin folder with the english...

Thanks for the info, I'll watch for the release of 2021.04, seems many will be improved for the Viomi v7 in the next release.

> After I re-power the chip, it can't find the device anymore, not sure what happen Yes, that's a known problem, we need to use the 2 cpu to handle...

Hi, Thanks for trying it out, that's just an early version and certain thing are not working yet. Concerning the android phone, it should be detected (only if compatible BLE),...

It's call MAC randomization and you can say thanks to Apple for that... I'm not sure there is a way to change that. It's just your iPhone using another Mac...

Yep, exactly this problem, need to find another Bluetooth library for the esp32 that is more reliable or tweak the current one.

According to some, the problem comes from the fact that the ESP32 share his antenna between the WiFi and Bluetooth module. However I haven't be able to confirm that and...

You're right, it's a problem of port. If you change the backend docker run call to listen on port 80 instead of 8000 (by using -p 80:80), then it work....