fynngodau
fynngodau
I've added functionality to automatically send the request if necessary (for instance, when a sync fails with `DeviceManagementScreenlockRequired` error) and then to re-send the original request if appropriate. If not...
It seems the instance token + instance ID we are getting from GCM in https://github.com/microg/GmsCore/pull/2296/files#diff-3341dd523d63f6a4b7f5b44b9db7075c9a834e139fdc0fa945aafbb342942cceR48-R75 is somehow bad. The query works with it (which seems to indicate we are going...
For future investigation regarding the above problem: * Instance ID generation should be attempted at client-side, following the pattern in [the `play-services-iid` implementation](https://github.com/microg/GmsCore/blob/720823e5d40ce69890692350c549857d2671bf2b/play-services-iid/src/main/java/com/google/android/gms/iid/InstanceID.java), specifically: https://github.com/microg/GmsCore/blob/720823e5d40ce69890692350c549857d2671bf2b/play-services-iid/src/main/java/com/google/android/gms/iid/InstanceID.java#L274-L276 * Google Play services sometimes...
Seemingly good senders / subtypes: * `16502139086` for `CryptAuthV2EnrollmentAuthorizedEntity` via https://github.com/davgit/chromium/blob/f98299a83f66926792ef5f127a3f451325817df6/chromeos/services/device_sync/public/cpp/gcm_constants.cc#L13 * `381449029288` for `CryptAuthGcmSenderId` via https://github.com/davgit/chromium/blob/f98299a83f66926792ef5f127a3f451325817df6/chromeos/services/device_sync/public/cpp/gcm_constants.cc#L12C13-L12C33 * `745476177629` via Google Play services More info: * `121252257541` is not even...
> It seems the instance token + instance ID we are getting from GCM in https://github.com/microg/GmsCore/pull/2296/files#diff-3341dd523d63f6a4b7f5b44b9db7075c9a834e139fdc0fa945aafbb342942cceR48-R75 is somehow bad. The observations were correct, but the conclusion was false. Extensive tests...
> Ok, this matches with what I observed and wrote in https://github.com/microg/GmsCore/issues/896#issuecomment-1848405154 > Both requests were required when I tried it with the original app. Yes, the buggy behavior I...
It seems the `AccountManager` already knows the logic of required user interaction, leaving the decision to the caller whether the required interaction should be done in the foreground immediately or...
For everyone, here's a screencast of the ux flow: https://gitlab.e.foundation/-/project/177/uploads/dbd0dbf91679dfc8610249019c1dc3e7/ux-flow-basic-workspace.mp4 (21.6 MB) * I am already signed in to my account [email protected] and attempting to sync Google Calendar, which doesn't...
Asset Delivery PR: https://github.com/microg/GmsCore/pull/2506
Hi @Kruegerrr, I'm working on an implementation for accounts that require device management in #2296. Could you please tell me whether you are still experiencing the issue as you described...