Questions tagged [android-device-manager]

37 questions
1
vote
1 answer

How to Connect Old Versions of Android Device to Android Studio (Bumblebee)

The Android Studio version of Bumblebee seems only to support the Android 11+ versions to connect devices through Wi-Fi wirelessly and pare devices through paring code. But I currently only have a Samsung Galaxy Note4, which is the version of…
1
vote
0 answers

Download hardware profile for Xiaomi MI 9T

is there a repository where it is possible to download hardware profile for xiaomi MI 9T, in order to import in android studio device manager? Thanks a lot
araraujo
  • 613
  • 2
  • 8
  • 17
1
vote
0 answers

Why does startActivity() to Activate MDM prompt from a receiver flash the prompt and not open it?

In a small MDM (Device Manager) app, we're trying to achieve the following functionality: Have the "Activate Device Manger" dialog popup as soon as the app is installed. This app must be installed on many devices using ADB in an enterprise setting,…
1
vote
1 answer

Android managed devices stuck in KIOSK mode, policy not automatically applying, unable to unpin

Currently we're using android-management-api on 100+ devices that are all under the same policy with a KIOSK mode app pushed to them. Most of the time the devices remain in the KIOSK mode, but from time to time we switch the pinning off, or apply…
1
vote
0 answers

Why do Android Studio and Android Virtual Device Manager crash immediately when I try to create emulator?

I have been unable to create a virtual device in using the AVD Manager in Android studio. I am using MacOS Catalina 10.15.3, everything is updated, and I recently completely uninstalled and then reinstalled Android Studio. Regardless of which device…
1
vote
1 answer

Is it possible to write an unremovable device policy manager for Android?

My goal is to write an application for Android (>= 9.0) which basically offers a device-owner-style control like Google's "Android Device Policy". The following criteria have to be met: Zero dependency on Google servers or any other 3rd party…
awrush
  • 25
  • 2
1
vote
0 answers

ADB: Device could not be created

I setted up my Visual Studio 2017 to start developing Xamarin - Android apps, already installed Android 8.1 Oreo(API lvl. 27) and Android 8.0 Oreo(API lvl. 26) and some platform tools. Have JAVA_HOME pointing to C:\Program Files\Java\jdk1.8.0_221…
koviroli
  • 1,422
  • 1
  • 15
  • 27
1
vote
1 answer

Xamarin Android Device Manager Exception On Create New Device

I have a big problem with creating a new device in Xamarin Android Device Manager which return this log: [18-12-03 13:00:40.26] Executing command: C:\Program Files (x86)\Android\android-sdk\tools\bin\avdmanager.bat "create" "avd" "-n"…
0
votes
0 answers

Visual Studio 2022 - How to install offline image for Android Device Manager

I'm trying to install an android Device in Visual studio Android device Manager and my internet is super slow so I have to obtain the image from elsewhere and install it offline. I could not find and resources for this but it should be possible. I…
0
votes
0 answers

Error with adb in flutter project to WearOS

I'm having some problems with a flutter project to WearOS adb: failed to install E:\flutter\proyecto_prueba2\build\app\outputs\flutter-apk\app-debug.apk: Failure [INSTALL_FAILED_INVALID_APK: Failed to extract native libraries, res=-2] Error…
0
votes
0 answers

android java how to access welcome image and video when restarting the device?

I have android box mbox and when I turn on the box it show at first 10 seconds one video or GIF image like welcoming the user to the android system, then the main menu is showing after that. My question is how can I access this video or welcome GIF…
Malo
  • 1,232
  • 2
  • 17
  • 28
0
votes
1 answer

Visual Studio 2022 qemu-system is not responding

I have Visual Studio 2022 and have installed some Android SDK like below (in PowerShell): cd "C:\Program Files (x86)\Android\android-sdk\cmdline-tools\7.0\bin" .\sdkmanager.bat --list_installed Output: Installed packages:=====================] 100%…
0
votes
0 answers

Why is the Android Device Manager in Visual Studio Code not allowing me to download an SDK that's 64Gigs?

When I try to make a new SDK using Android 12.0 and Android 12.1, it won't let me make the partition any larger than 1 Gigabyte. What can I do to fix this? \\ I've looked at the SDK manager options and installed some of the OS versions to be…
0
votes
1 answer

Loading SDK component information failed in Android SDK Manager, Android SDK Instance could not be loaded in Android Device Manager

for this project I am using VS 2017. I want to note that everything in Android SDK Manager and in Android Device Manager has always been working fine for me, but today my laptop's account password was expiring, so I changed it, and right after that…
0
votes
2 answers

Visual Studio Failing to Create New Android Device

I'm new to mobile development and I wanted to have a go with MAUI to start learning a bit. I followed all the instructions and I ran maui-check which says everything's fine, apart not finding any android emulator. Here's the result: I then went to…