Showing posts with label Root. Show all posts
When it comes to rooting Android devices, Chinese developers must play a
crucial role on developing. Now the developers come up with another
mesmerizing Android root app called Kingroot. In this guide I would like to talk about the process of – download Kingroot APK english version 4.0/4.1
for PC/Android on windows 8/10/8.1/7 & more operating systems
support. This is a one click root app now specially developed for
Android users. They have introduced this app to the market with lot of
perfection, Compatibility & great user navigation.
Firstly, this app was released on Chinese language. Later on, we have found a great way to download Kingroot APK 3.5.0 Download For Android/PC in English version. It
is now one of the great & most downloaded app around the globe. It
is very simple to use this app on your windows PC or Android. Just
connect your Android device with a USB & just a click to root the
device without any errors. Other root software may need supporting
softwares but Kingroot is one software go. 
Kingroot APK For PC and King root on Android
Before going to direct download link of Kingroot APK, Let us first know some key features & facts of this app. There are of hundreds of rooting apps are available in the market then what gives best votes to this Kingroot to dominate other apps.
Here are the best features of Kingroot APK on Android/PC.
Download Kingroot APK 4.50 For Android
It is a mandatory APK, you should have on your device to perform rooting actions to your Android. I have been using this application since it is released. Now I’m going to give official download link & installation tips to Kingroot app for Android.- Download Kingroot.APK for Android from – here | english apk here
- If you downloaded this file on PC then transfer this app to Android via USB cable or Bluetooth.
- Now on your Android mobile, Go to Settings > Security > Unknown sources & Check Allow other sources to install files.

- If you directly download the app from Android mobile then go to downloaded location and click on that APK file.
- If you transfer the file to Android then also you have to go to the location to where you transferred the file & tap on it.
- Now Click on Install & Next and wait for sometime to get it installed on your Android.
Download Kingroot For PC on Windows 7 and 8/8.1/10
Now I’m going to give you an official link to download Kingroot For PC .exe file. Please see the below link to download Kingroot on Windows & installation guide.- Direct download link for kingroot.exe is here

That was the complete tutorial to Download kingroot APK for Android and PC. I hope you have downloaded that file & installed it perfectly. Please feel free to contact me via comments if you have any trouble with this app.Thanks for reading this guide.
How to Root OnePlus One Running KitKat (Unlock Bootloader and Install Custom Recovery)
Friday, 24 April 2015
The OnePlus One is a pretty awesome phone. Especially after the Nexus 6 turned out to be an overpriced monster. And now, it’s also relatively easy to acquire. There’s an open sale every week and invites are easier to get. I like to say that OnePlus One is the new Nexus. It’s a mid-range phone with flagship-level specs and it’s really easy for geeks to tinker around. Rooting is easy. You’ll find lots of awesome custom ROMs and mods for the phone, and it has a thriving developer community.

But before you can do any of that, you need to gain root access. For that, you need to flash a custom recovery, which means you need to unlock the Bootloader. It’s an easy affair. Shouldn’t take you more than 30 minutes if you follow the guide below closely.
Alright, let’s get this bad boy off its leash.
1. What You Need to Know Before We Start
This guide is for a OnePlus One running KitKat (4.4.4).
The process of rooting requires you to unlock your Bootloader. And unlocking the Bootloaderwill completely wipe your device (btw, we recently wrote how to do that manually if you intend to sell your device).
So please, before we begin this process, back everything up – contacts, SMS, photos, everything.

Got root?
Also, make sure your phone is more than 50% charged and your Windows PC/laptop is plugged into a power source.
2. Setups and Downloads
Here’s an overview of what you’ll need.
- Android SDK, including Fastboot
- ADB drivers
- Recovery file (TWRP)
- SuperSU file for rooting
Step 1: First, you need to download the Android SDK. A slimmed down version of just the things we need are available here. It’s a 1 MB file. Click the Download Now button to download the file (not the Download button).

Once the zip file is downloaded, extract it to the Desktop.

Step 2 (Optional): If for some reason the slimmed down SDK doesn’t work for you, go tothis site to get the full SDK. On the site, scroll to the bottom of the page, select Download for other platforms -> SDK tools only.
After downloading, go to the android-sdk-windows folder and run the SDK Manager file. During the installation process, choose the following packages.
- Tools -> Android SDK Tools, Android SDK Platform-tools
- Extras -> Android Support Library, Google USB Driver
You should now see a new folder called platform-tools.
Step 3: Download and install Universal ADB Drivers. If it doesn’t work, check out the alternative method here.
Step 4: Download the TeamWin Recovery Project (TWRP) recovery file (get the latest one) and the SuperSU file for root.
3. Unlocking the Bootloader
We’ll begin by unlocking the Bootloader. This removes the protection from the internal memory. Without removing this restriction, we can’t install a custom recovery or gain root access.
Again, unlocking the Bootloader will wipe everything from your phone.
Step 1: Turn off your phone by holding down the power button and selecting Power off. Then boot into Fastboot mode by holding Volume up + Power.

The phone will display text saying Fastboot Mode, as you can see in the image below.

Step 2: Connect your phone to the PC using the USB cable that came in the box. Go toDesktop -> android-sdk-windows -> platform-tools.
Step 3: Press the Shift key and right-click in the open space in the window and select Open command window here.

Now, to check if ADB is installed correctly and is working, type in the following.
adb version
If you see the version number that means we’re good to go. Or else you’ll need to install ADB again.

