
- #Fastboot flash recovery commands serial number#
- #Fastboot flash recovery commands apk#
- #Fastboot flash recovery commands zip file#
- #Fastboot flash recovery commands update#
- #Fastboot flash recovery commands driver#
For example, if Facebook comes as a system app, and you want to remove it, execute the code in the following way: pm uninstall -k -user 0 ADB Shell dumpsys command adb shell dumpsys This method is the easiest way to uninstall bloatware which comes inbuilt with the system that can not be uninstalled generally from the app menu. Replace with the actual package name that you want to uninstall from your Android system. If you want to uninstall a system app via ADB Shell command, you can execute the following code: adb shell pm uninstall -k –user 0 Use to set the values of built.prop configuration and change the properties Get the property of Android’s build.prop configuration Use this Coe to monitor the running CPU process on your Android device These commands change the directory to /systemĭelete a file: replace whatsapp.apk to your desired file name with extensionĭelate a folder: replace DCIM to your desired folder nameĬreate a new folder “Folder1” under /sdcardĬheck the network statics on your Android device using ADB List of all the apps that you uninstalled from your Android with installed pages List of all the 3rd party apps installed on your AndroidĮnabled (active) apps list on your Android with package names Shows the list of all the system apps installed on your Android with the package name Shows all the installed apps package name on your Android Use it to change the pixel density of your Android device (details given below) Starts the remote shell command console in the device and lets you control the Android through it Here is the complete list of all the ADB Shell commands that you can execute using the command prompt or terminal while connecting the Android device to the PC with all required settings. Check out the example below: adb push /local/path/CartoonHD.apk /sdcard/apps/ ADB Shell Commands list

Same as before, you need to provide the full path with extension and the destination path as well. On the other hand, while pushing files from computer to Android using ADB, you can execute the following command: adb push You need to execute the command in the following way: adb pull /system/app/CartoonHD.apk For example, we are pulling a file called “ CartoonHD.apk“. You need to change the file name with an extension. You can use the following ADB command: adb pull To pull a file from the Android device to the computer, you need to provide the full path of the file. Push and pulls are used to transfer any files from the device to the computer or vice versa. Remember to change the IP address in the code. Using this command, you can connect the IP address of your Android device to the computer. Using this command, you can create a full backup of your Android device and save it to the computer Shows the device status in the command prompt or terminal It is used to program the device to wait for some time until another process is done
#Fastboot flash recovery commands serial number#
It displays the ADB instance serial number string associated with the device

Uninstall the app keeping the data and cache untouchedįull list of JDWP (Java Debug Wire Protocol) processes on the AndroidĬheck then the dumpsys, dumpstate and logcat data Uninstall PUBG app package (replace package name with your desired one) Uninstall any app using ADB command (see next)
#Fastboot flash recovery commands apk#
Install APK in the external SD Card (if supported by the application)

#Fastboot flash recovery commands update#
Re-install or update an APK to a newer version on Android using ADB Install APK (replacing the file name with the particular APK file name) Install APK files manually on your Android using ADB
#Fastboot flash recovery commands zip file#
Used to manually install OTA updates using recovery mode (when the ZIP file is on the computer, not in mobile). Reboot your device into fastboot or bootloader mode It will show you all the connected Android device or Emulators connected to your PC using USB List of all Android devices that are correctly connected to the PC via ADB Perform the following if you had fulfilled the prerequisites mentioned above: adb helpĭisplays the help documentation on ADB commands Here is the complete list of all the ADB commands that you can execute using the command prompt or terminal while connecting the Android device to the PC with all required settings.
#Fastboot flash recovery commands driver#

You need to enable USB Debugging mode to connect your Android phone to computer.
