Tuesday, May 24, 2016

How to Root the One VX


By:The Verge One VX comes from the One series of smart consisting of high-end specifiions, such as Dual-Core processors and the latest version of Android on-board. While we alrdy have a root guide for the One VX, another root method has popped-up on XDA and to help users root their devices with this new method, here we’re presenting a tutorial explaining everything you need to root your device. So, let’s see how you can root your One VX smartphone.By : EditAndroidI. Before You Begin:1. This will void the warranty of the device. However, you can reinstate it by unrooting the device if there’s any unrooting procedure available.2. The following procedure works on based PCs only.II. Downloading Required Files:1.Root PackageIII. Rooting the One VX:1. Place the Root Package archive on the Desktop of your PC.2. Extract files from the archive to your Desktop. Don’t launch any files just yet.3. Turn ON the USB debugging option on your device by hding toMenu>>Settings>>Developer options>>USB debugging.4. Turn OFF the device.5. Reboot the device intoFastbootmode. To do so, simply hold down theVolume DOWN+Powerbuttons together.6. Once inside theFastbootmode, connect the device to your PC using the USB cable.7. Open a Command Prompt Window on your Desktop. To do that, hold down theShiftbutton on your board and right-click on any empty ar on the screen, then selectOpen command window here.8. Type in following command into the Command Prompt Window:fastboot flash boot boot.img9. Once it’s done, issue the following command:fastboot reboot10. Your device will reboot. Once it boots up, enter the following command:adb remount11. Next, enter following commands into the Command Prompt Window one-by-one. PressENTERafter ch line you type:adb push Superuser.apk /system/app/
adb push su /system/xbin/
adb shell mkdir /system/bin/.ext
adb push .su /system/bin/.ext/
adb shell chmod 6755 /system/xbin/su
adb shell chmod 6755 /system/bin/.ext/.su
adb shell chmod 777 /system/bin/.ext
adb shell ln -s /system/xbin/su /system/bin/su
adb reboot12. Your device will reboot in normal mode.13. Once it boots up, simply open theSuperuserapp from your App Drawer.14. Tap theUpdate binariesbutton in the app and let it do the rest of the work.15. And you’re all done!Brilliant! Your device has been successfully rooted and the SU binaries have also been updated. Now load-up some root-only apps on your device to rlize the power of root-access!

No comments:

Post a Comment