Advertisement

Advertisement

Advertisement

Consistent software updates are a core part of any Android smartphone. If you haven’t received the latest software update, then you can manually upgrade your phone as well. Through this page, you can download all the Nokia 5.4 OTA software updates released to date. This includes the latest January 2021 maintenance update with the “V1.150” software build/version number. Further, we will also show you how to manually install OTA updates on your Nokia 5.4 using the stock recovery.

The Nokia 5.4 is a mid-range smartphone from HMD Global and a successor to the Nokia 5.3. Being a part of Google’s Android One program, the phone is guaranteed to get two major Android version upgrades and continuous monthly updates for three years. The phone came with Android 10 (Q) out-of-the-box and has been receiving continuous monthly security updates since its launch.

Table of Contents

The need for manually installing OTA updates

So, why would even need to manually install OTA updates on your phone? – Like any other Android phone, software updates for the Nokia 5.4 are rolled out over-the-air (OTA) in a staged manner. These updates are available for selected regions or a small percentage of devices initially, which is followed by a wider release in the following days or weeks. This ensures that no critical bugs are present in the update before it’s available for everyone.

Depending on these factors, you might often have to wait for the latest software update to arrive on your Nokia 5.4.

Well, not essentially. If you want, you could skip those days/weeks of waiting and upgrade your phone manually. This doesn’t require you to unlock your phone’s bootloader or do anything else that could affect your phone’s integrity in any manner. All you need to do is download and sideload the OTA on your Nokia 5.3 using the built-in stock recovery mode. The process is in fact quite easy if you know the right steps.

Download Nokia 5.4 OTA software updates

Below, you will find direct links to download all the OTA software updates available for the Nokia 5.4. These packages were captured directly from Google’s official firmware update servers (FUS), so you can be assured of their integrity.

When an OTA arrives on your phone, you can help us by capturing the OTA URL and sharing the URL with us.

Types of OTA updates:

OTA updates and their corresponding zip packages are available in the following two types or forms, as described below.

  1. Incremental OTA updates: These types of updates are typically small in size and can only be installed over a specific software version. Most OTA packages of monthly security updates are incremental in nature. For example, the December 2020 security update (V1.13A) can only be installed on a Nokia 5.4 running the November 2020 firmware (V1.130).
  2. Full OTA updates: These types of updates are much larger in size and can be installed over any previous software version. Most major Android version updates and maintenance releases are full OTA updates. For example, the January 2021 maintenance update can be installed on your phone irrespective of the previous software version installed.

So, if you’re installing a monthly security update over a previous one, take note of the current software version installed on your Nokia 5.4 first. You can get this info by going to ‘Settings‘ > ‘About phone‘ on your phone. Then download the OTA package of the next update accordingly.

If you’re going to install a full OTA update, then the installed software version doesn’t need to be accounted for.

Latest: January 2021 Maintenance Update (V1.150)

  • Android version: Android 10
    • Software build number: 00WW_1_150
    • Google Security Patch Version: 2021-01
  • Download: Full OTA | European variant
  • File size: 1.71 GB

Previous Updates

Below are the download links for all the previous updates released for the Nokia 5.4.

December 2020 Security Update (V1.13A)

Prerequisites

In order to manually install an update, you will first have to fulfill some requirements as listed below.

  • You will need a Windows, macOS, or Linux PC.
  • Performing manual upgrades by sideloading the OTA through the stock recovery is safe. In doing so, you wouldn’t lose any of your personal data stored on the phone. However, software errors could still occur (although very occasionally) and it’s best to be precautious and safeguard your data for such odd situations.
    So, make sure that you first take a complete backup of all your data stored on your Nokia 5.4. This includes messages, call logs, contacts, photos, documents, and everything else stored on your phone’s internal storage. If you help regarding the same, you could also follow our guide on backing up Android devices.
  • Charge your phone to a sufficient battery level to prevent it from shutting down during the update process.
  • Also, enable USB debugging on your Nokia 5.4.

How to Manually Install OTA Updates on Nokia 5.4 using Stock Recovery

To manually install updates on your Nokia 5.4, you will need to sideload the OTA zip package via the stock recovery. The process is extremely simple as shown in our guide to manually install OTA updates.

In brief, you just have to download the OTA update ZIP package, boot your phone into stock recovery mode, and then execute the ADB sideload command from your computer. The steps below will take you through the complete process.

Step 1: Install ADB on your computer

The first step of the process is to install and set up ADB on your computer. ADB is basically a command-line tool generally used for debugging, and other purposes like sideloading updates in this case. So, start by downloading the Android platform-tools package according to your computer’s operating system from below.

