Skip to main content
New Member
April 20, 2025
Question

Hi, I try to enroll an andorid 12 aosp (raw and also with a shell, two versions). currently during provision, it is always stuck with the intune client screen(fetching intune authentic information) after scan QR code(generated for userless enrollment

  • April 20, 2025
  • 2 replies
  • 0 views

 

2 replies

New Member
May 18, 2025

hi Jajaju, don't rely on the ManagedProvisioning alone, it falls back to the setupwizard which is GMS dependent, code your own provisioning app or simply try the Provision package (should be under [aosp_root]/packages/apps/ ), you need to just modify its sources and add the EXTRA ADMIN BUNDLE support which are required for the Intune aospagent package as extra data (tid, sig, ...). I used it for ma And12 AOSP devices, it is trustable enough. Hope this helps, cheers

Emilie_B
Community Manager
May 19, 2025

Thank you for your reply and help on this question @Walbo 😊

 

@jajaju Could you let us know if that helped you solved your issue?