How to root Lava Iris X8

The other day I bought a new LAVA Iris X8 specifically for Android development and guess what, I rooted the device on the first day 😀

Here’s my rooted X8.

Untitled6
This is the most safest and noob-friendly method to root your X8. Yes, I have tested this method on my own device and I did not soft-brick it in the process. Screenshot_2015-04-01-21-44-32 > Will I receive the official Lollipop update ( as promised by LAVA ) even after I root my X8 ?                                                                                                                                       Yes, you will receive the update, but you’d probably lose root access after you install the update. But don’t worry, I will post a rooting tutorial right after the update is released.

> Will I void my phone’s warranty if I root my device ?                                                          Well, of course you will void your warranty 😀

DISCLAIMER :: I have tested this rooting method on my device, but I will not be responsible if you mess something up :/

Here we go,

STEP 1 : ENABLE USB-DEBUGGING IN YOUR PHONE

Goto Settings > About phone and keep tapping Build number until a toast message pops-up saying ” You are now a developer  ” Now, go back to Settings and you will find a new entry Developer options, inside it check USB debugging option. Untitled-3

STEP 2 : INSTALL ADB DRIVERS IN YOUR COMPUTER

I recommend using XP / Vista / 7 for this, because it is cumbersome to setup the drivers in Windows 8 / 8.1 and in most cases, the drivers would not get installed properly. Download the Driver package here This contains all the VCOM,USB and ADB drivers ( all that you need ), most of which are common to all Mediatek ( Your phone’s processor ) devices. After you download the rar file, extract it. Now goto Device Manager

  •  Right-click on My Computer > Properties > Device Manager

Under Other devices or Ports, you will find an entry of your device with the exclamation symbol like this.

  •  Right-click > Update Driver software

04-devmgr Choose the Browse option and locate the extracted folder, Windows will automatically identify the driver and install it. 05-browse

STEP 3 : INSTALL KINGO ROOT IN YOUR COMPUTER ( Download here )
Step 4 : CONNECT THE PHONE TO THE COMPUTER VIA USB AND ROOT

Make sure the computer has an active internet connection. Open the Kingo root application, it will automatically recognize the device and starts installing the necessary dependency drivers. Now click on ROOT, it will automatically start downloading the necessary root files and does everything for you. It takes a couple of minutes, the phone might do some reboots in the process, don’t panic ! On completion, it’ll say “Root succeeded” and you will find a new Kingo root icon in the app drawer.

Step 5 : INSTALL SUPERSU ( IF KINGO ROOT FAILS TO INSTALL IT )

Although Kingo root succeeded, it failed to install SuperSU in my X8. If you can’t find SuperSU in your app-drawer, follow this step. Download SuperSU from the playstore. Screenshot_2015-04-01-22-02-17 SuperSU prompts you to install it. Choose Normal mode, phone reboots after the installation is complete Untitled-5 After rebooting, SuperSU still won’t show up in the app drawer because it conflicts with the SuperSU package Kingo root tried to install, so you need to remove it.

  • Goto Settings > Apps > SuperSU > Uninstall updates

Screenshot_2015-04-01-21-46-44 Then reboot your device and you’re done. The next time an app requires root privileges, SuperSU will prompt your permission.

CUSTOM RECOVERY

Thanks to the folks at XDA, we finally have a custom recovery !

Download here ( Carliv Touch v3.3 )

You can flash the recovery by using either of these two :

  • Mobileuncle MTK tools ( without PC )
  • SP Flashtool

Mobileuncle MTK tools

  1. Place the recovery.img file in the root of your SD card.
  2. Download Mobileuncle MTK tools here
  3. Place the recovery.img file in the root of your SD card
  4. Open the application, grant root permissions
  5. Go into Recovery update, it will automatically find the recovery.img file
  6. Tap on it and choose OK for the prompt
  7. It will install the recovery and reboot into recovery

SP Flashtool

  1. Download the application here ( Windows )
  2. Just extract the ZIP file.
  3. Download Scatter-text file for the X8 here
  4. Open Flashtool.exe from the extracted folder, load the scatter-text file
  5. Choose the recovery.img file and click on Download
  6. Power-off the phone and connect the phone to the PC
  7. Wait for the magic ring to appear !
  8. Doesn’t make sense ? Follow this noob guide

To boot into recovery

  • Hold volume up + volume down + power button at OFF state
  • Use Mobileuncle MTK tools application and tap Reboot into Recovery
  • Use adb command  $ adb reboot recovery
CUSTOMIZE X8 LIKE A BOSS

Right now, there’s isn’t much development happening for the X8. I am currently working on porting a CWM recovery for this device. After a custom recovery has been ported, custom ROMs would soon be available, hopefully ! Until then, all you can do is customize the stock ROM with the Xposed Framework. Xposed framework allows you to customize the UI, system apps and provides awesome functionalities through modules that you never thought were necessary! Read here if you are interested to know how it works.

