Android Enterprise Customer Community
Recently active
A customer reached out to us, after they received an e-mail from Google regarding the account which was used for creating the managed Google Play Store binding/token in Intune. Google informed the customer this Google account was deleted due to Terms of Service violations. Since this Google account is used for the Managed Google Play binding/token this issue has quite some impact for the customer. The customer reached out to (let’s say) Google first line support but ended up with nothing so far. Besides the e-mail notification about the account deletion the same e-mail suggests to start an account recovery wizard, but this is an dead end, since the customer ends up with: ’Google doesn't provide another way to sign in to this account’.My question is twofold:-Is there any way left to restore the account?-Is it possible to get informed what the actual Terms of Service violation of this account is/was?Thanks!@jasonbayton
I have a 23 Outback and was wondering why the speed limit sign doesn't show on the map while just driving(no destination entered). If I'm not using Android Auto my phone shows the speed limit just driving(no destination entered).It does show when a destination is entered I'm guessing when available(but most times at least on highways).Any ideas or a suggestion to the AA developers to add it.
how do I create a company, I only see *Android Management API *on Android Enterprise I do not have access
Hi I created service account on my google could project got my public and private json keys.now i am trying to create google.androidmanagement this is my code pleases give me an advice " const SERVICE_ACCOUNT_KEY_FILE = 'C:\\Users\\User\\Desktop\\happyIconProjects\\MDM github\\AndroidManagmentAPI\\backend\\src\\Google\\keys\\mobile-device-managment-409407-20c331616ec6.json';const SCOPES = ['https://www.googleapis.com/auth/androidmanagement'];async function createAndroidManagementClient() { console.log(SERVICE_ACCOUNT_KEY_FILE) const jsonContent = await fs.readFile(SERVICE_ACCOUNT_KEY_FILE, 'utf8'); const serviceAccount = JSON.parse(jsonContent); const authClient = await auth.fromJSON(serviceAccount, SCOPES); console.log("we passed here ") console.log(authClient) console.log("****************************") const androidmanagement = google.androidmanagement({ version: 'v1', auth: authCl
J'arrive pas à ouvrir les applications
Hello! My apologies ahead of time if this post isn't in the correct spot. Let me start by saying that I love Android, and I'm so thankful for the community here. Situation: I work at an employer who says that they are totally okay with me using a company-owned device as my personal phone, as well. They have set up a personal and work profile on the company-owned device. My question... I saw this webpage here... https://support.google.com/work/android/answer/7502354?sjid=14497149945405543837-NC#zippy=%2Cmy-organization-owns-my-device Based on this article, am I understanding this correctly? ...That somehow - even on a company-owned device - the personal profile apps are not monitored? Just seems too good to be true given that it's a company-owned device. Thank you for any clarity you can provide here. I'm not super worried, but I just don't know that I feel comfortable with my employer having full access to my password manager, m
Hello,I've almost 200 devices running my app in Kiosk mode. Recently, the upgrade of the app seems to be not performed by the devices, even if the early versions sent months ago passed throught and were successfully installed. The main configuration of the app is not changed. I'm using windowed mode to update and "always high priority" feature. What can be the issue origin? The update was sent to the store ten days ago.
I am deploying the Knox Service Plugin app and a Configuration policy through my MDM (Microsoft Intune). The app successfully installs on the device, and the policy shows as successfully applied. However the setting I am trying to configure (Screen Timeout = 5 minutes) is not configuring. If I manually open the KSP app on the device and select Apply Latest Configuration, the setting successfully gets configured. How do I make the setting configure without manual intervention?
HI, I have created COBO profile for our company and they have requested an app which requires a licence. How do I package this using intune?
Hi ,I am working on a MDM application which is a Device admin app, Now I am trying to move it to Device Owner. I used Android Management API and generated Enrolment Token. I have uploaded my APK in S3 bucket and given that downloadable link In QR code Json. After factory reset, I am clicking 6 times on the screen and scanning the QR code, after connecting to WIFI, it says "Device belongs to your organization" . When I click on Next button, I an getting a popup saying that "CAN"T SETUP DEVICE, CONTACT YOUR IT ADMIN FOR HELP". How to fix this. what all things I need to handle in my android code. How will my app get downloading when scanned the QR code. Here is my Json for QR code. {"android.app.extra.PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME": "com.android.client/com.android.utils.AdminReceiver","android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_CHECKSUM": "checksum generated from dowloaded APK","android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATIO
Hi.I want to create a work profile but it shows an error:DevicePolicyManager: Adding a profile is restricted: User UserHandle{0} Has device owner? trueI have a device owner on my mobile and want to have a work profile simultaneously, but I get the above error.
Hello Android community! 👋I'm currently working on an Android app and I'm keen on optimizing its performance to ensure a seamless user experience across a diverse range of Android devices and versions. I'd love to hear your insights and recommendations regarding best practices, tips, and tools for achieving optimal performance. How do you tackle compatibility issues, and are there any specific strategies you employ to enhance the app's responsiveness and efficiency? Your expertise is highly valued, and I'm excited to learn from your experiences!
I am trying to find out how to access my companies Zero Touch Portal. There has been a lot of IT turnover here and as a result we no longer have access to the Zero Touch portal used to setup our Pixel phones. I do have our Android Zero Touch Customer ID, but I do not know the email associated with the account to log into the portal. How can I find out how to reset portal access?
Hi everyone, As we use the Android Enterprise service, and I find out that some functions are missing or hidden than a usual device, including these 3 functionsparental control second spacededicated hidden folder i am not sure if there are any other functions are hidden or deleted, because these are not system apps that were removed So i want to know are these not available in AE? Is there any document from Google about this? is there any other functions are hidden as well? Thank you
After going through the public docs, we have some questions about several features:APN Setting:How can I modify APN setting using Android Management API? The network configs only contain Wi-Fi and EAP settings.Disable Doze:How can I disable doze mode? There's only a doze state in display state enum.Doze Mode:In Doze mode, the system goes through the following two phases:Doze light hibernation: in this phase, the system prevents applications from accessing the network and delays their synchronization tasks and timers. Alarms and high-priority notifications can still get through.Doze Deep Hibernation: If the device remains unmoved after the light hibernation phase, the system enters deep hibernation. During this phase, the system shuts down all network access and only whitelisted applications and specific system processes can run.Scheduled Task:Is there any way to run system-level scheduled task? When apps crashed, the tasks is still alive and can be triggered on time.ADB Usage:How can I
Hi Community, Can I retrieve data directly from Android Device Policy(ADP)? Here is what I found: 1. I can receive device events from pub/sub notifications. The data flow is ADP -> Google Server -> My Server.2. In the ADP introduction, it says that: 3. In the Android Management API doc, it says that: My questions are as follows:Q1. Is there any way to make data directly back to my server(data flow: ADP -> my server)?Btw, it seems that existing EMM partners can achieve this by creating their own Device Policy Controller(DPC). Android Enterprise is no longer accepting new registrations for custom device policy controllers (DPC) using the Google Play EMM API. All new EMM solutions should now use Android Management API, which comes with its own DPC provided by Google. Q2. If Q1's answer is yes, how can I achieve this? If I develop my own app, is there any way for my app to get device data from ADP? Any help would be appreciated.
I'm currently developing an android app for my employer. I need to enroll the device for the device owner property. I tried enrolling it but the error message i get is: Can't set up work profile Your IT admin doesn't allow a work profile on this device. However i have all rights but can't find the option to enable it, or i don't know what exactly to do. Edit: I have an Samsung Galaxy Tab Active2 with Android 9 and One UI version 1.1 Appretiate every comment!
Hi Community, We're applying for EMM Community and we've got some questions. https://developers.google.com/android/work/release-solution 1. Do we have to prepare an EMM solution demo for EMM Community? Are there any feature requirements we have to fulfill? Do we have to provide our web console? Or the Google Quickstart tryout is enough?https://developers.google.com/android/management/join?hl=en 2. Besides our EMM demo, what else do we need for the application? 3. After joining the community, what if EMM partner fail to finish all the work in 180 days?https://developers.google.com/android/work/release-solution Any help would be appreciated.
Please how can you get your work place code ?????
hello my name is abhijeet i am from India , my company name is oglatech one of the leading mdm solution company in India i applied for android enterprise for multiple time but my application has redetected , i want to know which specific point i not meet in your policy ?
I went buy my cellular provider and they said I need to get a hold of Samsung and have them replace my phone. I don't understand why they couldn't give me one since I pay them for the warranty and pay them to much money a month I pay 150 for 2 phones
An app has blocked me from turning off my admin on my samsung phone and the app has refused to unistall....any one who can help??
Hi Team, I am trying to make my application as device owner app, I am trying to use QR code for provisioning. I am unable to acheive the result. When I scan the QR code which I have generated (Generated QR code without enrollment token) in a factory reset device I am getting an error stating " Couldn't set up your device, for help contact your IT admin. Could you please help me where I am going wrong.when I tried getting Enrollment Token using AMAPI I am getting the following errorcom.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad RequestPOST https://androidmanagement.googleapis.com/v1/enterprises/%7B573991258109%7D/enrollmentTokens{"code" : 400,"errors" : [ {"domain" : "global","message" : "Invalid enterprise id. Provide a valid id.","reason" : "badRequest"} ],"message" : "Invalid enterprise id. Provide a valid id.","status" : "INVALID_ARGUMENT"}
Hello, I‘m a product manager of Chery Automotive Company, which is China's largest exporter of automobile manufacturers, with sales of nearly 1 million vehicles overseas this year. Our recent focus is on installing intelligent systems on cars sold overseas, so we would like to cooperate with Google Automotive Services to improve the driving experience of overseas users. But I couldn’t find the contact information for car companies to cooperate with Google on the developer website. So if Google has the intention to cooperate with Chery, please contact me, thanks! ****[Personal information removed in line with the Community Guidelines]
Sistim android berapa yg cocok utk pindah ,,saat ini saya pakai ios12 apa pindah k ios14 bisa
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.