ADB Sideload stuck on serving update.zip at 0%
I'm using adb sideload update.zip command, but it is stuck on serving at 0% (Verifying update package ... on phone).I tried adb usb command, but the error is closed. The device state is sideload.More...
View ArticleIs there any way to unlock my Private Safe on my Oneplus device via the use...
I'm using Private Safe on my Oneplus device. I need to unlock my private safe as I have forgotten both the password and the privacy question that I had previously set.I have already tried outadb...
View ArticleADB command expanded notifications
I am inquiring about potential methods to execute specific ADB commands that would facilitate the automatic expansion or collapse of all incoming notifications in the status bar, thereby eliminating...
View ArticleIs it possible to get the SHA256 of an APK solely through ADB?
I am currently working on a project which will identify malware that are residing on a device.My aim is to make a hash-based detection of Android malware on a device by only accessing the ADB port of...
View Article`adb shell` returns with error: closed
I somehow bricked my OnePlus One phone badly. It only loads directly to the recovery. Pressing vol up + power button or rebooting it with adb reboot bootloader doesn't get me to the bootloader. I think...
View ArticleForce Android to use mobile data even if other network sources are available?
I have an Android device that's used for mobile testing. This device has cell connectivity and is separately connected to an ethernet cable (used for ADB).How can I configure the Android device so that...
View ArticleHow do I bypass ADB Error Message and/or delete OEMs [closed]
I keep getting error messages when attempting to use ADB to debloat my phone. When using command "list users"Exception occurred while executing 'uninstall':java.lang.IllegalArgumentException: Bad user...
View ArticleEnable USB debugging from recovery mode on phone with unresponsive screen,...
First of all, I know there are already tens of similar questions, but none seem to be my exact scenario. And every solution gets me stuck because something does not line up with my case.I have a...
View ArticleAdb backups save no data
I want to reinstall the OS on my OnePlus phone running Android 12. Before I do that I would like to backup some of my apps which don't store their data in the cloud. The phone is not rooted, so I have...
View ArticleIs there a way to change the lockscreen message/owner's info using ADB?
My Realme 7 Pro doesn't support lockscreen messages for some reason but I was wondering if I could change my lockscreen message because when I first got my phone I backed it up immediately (Google...
View ArticleBootloop error and can't access via adb/fastboot/
I made a mistake while rooting my device and now I can't boot it.I was tried to rooting my device but TWRP was not support it so I tried rooting without TWRP.I download my device's stock ROM (not sure...
View ArticleHometech Alfa 7LM Plus bootloop error and can't access via adb/fastboot
My device is Hometech Alfa 7LM Plus. I made a mistake while rooting my device and now I can't boot it.I tried rooting my device, but TWRP did not support it, so I tried rooting without TWRP.I...
View ArticleInstalling APK signed with different key possible through adb install -r?
Android will refuse to upgrade a package, if it is signed with a different key, making me to uninstall first (and lose user data) and re-install.If I install the new APK via adb install -r XYZ.apk, I...
View ArticleNeed one-line adb shell su push & pull to access /data from Windows batch file
I wrote a Windows batch file that replaces Amazon lockscreen ads with user images on rooted kindle fire hd 7", 2013 (kfsowi). Just learned I botched the adb commands because I was running "adb...
View ArticleHow to see my android partitions via linux machine terminal?
When I connect my Android device via USB into a Linux machine(be it Debian, Ubuntu, Arch, etc) I am unable to find any trace of the device or partitions using cmds fdisk -l, lsblk, etcThis is...
View Articleexporting saved wifi hotspots and passwords [duplicate]
In my android 10 phone I am trying to find the file that contains my saved wifi hotspots and passwords, but cannot locate it.In linux its common to see the wifi ssid and passwords stored in...
View ArticleError while unlocking bootloader | FAILED (remote: 'Unlock failed -...
I was trying to unlock the bootloader of an old Redmi Note 4x, Downloaded fastboot and adb.I first enabled developer option and turned on USB debugging. I tried finding OEM unlock option which was not...
View ArticleSome app is causing bootloop
It happened when Google Play was automatically updating apps. I guess, something went wrong and the phone suddenly restarted and was not able to turn on again. It always gets stuck on "Starting apps"...
View ArticleHow to exit fastboot mode on Samsung Stylo 4? [closed]
I have an old Samsung Stylo 4 that suddenly shut down and was completely unresponsive. Then I press the volume down + power button and I get the fastboot menu.But I can't exit that mode, it says that...
View ArticleDisabling or hiding the edit pencil of quick settings
I'm using a Samsung phone. I need a way to disable or hide the edit pencil icon that edits the tiles on the quick settings panel.Is there any way to achieve this using ADB command?
View Article