Infeasible
Status Update
Comments
ra...@google.com <ra...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Android bug report (to be captured after reproducing the issue) For steps to capture a bug report from Phone, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Steps to capture bugreport from the Wear device:
On you Android phone, following the instructions in this doc, under the section ‘Instructions on your companion phone or tablets (Android)’.
Launch the ‘Android Wear’ app on your phone or tablet. Tap on the three vertical ellipsis on the top right hand corner of the screen and click on “Report Wearable Bug” to capture a bug report from the watch.
On the watch, you will observe a notification card with the text “Bug report #X is being generated”. It can take up to 20 minutes for the bug report to be generated and transferred to your phone.
Once the bug report is done, the notification card on the watch changes to “Bug report #X captured” and you will receive a notification on the phone that reads “Wearable bug report finished. Tap to send." Tap on this notification and email the bug report to a pre populated email address.
Note: Please avoid uploading directly to the issue using attachments. Please upload to google drive and share the folder to android-bugreport@google.com, then share the link here.
Android bug report (to be captured after reproducing the issue) For steps to capture a bug report from Phone, please refer:
Steps to capture bugreport from the Wear device:
On you Android phone, following the instructions in this doc, under the section ‘Instructions on your companion phone or tablets (Android)’.
Launch the ‘Android Wear’ app on your phone or tablet. Tap on the three vertical ellipsis on the top right hand corner of the screen and click on “Report Wearable Bug” to capture a bug report from the watch.
On the watch, you will observe a notification card with the text “Bug report #X is being generated”. It can take up to 20 minutes for the bug report to be generated and transferred to your phone.
Once the bug report is done, the notification card on the watch changes to “Bug report #X captured” and you will receive a notification on the phone that reads “Wearable bug report finished. Tap to send." Tap on this notification and email the bug report to a pre populated email address.
Note: Please avoid uploading directly to the issue using attachments. Please upload to google drive and share the folder to android-bugreport@google.com, then share the link here.
ra...@google.com <ra...@google.com> #3
Please provide the requested information to proceed further. Unfortunately the issue will be closed within 7 days if there is no further update.
ra...@google.com <ra...@google.com> #4
We are closing this issue since we didn't receive a response. If you are still facing this problem, please open a new issue and add the relevant information along with reference to this issue.
Description
Knox Manage is a MDM by Samsung SDS and we're preparing Wear OS services. We'd like to turn on Google accuracy to enhance location service for fully managed devices.
We tried below functions referring to
Please help us to fix this issue.
Wear OS version: 3.5
Case 1.
1.1 Calling Method: LocationManager.setProviderEnabledForUser() / Value: True
1.2 Log:
SettingsProvider: updateLocationProvidersAllowedLocked = +network
SettingsProvider: sendLocationSettingInfoLOCATION_PROVIDERS_ALLOWED_CHANGED
1.3 LocationManage.isProviderEnabled Returns: True
1.4 Action:
Location & Improve Location Accuracy UI remains Unchanged.(Known UI issue
)
Case 2.
2.1 Calling method:
int enable = 1;
settingsGlobalPutInt(Settings.Global.Wearable.COMBINED_LOCATION_ENABLE, enable)
2.2 Log:
SettingManager: Setting /protogensettings/location/combined_location/f6efa081 to true
DataClientWriter: Writing data item /protogensettings/location/combined_location/f6efa081
SettingsProvider: sendLocationSettingInfoLOCATION_MODE_CHANGED
SettingsProvider: updateLocationProvidersAllowedLocked = +gps
SettingsProvider: sendLocationSettingInfoLOCATION_PROVIDERS_ALLOWED_CHANGED
2.3 LocationManage.isProviderEnabled Returns: false even after changing as by default it remains Off.
2.4 Action:
Location enable/disable in settings menu, but Improve Location Accuracy state remains unchanged.