Toby Kurien

Results 145 comments of Toby Kurien

You can have both HTTP and HTTPS enabled at the same time on your local server (this is usually the default).

Aah ok, that's true. I get my microcontrollers to post the data to a Raspberry Pi and then serve it up from there.

It seems newer versions of Andoid (7+) don't allow trusting unknown CA's, and the answer seems to be to hardcode the CA certificate in the app. Clearly this can't be...

Thanks for detailed comments, the feedback is appreciated. Let me try to respond to some of the issues raised: - Long press opens "share with": this was a recent change....

I've moved this discussion to issue #253 and I'll respond there.

I can confirm that this is an issue, and really hampers the use of, for example, the android design support library. You have to manually edit the generated project and...

No it is not resolved. The problem is not exploding AARs, it is that some of the exploded AARs have dependencies to others, and these are not included in that...

I see some logs there that I need to remove (power/sensor logs), to make the log output smaller. As for the neighbouring cells info, if we get back nothing from...

FYI, The AccelerometerMonitor is a movement sensor - I added that specifically to save battery power by not doing GPS requests when the device isn't moving. I am sure it...

What is `time_first` and `tf_settings` (and where does one get those)? What is the value of `min_gps_precision`? What is `RAT` (and where does one get that)? When does this flow...