Tuesday, May 24, 2016

How to Root the Mercury M886


Mercury M886 smartphone falls in the egory of high-end smart. Consisting of a 1.4GHz Scorpion processor, the smartphone allows you to play high-end games and apps without any kind of lags. You can expand the library of apps on your smartphone by rooting it, it will let you install the root-only apps and in the following guide, we have covered how you can root your Mercury M886 smartphone.By EditAndroidI. Before You Begin:1. You must have ADB installed onyourPC. You can refer to our guide onhow to install ADB.2. You will need a workingLinuxDistrowith Nautilus. You can get it fromhere.II. Downloading Required Files:1.Root PackageIII. Rooting the Mercury M886:1. Download and place the Root Package onto your Desktop.2. Extract files from the Root Package to the ADBfolder. It is the folder where you have installed ADB.3. Connect your smartphone to the PC using the USB cable.4. Open aCommandPromptWindow in the ADB folder. Just right-click on any empty ar on the screen while holding theShiftbutton on yourboard, then choose theOpen command window hereoption.5. Issue the following commands using the Command Prompt Window you just opened:adb push busybox /data/local/tmp
adb push su /data/local/tmp
adb push Superuser.apk /data/local/tmp6. Issue the following command to get into the ADB shell:adb shell7. You will see a $ (dollar) sign in the Command Prompt Window. Now, issue the following commands:chmod6755 /data/local/tmp/su
chmod 755 /data/local/tmp/busybox
chmod 644 /data/local/tmp/Superuser.apk8. Turn OFF your device using thePowerbutton.9. Reboot your device into the Download mode. To do so, press and holdVolume UP+Volume DOWN+Powerbuttons together.10. Start the Linux Distro on your PC to get therootaccesson your device.11. You will see that your device is mounted as a drive on your Linux Distro.12. Move the SU and Busybox from/data/local/temp/to/system/bin/folder.13. MoveSuperuser.apkto/system/app/folder.14. Disconnect your device from the PC.15. Pull the battery out of your smartphone and re-insert it.16. Turn ON your device in the normal mode.Hurray ! You now have root access on your Mercury M886 smartphone. There are a lot of root-only apps on thePlayStornd you have the ability to taste them out on your smartphone.

No comments:

Post a Comment