[Q] Root motox RockMyMoto error - Moto X Q&A

Im trying to root my moto x with RockMyDroid and when i try the telnet command with the cydia impactor i get an error message reading : Link failed file exists.... any suggestions?

Did you ever sort this out?

im also getting same issue and the threads for rock my moto slapy my moto have been un responsive for any info . so your not the only one

teddy2122 said:
Im trying to root my moto x with RockMyDroid and when i try the telnet command with the cydia impactor i get an error message reading : Link failed file exists.... any suggestions?
Click to expand...
Click to collapse
bump...
Same for me. I've been struggling for 3 days with no luck. Everything goes well until "telnet {my moto x ip} 2222" in Impactor. "Link Failed file exists"
Someone help!

clevertrevor777 said:
bump...
Same for me. I've been struggling for 3 days with no luck. Everything goes well until "telnet {my moto x ip} 2222" in Impactor. "Link Failed file exists"
Someone help!
Click to expand...
Click to collapse
Are you using the cydia impactor correctly? I had this issue because i was trying to use the "telnet {ip} 2222" command in the impactor instead of the command prompt. to do it correctly:
open the impactor
use the drop down menu on the impactor, choose "# start telnetd as system on port 2222"
Hit start
when that has completed, Open up a new command prompt window and type telnet {ip} 2222"
you should now be connected
Let me know if this helped! :good:

Unlock your phone or disable the key guard before starting Impactor

Link Failed file exists - SOLVED
teddy2122 said:
Im trying to root my moto x with RockMyDroid and when i try the telnet command with the cydia impactor i get an error message reading : Link failed file exists.... any suggestions?
Click to expand...
Click to collapse
I fell your pain. I struggled with the same error. When I figured it out I felt like an idiot. After you open the telnet session in Cydia Impactor, move over to the command prompt to run "telnet {device ip} 2222". I assume you attempted to run this in Cydia Impactor as well.

teddy2122 said:
Are you using the cydia impactor correctly? I had this issue because i was trying to use the "telnet {ip} 2222" command in the impactor instead of the command prompt. to do it correctly:
open the impactor
use the drop down menu on the impactor, choose "# start telnetd as system on port 2222"
Hit start
when that has completed, Open up a new command prompt window and type telnet {ip} 2222"
you should now be connected
Let me know if this helped! :good:
Click to expand...
Click to collapse
A buddy just showed me the solution... You were exactly correct. Also, for anyone else in the same situation, also ensure that telnet is activated in windows.
CONTROL PANEL -> PROGRAMS AND FEATURES -> TURN WINDOWS FEATURES ON OR OFF -> SCROLL DOWN AND CHECK THE TELNET CLIENT BOX
Hopefully that helps someone out there. Happy rooting!

