System
ADB Debugging
Package Manager
Logcat
Wireless
File Manager
ScreenShot
Network
logcat
This command is used to sideload a given Over-the-air (OTA) package
Unzip a zip file
adb sideload
adb sideload path/to/OTA.zip
adb sideload /mnt/sdcard/Download/ota.zip
Frequently Asked Questions
It is used for sideloading a complete OTA package.
An OTA package file is an over-the-air (OTA) update that comprises wireless delivery of new software, firmware, or other data to mobile devices.
No, you do not need a rooted deice to use this command.