Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am checking Android Enterprise solution for one of my project. I have created enterprise , policy and enterprise enrolment token using this guide.
https://developers.google.com/android/management/reference/rest
I need help to enroll device using enrolment token.
Ref: https://www.android.com/intl/en_in/enterprise
Note : I am using PHP Laravel as backend for this functionality.
Thank You in Advance...

What I have tried:

I have checked documents but not able to find proper way to enroll device.
https://www.android.com/intl/en_in/enterprise
Posted
Updated 14-Feb-23 2:51am

1 solution

I need help to enroll device using enrolment token


If I read your question correctly, the following should suffice.

Enroll your Android Enterprise dedicated, fully managed, or corporate-owned with work profile devices[^] gives you multiple options with step by step instructions as per snippet below, using tokens -

For Android 8.0 and later devices, you can use the token value, such as 12345, to enroll the device.
You can leverage QR code scanning when using the afw#setup enrollment method to enroll devices running Android 8.0 and later.
For corporate-owned work profile (COPE) devices, the afw#setup enrollment method is only supported on devices running Android versions 8.0 to 10.0. It's not supported with Android 11.0 or later.

Steps -
1. Turn on your wiped device.
2. On the Welcome screen, select your language.
3. Connect to your Wi-fi, and then choose NEXT.
4. Accept the Google Terms and conditions, and then choose NEXT.
5. On the Google sign-in screen, enter afw#setup instead of a Gmail account, and then choose NEXT.
6. Choose INSTALL for the Android Device Policy app.
7. Continue installation of this policy. Some devices may require additional terms acceptance.
8. On the Enroll this device screen, allow your device to scan the QR code. Or, choose to enter the token manually.
9. Follow the on-screen prompts to complete enrollment.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900