Mine was active, but its not longer working. I was able to root earlier but its not working now stating that the file exists already. and when I try using puttytel it tells me that:
~ $ dalvikvm -cp /sdcard/RockMyMoto.jar RockMyMoto
RockMyMoto 1.0
by Justin Case
PayPal Donations maybe sent to: [email protected]
Special thanks to saurik, you rock!
System is not write protected...
Executing step 3...
~ $
and thats as far as I can go. And I check root, nothing, i check SU nothing, nothing is working (

Vahnyyz said:
Mine was active, but its not longer working. I was able to root earlier but its not working now stating that the file exists already. and when I try using puttytel it tells me that:
~ $ dalvikvm -cp /sdcard/RockMyMoto.jar RockMyMoto
RockMyMoto 1.0
by Justin Case
PayPal Donations maybe sent to: [email protected]
Special thanks to saurik, you rock!
System is not write protected...
Executing step 3...
~ $
and thats as far as I can go. And I check root, nothing, i check SU nothing, nothing is working (
Click to expand...
Click to collapse
You can buy an unlock code again for the bootloader. I'd get on it quick tho, before it ends again.
Then you can root easily, without all the exploits.

kj2112 said:
You can buy an unlock code again for the bootloader. I'd get on it quick tho, before it ends again.
Then you can root easily, without all the exploits.
Click to expand...
Click to collapse
I'm sorry I must have not stated it before, I'm currently on Republic Wireless, unless they do unlock codes I don't think I'll be able to do that... but if I am, I'm totally willing to do that asap if you let me know where and how lol

Vahnyyz said:
I'm sorry I must have not stated it before, I'm currently on Republic Wireless, unless they do unlock codes I don't think I'll be able to do that... but if I am, I'm totally willing to do that asap if you let me know where and how lol
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2751177
Read through here or ask about it here.
Hopefully it can work for you.

Related

Root instructions...

Originally posted by Stetsonaw at androidforums...
Please be aware that I did not write these instructions. I only posted them. Stetsonaw wrote these instructions. While comfortable in ADB and have rooted my phone many times in testing as well as rolled back the versions etc... I have no more insight into how or why it is not working for you. If you followed the directions exactly on a version 4 phone, this should work no problem.
Haxcid
Links to the necessary files are listed at the bottom.
Remember, I am not at fault if you brick your phone, now, proceed.
Connect your phone in charge only mode to install the LG Bootstrapper and drivers, or grab the LG Universal Drivers.
Change your USB Mode to Internet Connection
Go into Settings/Applications/Development and ensure USB Debugging is turned on
If all goes according to plan, you should see the ADB Ladybug icon in your notification bar
I updated the Rootzwiki page with the same info found below.
Busybox actually comes installed by LG on the Revo, how awesome is that??
Download the rageagainstthecage binary
Download the SU binary
Move these files to the same directory your adb.exe is in.
Code:
The > and # characters below illustrate the prompt
you should have, if you have the $ when you go into adb shell,
exit out and type 'adb usb' then go back into adb shell and
you should see the #
Open Command prompt (either use the Windows Key+R and type cmd or start/run, then type cmd)
32-bit users: >cd c:\program files\android\android-sdk\platform-tools
64-bit users: >cd c:\program files (x86)\android\android-sdk\platform-tools
Or >cd (whatever directory adb is in)
>adb devices (verifies you are connected)
>adb push rageagainstthecage-arm5.bin /data/local/temp/rage
(if the above command fails due to read-only, type 'adb usb' then 'adb root' to validate root status, then 'adb devices' again to verify connection)
>adb push su /data/local/temp/su
>adb shell chmod 777 /data/local/temp/rage
>adb shell ./data/local/temp/rage
>adb shell (If this gives you a $ prompt instead of a # prompt, type 'su', if that fails, 'exit', 'adb usb' like above.)
#mount -o remount,rw -t ext3 /dev/mmcblk0p12 /system
#busybox cp /data/local/temp/su /system/bin/su
#chmod 6755 /system/bin/su
Verify the file is in place w/correct permissions
#cd /system/bin
#ls -l *su
After the ls command you should see the following returned by the system:
-rwsr-sr-x root root 26248 2011-05-29 01:09 su
At this point, you may way to remove the files you put in /data/local/temp (optional):
#rm /data/local/temp/su
#rm /data/local/temp/rage
continue with commands
#reboot
Download and install SuperUser from the Market
Thanks Zennmaster, _mrbirdman_ for finding the linux routes and birdman for helping me out, and droidx8971 for helping me find all the information possible!
http://wikifilez.com/Root Files/revolution/rageagainstthecage-arm5.bin
http://wikifilez.com/Root Files/revolution/su
https://market.android.com/details?id=com.noshufou.android.su&feature=search_result
http://www.lg.com/us/support/mc-support/drivers/LGAndroidDriver_Ver_1.0_All.exe
Just a note for some. The rageagainstthecage bin file may be detected as a virus/trojan. It is not. You may want to disable your antivirus before downloading the .bin file.
I run avira on my desktop and it caught the file as a virus everytime I downloaded it and then deleted it. Avast on my laptop however did not.
Root is simple if you follow the instructions. You need to make sure that adb recognizes your device. Takes 5 minutes to complete, took me longer to install adb again and update it.
Any reason to not use the one click method? Seems to be working
bwhxeon said:
Any reason to not use the one click method? Seems to be working
Click to expand...
Click to collapse
No idea. I have not used the one click. Create a thread for it. I posted what I know which is adb.
Successfully Rooted
with RootzWiki instructions for Windows, needed the remount and busybox lines to overcome the permission denied when pushing su.
Hey guys, either using S1C or ADB Commands, have we found out if it's possible to unroot this as long as you Nand Backup the stock rom then unroot from there yet? Just because I got this phone as a filler/4g unl. lock and got buyback on it from best buy so I could buy a dual/quad later on when they come out .
MXFrodo195 said:
Hey guys, either using S1C or ADB Commands, have we found out if it's possible to unroot this as long as you Nand Backup the stock rom then unroot from there yet? Just because I got this phone as a filler/4g unl. lock and got buyback on it from best buy so I could buy a dual/quad later on when they come out .
Click to expand...
Click to collapse
Doing a factory reset I believe will unroot you. There is no nand back up at this time. We are waiting for a recovery mod.
Haxcid said:
Doing a factory reset I believe will unroot you. There is no nand back up at this time. We are waiting for a recovery mod.
Click to expand...
Click to collapse
Oh ya I know, I just always keep a stock one, on the Inc if you factory reset from an AOSP rom, you'd bootloop, so you had to make sure you were on a Sense 1.0 or stock rom(from my experience), so I was just making sure it was no big deal to go back.
Any idea when we will have cw on this?
Haxcid said:
Doing a factory reset I believe will unroot you. There is no nand back up at this time. We are waiting for a recovery mod.
Click to expand...
Click to collapse
I tried the factory reset. I am still rooted.
navycow said:
I tried the factory reset. I am still rooted.
Click to expand...
Click to collapse
That's what i figured. Can anyone verify if you remove SU and Rage through adb will it unroot?
Sent from my VS910 4G using XDA Premium App
MXFrodo195 said:
That's what i figured. Can anyone verify if you remove SU and Rage through adb will it unroot?
Sent from my VS910 4G using XDA Premium App
Click to expand...
Click to collapse
If you have to return your device, simply remove the superuser app, after you unfreeze anything you may have frozen then factory reset. They honestly will never know it was rooted. The only way now that you can really tell is the super user app from market.
Just so everyone knows. SuperOneClick can root and unroot this phone ok.
navycow said:
Just so everyone knows. SuperOneClick can root and unroot this phone ok.
Click to expand...
Click to collapse
Thank you for confirming this. My revolution just came in the mail today!
Thanks for posting this here for me Haxcid!
Sent from 1885
navycow said:
Just so everyone knows. SuperOneClick can root and unroot this phone ok.
Click to expand...
Click to collapse
Cool thanks for checking. Any benefits for ADB over S1C? Can't wait to finally root and freeze half these apps. I think we need a few more twitters to praise koush for a recovery on this beast.
Sent from my VS910 4G using XDA Premium App
Is there recovery for this now? Did I miss something?
stetsonaw said:
Is there recovery for this now? Did I miss something?
Click to expand...
Click to collapse
No No, I was saying we need to praise Koush's good work so he will make one faster .
And Stetsonaw, any idea if I root through ADB, can I unroot with S1C, since it uses the same idea.
S1C for whatever reason will not run(tried three computers, a XP, Vista, and Win7 lol), it keeps freezing at the same spot, everytime.
Should be able to, since S1C does what the ADB method does... or you could just delete the 'su' file out of /system/bin and /system/xbin (if it's there) to unroot.
EDIT: I couldn't get S1C to open on my desktop, and my laptop, which would open the program, would bluescreen when i connected the phone, so i had no choice but to do it the ADB way.
stetsonaw said:
Should be able to, since S1C does what the ADB method does... or you could just delete the 'su' file out of /system/bin and /system/xbin (if it's there) to unroot.
EDIT: I couldn't get S1C to open on my desktop, and my laptop, which would open the program, would bluescreen when i connected the phone, so i had no choice but to do it the ADB way.
Click to expand...
Click to collapse
Hmmm, ya now my computer for whatever reason won't open up ADB through command. This is getting irritating lol. Should be nice and simple, but it just won't go through. If I downloaded the SDK Manager like 4 months ago, it shouldn't matter, correct?
make sure you change directory to wherever your adb.exe is located... as in:
Code:
cd C:\Program Files\Android\android-sdk-windows\platform-tools

[Q] Cant get RockMyMoto to work ..and cant push files with adb

I can push files but telnet doesnt want to run them or something.
ERROR MESSAGE:
"dalvik vm unable to locate class 'rockmymoto'.
I dont think I could be anymore drained and pissed off right now. I'm trying to get 4.4 rooted. It's been SIX HOURS so far. Not sure whats wrong. I've seen that other people have had the problem and there solutions don't fix my problem.
I've reinstalled everything, drivers sdk/adb, java, motorola device drivers, etc multiple times.
I have rsdlite'd back to 4.2.2 camera update
installed motorola mobility drivers (phone says "mot composite adb device" under device manager)
I run adb and do an "adb devices" and my device shows up.
I run a adb push rockmymoto.jar /sdcard/ and also SU
I reboot
the files show up
I connect to 2222 with cylmida (*sp) impactor
obtained my ip address,
ran telnet and connected
but when I do the dalvikvm -cp /sdcard/rockmymoto.jar rockmymoto command
I get teh #$^*$# error that says "dalvik vm unable to locate class 'rockmymoto'.
#&($#& YOU MACHINE!!!!!!!!!!!!
Any idea what I am doing wrong? I have unauthorized apps installation enabled. I have usb debugging enabled. ????
If you're trying to root 4.4, I think you need to be using slapmymoto.
Sent from my XT1060 using Tapatalk
MikeG7265 said:
If you're trying to root 4.4, I think you need to be using slapmymoto.
Sent from my XT1060 using Tapatalk
Click to expand...
Click to collapse
Thanks but I'm trying to root 4.2.2 and then go to 4.4. To do that I need rock and motowpnomodofrodo. then slappy
I'm still stuck with the same dalvikvm error like it cant find the rock and su even though it was pushed with ADB. I've spent WAY too much time trying to get this working. I even had to dig out the old wireless router. and YES AP is off in my router.
Possibly an issue with case sensitivity?
nhizzat said:
Possibly an issue with case sensitivity?
Click to expand...
Click to collapse
OMG that was it. THANK YOU! The next thing I ran into was the math problem that RockmyMoto gave me. It was: a/50=? ....WTF. Thankfully i reran rock and it asked me a real math question.

SlapMyMoto Help Please!!

I've spent the last week trying to get my phone rooted from 4.4 downgraded to 4.2.2 got root access but I couldn't get motowpnomo to run.. but now I FINALLY got it to run and go.. but I can't remember what to do after I get motowpnomo, and i re-flashed back to stock NON root 4.2.2... but i don't remember what to do after that. I've typed so many commands in CMD and all that, I'm at a loss....please guide me in the right direction please!!!
Just read over the slap my moto thread again. I'm sure you already have, but read it again and try asking in that thread. Good luck and hope all goes well!
Sent from my iPad using Tapatalk
Use adb to push su. Then push slapmymoto.jar. that's the first step. Then follow the instructions on the first couple posts in the slap thread. I don't remember all the commands but they are outlined in the thread. Your almost home. Don't over think it. You can do it.
slapped the sh*t out of my X
lowvolt1 said:
Use adb to push su. Then push slapmymoto.jar. that's the first step. Then follow the instructions on the first couple posts in the slap thread. I don't remember all the commands but they are outlined in the thread. Your almost home. Don't over think it. You can do it.
slapped the sh*t out of my X
Click to expand...
Click to collapse
OK...so I just fallow the directions like I did before I used motowpnomo?
Sent from my XT1060 using xda premium
xpsychox said:
OK...so I just fallow the directions like I did before I used motowpnomo?
Sent from my XT1060 using xda premium
Click to expand...
Click to collapse
Yes. Just follow the steps in the slapped thread.
slapped the sh*t out of my X
lowvolt1 said:
Yes. Just follow the steps in the slapped thread.
slapped the sh*t out of my X
Click to expand...
Click to collapse
Sweet..the I'll do it when I get home from work..
Sent from my XT1060 using xda premium
ok, so i go threw slapmymoto's directions. i start with pushing slapmymoto, then push rockmymoto, then i try to telnet and connect to phone threw ipaddres on port 2222 (like instructed) try to run command "dalvikvm -cp /sdcard/SlapMyMoto.jar SlapMyMoto" says something about WP. So I take the update of 4.4 and try command "
adb shell
cp /sdcard/install.sh /data/local/tmp/install.sh
chmod 755 /data/local/tmp/install.sh
echo "/data/local/tmp/install.sh" > /sys/kernel/uevent_helper"
it says "cannot find specified path" ideas?
oops, double posted by accident..
Do not push rock my moto
slapped the sh*t out of my X
---------- Post added at 04:15 PM ---------- Previous post was at 04:13 PM ----------
You don't push rock my moto.
You do run dalvikvm command three times as specified. Don't worry about the no wp.
You will have to run cydia and telnet or puttytel each time.
slapped the sh*t out of my X
lowvolt1 said:
Do not push rock my moto
slapped the sh*t out of my X
---------- Post added at 04:15 PM ---------- Previous post was at 04:13 PM ----------
You don't push rock my moto.
You do run dalvikvm command three times as specified. Don't worry about the no wp.
You will have to run cydia and telnet or puttytel each time.
slapped the sh*t out of my X
Click to expand...
Click to collapse
OK.. So do it exactly the same except don't push rockmymoto?
Sent from my XT1060 using xda premium
Do it exactly per instructions.
Do not push rock.
Do not worry about the wp.
Do take your time.
Do not over think it.
slapped the sh*t out of my X
---------- Post added at 04:39 PM ---------- Previous post was at 04:20 PM ----------
Okay. I'm sitting at PC. looking at the slap thread.
1) unzip slapmymoto 1.0
Push slapmymoto.jar to sdcard/slapmymoto
2) run cydia impactor and start telnet as system on port 2222
3) either telnet or use puttytel and run dalvikvm -cp /sdcard/slapmymoto.jar slapmymoto
When the device tells you to reboot, do this with adb reboot
4) when the device comes back up, run impactor again and either telnet or use puttytel and run dalvikvm -cp /sdcard/slapmymoto.jar slapmymoto again
The device will reboot.
5) one the device is back up. Take 4.4 OTA.
Once on 4.4 you will enable USB debugging and continue.
6) in adb run adb shell
7) run cp /sdcard/install.sh /data/local/tmp/install.sh
8) run chmod 755 /data/local tmp/install.sh
9) run echo "/data/local/tmp/install.sh" > /sys/kernel/uevent_helper
10) either wait for the device to reboot or toggle blue tooth.
(Note) sometimes the device will not reboot. Simply manually reboot.
11) install supersu from play store open it and update binaries.
(Note) all above files must be in your fastboot folder.
slapped the sh*t out of my X
lowvolt1 said:
Do it exactly per instructions.
Do not push rock.
Do not worry about the wp.
Do take your time.
Do not over think it.
slapped the sh*t out of my X
---------- Post added at 04:39 PM ---------- Previous post was at 04:20 PM ----------
Okay. I'm sitting at PC. looking at the slap thread.
1) unzip slapmymoto 1.0
Push slapmymoto.jar to sdcard/slapmymoto
2) run cydia impactor and start telnet as system on port 2222
3) either telnet or use puttytel and run dalvikvm -cp /sdcard/slapmymoto.jar slapmymoto
When the device tells you to reboot, do this with adb reboot
4) when the device comes back up, run impactor again and either telnet or use puttytel and run dalvikvm -cp /sdcard/slapmymoto.jar slapmymoto again
The device will reboot.
5) one the device is back up. Take 4.4 OTA.
Once on 4.4 you will enable USB debugging and continue.
6) in adb run adb shell
7) run cp /sdcard/install.sh /data/local/tmp/install.sh
8) run chmod 755 /data/local tmp/install.sh
9) run echo "/data/local/tmp/install.sh" > /sys/kernel/uevent_helper
10) either wait for the device to reboot or toggle blue tooth.
(Note) sometimes the device will not reboot. Simply manually reboot.
11) install supersu from play store open it and update binaries.
(Note) all above files must be in your fastboot folder.
slapped the sh*t out of my X
Click to expand...
Click to collapse
ok, so I did the commands, installed 4.4 and ran rest of commands.. I have root access, but SU won't update... i open it, it says "cancel, or install from recovery" if i click install from recovery, it boots to android laying down with red "!" and says "error" and reboots. If I try and hold volume down and power to get into recovery and install the update that way, same thing... android laying down with red "!" ...ideas?
xpsychox said:
ok, so I did the commands, installed 4.4 and ran rest of commands.. I have root access, but SU won't update... i open it, it says "cancel, or install from recovery" if i click install from recovery, it boots to android laying down with red "!" and says "error" and reboots. If I try and hold volume down and power to get into recovery and install the update that way, same thing... android laying down with red "!" ...ideas?
Click to expand...
Click to collapse
Does it say install normal? It should
slapped the sh*t out of my X
lowvolt1 said:
Does it say install normal? It should
slapped the sh*t out of my X
Click to expand...
Click to collapse
no, the only update options I have in recovery, or cancel.. I'm wondering If one of the commands failed and I didn't see it.
What super su are you using
slapped the sh*t out of my X
lowvolt1 said:
What super su are you using
slapped the sh*t out of my X
Click to expand...
Click to collapse
the one with the "#" symbol..
xpsychox said:
the one with the "#" symbol..
Click to expand...
Click to collapse
open the market and make sure SuperSU is up to date. might be your issue. if it is up to date try removing it and reinstalling the SuperSU from chainfire
dray_jr said:
open the market and make sure SuperSU is up to date. might be your issue. if it is up to date try removing it and reinstalling the SuperSU from chainfire
Click to expand...
Click to collapse
I think his issue is the wrong supersu. I sent him a link to the chainfire one. Will see if that helps.
slapped the sh*t out of my X
Very possible I would just have him uninstall it and reinstall it from the market
Sent from Rooted Sprint Moto X, TWRP, enhanced kernel
dray_jr said:
Very possible I would just have him uninstall it and reinstall it from the market
Sent from Rooted Sprint Moto X, TWRP, enhanced kernel
Click to expand...
Click to collapse
He just confirmed it worked. I think we can call this one resolved.
slapped the sh*t out of my X

