Fastboot connection problem
I am trying to install Lineage OS 16.0 on my Moto 4X. I unlocked the OEM bootloader. But when I enter the command 'fastboot reboot bootloader' it shows'< waiting for any device >'. There it stays...
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 ArticleHow to set http_proxy per user profile
Is it possible to set proxy per user profile on android?settings put global http_proxy 192.168.1.6:8080affects all usersFrom what i read this setting is stored...
View ArticleHow do I verify that the USB debugging key fingerprint is correct? [duplicate]
When I try to enable USB debugging on my Android device, I am prompted with this message:The computer's RSA key fingerprint is:FE:35:23:34:...I see the public key in ~/.android/adbkey.pubHow can I...
View ArticleRooting Motorola Moto G Stylus (2022, XT2211-2) [closed]
I need a reliable way to root my Moto G Stylus (2022) phone. Model number XT2211-2. It was purchased unlocked directly from Motorola.I've been able to research a way to unlock the bootloader, tho...
View ArticleBack up app data
I have an expensive hardware device that connects to an Android app. When it is first launched, the app downloads content from the manufacturer and stores it, allowing the app to be used offline.I want...
View ArticleHalf of touchscreen is unresponsive. How can I make Android only use the top...
So I have a broken LG G2 and a near-empty bank account, so buying a new phone isn't exactly an option right now. The bottom 50% of the screen doesn't respond to touch. Right now I am running BlissPop...
View ArticleHow to mount /system rewritable or read-only? (RW/RO)
How can I mount the /system directory rewritable or read-only on my Android phone?
View ArticleADB command to permanently disable Android 14 microphone & camera indicators
I want to permanently disable the microphone and camera usage indicator on Android 14.I tried the following ADB command, but it dont work: adb shell cmd device_config put privacy...
View ArticleI need to connect to both the internet and ethernet simultaneously
For work, I have an Android tablet version 14 with kernel version 5.15.153-android13-3-29539737. I am trying to run a widget test on the device. I do have the device connected to the laptop with...
View Article`adb devices` crashes Windows command prompt, how do I root my Samsung device?
I've been trying to root my old Samsung Galaxy Tab A7 Lite (SM-T2227) tablet so I can use Titanium Backup to transfer the data to my new Samsung Galaxy S24 phone, but the adb devices command (I'm using...
View ArticleHow do I reflash both partitions of a Google Pixel 6 Pro device in one go?
How do I reflash both partitions of a Google Pixel 6 Pro device in one go?If I follow the instructions at https://developers.google.com/android/images, I have to:reflash the first, default partition (a...
View ArticleHow to run adb shell pm without booting Android system
I was trying to disable apk installation on my Android 14 phone (LineageOS, Pixel 8a), and I ran the following command from adb:adb shell pm disable-user --user 0 com.android.packageinstallerThe...
View ArticleWhy can't I uninstall/disable all bloatware through ADB without root?
I recently tried to disable bloatware in my cheap Vivo and Oppo smartphones. These apps named Themes, Game Center, etc. keep giving me notifications that can't be disabled through the UI. The...
View ArticleHow to access the app battery optimization settings on Android 12 and above?
The menu appears to have been hidden on the more recent Android releases — currently on Android 14 the only per-app toggle the users are given is 'allow background usage' (app info → app battery...
View ArticleHow to install an ‘apk’ on a TCL Flip Go (AOSP version 11)?
Was wondering how to install an ‘apk’ on a TCL Flip Go (AOSP version 11) phone?I already tried to turn on USB debugging mode in order to install an apk with adb. But unable to follow the instructions...
View ArticleHow to factory reset when a tablet will not restart? More explanation below
I'm hoping someone can help with this issue. Essentially, we are locked out of the tablet and unable to factory reset or reboot it into recovery modeThe tablet in question is a Samsung Galaxy A8 tablet...
View ArticleADB recognise phone, but fastboot did not Samsung A53 5G EU flasghip version
I updated everything, bcs its samsung I found this driver " SAMSUNG_USB_Driver_v1.7.56.0 " but thats for widnows. I tried to search it from recovery mode or bootloader, but nothing.Im using OS: Linux...
View ArticleHow do you extract an Android app's data from a full backup made through "adb...
I have been backing up my Nexus 7 with adb backup to back up all files into an encrypted backup. I see that you can restore from a backup with adb restore, but that would wipe all my existing data on...
View ArticleHow can I shutdown my Android device using an adb command?
How do I halt an android phone using adb command? I can reboot, but I don't know how to halt.I tried shutdown -k wait command, but it did not work.
View Article