41 questions
0
votes
0
answers
480
views
Android Studios Emulator does not start [duplicate]
I am using Android Studio on Windows 10 Pro and when trying to start a Device (Medium Phone, default settings) through the Device Manager i get the notification "Error --- Unable to launch Medium ...
0
votes
0
answers
48
views
Can I create a android app to mimic the lock screen functionality of the power button without activating it as a admin app?
I am currently creating an app to mimic the lock screen functionality of the power button. I have used DevicePolicyManager.lockNow() method for this. This prompts me to activate my app as an admin app ...
0
votes
0
answers
39
views
How to implement a one tap installation of certificates on Android?
I have my android app which is meant to compete with MDM platforms at a niche level. My app is an Identity Management App and once an organization signs up with us, employees of that organization, use ...
2
votes
0
answers
203
views
How to remove physical device from Android Studio?
Is it possible to remove the physical device connected to Android Studio?
Virtual devices can be deleted in the Device Manager, but there is no option to delete devices of the Type "Physical"...
1
vote
1
answer
1k
views
Deactivating a device admin app but button is disabled
I created a device admin app that I have installed for company specific devices but I cannot seem to deactivate it once its installed and enabled as the button is disabled
is there a special manifest ...
1
vote
0
answers
333
views
how i can make a calling app able to select as default phone app in Android 13 or greater
I am building a calling application in flutter and want to achieve that my app would be available in default phone app list.
Till android 12 my app is in default phone app list but from android 13 , ...
0
votes
2
answers
758
views
Is there a way to change Android Device Manager install location?
I have two drives on my computer, but I don't have space on my default drive (C), so I now use my D drive. Yet, when I install a Wear OS Large - API 33 on the Android Device Manager to run my Xamarin ...
0
votes
0
answers
117
views
How to install custom armabi image into new emulator device
I want to create an emulator device with armabi-v7a and android 13 (SDK 33). However the Android Studio device manager doesn't let me choose that architecture.
I managed to download the system image ...
0
votes
1
answer
965
views
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 ...
4
votes
2
answers
1k
views
Android Lock Phone Programatically without Strong authentication to unlock again
I am trying to create an app that, upon launching, will lock the phone. (It acts as an alternative of pressing the physical lock button on the phone instead).
I was able to achieve it with this code:
...
0
votes
1
answer
846
views
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 --...
1
vote
2
answers
483
views
Get details from Android Device Policy after enrolment via Android Management API using flutter
I enroll a fully-managed device with Android Management API using qrCode.
After enrollment, I want to get any kind of detail of enrolmentToken or qrCode that was used to enroll the device, so I can ...
5
votes
1
answer
1k
views
Android emulator - Soft buttons showing beside the screen instead of on the screen
I can't seem to get the soft back and home buttons to show at the bottom of the Android emulator, the way they would display in an actual phone or tablet. I have seen answers to this, but I have ...
4
votes
2
answers
10k
views
Visual Studio 2022 Android Device Manager - Emulator device setup "The decryption operation failed, see inner exception."
Just installed Visual Studio Community 2022 on Windows 10 and started a basic hello world Maui template, tried to run it on the Android emulator, followed the directions from a website to setup a new ...
1
vote
2
answers
2k
views
Android Samsung Galaxy A13 5G Model SM-A136U1 device issue as "Your device isn't compatible with this version"
I have tried the below steps to clear the cache data in play store, but still we are not able to get the INSTALL option for our app in Play Store.
CLEAR CACHE > OK.
CLEAR DATA > OK. under Apps ...