Detailed guide: How to install Xposed?

Hey guys, so today am gonna teach you all how we install Xposed as I had promised in the previous post. If you don't know what Xposed is, then you might wanna take a loot at the article below,

NOTE: I can assure that the guide is working but if anything happens to your device by following this method below, I won't be responsible. Proceed at your own risk!!

So, let's start on how to install Xposed.

First of all, we will be downloading Xposed. To do so, first download the Xposed installer from here, you can either download it directly from your phone or you can download it in your PC and then transfer the APK file to your phone. And yeah, one important thing, you will be requiring to have root access in your device or else Xposed will not work.
Okay after it is downloaded and the APK is ready to be installed on your phone. You can just tap on the APK file and it will give you two options, Install and Cancel. Tap on Install and you're done. Oh! I forgot to mention one thing, before we install the APK, we need to enable the installation from Unknown Sources. To do so, move to Settings -> Security and there check Unknown sources. Now, you can tap on the APK and then install Xposed. 
After you have installed ther APK file, you will get a new app installed name Xposed Installer. To proceed to the next step, open the app.There you will see a list of things like Framework, Modules, Settings, etc. Now, just tap on Framework.You will be [resented with a warning bla..bla..bla, Just tap on OK. The there you will be able to see a button which has Install/Update written on it. Just tap on it and then you will be asked to grant root access permissions.
Just tap on Grant. It will start doing the work. You will be given a prompt to restart your device. Just restart it and you are done installing the Xposed Framework.

Installing Xposed in devices powered by Intel processors:


So, the process of installing Xposed Framework is a little different in the devices powered by Intel processor. First you will be downloading the APK file, installing it. Till there the process is same. But, now normally we just opened the instaler and installed the framework. But now, you will need to run some codes. You will either need to use adb in your PC to run those codes or you can even use terminal emulator(you can get it in Play Store). After installing the APK, if you are using adb, connect your phone to PC with USB debugging enabled and run the following codes:

adb devices (make sure your phone shows up) 
adb shell (hit Enter)
su (hit Enter, then look on your phone, it will be asking you for root access, simply grant it) 
echo 148 > /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset (hit Enter) 
chmod 664 /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset (hit Enter)

And if you are using terminal emulator, run the following codes:
su (hit Enter)
echo 148 > /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset(hit Enter)
chmod 664 /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset (hit Enter)

After it is done, open the installer and install the framework in the same way as I have said above. Now, you can go ahead, download and install various modules.

This was all simple. What if your device gets into a bootloop??

Bootloop is a situation when your device just goes on booting and the homescreen never appears. While installing the Framework, it might be caused due to the compatibility issues of Framework with your device. It also has a solution. Whenever your device gets into a bootloops. Just power off the device either by removiong the battery or long pressing the power button. After it is switched off, turn it on but go on repeatedly pressing the power button. The thing this will do is, it will disable the whole Xposed Framework and then you will be able to boot normally. After your device is booted, open Xposed Installer app, tap on Framework and tap uninstall. This will uninstall the Xposed framework and then your phone will be fine but unfortunately you won't have the Framework installed.

I will also try to make a video tutorial for the whole process.

Let me know, if you have any doubt or if there is something missing in the article through comments.
Also if you want to join 'The Andoriders', follow the link below:

JOIN US

Comments