Enter the following command to check if your phone is being recognized by your PC. If you don’t see the serial number, it means there’s some issue with the drivers or your phone is not connected to the PC properly.
fastboot devices
Step 4: Now we’re going to unlock the Bootloader. It will only take a couple of seconds. Enter the following command.
fastboot oem unlock
After the process is complete, it’s time to reboot the phone.
fastboot reboot
And that’s it. You’ll see the Android setup screen when the phone is booted. Get to it and set up your phone. Next, install the custom recovery.
4. Installing a Custom Recovery
Before we can install a custom recovery, we’ll need to do two things. Enable USB debugging and disable CM’s recovery protection.
Go to Settings -> About phone -> and tap the build number 7 times. This will open up theDeveloper options.

Go to Settings -> Developer options -> Enable USB debugging.
From the same screen, disable Update recovery with system updates. This is very important.

Step 1: Again, turn the phone off, put it in Fastboot mode and connect it to the PC.
Step 2: Go to the recovery file we downloaded at the beginning and rename it to recovery.img. Copy the file to the platform-tools folder.

Important: Here, .img is the extension. So when editing the name of the file, all you need to write is recovery.

Step 3: Shift + right-click in the folder and open the command prompt there.
To install the custom recovery, enter the following command.
fastboot flash recovery recovery.img
Once that is done, reboot your device.
fastboot reboot
5. Rooting OnePlus One
Now that the custom recovery is installed. It’s time to root the phone.
Step 1: Connect the phone to the PC and transfer the SuperSU file to the root folder on the OnePlus One. Now, disconnect your phone.

Step 2: We’re going to go into TWRP (pronounced twerp) custom recovery now. Power off your phone and boot it up while holding Volume down + Power.
Step 3: Once you’re in the custom recovery, click Install. Scroll to look for the SuperSU file and tap it.

Step 4: You’ll then see another screen. Just swipe for confirmation.

Step 5: Once the process is complete, tap the Reboot System button to reboot.

After the phone is rebooted, you’ll see a SuperSU app installed on your phone.
If you want further confirmation that your phone has indeed been rooted, download an app called Root Check.

Enjoy the Freedom
That’s it. You’re rooted. The world is now your oyster, my friend. Install a custom ROM, block all kinds of ads, or just stay stock, use Xposed and install some awesome mods.
Motorola recently pushed the Lollipop update to their Moto G 2 2014 devices and things didn’t really go as planned. From the stripped power menu to dual SIM data bugs, there have been some issues that has caused some outrage among Moto G loyalists.
The best way out of such a situation would be to install a better custom ROM or to go back to the stock 4.4.4 Kitkat build. But all that requires an unlocked Bootloader. So first let’s see how to unlock the Bootloader on the device and then we’ll look at installing custom ROMs.

Warning: This process will completely wipe your device, including the internal SD card. It’s recommended to take a complete backup of the device before you proceed. Also, once your bootloader is unlocked, the warranty of your device will no longer be valid. Continue at your own discretion.
The Essential Setup
- Install the Motorola USB drivers for your device if you haven’t installed them already. You can follow the link to get the driver installer file for Moto G 2014 edition.
- Download and install the Minimal ADB and Fastboot files on your computer. Make sure you install it on your desktop for easier access.
- Make sure the device is at least 60-70% charged before you proceed.
- Unmount the external SD card, if any, from the device and remove it. Once the bootloader is unlocked at the end, you can use the card again.
Unlocking the Bootloader
Step 1: Power off the Moto G 2014 and place it in Fastboot mode by pressing and holding the power and volume down buttons simultaneously.
Step 2: Now connect the phone to the computer and wait for the necessary drivers to be installed.

Step 3: Now open the folder where you installed ADB and Fastboot files, hold shift and right-click. In the context menu, click on the option Open Command Prompt Here.
Step 4: Type in the command fastboot oem get_unlock_data. Once that’s done, you will get a string of code. Copy and paste the code in a notepad without any extra spaces or blank space. The entire code should be in one single line.

Step 5: Now open the Motorola website and register yourself. It’s necessary to get the unlock key of the device on your email. Once you register, scroll to the bottom of the page, type in the unlock data, and request an unlock code.

Step 6: If your device can be unlocked, you will receive an email within a few minutes with the unlock code. Copy the unlock code, open the command prompt and type in the commandfastboot oem unlock <unlock_code>.
You will get a warning on the device about unlocking the bootloader. Confirm the action to successfully unlock the bootloader. The phone will reboot with everything wiped. You may now insert the external SD card and restore your device.
Want to lock down? If you ever would like to lock your bootloader again, you can type in the command fastboot oem relock in Fastboot mode. But just to make things clear, manually re-locking the device doesn’t patch the warranty.
Installing TWRP Recovery and Rooting the Device
If you are looking forward to rooting your device or installing custom ROMs, you must install custom recovery like Clockwork or TWRP. I prefer the latter because of its interface. Download and save the TWRP flashing file in the fastboot folder and boot the Moto G in Fastboot mode (hold volume down+ power button). Plug the device into the computer and wait for it to be detected. Now open the command prompt in the Fastboot ADB folder and execute the command fastboot flash recovery TWRP.

Reboot the device and copy the SuperSu zip file to the internal SD card. Open the Bootloader mode and navigate to recovery. This time you will be taken to the TWRP recovery home screen. Finally, flash the SuperSu zip file and your device will have the root access.
Conclusion
So that was how you can unlock the bootloader of the Moto G 2014. Unlocking the bootloader is essential if you are planning to root the device or install custom ROMs. In case of any doubts, please ask them in the comments section.