In this article you are going to learn how to unroot and flash a factory image to Nexus 6. Before continuing with the procedure make sure to backup you data because flashing a Factory Image will wipe your device. There are many ways to backup your phone but the most useful and well known tools are:
– Titanium Backup (Root)
– Super Backup (Non-root)
– Helium (Non-root)
Installing Necessary Desktop Tools
- Download Android SDK from here. Scroll down to the bottom of page, download for other platforms > SDK Tools Only
- Extrcact the zip and place the Android-sdk-windows folder on your desktop.
- If you have downloaded the full sdk, go into the Android-sdk-windows folder and run SDK Manager.exe.
- Install the following packages, there are 4 in total:
-Tools > Android SDK Tools, Android SDK Platform-tools
-Extras > Android Support Library, Google USB Driver.
See also: How To Install TWRP Custom Recovery On Nexus 6
- Only if you downloaded the full sdk, go back to the Android sdk-windows directory. You should see a new folder named platform-tools. If you don’t see this new folder, repeat the step above.
- To confirm that it is working, open a command prompt and enter the folowing command.
Code:
cd Desktop/android-sdk-windows/platform-tools adb version
- If it displays ‘Android Debug Bridge Version x.x.xx’ it is working. In case it gives and error saying that adb is not a recognized command, it has not been succesful. Repeat the steps above to make this work. When you are done close command prompt.
Note: If you are a Mac user you can follow the useful guide here on XDA-Developers forum. For Linux user follow the guide here.
Downloads
- Download Nexus 6 (shamu) factory images from here
Extract the zip file you downloaded. It will look like something like this:
Unlock Bootloader. To unlock bootloader follow this guide.
How To Flash Factory Image On Nexus 6
Extract the image-shamu-xxxxxx.zip somwhere where you can easily access it. In the same folder, from the original archive extract ‘bootloader-shamu-moto-xxxxx.img and rename it bootloader.img. Also rename ‘radio-shamu-xxxxx.img’ to simply radio.img. You will see files like in the picture below.
- Turn off your phone.
- Boot in fastboot/bootloader mode by pressing and holding Power Button + Volume Down at the same time.
- Connect your phone to PC through an USB cable.
- Open a CMD window and type the following command, in this order. If you have a different folder change the path.
fastboot flash bootloader C:/image-shamu-XXXXXX/bootloader.img fastboot reboot-bootloader fastboot flash radio C:/image-shamu-XXXXXX/radio.img fastboot reboot-bootloader fastboot flash system C:/image-shamu-XXXXXX/system.img fastboot flash userdata C:/image-shamu-XXXXXX/userdata.img (Note: this command will wipe your device (including /sdcard), EVEN if your bootloader is already unlocked.) fastboot flash boot C:/image-shamu-XXXXXX/boot.img fastboot flash recovery C:/image-shamu-XXXXXX/recovery.img fastboot erase cache
See also: How To Connect a Wireless Charger To all Android Devices
- Wait for everything to finish and then select ‘Recovery’ using the Volume buttons.
- When a small Android logo appears, press the Power Button + Volume Up.
- Select “Wipe data/factory reset”
- Go back to main screen and select reboot.
- Wait for the phone to reboot.
- That’s all. Your Nexus 6 is running a stock factory image.
Related posts
7 Online Tools To Record Lectures [2023]
The educational environment seems a lot different compared to a few years ago, with technology bringing major changes. Are you as a lecturer or a learner up to date with the apps and software that can make your life a little easier, for example catering…
Should You Take Mobile Security Seriously? Here Is Why
Gone are the days when the biggest security threats only existed on your computer. Most people think that a cell phone can be a safe space for personal, financial as well as confidential data. However, nowadays with the extensive use of cell phones for literally…
The Best Android Apps To Download This Year [2020]
As our mobile phones have become an essential part of our lives in this technologically advanced world of ours, we have found more ways in which we can use them. Some people stick to the traditional methods of calling and texting, while others venture into…
The Best Photo Editing Apps That You Need to Increase Your Instagram Followers
Instagram is probably the most used social media network nowadays. For some people, it’s just a simple a place to share photos and try to impress the other with the “good life” they have while some others have discovered the power of Instagram and run…
Comparison Of Smart Watches – Apple Watch 8 vs Google Pixel Watch
Since the introduction of smartwatches in the market, people have started to rely more on them because of their convenience. You can use smartwatches to receive notifications, make and receive calls, and access various apps. Smartwatches are not just about looking at the time; they…
Why You Should Use a Personal VPN on a Daily Basis
Personal VPN is one of those technologies which is gaining more and more popularity and importance from day to day. Generally, VPN (Virtual Private Network) was designed to get a secure connection for business purposes mainly. Now, the role of VPNs has changed a lot….
Best Instagram Usernames For Boys and Girls To Get More Followers in 2019 (Updated)
If you are an Instagram user, you have to agree that there is nothing as cool as a catchy name. The importance of a good and unique Instagram name is something that can’t be ignored. The username determines who follows you, the comments that are…
How IoT is Influencing App Development
As you leave your office for the day, you tap an app on your phone and start your car. Another app allows you to turn on lights at your house, maybe even get dinner started. Welcome to IoT, the Internet of Things, in which an…