The best thing about Xposed is, it does all this without actually modifying the APKs, meaning that if you uninstall the framework, you will remove all the customizations you made. Make sure you uninstall Xposed Installer before you install the official Lollipop update from LAVA. Download Xposed here Open Xposed and tap on Install/Update in Framework ( provide root access ). Don’t panic after seeing this warning message, I’ve tested the installation on my device.

Untitled-4

The phone will reboot after the installation is complete. Xposed installer does not add any functionality by itself, you need to install modules for that. Head over to Download in Xposed Installer and choose the modules of your choice and make sure you download the Kitkat [KK] version of each module.

To use a module, enable it in Xposed Installer and reboot your device. Since we don’t have a custom recovery setup as of now ( which I am working on ). We cannot recover from soft-bricks ( Boot-loops ), so don’t install modules that may potentially soft-brick your device ! If none of the modules work, read this post

Xposed modules I’m using on my X8

  • Xui mod                          >   Awesome List animations
  • Greenify                          >   Epic battery saver
  • GravityBox                      >   UI customization
  • Tinted Status Bar            >   Change status bar color based on the app
  • Screen-off Animation      >   Well, duh !
CHANGE FONT

Download iFont from the playstore, ( provide root access ) it has a plethora of fonts lined up. Before you set a font, Goto Settings and choose the Change font mode as System mode(need ROOT) Untitled-6   Here’s a list of my Top 10 Root apps for Android, an article that featured in the 2015 February issue of the Open Source For You magazine. View here

STOCK ROM ( KITKAT 4.4.2 ) IS NOW AVAILABLE

Mirror 1 | Mirror 2

Leave a comment if you have any doubts, I’ll be glad to help 🙂

45 thoughts on “How to root Lava Iris X8

  1. thanks bro! hope your cwm comes along fast 🙂 i’ve been waiting to install busybox (viper4amdroid wont install drivers without bb)….and do some mods to sys apps after taking a safe cwm backup

    Like

    • I know man, I’ve screwed up my previous Androids a couple of times trying to fix a broken busybox. Since neither a recovery nor the stock rom for the X8 is available online, I did not want to mention about the busybox installation cause basic users wouldn’t be able to fix it.

      Like

  2. hey i want to know that how did you put this blue theme on your lava iris x8 please tell me

    Like

  3. love u bro
    now just try to release flashable stock rom of lava iris x8

    Liked by 1 person

  4. hey supersu is not installing what shud i do

    Like

  5. hey bro , i start rooted my iris x8 with kingoroot and it shows root succeed but when i check in my phone through root checker it shows your device is not rooted then i start the same process again but nothing happen . please suggest me what to do.

    Like

    • That is because the SuperSU application has not been installed properly, install it properly using the instructions I’ve given (so that you can find it in the app drawer) and then grant root permissions for root checker, then try it.

      Like

  6. How to update lava iris x8 to lollipop please give us a tutorial

    Like

  7. i also request you to update custom rom

    Like

  8. I rooted my lava iris x8 with i root and installed super su.. It works fine.. Now wat i need is a custom recovery.. Can you please help me buddy?

    Liked by 1 person

  9. Can you give backup of your lava iris x8 lollipop

    Like

  10. Do you know how to Root Iris X9?

    Like

    • The Iris X9 also has a MediaTek processor, so the rooting procedure would be the same. Since I don’t have the device, I can’t test it. So I can’t tell you for sure !

      Like

  11. yeah!it works thnx i rooted my moms phone i am only 12 yrs old!

    Like

  12. Successfully rooted n installed xposed n repos.. but couldn’t get rid of black background on menu n settings as u have done it. Any repository required to do that?

    Like

  13. Thanks for the help.. ive installed n activated it.. but it seems to make changes individually to each app. Where to change that? Which app to choose? Should i go for paid version?

    Like

    • Well, its upto you dude, applying it on systemui and androidsystem will practically make it appear everywhere, even when a dialog box pops up ! But it does slow down the app launch process though !

      Like

  14. Just applied it for settings.. applying it to systeui and androidsystem made pop ups to appear at the top instead of center. No changes in app drawer or anywhere else. Using l launcher for that reason. Thanks a ton man

    I guess il stick to my lava for much longer now 😉

    Like

    • Glad I could help dude, keep following my blog, I have some new BOSS tutorials lined up to customize your Android at the system level.

      Brand never matters, never will ! Just look for the hardware in it, you own the software 😀

      Like

  15. your custom theme is awsome yar…plz post link yar…

    Like

  16. Man hell has happened su binary fails to install help plz

    Like

  17. i do exactly what this tutorial say,, and i got the message on my computer sceen that root is succeded, however i got 2 new icon on my android kingo and super user,, than i download superSu from playstore, but it fails to install, and superuser gives the notification that superuserr binary must be updated, and when i click update,, it again open super Su and again say installation failed,,, plz help me

    Like

  18. Hello there, now that Lava has released lollipop for x8 , can you provide a method to root the phone coz no other method is working and i have tried everything A to Z.
    I cant live without my phone rooted so can you please please do something.

    Like

  19. Sure man, a bit busy right now, I’ll update it soon!

    Like

  20. What is the name of this launcher on this video of lava iris x8. Please answer

    Like

Leave a comment