-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Device Sync request #2621
base: master
Are you sure you want to change the base?
Conversation
play-services-basement/src/main/java/org/microg/gms/common/Constants.java
Outdated
Show resolved
Hide resolved
vending-app/src/main/kotlin/com/google/android/finsky/DeviceSyncInfo.kt
Outdated
Show resolved
Hide resolved
vending-app/src/main/kotlin/com/google/android/finsky/accounts/impl/AccountsChangedReceiver.kt
Outdated
Show resolved
Hide resolved
play-services-base/core/src/main/kotlin/org/microg/gms/profile/Build.kt
Outdated
Show resolved
Hide resolved
@DaVinci9196 |
@mar-v-in |
I was considering the same, but in most cases IMEI and IMSI are not required anyway (because of wifi-only tablets). But yes, in the long run that would be a good idea. |
If I'm not wrong in this PR it send the real IMSI that could be used to identify the SIM. |
@DaVinci9196 |
@ale5000-git The current code puts the android id where probably the IMSI belongs. There is no calling of |
Devices without SIM slot are rare I think and devices with SIM slot but empty are more common but still have IMEI (device with 4 SIM slots have 4 IMEI even if the slots are unused). |
Accepted. |
Added a device information synchronization request after logging in to the account to solve the problem of missing data in some request interfaces that rely on device information.
For example, when there is no device synchronization in the /assetModuleDelivery request in #2506 , some games lack resource package data returned.