User Profile
jeremy
Level 3.0: Honeycomb
Joined 2 years ago
User Widgets
Contributions
Re: How to allow Android Enterprise Org ID can access opentest (or internal test) version of OEMConfig on Google Play?
Hello, I would say that this is an issue with your configuration and your application. Please double check everything on that side but I don’t see any reason why your configuration is not appearing here when it should if this is not an issue with the configuration.12Views0likes1CommentRe: Issue with G Suite Apps Being Marked as Disabled in Play Store
This depends on the QR code / token used for enrollment or also available in the DPC extras. you cannot know after the device has been enrolled. if those apps are added to the policy and are marked as force installed they should not be disabled27Views0likes2CommentsRe: How to allow Android Enterprise Org ID can access opentest (or internal test) version of OEMConfig on Google Play?
I think the correct way to do this with managed configuration and with EMM not supporting different tracks, would be to have another application with another package name. You would whitelist enterprise ID to access this "beta" package name. People with access will then be able to retrieve the correct managed configuration and test the application, as it will be another package name.25Views1like3CommentsRe: How to Handle Delisted Apps in Google EMM During or After Device Provisioning?
It’s not an issue to push a policy with package name that are not on the play store. So you could check every day or every week if those 20 packages are still available. But at the end pushing a policy with unavailable package is not an issue.16Views0likes1CommentRe: How to Handle Delisted Apps in Google EMM During or After Device Provisioning?
Hello, There is no way to be notified when an app is removed from the PlayStore. The EMM could regularly check if the apps are still available on the Play Store, for example, but at the end when deploying an app you should always make sure that it's available to the device (it can be on the Play Store, but can also be a system app...) before adding it to the policy. There is no automated way to do that, the policy is always valid even if the package name is not on the Play Store (like system apps). Devices should not be stuck, and this should not prevent other apps to be installed on the device.23Views0likes0CommentsRe: How to add, update, and remove pinned shortcuts as a Device Owner without user interaction?
There currently no API to do this silently, however this is something you might be able to achieve with a custom launcher for example. Or you could "force" the user to do this during device provisioning with an app installed and launched as a "Required for Setup" so user won't have a choice than to go trough your app to finsih the devce setup.22Views1like0CommentsRe: Migration from Airwatch to Android Management API
Hello, There is currently no way to migrate enrolled devices from one MDM to another. The only way is to wipe devices and enroll them again in the new MDM. The documentation you linked to is for MDM to migrate their own devices from Custom DPC to Android Management API20Views1like0CommentsRe: REALLY NEED HELP
Hello i would suggest reading this article Android/Google do not offer a way to recover a phone PIN Code but Samsung does you could try it. https://www.howtogeek.com/226942/what-to-do-if-you-forget-your-android-phones-pin-pattern-or-password/ If this is not working you will have to reset the device32Views2likes3CommentsRe: Android management API for internal use
Hello, The Android Management API is completely free to use. But there are limitations regarding number of decice s unless you go through product validation as explained here. https://developers.google.com/android/work/release-solution198Views0likes3CommentsRe: On-prem EMM solution
I believe the easiest way here would be to keep your own Google Cloud master project, and have your end users use the enrolment flow (that's mandatory) to create their "own" android enterprise account and start managing devices. You will always need to have one master Google Cloud project that's validated through the Google EMM team once you've added all the required features for validation.124Views0likes1CommentRe: Sporadic problems with Managed Google Play after enrollment
Hello, I'm seeing these kinds of issues again, and logs are also showing errors like these: 01-24 11:40:56.107 27906 28074 I clouddpc: [PolicyLogHelper.java:logInstallError:192] en_US Install error. Package name: [com.azure.authenticator]. Play error reason [ENTERPRISE_AUTO_INSTALL_ERROR_INSTALL_FAILED]. CloudAPI error reason: [TRANSIENT_ERROR]. I've raised a new issue with our EMM teams, Lizzie would love some help here 🙂 Thanks978Views0likes1CommentRe: Find my device - Enterprise account configuration
Hello, There is no options to force an account on the device. However you could use the lost mode available on Android 11+ devices if your EMM supports it. It allows you to lock the device and locate it without the need of having a Google account on the device444Views1like0CommentsRe: Cannot Sign in the same Google account in both personal and work profile
You could enable the 3rd Party EMM feature in Google Workspace if your EMM support it to force users to use their google account in a work profile. It will force every user to migrate their account from the personal profile to the professional one.631Views0likes0CommentsRe: Cannot Sign in the same Google account in both personal and work profile
Hello, Usually you should only use that account on either the work profile or the personal profile not in both as this will send twice the notifications for new mails for example. What's your use case ?659Views0likes1Comment