Android Emulator - INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native...
When I try to install an apk file through the monkeyrunner Python script, getting the error INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113. How can I resolve this...
View ArticleWhere can I run a .sh script on Android without root?
Lately I've been playing around with .sh scripting in Android. At first I used BusyBox and it's integrated scripting utility, though I quickly realised that coding on the phone isn't the best, so I...
View Articleadb pull - copy whole folder to computer
How do I copy a folder from my Android device to a certain folder of my computer?If I use this command:adb pull efsIt copies the contents of the efs folder to my computer's root directory. I want to...
View ArticleWhat package is responsible for the "Recents" button to work?
Background:I wanted to customize my phone a little bit, a Samsung Galaxy A70 (SM-A705FN), and that process included de-bloating it. I opened xda-developers, looked around, and finally found a list of...
View ArticleDownload file from Android shell
I am making a shell script for Android to run on ADB, however, the script should download a file. Commands like wget and curl aren't available in /system/bin. Here are a few possibble solutions that I...
View ArticleAndroid source code for extracting entries from an APK during installation...
I am trying to understand the exact details of how Android extracts the entries from an APK during the installation process. First some background info:The installation may occur either through Play...
View ArticleHow to enumerate all possible `adb shell input keyevent` codes for a device?
I have a damaged screen and touch digitizer on an automotive head unit. I am trying to access the diagnostics menu for the unit (Honda Clarity 2018 PHEV non-touring), but the touch input keys are not...
View ArticleHow to disable or eject virtual sdcard by adb on emulator memu player 7
I'm trying to unmount the sdcard or virtually eject it, because not allowing me to run an APK that is presenting an issue. After a deep research even with app developers, they told me that disabling...
View ArticleDumpsys - How to identify power on/off
Is it possible to run a command in adb shell, dumpsys perhaps that will show the power on off dates and times from a year ago ?I have run dumpsys and it has created a huge file with loads, 100's of...
View ArticleWhere are my files in the Explorer when I move them in the Secure Folder...
When I connect my phone (Samsung) to my computer, I see an image in DCIM\Screenshots. When I enable Secure Folder and move the image there, the image disappears in Windows Explorer. When I look at the...
View ArticleSet ISO country code on non-root phone with adb
I want to try the new body-temperature mode of my pixel 8 pro's IR sensor, however that is locked to the US. Apparently the app checks for the SIM ISO country code so I would like to change that to US....
View ArticleCan't change service call sensor privacy
I would like to use the following command from ADBservice call sensor_privacy 4 i32 1to turn OFF my sensor, but it gives meChanging sensor privacy requires the following permission:...
View ArticleDoes anyone know how to write the adb sideload code and create a zip file?
I wanted to know how to write a android bash script code to create the adb sideload zip for testing purpose.
View ArticleGalaxy S7 - How to back up stored email mailboxes with ADB?
I've been through several threads on Stack Exchange / XDA to find a solution that yet eludes me for the following task :As we all know, when we create an email account with our Android device and use...
View ArticleAccessing Recorder app files
On my Pixel 4a, I had a number of recordings on the Google Recorder app. When I tried to enable the backup option, something must have gone wrong, and my recordings disappeared from the list, and...
View ArticleHow to know if there are still hidden hidden files after revealing them...
I did write hidden twice on the title, that means, there were hidden files, and I managed to reveal all of them or perhaps some of them using Shizuku and FV File Manager and there might be hidden files...
View ArticleAndroid Wireless Debugging Runs Under Different Private IP Range than WiFI
Android 13 on Unihertz Jelly Star. Never had a problem up until today when I was attempting to use scrcpy and got annoyed enough by the constantly changing port number assignment for the Wireless...
View ArticleChange SMS service center (SMSC) number via adb?
How do I change the SMS service center (SMSC) number, preferably from the commandline, using adb (service call?)?
View ArticleHow to enable/disable VPN via adb/termux/terminal?
I have a VPN configured on my android device running Lineage OS 18.1 (Android 11). I'm not using any third party apps, I'm simply using the standard Android settings to specify my VPN login data...
View ArticleMissing "Manage root accesses" under developer options in LineageOS 16
My phone is Xiaomi Mi 5s Plus 6GB/128GB. After a clean installation (flashed MIUI 9.6.27 first) of official LineageOS 16.0 Sep 19, 2019, I can't find "Manage root accesses" under developer...
View Article