Skip to main content

Tutorial for Downgrading/flashing Microsoft Lumia Devices

This tutorial works for both flashing Microsoft Lumia Devices and Downgrading to windows 8.1 from 10 Mobile


For flashing lumia devices you need:

 ● A compatible USB cable to connect the Microsoft Lumia device to the computer.

 ● A computer with Windows 7,8,8.1 or 10 operating system.

 ● A Microsoft Lumia device with Windows Phone 8,8.1 or 10 Mobile operating system.

 ● Backup the user content of the Microsoft Lumia device (optional).

 ● Minimum 4 GB free storage space from the computer.


Downloads:

You must need these things to downgrade/flash your device.Download it from below:


Windows Device Recovery Tool:


Official Installer Link: 



Firmware:

lumiafirmware.com

Installation/flashing Process:

● Create a new folder on desktop and rename it to "Package".

● Move the *.ffu file to this folder and rename it to "FullFlashUpdate.ffu".

● Connect your lumia device to the computer.

● Open a command prompt in administrator mode.

● Copy and past to the command prompt :
● For 32-bit architecture: 
             Command:
   cd "%ProgramFiles%\Microsoft Care Suite\Windows Device Recovery Tool"  
● For 64-bit architecture: 
             Command:
   cd "%ProgramFiles(x86)%\Microsoft Care Suite\Windows Device Recovery Tool" 
 Now,press ENTER

● Copy and paste the next command:


thor2 -mode uefiflash -ffufile "%HomePath%\Desktop\Package\FullFlashUpdate.ffu" -do_full_nvi_update -do_factory_reset -reboot

Now,press ENTER


● The package installation is stared now. Wait for the installation to finish.Your Device will reboot normally.

● Finished.





Comments

Popular posts from this blog

How To Install Dolby Digital Audio On Windows 10,8.1,8,7 on any Laptop/PC

Everyone wants High quality audio for their laptops/PCs. But not all devices come with high quality audio like Dolby/Dolby Digital Plus Sound . Here, I am sharing a tutorial for people who want Dolby for their Laptops/PCs. There 4 versions of Dolby Audio Listed Below. You can use any one you want but i will prefer to Dolby Digital Plus Advance Audio for any random Laptop/PC as it gives best performance according to my experience and guide is also for that. To install Dolby, you must Disable Driver Signature Enforcement first.  So lets start, Follow the steps given below. Windows 7 doesn't need to disable driver signature enforcement so you can skip those steps and continue with steps to install Dolby . List: Dolby Digital Plus Advance Audio Dolby Digital Plus Home Theatre Dolby Advance Audio v2 Dolby Home Theatre v4  Downloads: Download any one you want to install for your Laptop/PC. Dolby Digital Plus Advance Audio - Download Dolby Digital Plus Ho

How To Download Windows Spotlight Wallpapers using Spotbright App

Windows Spotlight has awesome wallpapers. If we want to use it as desktop background or at any other places we have to download it. I have shared a tutorial on how to download it. But in that tutorial, you can only download the wallpapers those are cached on your laptop/PC . What if we can download other wallpapers those are not cached on your device. Yes, it is possible to bulk download spotlight wallpapers.There is a app on  Windows store named SpotBright . It is free and can download around 200-300 wallpapers on a single click!!! It also has a option to download portrait versions of the wallpapers so you can use it on your phone also. SpotBright   Download : Windows Store Link Steps: Download the app from the link given above. Open the app . Go to Settings . Click on Picture Search List and select any one option you prefer. I have selected " Landscape Only ". If you select " Landscape & Portrait " option then it will sear

How to Enable the Dark Mode on YouTube

We all use Youtube everyday but very know that Youtube has a Dark Theme. The Company has not made it official but you can still use it. Follow the steps to enable the dark theme on Youtube. Steps: Sign in to your Youtube account. It is necessary. With out sign in, trick will not work. Right click and choose Inspect ('in Chrome') or Inspect Element ('in Firefox') option. It will open a window that contains code of Youtube and multiple tabs. Now click on 'console' tab. Copy and paste the code given below (without quotes) and hit Enter. If you get warning then simply click on 'allow pasting'. If you get error then copy and paste again and hit Enter. var cookieDate = new Date(); cookieDate.setFullYear(cookieDate.getFullYear( ) + 1); document.cookie="VISITOR_INFO1_LIVE=fPQ4jCL6EiE; expires=" + cookieDate.toGMTString( ) + "; path=/"; If it successfully runs then refresh the Youtube page.