Root & Recovery

How to Manually Install OTA Updates using Recovery and ADB sideload

If there’s one thing that Android gadgets have had directly for quite a while, then it’s the arrangement of Over-The-Air a.k.a OTA updates. This guarantees a user can get updates for his/her gadget legitimately on the phone without expecting to connect the phone to a PC. This element was received by Apple for its iPhone later than Android. Although, what we are doing here is giving you a way to Manually Install OTA Updates.

Be that as it may, the thing with OTA updates is that not every person gets them directly off. To release it smooth on download servers, producers take off OTA updates just step by step to choose districts and users and complete it through the span of as long as one month. Obviously, individuals as us don’t hold up that long.

Manually Install OTA

OTA updates can likewise be installed physically. Despite the fact that producers won’t give you this as an immediate alternative, yet users who get the OTA updates regularly openly share the .compress file of the update. That file is your ticket to install an OTA update physically.

So if you have the .compress file of the OTA update you wish to install, adhere to the directions beneath to install it physically.

Also See: How to Edit Build.prop using ADB in TWRP recovery

Manually Install OTA Updates from recovery “Apply ZIP”

Note: Custom recuperations like TWRP, CWM, PhilZ contact, and so on probably won’t work. You’ll most likely need a stock recovery to install OTA updates physically.

  1. Download and transfer the OTA update’s .compress file to your Android gadget’s inward capacity (don’t put it inside any folder).
  2. Boot your gadget into recovery mode.
    • Once in recovery mode, use Volume buttons to navigate here and there among alternatives and Power button to choose a choice.
  3. Select the “Apply update” or “Apply update from Inner Storage” choice.
  4. Select the OTA .compress file you transferred in Step 1 above. furthermore, install it.
  5. When the installation is done, select reboot from recovery main menu.

Install OTA update through ADB Sideload

Note: Again, you’ll likely need a stock recovery.

  1. Setup ADB and Fastboot on your PC.
  2. Download the OTA update .compress file on your PC and rename it to ota.zip.
  3. Enable USB debugging:
    • Go to your Phone’s settings » About Phone» and tap “Build number” Multiple times. This will enable Developer options on your device.
    • Now go to Settings » Developer choices » and tick the USB debugging checkbox.
  4. Interface your telephone to PC.
  5. Now open the folder where you downloaded the OTA update .compress file and afterward open a direction window inside the folder. To do that, complete a “Shift + Right Click” on any unfilled void area inside the folder and select “Open order window here” from the setting menu.
  6. Now issue the accompanying direction into the order window to reboot your gadget into recovery mode:
    adb reboot recovery
  7. Once in recovery mode, use Volume buttons to navigate here and there among alternatives and Power button to choose a choice.
  8. Select the “Apply update from ADB” choice.
  9. Now issue the accompanying direction to at last start installing the OTA:
    adb sideload ota.zip
  10. When the OTA zip is installed, select reboot from the fundamental menu of recovery.

That’s it in a nutshell. Expectation this guide serves you well. If you have a craving for adding something to this page, do tell us in the remarks area beneath

About the author

Huda Zaidi

Leave a Reply