Thursday, January 12, 2017

What You Can Do With Your Rooted Device...Benifits Of Rooted Device

So you’ve finally rooted your Android phone. You’re probably wondering what to do, what benefits you are getting over other “non-rooted” users. Android is the ruler among all other mobile OSes when it comes to modding your own device. And it all starts when you root your device.



Here, we are going to discuss some of the really cool stuff you can do after rooting your device.


1. Clean the Pre-loaded Crapware

If you own a non-nexus device, coming from OEM’s like Samsung, LG, Sony etc, you probably can guess what I mean by crapware. Still cannot guess? What I mean is, pre-loaded apps like Samsung ChatOn, Sony Socialife, useless widgets you don’t want, removing the stock launcher etc. So, there are two methods of achieving the above target.
  1. This method is so easy, and you can use an app like System App Remover to do it. This is probably the best method for newbies, or those who are migrating from other OSes like Windows Phone, iOS, Symbian etc.
  2. More geeky method is to do it manually. Essentially, you are doing to same thing. To delete pre-loaded apps manually, you need a root explorer like ES File Explorer, then navigate to /system/app, then delete those apps which you don’t want. Be careful though, if you remove something critical, you may have to hard reset your phone, so don’t blame us later.

2. Speed Up Your Phone


As Android users, when you load up lots of apps in your phone, you are bound to face lag issues, freezes, touch input not responding etc. Well, not anymore. Your device is rooted, all those issues can go to hell. Apps like Clean Master help you clean your cache regularly, keeping your phone minty-fresh, while other apps like Greenify allow you to freeze background apps, so that the phone runs smoothly.

You can also use apps like PimpMyROM and ROM Toolbox Lite to apply other speed mods like various build.prop tweaks, init.d scripts, Virtual Machine tweaks, but these are not usually meant for the average rooted users. Apps like SetCPU and NSTools allows you to overclock your device’s CPU and change the CPU Governor (which controls how your CPU reacts) and change CPU Voltages if your kernel supports those features.

3. Backup Your Data More Efficiently

Once rooted, you have the ability to use root backup apps like Titanium Backup, which allow you to backup both your apps and their data. This makes restoring your information a breeze, just click-click-click and voilà, everything is back, just like you wanted.
It’s also very useful when you buy a new phone. You just copy over the backup data, install Titanium Backup, and your data is back within minutes.

4. Use Xposed Framework

Android phones depend on a framework to control features like the UI, WiFi, Bluetooth, Touch Control etc. Xposed Framework is a custom, 3rd party framework made by XDA Recognized Developer rovo89, which allows possibilities like theming the ROM, modifying its aspects without actually modifying the system files. It just bypasses the system processes and loads the custom stuff through its own framework.

The best part is that the developer made an API for the framework, which allows making Xposed modules. Some famous modules are XTheme Engine, which allows theming your ROM, Per-App DPI, which allows you to change dpi of apps, allowing them to run in Tablet, Phablet or Phone Mode and lastly XPrivacy, which allows Permission Management on per-app basis. You can find an extensive list of Xposed Modules here -> http://forum.xda-developers.com/showthread.php?t=2327541

5. Backup your EFS

Before getting into this topic, let’s first discuss what EFS is. EFS is a partition in your phone which stores information related to your phone’s IMEI code. This partition is unique to each individual device.
Often, when we flash a new ROM, if the ROM doesn’t know how to handle EFS well, it may get wiped, hence your device loses its IMEI code, and the ability to connect to a cell network. Backing up your EFS is relatively easy. Use a root explorer like ES File Explorer to navigate to /efs and copy all the content to your SD Card. For safety, keep a backup on your PC too. If you lose your EFS, restoring it is as easy as copying the files back.


6. Debug your Phone

Especially helpful if you are an Android app Developer, after rooting your phone, you can debug your phone processes through ADB. ADB stands for Android Debug Bridge, and it is an interface through which you can interact with your phone from your computer. Installation of ADB on the PC is a straightforward process. You need to download the Android SDK to your PC, and then, you can find it inside the platform-tools folder.
You need to enable USB Debugging on your phone, then you can simply plug it into the computer, and access the phone’s terminal via the command adb shell. Then, you are free to debug your app/other processes. For a list of available commands, just type adb in the command prompt.

7. Flash a Custom Recovery

Recovery mode is a special mode which exists in all Android devices. It allows you to wipe the device even when it is not powering on. It allows you to apply official updates to your device.

There are lots of custom Recoveries out there, the most famous ones being ClockWorkMod Recovery (CWM) and TeamWin Recovery Project (TWRP). With these, you can do a lot more. You can flash new ROMs, new kernels, debug issues with you rphone, flash themes and what now. One of the most useful features is the ability to take backups of your ROM. Unlike Titanium Backup, which backs up your apps, custom recoveries actually backup your entire ROM, so you can just restore that if your phone crashes.

8. Install a Custom Kernel

Kernel is the piece of software which ties your hardware and the OS together. It loads up the drivers controlling all of your phone’s features, the CPU, the RAM, the Camera, the Storage, the Touchscreen, literally everything.
The Android kernel is based on Linux Kernel, which makes it hugely customizable. Custom Kernels can improve your device’s performance, add features like CPU Overclocking, ZRAM , Kernel Samepage Merging, newer drivers, GPU Overclock , new governors and schedulers etc. They can improve battery life too, by tweaking governors, schedulers, virtual machine tweaks, and by updating the Linux Kernel. All in all, it’s a win-win combination, with almost nothing to lose in the bargain.

9. Install a Custom ROM

Installing a custom ROM is the final step in modifying your phone. ROM is a common term used to describe the whole OS running on your phone. Switching it is probably the limit of Android modding, but there are thousands of ROMs out there, so the sky is the limit.
For old devices, custom ROMs allow users to upgrade to newer Android versions. For the newer devices, custom ROMs provide better performance, better battery life, stability and a lot of features missing in stock ROMs. Famous Custom ROMs include CyanogenMod, AOKP, Paranoid Android, Slim ROM etc.
With this, we come to the end of the great stuff one can do after rooting Android Devices. With that said, there is practically no limit to customizing and modding an Android device. Before attempting any of the stuff I talked about, I would suggest you take backup. I am not responsible for anything that happened to your device.
Haven’t rooted your device yet? Seriously? Go root it at once. Just Google “your device name root” for a method to root your device.

0 comments: