Results 343 comments of Jon Smirl

When the identity is created in the identity pool, can't you add 'logins' to the call? Those logins get stored in the identity pool providing a way to map between...

The old Mobile Hub code for Android built a two way map. This Indentity pool entry was created by that code when I did a user pool login: jonsmirl@ubuntu-16:~$ aws...

When amplify creates an entry in identity pool corresponding to a user pool entry, why is this part missing? Other Amazon Cognito code makes this entry: "Logins": [ "cognito-idp.us-east-1.amazonaws.com/us-east-1_Cf6AJpe20" ],...

We don't use this feature, and I see now that I was misunderstanding what I was seeing. This is the Cognito user pool id, not the sub of the user:...

This problem with boolean is obscuring another problem down deeper... If the JNI library is working correctly, Android chip-tool should be able to commission devices. ``` I (72512) chip[DL]: Confirm...

It should be possible to write some small Java apps to do minimal testing of the JNI library during CI. That would catch breakage like this immediately. Test would commission...

Does the CI environment include a JRE allowing small test apps?

It's gets a lot further binding, but still can't finish. error in onCommissioningStatusUpdate(JLjava/lang/string;I)V ~~~ 08-05 00:57:27.492 10080 10101 D IN : Sending encrypted msg 0x7bfaee37c8 with MessageCounter:218953824 to 0xFFFFFFFB00000000 (0)...

If I fix onCommissioningStatusUpdate, the AddNOC fix has not landed yet. I (30699) esp_matter_command: Received command 0x0006 for enpoint 0x0000's cluster 0x0000003E I (30699) chip[ZCL]: OpCreds: Received an AddNOC command...

So no more example for anyone writing a Java based controller app to start from? The tv-app does not work the same way. This is going to make it much...