Skip to main content

Top 5 Things To Do Before Installing a Custom ROM on your Android Device

Rooting and installing custom ROM offer many advantages indeed but, at the same time it can be a risky as it can cause serious problems to your phone and possibly even brick it.
People brick their phone because they don’t take precautions when installing a custom ROM on their device. If you understand things and go through it carefully, you’ll never be caught into the uncomfortable situation. Here are some important things to be taken into consideration before rooting or installing any custom ROM.
  1. Backup your Apps, Contacts, etc.
    The first thing that you should do before installing a custom ROM is to backup your applications, data, contacts, messages, etc. By backing up your phone, you won’t lose your important data when something happen during the procedure.
  2. Ensure decent battery level
    It is very important to check the battery level before installing a custom ROM or rooting an android device. Because, if your device turned off in the middle of the procedure due to lack of battery, it can cause your phone to brick. So, it is very important to have battery sufficiently charged before you start rooting or installing any custom ROM.
  3. Turn on the USB Debugging mode
    USB debugging mode is a mode to facilitate a connection between an Android device and a computer with Android SDK. Before an app like One-click-root can dig into your system and grant the access to your device, USB debugging is necessary to allow that function in the first place.
    That’s is why, whenever you want to perform such task, it is highly recommended that you turn on the USB Debugging mode from ‘Developer Options’ under Settings of your device.
    enable usb debugging mode
    On Android phones with Jelly Bean 4.2 and higher, the Developer Options are hidden by default and it can only be accessed by tapping 7 times on ‘Build Version’ from Settings ->About.
  4. Backup your current ROM
    If you’ve rooted your phone, it is recommended that before installing a custom ROM on your phone, you must back up your current ROM, whether it is stock or custom ROM. So that if you experience some lag or any other situation you don’t like after flashing a custom ROM, you can restore the phone to its original state with this tool. 
  5. Backup Your Phone’s IMEI
    Sometimes, when you install a custom ROM, your IMEI number will be lost and as a result you will not be able to receive proper network signal. To avoid such situations, do not forget to backup a folder called ‘efs’ that stores your IMEI number.
    To access the folder, you have to install a root file explorer app like Root Explorer, X-plore File Manager, etc. Once installed, open the app and find the folder. You will easily find it as it is located on the root directory of your device. When you located the folder, just copy the entire folder and paste it on your external SD card. It will be even better if you copy it to your computer too. After installing the custom ROM, just copy and paste the folder in the same location where it was.

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 ...