Once you have downloaded the package, extract its contents on your computer by right-clicking the ZIP file and selecting ‘Extract All’. The extracted “platform-tools” folder should contain the required ADB binary and other related files.

For easier access, move this ‘platform-tools‘ folder to C:\ drive, if you’re using a Windows PC, or to the ‘Documents’ directory if you’re using a Linux or Mac PC.

Step 2: Download the OTA Package and move it inside the platform-tools folder

Now, download the OTA zip file of the software update that you want to install. Once downloaded, move the file to inside the “platform-tools” folder you extracted during the last step. This will allow the command-line to identify the OTA package while sideloading.

Move Nokia 5.4 OTA package inside platform-tools folder

Step 3: Launch the Command-Line inside the platform-tools folder

With ADB and other platform-tools in place, you now need to launch the command-line window inside the working directory (i.e. platform-tools folder). To do this:

  • On Windows: Open the platform-tools folder, then hold the SHIFT key on your PC’s keyboard and right-click on any empty space inside the folder. Then select the ‘Open PowerShell window here’ or ‘Open command window here’ (Depending on Windows OS version).
    Launch PowerShell window inside 'platform-tools' folder
  • On macOS/Linux: Launch the Terminal and use the ‘cd’ command to change its directory to the platform-tools folder. For example, if you have moved the ‘platform-tools’ folder inside the ‘Documents’ directory, then the command should look like the following:
    cd Documents/platform-tools

    Launch macOS/Linux Terminal window inside 'platform-tools' folder

Once you have done this, your computer should be completely ready to sideload the OTA package.

Basic command-line usage: When entering the commands mentioned below, make sure to precede them with a dot and backslash “.\” in Windows PowerShell, or with a dot and forward slash “./” in macOS/Linux Terminal.

Step 4: Verify ADB Connection between the phone and PC

Make sure USB debugging is enabled and then connected your Nokia 5.4 to the computer via the USB cable.

Now, enter the following command in the PowerShell/Terminal to ensure that your computer can communicate with the phone over the ADB interface:

adb devices

As soon as the command is entered, you should see a prompt on your phone’s screen to allow USB debugging. So select ‘Allow‘.

Allow USB Debugging on the Nokia 5.4

The command should return a unique device ID. In case it doesn’t, it means that the proper ADB drivers are not installed. In which case, you can download and manually install the Google ADB drivers.

Step 5: Boot your Nokia 5.4 into the Stock Recovery mode

To install the OTA update, you have to boot your Nokia 5.4 into the stock recovery mode. With USB debugging enabled, you can easily do this by executing the following command:

adb reboot recovery

Your Nokia 5.4 will reboot and you should see the ‘No Command‘ screen with an Android bot, as shown in the figure below. To enter the stock recovery mode, simply hold the Power key and tap the Volume Up key once.

Stock recovery 'No Command' screen on Nokia 5.4

Step 6: Enable ADB Sideloading in Stock Recovery

Use the Volume keys to move the selector to ‘Apply update from ADB‘ and press the Power key of your phone to confirm the selection. This will make your Nokia 5.4 ready to accept the OTA through the ADB sideload command.

Select 'Apply update from ADB' in Nokia 5.4 stock recovery

Step 7: Use ADB Sideload to install the OTA update on your Nokia 5.4

Now, enter the following ADB command in PowerShell/Terminal to start sideloading and install the OTA update on your Nokia 5.4:

adb sideload ota-filename.zip

In the command above, you will need to replace “ota-filename.zip” with the actual filename of the OTA package you’re sideloading. For instance, if you have downloaded the latest January 2021 update OTA package, the command should look like this:

adb sideload cea5c23fe24bb63c85123b030aad66f7b10eefed.zip

As soon as you enter the command, the stock recovery will begin installing the OTA update. The progress for the same should be shown at the bottom of your phone’s screen. The process could take from a couple of seconds to a few minutes to complete, depending upon the size of the file. So, leave the USB connection undisturbed.

Step 8: Reboot your phone into the updated OS

Once the OTA update is installed, use the Volume keys to move the selector to the “Reboot system now” option and confirm by pressing the Power key.

Select 'Reboot system now' after installing OTA update on Nokia 5.4

That’s it! You have just successfully updated your Nokia 5.4 to the latest software version by sideloading the OTA package. You could repeat the same process to manually upgrade your phone every time a new update is released. We will give it our best to keep the download links up-to-date.

If you face any problems while following the instructions in this guide or have any questions regarding the whole manually updating concept, please feel free to ask us. Please don’t forget to share the exact software version number currently installed on your phone while seeking help.

*Images used in this tutorial are for reference only.

Post a Comment

Comment Policy: We welcome relevant and respectable comments. Only input your real first name and valid email address if you want your comment to appear. Read our comment policy fully before posting a comment.