RelenTech Forum
My goal for RelenTech is to provide small, easy-to-use software to the public. My emphasis is on practicality and performance, not eye-catching graphics, or useless functions. Most of my software performs just as well, and in some cases, better, than most 'commercial' programs that provide the same services. RelenTech software uses barely any system resources, even when doing CPU-intensive operations, so there is never a problem with system 'freezes'.

If you already have an account, please click 'Login' below to continue.
If you do not have an account, won't you take a moment to join for free by clicking the 'Register' button below?

Join the forum, it's quick and easy

RelenTech Forum
My goal for RelenTech is to provide small, easy-to-use software to the public. My emphasis is on practicality and performance, not eye-catching graphics, or useless functions. Most of my software performs just as well, and in some cases, better, than most 'commercial' programs that provide the same services. RelenTech software uses barely any system resources, even when doing CPU-intensive operations, so there is never a problem with system 'freezes'.

If you already have an account, please click 'Login' below to continue.
If you do not have an account, won't you take a moment to join for free by clicking the 'Register' button below?
RelenTech Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How To Root: Motorola Moto X

Go down

How To Root: Motorola Moto X Empty How To Root: Motorola Moto X

Post by relentlesstech Fri Jan 24, 2014 5:38 pm


Rooting Tutorial For The Motorola Moto X (Windows Tutorial)

NOTE: This will void your warranty, like all root exploits. Use this at your own risk. Do not take 'over-the-air' (OTA) updates on rooted devices unless you know what you are doing, as it may cause a bootloop or a soft brick ...


Pre-resquites:

1. Android Debug Bridge (ADB) -- [ Download ]

2. Cydia Impactor -- [ Download ]

3. RockMyMoto -- [ Download ]

4. Telnet
Telnet is included with all Windows versions, but is disabled by default - To enable the telnet client perform the following steps:

    Open Control Panel > Programs > Turn Windows Features On/Off
    Scroll down to 'Telnet Client', tick the checkbox, and click OK

********************************************************************

Instructions:

First step is to install Cydia Impactor (This is required!). You will also need Android Debug Bridge (ADB) installed and working, and be comfortable with the command prompt. Your phone must be on the same network as your PC.

1. Figure out the IP address of your phone:
Code:
adb shell getprop dhcp.wlan0.ipaddress

2. Unpack RockMyMoto-{version}.zip and push the exploit and su to /sdcard/:
Code:
adb push su /sdcard/
adb push RockMyMoto.jar /sdcard/

3. Run Impactor, and select # start telnetd as system on port 2222, then hit Start.

4. Once the process is complete, run telnet:
Code:
telnet {your phone's IP address} 2222

5. Run the exploit through telnet:
Code:
dalvikvm -cp /sdcard/RockMyMoto.jar RockMyMoto

The exploit will tell you to use ADB to reboot:
Code:
adb reboot

Run the exploit through telnet for the second time, it will reboot on it's own:
Code:
dalvikvm -cp /sdcard/RockMyMoto.jar RockMyMoto

Run the exploit through telnet for the third time, it will not reboot:
Code:
dalvikvm -cp /sdcard/RockMyMoto.jar RockMyMoto

Wait 60 seconds for final permissions to activate, then install SuperSu from the Android Market.

THAT'S IT! YOU SHOULD NOW BE ROOTED!
relentlesstech
relentlesstech
Admin

Posts : 29
Join date : 2013-03-20
Age : 50
Location : Coventry, Rhode Island (USA)

http://relentech.nstars.org

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum