2016-08-01

Disclaimer
Your warranty may void! Backup your data!
Rooting and unlocking bootloader may void your warranty. Although it is properly tested on the device, if this guide cause any damage or data loss to your device then, I will not responsible for that. Always backup your data first to avoid any issues.

Hello everyone,

By this guide you can root and unlock bootloader of recently launched device in India i.e; Hyve Buzz (BU01). I will tell you how we can install TWRP recovery and by using it we can easily root the device. There are 2 methods for installing TWRP recovery, both are explained below. You can follow any method according to your need. These are not just one click solutions so, I am assuming that you have some prior knowledge of rooting and unlocking. If you don't know anything about this then, it's better to try after reading some threads at XDA explaining about rooting and unlocking. I will add un-rooting/restoring process in the next thread.

Quote:

Install TWRP Recovery

Download "Root/Unlock package" from downloads section and extract. It contains following files: -

- "MT6753_Android_scatter.txt" for SP Flash Tool scatter loading.

- "recovery.img", customised TWRP recovery.

- "recovery-stock.img", stock recovery if you want to restore.

Method 1 (Windows Only)

Flash recovery via SP Flash Tool.

1. Open SP Flash Tool and under "Download" tab select, "Scatter-loading".

2. Select "MT6753_Android_scatter.txt" from the extracted files. It will load all the files.

3. Uncheck all the items below and select only "recovery".

4. Click on "Download" button at the top.

5. Turn off the device and connect it to the USB and it will start flashing the recovery.

6. "Download OK" dialog will appear.

7. Turn on your device and finish the boot process. Now, you can proceed to rooting process.

Method 2 (Windows/LINUX/OS X)

Unlock bootloader and flash recovery via fastboot. ADB/Fastboot must be installed and working. You can check other XDA threads to install.

1. Go to Settings > About phone > Tap on "Build number" 7 times. It will unlock "Developer options".

2. Now, go to Settings > Developer options.

3. Enable "OEM unlocking" and "USB debugging".

4. Run the below command in terminal/cmd to reboot into bootloader mode: -

Code:

adb reboot bootloader

6. "FASTBOOT mode" will appear at the bottom left corner of the screen, run the following command and follow on-screen instructions to unlock bootloader: -

Code:

fastboot oem unlock

Press "Volume Up" button to proceed (Data will be wiped due to security reasons).

7. Now, press "Power", "Volume Up" and "Volume Down" buttons together to turn off the device.

8. Now, again boot into Fastboot mode by following the below instructions and run the below command to install TWRP recovery.

Code:

fastboot flash recovery recovery.img

9. Again, press "Power", "Volume Up" and "Volume Down" buttons together to turn off the device.

10. Turn on your device and finish the boot process. Now, you can proceed to rooting process.

Boot into Recovery/Fastboot

1. Turn off the device and wait for 2-3 seconds.

2. Press and Hold "Power + Volume Up" buttons until screen turns on.

3. Use "Volume Up" button to select options (Recovery, Fastboot or Normal).

4. Press "Volume Down" button to OK. If "Recovery" is selected then, follow the steps below.

5. Wait until Android logo (lying down) appears on the screen.

6. Press and Hold "Power" button for 1-2 secs and then, press "Volume Up" button while holding the "Power" button.

7. Device will boot into recovery.

Quote:

Rooting

1. Install TWRP recovery by following any of the above methods.

2. Download "SuperSU TWRP Installable zip" from downloads section. You can visit XDA thread here.

3. Copy zip in your device or SD card and boot into recovery by following the above instructions.

4. Select "Install" and find your zip that you have copied in the previous step.

5. Click on the zip and "Swipe to confirm Flash".

6. It will automatically root the device and SuperSU (to manage/grant root permissions) will be installed.

7. Reboot system and start tweaking your rooted device.

Quote:

Downloads
Root/Unlock Package
SuperSU TWRP Installable zip

Credits

- SP Flash Tool

- TWRP

- SuperSU

Show more