Sample Header Ad - 728x90

Android Enthusiasts

Q&A for enthusiasts and power users of the Android operating system

Latest Questions

1 votes
2 answers
954 views
Not able to install APK after removing the device from Intune company portal
After enrolling my Android device in the Intune company portal, I removed it from the company portal. Now, if I install any APK from other sources downloaded via Chrome, it keeps saying > Unkown apps can't be installed by this user. I tried to go to Settings -> Install unknown apps -> Files by Googl...
After enrolling my Android device in the Intune company portal, I removed it from the company portal. Now, if I install any APK from other sources downloaded via Chrome, it keeps saying > Unkown apps can't be installed by this user. I tried to go to Settings -> Install unknown apps -> Files by Google -> Allowed, still the same error. Device admin apps are all off. Still getting the same error. --- This may answer it: https://support.google.com/pixelphone/thread/249737257/unknown-apps-can-t-be-installed-by-this-user
kenpeter (111 rep)
Jan 20, 2024, 07:22 AM • Last activity: Sep 14, 2025, 05:44 AM
1 votes
2 answers
2548 views
Install/Run Android Skype on ARM LInux?
I have a Chromebook with an ARM processor. I have installed Ubuntu on that Chromebook. However, since there is no Skype-binary for ARM Linux, is it possible to use the version of Skype of the android APK, and run that on my ARM Linux ? Is there some kind of Dalvik enviroment or converter for ARM Ubu...
I have a Chromebook with an ARM processor. I have installed Ubuntu on that Chromebook. However, since there is no Skype-binary for ARM Linux, is it possible to use the version of Skype of the android APK, and run that on my ARM Linux ? Is there some kind of Dalvik enviroment or converter for ARM Ubuntu ?
What would be the minimal emulation environment, if I wanted to emulate android ?
Quandary (615 rep)
Aug 7, 2015, 11:10 AM • Last activity: Aug 27, 2025, 11:59 AM
0 votes
1 answers
2286 views
apk+ extension and compatibility
On an Android TV, I made some backups with CX File Explorer. When I tried to install it on a different SmartTV, the format was not recognized and I realized about a "+" symbol after the "apk" string. I renamed the apk+ to apk, but Android didn't recognize the installation package. So, I installed CX...
On an Android TV, I made some backups with CX File Explorer. When I tried to install it on a different SmartTV, the format was not recognized and I realized about a "+" symbol after the "apk" string. I renamed the apk+ to apk, but Android didn't recognize the installation package. So, I installed CX File Explorer, and using it, the apk showed the proper app icon, and installation was successful. What is the apk+ extension? Is it a new "apk" package version? Just a "proprietary" format with a misleading extension name? Are there more apps recognizing these packages?
Daniel Perez (307 rep)
Jul 22, 2024, 08:24 PM • Last activity: Aug 26, 2025, 07:27 PM
2 votes
1 answers
246 views
Auto-blocking apps
Some apps implement logic that requires a query every time data is activated on the smartphone. This consists of a conditional block such as: if a new version is available, then force the update or automatically block. This prevents the user from continuing to use the app unless they comply with the...
Some apps implement logic that requires a query every time data is activated on the smartphone. This consists of a conditional block such as: if a new version is available, then force the update or automatically block. This prevents the user from continuing to use the app unless they comply with the request. I noticed that the auto-block and the caption that refers the user to the update are standardized (comparison between different apps); this raises a question: is this code due to Google, meaning it's generated by the APK package installer created, for example, with Android Studio?
Bento (197 rep)
Aug 9, 2025, 02:10 AM • Last activity: Aug 11, 2025, 04:55 PM
2 votes
2 answers
4720 views
Cannot install any APK file due to "Out of Space" misleading error (plenty of space)
I know there are tons of questions about this, but I have tried many possible solutions to no avail. I believe the "Out of space" error is misleading... I have a problem: **I cannot install any .apk file** no matter what I try... I can install apps using **Play Store** though. When I tap on an APK f...
I know there are tons of questions about this, but I have tried many possible solutions to no avail. I believe the "Out of space" error is misleading... I have a problem: **I cannot install any .apk file** no matter what I try... I can install apps using **Play Store** though. When I tap on an APK file in any file explorer, Android Package Installer launches. I tap the INSTALL button but I always got the following error: > Out of space {AnyAPKApp} couldn't be installed. Free up some space and > try again. I have *plenty* of space, but even a tiny 248 KB APK won't install with the same argument... This is the only problem I have with the ROM and it is very frustrating... First, the details of my case: - *Device:* Samsung Galaxy Grand Prime+ SM-G532M, alias Galaxy J2 Prime (Xtreme detects my device as *Model Number:* SM-G950F) - *Android:* 6.0.1 - *ROM:* Xtreme Ultimate V6.0 (15.07.2018) - *TWRP:* 3.0.2-0 - *Magisk:* v17.1 - *Magisk Manager:* 6.0.1 (151) - *Storage:* Adoptable - *Internal storage:* 7.02 GB used of 8.00 GB - *SD card:* 9.09 GB used of 14.70 GB - *Root Essentials "View storage used":* 9759/15787 MB (62%) - *DiskUsage analysis:* /system = 2.94 GiB; Free space 1.61 GiB I've already done my homework and tried all of the following to no avail: 1. Move all movable apps to SD 2. Enable Adoptable storage 3. Wipe *Dalvik / ART Cache* and *Cache* partitions with TWRP 4. Full clean with *SD Maid PRO* 5. Force move apps to SD using *SD Maid PRO* 6. Uninstall *Google Play Services* and *Google Play Store* updates 7. Overcome *unauthorized device* issue while using ADB 8. Trying to install APK using ADB (e.g. adb install someApp.apk). I got: Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE] 9. Delete /data/log contents as suggested here 10. Attempt to install in Safe Mode 11. Using Termux and the df command, I got the following output and there is free space in each partition: <code class=df output" class="img-fluid rounded" style="max-width: 100%; height: auto; margin: 10px 0;" loading="lazy"> 12. Using pm install test.apk in a terminal emulator (*Termux*) I got [INSTALL_FAILED_INVALID_URI]. Using full path pm install /storage/emulated/0/Download/test.apk I got the same error: Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE] The problem still remains. I think this is not really related to the full storage device error, I have plenty and the error seems misleading. It has to be something else... I gave as much info as I thought it was useful. If more is needed, just tell me to share it. I hope you can give me some advice to try to overcome this annoying issue. *P.S. I'll add more attempts to my list as I try them.*
Metafaniel (121 rep)
Dec 27, 2018, 04:33 PM • Last activity: Aug 8, 2025, 08:15 PM
2 votes
1 answers
8607 views
Why WhatsApp is suddenly unable to open any APK shared by users?
As of 13-11-18, I was sharing APK files on WhatsApp, for testing apps within a circle of people, with no problem whatsoever. But as of today, if I try to open an apk, I get an error toast saying: > You may not have the proper app to view this content. Did they change their policies and decided not t...
As of 13-11-18, I was sharing APK files on WhatsApp, for testing apps within a circle of people, with no problem whatsoever. But as of today, if I try to open an apk, I get an error toast saying: > You may not have the proper app to view this content. Did they change their policies and decided not to let people share APK files on their platform? I don't use third party websites for sharing APKs, where mostly Chrome spooks most people saying that "This type of file may harm your device".
Pemba Tamang (21 rep)
Nov 14, 2018, 06:26 AM • Last activity: Aug 3, 2025, 10:21 AM
1 votes
1 answers
7462 views
How to send .apk file over mobile Gmail?
Since .apk is a regular executable file, I was more than sure that I will be able to trick mobile Gmail in the same way as I was able to trick PC version of Gmail years ago to force it to send a PC executable (.exe) which it prevented as well. Turned out, I was wrong. Usually changing file extension...
Since .apk is a regular executable file, I was more than sure that I will be able to trick mobile Gmail in the same way as I was able to trick PC version of Gmail years ago to force it to send a PC executable (.exe) which it prevented as well. Turned out, I was wrong. Usually changing file extension to .dat or some other or compressing it with password (encrypting file) was enough for PC version of Gmail. However, for mobile version, everything that I have ready at a hand and tried failed as well: - sending as plain file (obviously), - changing .apk extension to .dat or some other, - compressing with ZIP with no password, - compressing with ZIP (ultra compression) and encrypting archive with a password, - compressing with 7ZIP (ultra compression) and encrypting archive with a password, - using an [7 years old idea](https://security.stackexchange.com/questions/35818/are-password-protected-zip-files-secure#comment55859_35818) of double compression: - compress .apk file into .zip file without password, - compress resulting .zip file again into another .zip file with password / encryption. If mobile Gmail is able to detect that I am sending .apk executable file even in 7zip compressed file with password (or it can prevent me from sending such file for any other reasons) do I have any option left? Is there any way to send .apk file over mobile Gmail (attach them to message composed in mobile Gmail)?
trejder (2643 rep)
Nov 3, 2020, 07:43 AM • Last activity: Aug 2, 2025, 03:25 PM
0 votes
1 answers
9167 views
"INSTALL_FAILED_ABORTED: User rejected permissions" when installing APK from storage on Android 12
There is [a .xapk file in APKPure][2] and [here is the corresponding app on Play Store][3]. I can install it using Play Store. But other approaches of installing this app fail (SAI_v4.5 and other installers), and about 20MB (the size of the .xapk file) is lost after installation failure. I got the e...
There is a .xapk file in APKPure and here is the corresponding app on Play Store . I can install it using Play Store. But other approaches of installing this app fail (SAI_v4.5 and other installers), and about 20MB (the size of the .xapk file) is lost after installation failure. I got the error > INSTALL_FAILED_ABORTED: User rejected permissions when installing split APKs (.xapk) on my Oppo Reno4 SE 5G running Android 12. Device spec from # example commands to install split apks pm install-create pm install-write 18911812 base.apk /data/local/tmp/base.apk pm install-write 18911812 split_1.apk /data/local/tmp/split_1.apk pm install-write 18911812 split_1.apk /data/local/tmp/split_1.apk pm install-commit I tried to install it using ADB, and although pm install-commit returns with a Success message, the app is not fully installed. When using ADB, "Verify app over USB" is turned off. I noticed this error when installing split APKs using a custom app installer from storage. But now I found this error also occurs when installing a normal .apk file (I didn't notice this because I am using Android's default package installer). However, .apk could be installed successfully (at least it seems like it). How to solve this?
Amias (9 rep)
Jul 5, 2023, 06:22 AM • Last activity: Jul 28, 2025, 12:00 AM
1 votes
0 answers
60 views
How do I re-odex a modified system app for Samsung Galaxy Alpha?
Following my [previous question][1] on how to make the weather widget work again on my Samsung Galaxy Alpha, I have researched about app reverse engineering including Java and Smali as suggested by the answer there. By following [this tutorial][2], I was able to get to the Smali code, make a slight...
Following my previous question on how to make the weather widget work again on my Samsung Galaxy Alpha, I have researched about app reverse engineering including Java and Smali as suggested by the answer there. By following this tutorial , I was able to get to the Smali code, make a slight modification to it which I hope will resolve the javax.net.ssl.SSLException: hostname in certificate didn't match error I was getting, and then get to my modified and deodexed .apk. Essentially, the command I executed were:
7za x WeatherDaemon2014_LMR.odex.xz
oat2dex.bat WeatherDaemon2014_LMR.odex temp.dex
java -jar baksmali-2.0.3.jar -a 21 -x temp.dex -o deodex
At this point, I edited the \deodex\com\sec\android\daemonapp\ap\http\HttpClientThread.smali file. Then I executed the below, which gave me the deodexed .apk:
java -jar smali-2.0.3.jar -a 21 deodex -o classes.dex
7za u -tzip WeatherDaemon2014_LMR.apk classes.dex
I am however unfortunately getting a Class not found when unmarshalling: com.android.packageinstaller.InstallFlowAnalytics error when trying to install the modified APK. I have also tried uninstalling this system widget first with Titanium Backup, but the issue remains the same. (This actually corrupted the widget which couldn't be restored, and I had to re-flash the stock ROM to get back to the starting point.) Therefore rather than trying to install the APK, my goal is now to directly replace the WeatherDaemon2014_LMR.odex.xz file located in /system/app/WeatherDaemon2014_LMR/arm/, hence my question of how I could re-odex my APK. I have tried to follow this tutorial but am getting a only position independent executables (PIE) are supported error in step 6. Then I tried the solution here , but am getting the same error in step 5. Researching this error leads to suggestions to compile with the -fPIE option enabled, but I am unsure how and where to do this. Can anyone familiar with app reverse engineering suggest a way forward? Is there a simple way I can get to a .odex.xz file from my modified APK? Apologies if I'm missing something obvious, or if anything I said above isn't making sense, as I am still new to reverse engineering.
Vincent (39 rep)
Jul 5, 2025, 08:34 PM
1 votes
1 answers
7145 views
How to download OBB files without using the Chrome/Firefox Extension?
First of all, let me emphasize that _I AM NOT TRYING TO PIRATE ANYTHING._ My situation is that I have [this game](https://play.google.com/store/apps/details?id=com.disney.starwarsrebels_goo) which needs to be updated, but I have been failing to finish the update every single time. My guess is that t...
First of all, let me emphasize that _I AM NOT TRYING TO PIRATE ANYTHING._ My situation is that I have [this game](https://play.google.com/store/apps/details?id=com.disney.starwarsrebels_goo) which needs to be updated, but I have been failing to finish the update every single time. My guess is that the Internet connection got disrupted midway through downloading the OBB file, and Google Play app is not equipped to perform a resumable partial download. It really gets tiresome after a while. I tried installing the "[APK Downloader Extension](http://codekiem.com/2014/08/07/official-apk-downloader-v2-download-apk-files-from-google-play-store-to-pc/) " but it either failed to login (on Chrome) or does nothing (on Firefox). If there's a way to get the URL of the OBB file, I can use Firefox's DownThemAll, and manually transfer it to my phone. So, to repeat the question: Is there a way to download the OBB file without using the Google Play app on the phone?
pepoluan (311 rep)
Aug 20, 2015, 03:37 AM • Last activity: Jul 2, 2025, 03:04 PM
-1 votes
2 answers
6567 views
"App not installed" error when trying to replace ROM-based app with modified APK without root
I'm facing trouble installing a modded APK if the same app is already provided in stock ROM. I'm using Micromax Canvas E481, not rooted yet. It has the JioSaavn app already installed. I uninstalled it to install a mod version of JioSaavn. But I'm getting the error "App not installed". However, the s...
I'm facing trouble installing a modded APK if the same app is already provided in stock ROM. I'm using Micromax Canvas E481, not rooted yet. It has the JioSaavn app already installed. I uninstalled it to install a mod version of JioSaavn. But I'm getting the error "App not installed". However, the same APK is working on my other devices. The same is happening for playstore.apk. *JioSaavn* is not a system app, it's just provided in ROM by Micromax. From application, it gives the option to uninstall it. I can install APK for any version of *Saavn,* it's just not letting me install the mod version. If I modify it using Lucky Patcher, it won't install it, but it will let me install the original APK for any version bypassing the pop-up from ES Explorer. When I tried installing it from ADB:
C:\Users\Syed\Desktop\adb-tools_treiber\adb-tools>adb install C:\Users\Syed\Desktop\Saavn.apk
4451 KB/s (11231546 bytes in 2.463s)
        pkg: /data/local/tmp/Saavn.apk
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]
C:\Users\Syed\Desktop\adb-tools_treiber\adb-tools>
C:\Users\Syed\Desktop\adb-tools_treiber\adb-tools>adb install C:\Users\Syed\Desktop\playstore.apk
3648 KB/s (9862605 bytes in 2.639s)
        pkg: /data/local/tmp/playstore.apk
Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION]
Akkitech (79 rep)
Jan 18, 2016, 12:17 PM • Last activity: Jul 1, 2025, 01:30 AM
-1 votes
2 answers
948 views
How do you edit an APK file so the app won't show ads?
It's one of those thoughts you have just before nodding off to sleep. How would I do this?
It's one of those thoughts you have just before nodding off to sleep. How would I do this?
Ethan Miller (125 rep)
Mar 11, 2023, 01:05 PM • Last activity: Jun 24, 2025, 05:50 PM
13 votes
2 answers
32170 views
"App not installed as app isn't compatible with your phone" when installing APKs on Android 14
I have an APK of [Unlimited Call Log 3.1.1](https://apkhome.io/unlimited-call-log-3-1-1/), but I am unable to install it on Samsung Galaxy S24+ running Android 14. When I tried to install it, an error comes: > App not installed as app isn't compatible with your phone. Can anyone help to solve this i...
I have an APK of [Unlimited Call Log 3.1.1](https://apkhome.io/unlimited-call-log-3-1-1/) , but I am unable to install it on Samsung Galaxy S24+ running Android 14. When I tried to install it, an error comes: > App not installed as app isn't compatible with your phone. Can anyone help to solve this issue or upgrade to new Android level?
Lifeline (131 rep)
Mar 3, 2024, 12:04 PM • Last activity: Jun 12, 2025, 07:34 AM
3 votes
1 answers
1529 views
Debugger to a non-debuggable Android app
I want to know can we attach a debugger to an app running on the smartphone which is published over Google Play Store ***without modifying the original app***? The reasons for asking this is by default the app which is there over Google playstore are non debuggable, i.e in the AndroidManifest.xml fi...
I want to know can we attach a debugger to an app running on the smartphone which is published over Google Play Store ***without modifying the original app***? The reasons for asking this is by default the app which is there over Google playstore are non debuggable, i.e in the AndroidManifest.xml file, either they won't have android:debuggable flag or if it is, then it will be set to **false**
Nikhil_Coder (121 rep)
Apr 5, 2021, 07:23 AM • Last activity: Jun 4, 2025, 05:56 PM
3 votes
2 answers
1783 views
Installing a bank app from an extracted APK fails
I want to keep using my old banking app and want to avoid any updates. So I exported (extracted) the current app with ApkExtractor, but I realized that I cannot reinstall the exported APK file. After some digging it turned out that ApkExtractor exported just the base APK which was insufficient for t...
I want to keep using my old banking app and want to avoid any updates. So I exported (extracted) the current app with ApkExtractor, but I realized that I cannot reinstall the exported APK file. After some digging it turned out that ApkExtractor exported just the base APK which was insufficient for this banking app. So I went for Amaze which is able to export the split APKs as well. So I exported the entire APK set of the banking app, combined the resulting APKs into one single APK file with Antisplitter. Antisplitter is useful as it signes the resulting APK as well. Now with this APK file I could reinstall my banking app, at least Android says that the installation was successful. But if I start the banking app it throws a security error message. What is still missing? The method I described above works fine for several other split APKs like Facebook, etc., but it doesn't work for my particular banking app. I understand that banking apps are sensitive, but I would like to understand what prevents the reinstallation. Can it be something with the signature? Is so, is there any way I can directly export the original installer APK from Google Play? Unfortunately it's unavailable in APKMirror, APKPure, etc. I know I should use the latest banking app, but I still would like to understand what is going on here. Thanks!
kendepepi (41 rep)
Jun 2, 2025, 08:08 PM • Last activity: Jun 4, 2025, 01:00 PM
0 votes
0 answers
170 views
Package Installer keeps stopping on Tecno Spark 7T
I have a phone named Tecno Spark 7T running Android 11. When I tried to install the APKs, I noticed I couldn't install because of this error > Package Installer not working Afterwards, I have tried SAI (Split APK Installer). It gives the proper error > Couldn't download in FRP
I have a phone named Tecno Spark 7T running Android 11. When I tried to install the APKs, I noticed I couldn't install because of this error > Package Installer not working Afterwards, I have tried SAI (Split APK Installer). It gives the proper error > Couldn't download in FRP
GW Abeshik YT (1 rep)
May 27, 2025, 12:44 PM • Last activity: May 30, 2025, 11:35 AM
0 votes
0 answers
53 views
How to verify external APK sources?
When sourcing .apk files from 3rd party sites such as [APK Mirror](https://www.apkmirror.com/) or [APK Pure](https://apkpure.com/), is there a way to verify whether said files are tampered with, from a potential malware inclusion point of view? As an example, let's analyze [this YouTube package](htt...
When sourcing .apk files from 3rd party sites such as [APK Mirror](https://www.apkmirror.com/) or [APK Pure](https://apkpure.com/) , is there a way to verify whether said files are tampered with, from a potential malware inclusion point of view? As an example, let's analyze [this YouTube package](https://www.apkmirror.com/apk/google-inc/youtube/youtube-18-45-43-release/youtube-18-45-43-android-apk-download/) . It lists signature(s) and claims they're verified, but what to compare the hashes _against_? How does the community generally navigate this topic?
laur (101 rep)
Apr 12, 2025, 01:28 AM • Last activity: May 20, 2025, 03:20 PM
7 votes
2 answers
909 views
What is the definition of "Unknown source" for APK?
When you try to install an APK, not from the Play Store, you would need to allow your phone to install from unknown source. I'm looking for a technical definition of "unknown source". - Does it refer to an APK that is not signed by the Play Store's private key? - Does it refer to an APK that is not...
When you try to install an APK, not from the Play Store, you would need to allow your phone to install from unknown source. I'm looking for a technical definition of "unknown source". - Does it refer to an APK that is not signed by the Play Store's private key? - Does it refer to an APK that is not signed at all? (Is that even allowed?) - Does it refer to an APK that is signed with a default Android test key? It would be especially great if the answer goes into the actual Android code that does this "unknown source" judgement.
itsmarziparzi (181 rep)
May 12, 2025, 07:55 AM • Last activity: May 18, 2025, 11:28 AM
3 votes
2 answers
21940 views
"App not installed" when trying to install APK
I'm trying to install an apk file on my device, and I'm able to press the Install button, but after a few seconds, I keep receiving this error: > App not installed. What is the root cause of this issue and how can I fix it? I know [this StackOverflow question](https://stackoverflow.com/questions/422...
I'm trying to install an apk file on my device, and I'm able to press the Install button, but after a few seconds, I keep receiving this error: > App not installed. What is the root cause of this issue and how can I fix it? I know [this StackOverflow question](https://stackoverflow.com/questions/4226132/app-not-installed-error-on-android) is related, but that question deals more with the development aspect than the consumer installation aspect of the error.
fi12 (187 rep)
Oct 17, 2017, 11:58 PM • Last activity: May 18, 2025, 05:39 AM
5 votes
3 answers
10538 views
Where do I go to allow restricted settings?
In an app called App Cloner, I am trying to toggle ON "Install automatically." When I try to toggle, I get a message of being redirected to Android Accessibility, where I can enable or disable this service. I go to **Android Accessibility**, but it is grayed out, set to OFF. I tap on it to see the m...
In an app called App Cloner, I am trying to toggle ON "Install automatically." When I try to toggle, I get a message of being redirected to Android Accessibility, where I can enable or disable this service. I go to **Android Accessibility**, but it is grayed out, set to OFF. I tap on it to see the message: > **Restricted setting** > > For your security, this setting is unavailable. > > Harmful apps might ask you to change this setting to get your personal data. This setting can't be changed unless you allow restricted settings in More options for specific apps in Settings > Apps. I go to Apps in settings and I can't find an option of "More" under settings or in the app itself. I do have other apps under Accessibility turned ON, but those apps were from the Play Store. If it's relevant, I have a Samsung Galaxy S22+ on Android 13.
YetAnotherName (51 rep)
Dec 30, 2023, 05:16 PM • Last activity: May 10, 2025, 04:13 AM
Showing page 1 of 20 total questions