1.) Download mfastboot.exe, TWRP file and SuperUser.zip. 2.) Now put your phone into fastboot mode. Switch off your device, press and hold power and volume down key for few seconds and release power button. 3.) Connect to PC via USB cable. Open command prompt and type "mfastboot devices" (without quotes) you should see your device connected.
4.) Enter "mfastboot flash recovery LOCATION_OF_TWRP_FILE" (without quotes).
5.) Reboot your device by typing "mfastboot reboot" (without quotes).
6.) Copy SuperUser.zip to the root directory of your device internal storage. Goto TWRP recovery and flash the SuperUser.zip file. 7.) Voila !!! Rooted :)
1.) Put your device into fastboot mode. To do that, turn off your device, press and hold power and volume down button for few seconds and release the power button. 2.) Connect to your PC via a USB cable. 3.) Open command prompt and type "mfastboot devices" (without quotes). You should see your device connected.
4.) Now type "mfastboot oem get_unlock_data" (without quotes) and copy the code into a single string like 3A35230326818692#5441303934303338444A004D6F746F4532.
5.) Goto Moto Customer Help and login to your account. Paste the bootloader code and hit "Can my device be unlocked?"
6.) If it can unlock, goto end of the page, check "I Agree" button and hit "Request unlock key".
7.) You'll get unlock key to your account. In your command prompt type "mfastboot oem unlock UNIQUE_KEY" (without quotes) replace UNIQUE_KEY with your unlock key.
8.) Congrats!!! your device bootloader is unlocked.
1.) Download Xposed v3.0.apk and Xposed78miuiLP.zip from above links and copy them to internal storage of your device. 2.) Install Xposed v3.0.apk and reboot your device into recovery mode. If you dont have recovery installed check How To Flash TWRP Recovery On Redmi 2 Prime. 3.) Select Install and browse the downloaded zip file. Swipe to flash. 4.) It may take time to reboot your phone (have patience).
1.) Download TWRP Recovery and ADB driver from the above links. 2.) If you have any problem with drivers download PDA Net and install it after connecting your phone to PC having USB debugging enabled. 3.) Now, goto to fastboot mode by holding Volume Down + Power and connect your device to PC. 4.) If you don't have ADB drivers, install Minimal ADB Fastboot driver. 5.) Open command prompt in the ADB location by holding Shift key and Right click. Select 'Open command window here'.
6.) You can check your phone is connected or not by typing "fastboot devices" (without quotes).
7.) Rename the recovery file as "recovery.img" and copy it to the location of your ADB files. 8.) Now, type "fastboot flash recovery recovery.img" (without quotes).
9.) Type "fastboot boot recovery.img" (without quotes).
10.) Voila, your phone reboots into TWRP Recovery.