Cool adb commands. cpuLevel 3 adb shell setprop debug. Mar 17, 2021 · ADB Shell Command: What it does: adb shell: Starts the remote shell command console in the device: adb shell pm uninstall -k –user 0 package. adb pull sdcard/myfile. Disconnect USB cable now, and run adb connect <device_ip_address>:5555 //this restarts adb to communicate over WiFi with input IP address 5. To begin with, transfer the desired APK file to the platform-tools folder on your PC. Then you can start using ADB. Next, you need to enable Wireless debugging. Execute ADB Commands: In this ADB shell commands cheat sheet, I’ll try to explain the function of all commands in simple language. adb pull <device> <local> – Copies a file from the device to your system. I started to play with it and in fact it does make the graphics look much better in videos and games. Step 3: Set Up ADB on Your Computer. – adb install: This command will install an APK on the device. May 31, 2022 · 4. and then proceed with the following code lines. To push multiple applications to the device and install. Another cool trick on the Command Prompt involves listing out all of the Windows 10 apps and programs that are installed on your PC. adb shell ifconfig: This command displays the current IP configuration on the device. Here's a guide to help you make the most out of your phone. 0" In this document. Verify ADB Connection: To verify that your device is connected and recognized by ADB, execute the following command: adb devices. Setting up your phone for ADB. To install an app onto the Android device, find the name of the app's Feb 18, 2021 · 2. zip] Extract the zip files to your C:\ drive. How to Use ADB Commands to Bypass FRP. exe). I'd like to record natively to storage, like resident evil 4, but quest 2 captures the right on only in that game. adb version – Shows the current version of ADB and the installation path. There are several solutions: 1. Download the latest ADB Installer setup file from the Internet. Vivek Gupta Vivek Gupta. apk> command. fastboot flash boot boot. This is similar to the ‘adb devices’ command that shows you the list of connected Android devices and emulators to your computer. adb shell dumpsys Using sidequest (or regular ADB command line) you can execute the following commands: adb shell setprop debug. As a user, push/pull, install/uninstall, forward for tunneling (even if I have to struggle and look up on stackoverflow each Oct 11, 2013 · For example, take a look at the following commands in proper syntax: adb start-server : This command starts the adb daemon on your desktop computer and allows your computer to interact with your Apr 12, 2020 · adb sideload // Push and flash custom ROMs and zips from your computer. Let's say the images are in same folder you are running the cmd window from. S921BXXUIAWM9 - Baseband S921BXXUIAWM9. Feb 7, 2024 · Made for: Samsung Galaxy S24 SM-S921B-DS (Exynos, 256GB) - Android 14 - One UI 6. 3 ADB, Fastboot and Drivers What is this? This is All-in-One installer for 3 most needed PC tools for Android. ADB Basics. When you are done emulating a certain screen, reset to the original settings: adb shell wm Oct 4, 2019 · Adb useful commands list. There are more ADB Fastboot commands recognized developers generally use for development and testing purposes. Aug 11, 2022 · There are a number of useful commands that can be used with ADB, including: – adb devices: This command will list all of the devices that are currently connected to the computer. Manually downloading and installing APK files is a common practice for many Android users. A daemon (adbd) , which runs commands on a device. fastboot devices. push <local> <remote>. -show-kernel: Displays kernel debug messages in the terminal window. WRITE_SECURE_SETTINGS. For example, as my IP address is 192. Implementing. // Check connection and get basic information about devices connected to the computer. adb shell input keyevent 4 // Back btn. Of course I don't know what it really is. 168. 1:4444 <command> If you are not using the emulator and have only one device connected for debugging, you don't need to specify the address: Apr 3, 2024 · List of ADB commands to debloat. adb shell pm disable-user --user 0 disable system app. adb shell cmd package list packages list of all packages, including system and user apps. All adb commands use the following format: adb -s 127. adb bugreport > [path_to_file] // Will dump the whole device Jun 26, 2021 · 2. devices - shows the list of plugged in devices (you can also use adb devices -l ). Example: To create a bug report: adb shell dumpstate > bugreport. install {path_to_file. adb shell setprop debug. adb shell This command activates the remote shell command console on the connected Android smartphone or tablet. adb logcat -c // clear // The parameter -c will clear the current logs on the device. foveation. Using ADB. Mar 18, 2021 · Check out PhonLab, if you want to learn tons more about Phone repairs tips and tricks to help you repair smartphones and bypass FRP among other things. Here, tap on the “ Build number ” 7-8 times continuously. adb install <apk_name. Purpose: coming from a Pixel 6 running Graphene OS, I just can't stand Google, Samsung and my internet provider bloat. Aug 15, 2021 · So there you have it, the complete list of ADB & Fastboot commands for Windows, Mac, & Linux operating systems. Note: for a list of commands type in 'adb' in cmd. Then, edit the PATH system variable. The adb reboot command. The command syntax is: adb pull <remote file> <local location>, where <remote file> is the file on the device, and By using the following ADB Shell key event commands, you can trigger certain actions performed by certain hardware buttons or UI options on Android devices. Code: cd C:\android-sdk-windows\tools === Press Enteradb devices === You should see your device listedadb shell === you should see # in the next line. If you have any queries or any problems with the given ADB Fastboot commands, let us know in the comment section. ADB enables developers to run commands on Android devices, access system files, install and remove apps, and conduct a variety of other operations unavailable via the regular Android user interface. Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. adb devices: lists connected devices. adb kill-server: kills the adb server. When you press the enter key after typing the command, you’ll see a prompt on your watch asking you to authorize the ADB device. Related May 7, 2023 · adb shell df: This command displays the current disk usage statistics on the device. 1-windows. Mar 26, 2016 · Now imagine that you want to copy a file (call it myfile) from your development computer to the device's SD card. cpuLevel adb shell Feb 17, 2022 · With the help of this ADB command, you will be able to see the list of all the JDWP processes on your PC. Dec 20, 2010 · The guide, which can be found here, it is quite extensive in what topics it covers, such as: Setup and Installation of the Android SDK and ADB. 99) from the Play Store. It uses adb commands to fully enable it and it provides some of the best navigation gestures I've ever had the pleasure of using (better than the upcoming one ui, pie's native gestures, and ios gestures) if you are at all interested in navigation gestures please give this app a adbanimenable { adb shell settings put global window_animation_scale 1. adb install-multiple <apkname. Now type the following command: adb pull <remote location> <local location>. 0. name. You shall perceive the following window. https June 27, 2022. Feb 20, 2023 · Download ADB and fastboot. adb shell wm density <density> for example adb shell wm density 288. This is the part you're probably dreading most if you've ever used ADB in the past, but it's actually pretty easy now. To do so, open Settings and go to the About phone section. adb start-server: starts the adb server. I have an issue with my eye where I can't use it well. To enter fastboot mode google your model and brand as its differs from brand to brand on how to enter Dec 10, 2022 · To install and use Android Debug Bridge Utility (ADB), download the platform tools from the ADB page and extract them anywhere. You may also have a look at the above image for reference. For example: emulator @Nexus_5X_API_23 -show-kernel. Apr 2, 2015 · Enter the command adb devices and hit enter. Mar 1, 2022 · 1. Feb 12, 2023 · The adb pull command is used to transfer files from the device to your computer. fastboot flash recovery2 recovery2. Check out an app called fluid navigation gestures the play store. // This is essentially the same command as adb devices from earlier. refreshRate 80 adb shell setprop debug. Note: Instead of ‘ rm-d ‘, you can also use ‘ rmdir ‘. Replace adb binary (see comments by Curious Mind) Replace the adb executable on the PC with one that calls the original adb executable and print all commands. Commands: adb devices – Shows all the devices adb can run on; adb help – Displays the Help Documentation on ADB commands. I originaly made it for my Kurdish friend AnGrY DuDe in Jul 18, 2019 · To enable Aggressive Doze, connect your phone to your computer using a USB cable. fastboot flash recovery recovery. This command turns out to be useful in case when you had forgotten your Wifi password. 1. //However, it works in the bootloader, which ADB does not. textureWidth 1862 adb shell setprop debug. Last update: 2024-02-07. 0 adb shell settings put global animator_duration_scale 1. -verbose Apr 3, 2024 · Open a text editor, such as Notepad, and press Control + V, and you can simply paste the output of the command directly inside Notepad. COMMAND: EXPLANATION. For instance, mine is in C:\android-sdk-windows\platform-tools so i will type. 85 && settings put system font_scale 1. May 28, 2010 · Open up Command Prompt (Go to run, type in cmd, press enter) Type in. In such cases, you can download the APK on your PC and install it on your smartphone using this ADB command. Logcat and shell of course are cool. To push a single application to the device and install. Commands are designed for Windows 11 with CMD. ADB commands can be used to modify your Android without having to actually touch the device. You'll want to be connected to the same network as the computer you're sending ADB commands from. It works on Linux, Windows and macOS. Powercfg is a command that helps to get an analysis of Energy used by your computer. It is a paid app but absolutely worth it. adb shell dumpsys battery set level <n> (change the level from 0 to 100) adb shell dumpsys battery set status<n> (change the level to unknown, charging, discharging, not charging or full) adb shell dumpsys battery reset (reset the battery) adb shell dumpsys battery set usb <n> (change the status of USB connection. ⇒ “ <remote location> ” is the full path to the file/directory on your Android device. With the help of ADB, you can create a full backup of your phone on your computer. Debloat list: https://paste. 361 4 4 silver Once detected over USB, run adb tcpip 5555 // this restarts adb in device 4. The library is pretty complete, your able to do almost everything you can do in a shell window with adb. level 3 adb shell setprop debug. Guides below can be followed by both rooted and unrooted users. Mar 28, 2017 · Here are some cool tricks that you can do with ADB. Run the adb-setup. Jun 22, 2015 · Here in place of "adb devices" you can write any adb commands. This command opens a remote shell on your computer, allowing you to enter multiple commands. Hey guys, I'm new to VR, just get my Oculus quest 2 last week, it is so cool. adb shell wm size <dimens> for example adb shell wm size 640x480. apk. greenify android. This command lists all connected devices and emulators detected by ADB. Tap the Add Device option on the Web ADB website. Share. To copy the same file from the device to your development computer, type. 11. refreshRate 90 ECHO NEW VALUES (for confirmation): adb shell getprop debug. Launch the command-line window in the folder on the PC where ADB is installed. The Android Debug Bridge (ADB) is a command-line tool that enables advanced users and developers to interface with Android devices. Apr 25, 2023 · Open a command window in the folder by holding Shift, right-clicking an empty spot in the folder, and selecting Open command prompt/PowerShell here. Now you have a folder android-sdk-linux. One use of this option is to check that the boot process works correctly. Data. To use ADB, you will need to connect your Android device to your computer using a USB cable. After giving the command, the application gets installed on your Android smartphone. Then, you'll just need to input the following command: adb -d shell pm grant com. Code: cd C:\android-sdk-windows\platform-tools. Im first using the android, and holy, adb command is so cool, just adjust the animation to 0. In output you can find section "Bonded devices". apk} {path_to_save} - fetches an app from the system. exe and type ‘Y’ and follow the onscreen instructions to install the ADB and fastboot driver. If you want to unlock the bootloader, reboot into recovery mode or perform other rooting-related tasks, then you’ll need to boot your device into bootloader mode. adb shell pm uninstall This is really a very useful ADB Shell command. textureWidth 2000. Code: using CoolADB; There are a list of methods and functions in the repo with examples! Jun 18, 2014 · Here are a couple of advanced ADB commands that you can use to do some really cool things. Keep in mind this is an ADB shell, meaning you don't get access to commands like "adb reboot-bootloader. adb bugreport > [path_to_file] // Will dump the whole device Sep 5, 2022 · STEP 4: Install Apps via ADB Commands in Galaxy Watch 5/Pro. adb help – This command shows all the commands of ADB. – adb uninstall: This command will Feb 12, 2020 · 3. Type the following adb command: adb push myfile sdcard/myfile. Jun 2, 2024 · When the command prompt window is launched type adb connect <ip> and hit Enter. Feb 2, 2024 · When you debug a watch using Bluetooth, adb always uses the IP address 127. dumpsys is your friend: Find your bluetooth service (must be running): adb shell dumpsys -l. Display Current DPI: This command will show the current DPI. Open the Platform Tools ZIP file. The adb shell pm list users command displays a list of user accounts on the Android device. adb get-state. The bootloader is the first thing that runs when you boot up your Android device. Then, type 'adb devices' in there. adb shell input keyevent 3 // Home btn. Emulate Screen Size and Density. 2. Feb 7, 2024 · Commands are designed for Windows 11 with CMD. Anyway, thanks. jdb -attach localhost:8000. Home. No root needed, only access to a computer to apply the ADB commands. Configure Settings Commands. 4) pronounced "screen copy". List all Installed Programs. It does not require any root access. adb shell pm list users. 2:5555. com with the actual package name of the app you want to uninstall. adb install <path_to_apk> – Installs the apk file at the specified location. adb devices – Lists all the Android devices that are currently connected to your PC through ADB. dynamic 1. This step isn’t actually required, but it is a simple way to make sure your PC and your Android device are talking. No need to download big SDK for 3 small things. App to run adb commands. Reboot into Bootloader Mode. The command adb get-state command is used to see the ADB status of a connected device or emulator. Now ADB AppControl gets applications using adb shell dumpsys diskstats command. It also captures screenshots and records the Android screen using the command line, helping to analyze the app's behavior. Now it will be possible to get current sizes directly via acbridge. apk} - installs an apk from a specific path (if you plug in more than one device, you While your phone is connected to your computer open a command prompt in the minimal adb folder (easiest way to do this is just run the 'Minimal ADB and Fastboot' . As a developper : adb root, adb remount (mount system partition rw) and adb sync or push are awesome for fast aosp debugging. Due to various rules and regional restrictions, Google Play doesn't always offer the apps you want. adb connect <Device IP>:5555. ECHO OFF adb shell setprop debug. Connect your Nov 11, 2021 · N. adb uninstall uninstall user app. textureHeight 2000. \n DPI Related Commands \n. Add a reference to the CoolADB library and add. Launch the command window, execute the ‘adb shell’ command, and then try the following command with ‘ -f ‘ (to delete a file) and ‘ -d ‘ (to remove a directory) parameters. Copies a specified file from an emulator/device instance to your development computer. Naturally, you will want to grant USB Debugging access when prompted (and tap the always allow check box if you never want to see that prompt again). Download the Android SDK package for Windows [ android-sdk_r21. Go the folder where the adb drivers are installed. Disable: adb shell setprop debug. Command. To achieve that, the tool is composed of three distinct parts. Jan 7, 2018 · adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1. cpuLevel 4 adb shell setprop debug. apk>. 75 and stuff like deleting microsoft stuffs. Open PowerShell, navigate to the platform tools folder, then run any adb command. " Instead, you can only run commands that normally begin with "adb shell. 2, the command in my case will be as follow. adb connect ip_address_of_device If you want to find out and connect the IP address of your Android device to your PC. 007. Use. Jul 14, 2023 · To install the adb package, run the appropriate command for your Linux distributions, as follows: $ sudo apt install adb [On Debian, Ubuntu and Mint ] $ sudo yum install adb [On RHEL/CentOS/Fedora and Rocky/AlmaLinux ] $ sudo emerge -a dev-util/android-tools [On Gentoo Linux ] $ sudo apk add adb [On Alpine Linux ] . adb reboot: reboots the device. This is the official ADB and Fastboot binary provided by Google and is the only recommended one. 10. Install the Google USB Apr 10, 2024 · ADB is used to access a command-line shell and execute multiple commands on the device. gpuLevel adb shell getprop debug. 1. As part of me getting to know the quest I read that there is a way to change the resolution to be higher by running adb commands. In this example, the port is 4444. 1 - Build UPIA. The Recovery mode in Android helps you to reset your phone and create backups. Now you are all set to run adb commands. refreshRate 90. If the phone has a swipe screen lock, or a screen lock which requires the power button to be pressed, you can use this function. Dec 20, 2023 · This comprehensive cheat sheet will equip you with the essential ADB commands to unleash your inner power user. First and foremost, you will have to download the Android SDK Platform Tools on your PC. Insert the USB OTG or the USB Type-C cable on the device you want to use as a host. Also, just accidentally delete the samsung wearable and have to download and setup my watch again Jan 8, 2024 · Given below is the complete list of all the ADB commands-. For example: adb forward tcp:8000 jdwp:472. 231005. Common ADB (Android Debug Bridge) Commands \n. adb reboot bootloader. The default DPI is usually around 340. So download it and then extract it to any convenient location on your PC. apk>; adb install <filename 2. However, these backups can only be stored on phone storage or SD card. adb shell wm density. This variant is pretty limited as it only works if the program calls every command in the staly adb shell commandxyz. Enter Your Device's Shell. It does not always provide actual app sizes and may not work on some devices. adb shell cmd package list packages -3 list of all user apps. Get Screen density. May 27, 2024 · Open Terminal or Command Prompt: Open a terminal or command prompt window on your development machine. adb shell input keyevent 5 // Call. May 17, 2024 · Connect your Android device to the PC using a USB cable. A gui application to manage your oculus quest 2. gpuLevel 4 adb shell setprop debug. start-server - starts an ADB daemon. com: Helps you uninstall a system app from your Android device. Doing so will give you the platform-tools The command I'm most interested in (if it exists) is choosing the capture eye. 8. – adb shell: This command will open a shell on the device. May 12, 2024 · ADB is a command-line tool that is used to communicate with Android devices. ADB stands for Android Debug Bridge, a powerful command line tool that you can use to debug your Android phone or tablet and send a large number of commands to control behavior on the device, allowing for the installation of apps and the logging of processes. pull <remote> <local>. It is a part of the Android SDK, and it can be installed on Windows, macOS, and Linux. ADB (Android Debug Bridge) is a versatile command-line tool that lets you communicate with a device. If they are not then you need to adjust the command to include the full path to them. Copy the folder path to platform-tools. Create a Full Backup of Your Phone. It is particularly helpful for troubleshooting issues, inspecting logs, performing system-level tasks, and managing files. adb connect 192. adb shell input keyevent 6 // End call. 3. Next, enter the following code to connect your device to ADB via WiFi without USB cable. \nCommand: adb shell adb shell setprop debug. adb shell. Pushes an Android application (specified as a full path to an . adb shell <command> This command executes a single shell command. This article explains how to install Android Debug Bridge (ADB), as well as Mar 19, 2024 · You can invoke a client from a command-line terminal by issuing an adb command. adb help You can use the ‘adb help’ command to display the help documentation on all ADB And of course, try avoid "fishy" apps that demand ADB permissions. adb wait-for-device Feb 5, 2024 · Most Used adb fastboot commands for Android 2024. Using this, you can easily uninstall unwanted Jun 3, 2024 · Tap the 3-dot icon in the Chrome browser and enable the Desktop site option. " However, since you're sending commands directly to Apr 1, 2021 · 1. Setting Path on Windows. where both the IP address and the Port come from the dialogue on your Android device which popped up after selecting Pair device with pairing code (do not include the angle brackets). Follow answered Mar 18, 2018 at 9:43. pull {path_to_file. apk> <apkname2. Mar 19, 2024 · STEP 1: Download Android SDK Platform Tools. Within your CLI tool which should be set to the platform-tools directory, enter the following command: adb pair <IP address>:<Port>. adb -s IP install app-name. 5. A better approach is just knowing how to use ADB in case you run across any interesting apps that require it. Jun 22, 2016 · adb +. Alternatively you can change your PATH variable. adb tcpip 5555. Contribute to ShyyLexi/oculus-manager development by creating an account on GitHub. To remove FRP via Fastboot commands, put your device into bootloader mode/fastboot mode and connect to your pc using USB cable. Replace package. ADB enables developers to run commands on Android May 7, 2020 · 4. 4. adb shell wm size. You can invoke a client from a shell by issuing an adb command. adb shell wm: This command allows you to interact with the device's window manager, you can use it to display/hide the status bar, change the DPI, etc. Open the Settings app on your phone, go to the "System" page, tap the build button seven times, and connect your phone to your PC. Double click on SDK Manager to initiate the SDK manager. adb get-serialno. Then open CMD inside this platform-tools folder and execute the below command [make sure to replace IP and app-name accordingly]. This must be nougat. Debloating guide: 1) Download Google platform-tools (ADB and fastboot) from here for the operating system you are using on your computer, I will be using Windows for this Aug 15, 2020 · A new option will also be added - Accurate application sizes. Give a single command with the filename of the APK for installing a single APK. Now you're ready to send ADB shell commands to your own phone. 1 day ago · Adb useful commands list. Now plug the other end of the USB cable into the client Android device you want to send the command to. scrcpy (v2. 1 plus the port that you assign. Working with adb over wifi and some scrpts i can copy/fetch clipoard to/from PC send files to phone via drag and drop to Phone install apk via drag and drop to Phone run tasker commands all can be done with other apps/setups but i only run adb and start whatever i need even without touching the phoneand adb is reliable (although not fast) Jul 24, 2023 · Jul 24, 2023. 9. how would you use this command's output in order to invoke bluetooth Jan 15, 2021 · Note that you will need to be connected to a Wi-Fi network before you can enable this feature. adb shell // Open or run commands in a terminal on the host Android device. 1,871 2 13 23. txt. EDIT: I should add that I doubt there's much point in looking for apps that require ADB; from a user perspective it's somewhat random if a functionality you want needs it. answered Jan 26, 2017 at 11:51. textureHeight 2048 adb shell "settings put system font_scale 0. To disconnect adb from WiFi mode run adb disconnect <device_ip_address>:5555 Dec 29, 2013 · 15 seconds ADB Installer v1. Don’t forget to replace the IP address in the following command with yours. 0 } adbunlock. To run ADB commands on Android without a computer, you need to install the LADB app ( $2. Jan 20, 2020 · The TL;DR version is that when a user runs "adb tcpip 5555", it causes the device to listen for a TCP/IP connection on port 5555, which allows Tasker to send commands "remotely" to the ADB client. Apr 14, 2019 · Click to collapse. Powercfg. Jun 4, 2024 · This command lets you easily delete a file or folder from your Android device’s storage. This won't affect your warranty, Knox, etc. 0 adb shell settings put global transition_animation_scale 1. What the fuck's a command prompt? It's that big black screen that just opened on your computer. adb install. 6) In the Command Prompt window, enter the following command to launch the ADB daemon: adb devices 7) On your phone’s screen, you should see a prompt to allow or deny USB Debugging access. The am commands are useful for scripting with broadcasts. Apr 12, 2023 · For more information about Logcat and adb, see Logcat command-line tool, View and write logs with Logcat, Log class, and Issue adb commands. Jan 17, 2022 · Use command “netsh wlan show profile SSID key=clear”, replacing “SSID” with the Wi-Fi name to know the password of your Wifi. install <path-to-apk>. Next, you are going to have to open your preferred text editor and copy the set of ADB commands you want to run. adb logcat -d > [path_to_file] // Save the logcat output to a file on the local system. permission. To get the ADB instance serial number, use the adb get-serialno command. For example. Select the desired APK file or the files you want to install with the adb install <filename 1. Power on your device normally and connect it to your PC using USB cable. Sep 30, 2023 · The adb shell dumpstate command generates a bug report of the device’s current state, which can be useful for diagnosing issues. Get Screen Resolution. Those will increase the render resolution of not only the Oculus Home, but also any game! Apr 17, 2013 · How to Setup ADB on Windows. dynamic 0. Sep 6, 2023 · To start Shizuku with ADB commands on a computer, do the following: Download the latest Android SDK platform-tools and extract the folder to your desktop for easy access. nickp 0609. The daemon runs as a background process on each device. On the computer, open a command window in the right directory. This application mirrors Android devices (video and audio) connected via USB or over TCP/IP, and allows to control the device with the keyboard and the mouse of the computer. Once your device is connected, you can open a command prompt or terminal window and start Dec 22, 2020 · Step 5: Send ADB Shell Commands to Your Own Phone. Source: Jerry Hildenbrand / Android Central (Image credit: Source: Jerry Hildenbrand / Android Central) This is exactly what you think it is — a way to reboot your Apr 10, 2023 · The Android Debug Bridge (ADB) is a command-line tool that enables advanced users and developers to interface with Android devices. apk file) to the data file of an emulator/device. oculus. Test to make sure you can reach ADB. oasisfeng. img. adb root: restarts adb with root permissions. Nov 26, 2011 · The following commands are to be type in your adb folder directory. adb usb – This will show you the list of all the Jan 19, 2022 · Below are some ADB and shell commands to manage and get information about applications on the device. lojza. Feb 6, 2018 · Download the library from Google Drive Here. kill-server - kills the ADB daemon. Enable: adb shell setprop debug. It is a client-server program that includes three components: A client, which runs on your development machine. rs/OLC. Here are some common commands which you can use. Mine is bluetooth_manager, so I run: adb shell dumpsys bluetooth_manager. cc us nh gx er ks xx vz nq mk