Tag archive

adb

Google strikes a smart compromise instead of removing Android sideloading

Since its launch, sideloading has been a crucial component of Android, giving it a great deal of flexibility as well as a feeling of freedom and openness. The community (quite understandably) panicked when Google announced it would make significant changes to sideloading. However, since Google has now demonstrated how its new sideloading flow on Android […]

google android sideloading

How to uninstall system apps on Android (without root)

Unnecessary system apps and bloatware can be annoying. They drain your battery, take up important storage, operate in the background, and are frequently impossible to remove with standard methods. Although rooting your Android device gives you complete control over system programs, most users are not advised to do so because it violates your warranty and […]

unistall system apps on Android

How to configure and use Android’s ADB wirelessly

ADB is a command-line tool that makes it easier for your Android smartphone and a PC to communicate. The tool has many more applications besides only rooting and updating Android ROMs (more on this later). The traditional method for using ADB entails connecting your Android device to the Desktop through USB. But there is an […]

android ABD wireless setup

How to use ADB and Fastboot on Android device

You have probably come across ADB and Fastboot if you have ever rooted an Android device. Although they are a crucial component of the rooting toolset, these utilities can be challenging to grasp, let alone master. So read on if you're interested in learning more about ADB and Fastboot, need assistance setting them up, or […]

adb fastboot devices
Advertisement

The complete guide to install ADB on any platform

Whether you want to install a custom ROM, turn on some hidden Android features, or take screenshots from apps that prevent you from doing so, you'll need the Android Debug Bridge (ADB) and fastboot. They're part of the Google SDK platform tools and give you some lower-level access to your phone. You've got to prepare […]

The complete guide to install ADB on any platform

Install ADB on Windows, macOS, and Linux

There will be a lot of guides on Droid Tools about how to access certain features of the Android platform that simply are not visible to the user.  Theese will be done generally with the help of some command line Android Debug Bridge (ADB) commands, a tool that Google offers for developers to debug various […]

Install ADB on Windows, macOS, and Linux