[Q] SlapMyMoto Cydia Impactor Error

Got my Moto X in the mail from Verizon yesterday. Phone is on contract and no developer edition. I rooted my HTC DINC2 about 2 years ago and I want to Root my MotoX to have some of the same functionality.
I looked the the about phone settings and the Android version of the phone was 4.4. I assumed that I should use SlapMyMoto since it appears to upgraded. I downloaded ADB, SlapMyMoto, and Cydia Impactor
I did the following steps and everything worked until Step 6:
1) Extract the contents of the downloaded SlapMyMoto zip archive to a folder on your computer.
2) Open a Command Prompt or Terminal window, and navigate to that folder. (You can also right-click the folder with the shift key pressed and select (Open command window here”.)
3) Connect your phone to your computer via USB. (Make sure to install the drivers if required.)
4) Use the following command to send the SlapMyMoto.jar file to your device:
adb push SlapMyMoto.jar /sdcard/SlapMyMoto.jar
5) Use this command to check the IP address of your phone:
adb shell getprop dhcp.wlan0.ipaddress
6) Launch Cydia Impactor on your computer.
In Cydia Impactor, select the “”# start telnetd as system on port 2222″ option and click Start.
HERE IS THE PROBLEM: After I hit start I get an Error message that says signature bugs unavailable. How should I proceed?
Forum
Would there be a better forum to ask this question in? Any help would be very much appreciated. Thanks
im having this same problem and currently searching a solution. ill be leaving this tab open if i find an answer.
You're not following the directions properly.

