You can run any ADB command on your phone without ever connecting it to a PC.
In the world of Android development, you need to connect your computer to your phone, usually via a USB cable, in order to transmit your app to your phone. To simplify and modernize this process, ...
Back in the early releases of Jelly Bean, Google introduced a new command to adb called “sideload.” Using the sideload command, and the newest version of adb from the Android SDK, one could update ...