Force Checkin does not work for Secondary Users
See original GitHub issueI am using a secondary user profile for my everyday business.
However, in a secondary user profile the force checkin via dialing *#*#CHECKIN#*#*
does not work. It is just ignored, probably due to permission issues.
Can you add a button in the UI that does the same thing?
As a workaround I used the following ADB commands:
adb root
adb shell am broadcast -a android.provider.Telephony.SECRET_CODE -d android_secret_code://2432546 --receiver-include-background
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Client, service, and program issues can occur if you change ...
Describes issues that may occur on client computers that are running Windows XP, or an earlier version of Windows when you modify specific...
Read more >Manage multiple users - Android Developers
Secondary users are Android users with separate apps and data saved between sessions. You manage the user with an admin component. These users...
Read more >Troubleshoot GCPW - Google Workspace Admin Help
Here's how to troubleshoot common issues with Google Credential Provider for Windows (GCPW). Sign in issues User account issues Locked a.
Read more >Android M - check runtime permission - how to determine if the ...
The second time the "Never ask again" check-box is shown. If the user denies again and the check-box is ticked nothing more should...
Read more >Troubleshooting ConfigSync and device service clustering ...
Verify that all device group members are joined to the local trust domain. If the command output does not return the expected number...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Tried with Android 11, but still unable to register
Using
adb root
Permission Denial
Root inside shell:
What should be the
result
value?Version: Android: 11 microG: 0.2.16.204713
Found this issue while looking for a way to run that
*#*#CHECKIN#*#*
command on a Tablet. After runningam broadcast -a android.provider.Telephony.SECRET_CODE -d android_secret_code://2432546 --receiver-include-background
as root GCM registered.