Skip to main content

Two Simple Methods to Unroot Any Rooted Android Device

Rooting your android device does give you a lot of privileges like custom ROM’s, kernels, themes and many more, but at the same time it will voids your phone’s warranty.
If you have a rooted android phone and want to get the warranty return or whatever reason, then you can simply unroot it. Once rooted, your android device will back to its stock firmware with valid warranty. Here I will show you two simple methods to unroot any rooted android phone or tablet.
Before you begin to unroot your android phone, make sure you have done the following:
  • Backup your data: While unrooting, all the data will be wiped out. so make sure to backup all your important data either on your SD card or your PC.
  • Charge your phone: Ensure that battery is charged to more than 50%.

Method #1: Use SuperSU app

This method works for all android devices that were rooted without installing custom recovery.
supersu full unroot
  1. First, download and install SuperSU app from Play Store.
  2. Launch SuperSU app, go to Settings, and tap on ‘Full unroot’.
  3. It will confirm you just tap continue. After successful, Unroot superuser
    will close automatically
  4. Restart your device
  5. Uninstall SuperSU and you are fully unrooted.

Method #2: Use ES File Explorer

If the above method does not work for you, then you can use this method to unroot your phone.
  1. Install ES File Explorer app on your device. Don’t move it to SD card.
  2. Open the app and tap the menu button
  3. Now tap on ‘Tools’ and select ‘Root Explorer’ to turn it on.
  4. ES file manager root explorer pic1
  5. Superuser will ask you to grant privilege or root privileges to the app. Allow it.
  6. Now go back to the main screen of the app and select ‘/’ in the top corner of the screen.
  7. ES file manager root explorer pic2
  8. Go to system -> bin. Find the busybox and su file and delete them. If you can’t find any of them, just skip to the next step.
  9. Go back to system folder then open ‘xbin’ folder and delete the busybox and su file there (if you found any).
  10. Now go back to the system folder again and open ‘app’ folder and then delete thesupeuser.apk file located in the folder. That’s all.
  11. Now restart your device and it should be unrooted.

Comments

Popular posts from this blog

List of all USSD codes for Android phone. By TechFilz

         LIST OF ALL USEFULL USSD CODES FOR ANDROID   NOTE : Some of these codes can wipe/delete some or all data from your phone. So please use these codes on your own risks. 1. Information Serial Description USSD Code 1 To Know IMEI Number of Android *#06# 2 GPS System Test *#*#1472365#*#* 3 Service For Google Talk *#*#1472365#*#* 4 Reset Factory Date *#*#8255#*#* 5 Current Firmware of SmartPhone *#*#7780#*#* 6 Main Service Menu *#*#197328640#*#* 7 General Information And Battery Info *#*#4636#*#* 8 Power Button Change *#*#7594#*#* 9 Testing Mode *#0*# 10 Signal Status Service Mode *#0011# 2. System Serial USSD Code Description 1 *#7780# Factory Reset 2 *2767*3855# Full Factory Reset 3 *#*#7780#*#* Factory data reset 4 *#745# RIL Dump Menu 5 *#746# Debug Dump Menu 6 *#9900# System Dump Mode 7 *#8736364...

Command Prompt Tricks, Hacks & Codes

Command Prompt is one of the most powerful tools in Windows; but sadly, it is also the most ignored one. Things were not always like this; but with the advent of GUI based operating systems, people started feeling that computing through command based tools was boring. This ultimately lead the command prompt into obscurity.  However, the command prompt is not useless. In fact, it can be pretty useful. This article provides some excellent tricks, secrets and hacks that will make you realize that the Windows Command Prompt is not only useful but also a tool that you should definitely give more respect to. 1- Watch ASCII version of the Star Wars Episode IV movie Surprised yet? You can watch an ASCII version of the full Star Wars Episode IV Movie right in your command prompt window. Just open command prompt, type a small code and the movie will start playing immediately. Read the  complete instructions here .  2-  Create Matrix falling code effect Have you watched “Th...

How To Run C C++ Java Programs Without Any Software. [By TechFilz]

How To Run C C++ Java Programs Without Any Software C/C++ and Java are the also known as the mother of all the programming languages as this is one of the best Object Oriented Programming Language Of Computer World that plays great role in building out the real life project. So today in many school colleges of the world are teaching this language as a part of their studies. But you need a compiler and an interface to use these programming language. But not all the students have computer with them. That is why we are here to resolve the problem of  How To Run C C++ Java Programs Without Any Application . Yes you can do this without any need of any third party software in your PC. Just follow up the below method to proceed. How To Run C C++ Java Programs Without Any Software Run C C++ Java Programs Without Computer The method is simple and cool and with this you can run C/C++ and Java program in any smart device without having any software or compiler. Also this method ...