Stupid Idiot's Guide to getting rooted Moto X on 4.4 (for dummies)(also zombies)

Okay here is my guide for anyone daunted by the fragmented guides scattered all over the place and who doesn't want to piece stuff together. I was pretty apprehensive about attempting this so I figured other people are too, so hopefully this helps someone. It's really redundant so if your intelligence is easily insulted, avoid.
It worked for me on a device with att 4.4 OTA installed, and i THINK it should work for everything that has 4.2.2 and 4.4 firmware available on the firmware page.
What to download:
(many of these are here)
Android Development Tools (ADT) ;;; your carrier's firmware for 4.2.2 ;;; Motorola Device Manager (for drivers) ;;; Cydia Impactor ;;; puttytel (just puttytel.exe is all you need) ;;; RockMyMoto ;;; RSDLite ; MotoWPNoMo ;;; SlapMyMoto
Extras: root checker apk ;;; latest Xposed Framework
<wallOfText>
Code:
extract ADT, Impactor, MotoWPNoMo, RockMyMoto, SlapMyMoto, and the firmware
Install RSDLite. Puttytel should just be an exe already.
Open the adt directory and in the search bar type adb.exe
right click the file and open folder location.
this is a very important directory. it will be reffered to as the adb.exe directory/folder
copy all files from RockMyMoto extraction folder and put them in this directory
run moto device manager, follow instructions for it to get your drivers. you might have to connect the phone via usb.
open the extracted firmware and modify the xml file and remove the
disable any isolation mode on your router (IDk what this is but mine was turned off, if you can't get it to work and can't find your router setting you might be SOL.)
anytime the direction says "send" it means in the command line window
extract directory for ADT
search for adb.exe
open file location of adb.exe
copy location path
type win+r, cmd, enter
send "cd " then right click paste to paste the directory path
you are now executing commands from that directory
send " adb shell getprop dhcp.wlan0.ipaddress "
write down that ip address
factory reset phone
get to settings menu
enable usb debugging
connect to computer
send "adb devices"
look at phone, click always accept this connection or whatever it says...
send "adb devices"
if it shows some numbers and letters, you are good
send "adb reboot bootloader"
Plug in phone, enable USB debugging, then "adb reboot bootloader" - this will boot you into fastboot mode so RSD will recognize your phone
open RSDLite
select the edited 4.2.2 xml file as file to flash.
click start to flash the 4.2.2 firmware
on your now jellybean phone open settings
enable usb debugging.
restart the phone. it took me a while to figure this out. it just wouldn't go on...
send "adb devices" to check if it is connected
send "adb push su /sdcard/"
send "adb push RockMyMoto.jar /sdcard/"
open cydia impactor exe
click drop down menu, select "# start telnetd as system on port 2222"
click start
check phone
follow prompts/click accept.
check cydia window on PC
wait for it to get through all the different messages until it is back at the initial screen.
This basically installs a temporary telnet receiver on your phone, whatever the hell that is...
now open up puttytel.exe
type your devices ip address and change port to 2222
click open
this brings up a command line screen but with green font.
wait for the $ sign, then send "dalvikvm -cp /sdcard/RockMyMoto.jar RockMyMoto" on the green font screen
(in the green screen, you can paste by right clicking)
solve the equation LOL
open the cmd.exe window that you didn't have closed
send "adb reboot"
close cydia and puttytel
open cydia impactor and start the telnet session again on port 2222
check phone if the process seems to stick.
open another puttytel session
send "dalvikvm -cp /sdcard/RockMyMoto.jar RockMyMoto"
wait for phone to reboot
close cydia and puttytel
open the cydia impactor and restart the session on port 2222
open the telnet session to your devices ip address and port 2222
send the exploit again.
your phone should have rooted 4.2.2 now!
in folder motowpnomo, open wpbegone.exe as admin
accept risks...
send monoies to [email protected] ; support people instead of corporations.
follow the instructions about flashing to reflash the xml file
enable usb debugging, cmd prompt at adb.exe directory, adb reboot bootloader, open rsdlite, select the modded xml file, start
wait for it to reboot
send "adb push SlapMyMoto.jar /sdcard/SlapMyMoto.jar"
open cydia impactor
open telnetd as system on port 2222
check phone and accept or deny until impactor stops waiting for completion
open puttytel
connect your phone to your router wifi, the ip address should be the same as earlier. if you want to check, send " adb shell getprop dhcp.wlan0.ipaddress "
put ip address and port 2222 again
click open
with the telnetd green command line screen send "dalvikvm -cp /sdcard/SlapMyMoto.jar SlapMyMoto"
close the green screen
on the cmd.exe screen send "adb reboot"
repeat the Impactor, telnet, "dalvikvm -cp /sdcard/SlapMyMoto.jar SlapMyMoto" again
reboot the device
go to settings, about phone, updates, take update if 4.4, if it only offers 4.4.2, you will have to ask someone what to do...
(I would imagine you can download 4.4 from the place you got your 4.2.2 firmware download then flash using RSDLite, but I never had to cross that bridge personally)
(the instructions were not very clear here. I was really winging it here but it worked for me)
On the PC, copy all files from SlapMyMoto extraction and place them in adb.exe folder, overwriting the old files.
in cmd.exe, send the following one at a time:
adb shell
cp /sdcard/install.sh /data/local/tmp/install.sh
chmod 755 /data/local/tmp/install.sh
echo "/data/local/tmp/install.sh" > /sys/kernel/uevent_helper
Then wait a few minutes, toggle bluetooth, reboot the device.
</wallOfText>
You should now be rooted on 4.4!
I tried to write this as I was doing it but I may have accidentally omitted something.
Thanks to techsavvy2 ;;; beaups ;;; JCase ;;; CartlandSmith (and anyone else i didn't remember to thank), for helping the community to hack this thing! :highfive:
a10fjet said:
Okay here is my guide...........
Click to expand...
Click to collapse
Uhmm this has been covered many times.
Thanks for sharing
But I am closing this thread
THREAD CLOSED

Categories

Resources