[Q] Help! Rooting moto X 4.4 Sprint - Moto X Q&A

I have unlocked bootloader. Upgraded to 4.4 on Sprint. What do I need to do to Root this thing?

Install twr
Sent from my XT1056 using xda app-developers app

Orsini said:
Install twr
Sent from my XT1056 using xda app-developers app
Click to expand...
Click to collapse
I flashed it using the info from (android. gs/install-twrp-recovery-moto-x- android-4-4- kitkat)
Am I using the correct one? And after that when I try to boot to recovery, nothing happens.

Do it like so
1. Put phone in bootloader
2. Type mfastboot flash recovery name of img.img
3. Then type adb reboot recovery
4. Then install supersu via flashable zip or from the market place
But right after you flash the custom recovery you have to boot into the recovery before you let the device boot up or the recovery won't work.
How this helps
Sent from my XT1056 using XDA Premium 4 mobile app

dray_jr said:
Do it like so
1. Put phone in bootloader
2. Type mfastboot flash recovery name of img.img
3. Then type adb reboot recovery
4. Then install supersu via flashable zip or from the market place
But right after you flash the custom recovery you have to boot into the recovery before you let the device boot up or the recovery won't work.
How this helps
Sent from my XT1056 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thank you again for responding.
I am fairly familiar with using CMD and commands but I think I am missing a step. Dont I need to have the window open that contains certain files? I am running windows 8.
Right after I flash the fastboot image I get several options when I do the "hold power and down volume" and none of them mention twrp recovery. It just says "recovery". Is that normal?

Yes click the down volume until recovery is highlighted and then hit volume up to select it but you can just type in the cmd window adb reboot recovery and it will boot into recovery
Sent from my XT1056 using XDA Premium 4 mobile app

dray_jr said:
Yes click the down volume until recovery is highlighted and then hit volume up to select it but you can just type in the cmd window adb reboot recovery and it will boot into recovery
Sent from my XT1056 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
here is my results. (picture attached). Does that look right?

No pic. What progress are you trying to display exactly?

enigmanate said:
here is my results. (picture attached). Does that look right?
Click to expand...
Click to collapse
It worked! The step where I was making the mistake was not booting into recovery immediately after flashing,
Thank you again!!:good:

enigmanate said:
It worked! The step where I was making the mistake was not booting into recovery immediately after flashing,
Thank you again!!:good:
Click to expand...
Click to collapse
This has been a very common problem lately glad you got it working
Sent from my XT1056 using XDA Premium 4 mobile app

Related

Deleted OS by mistake ($35 for who can help fix)

Offering $35 paypal if anyone can give me step by step and download links on how to fix this!
I pretty much messed up my HTC One and I cant even load the phone anymore (phone just freezes at HTC One Logo when I power it on, never goes away) I'm also pretty new to this so simple steps will be appreciated..
Info on Phone :
Carrier : Telus (Canada)
***TAMPERED***
***UNLOCKED***
M7_UL PVT SHIP S-ON RH
HBOOT-1.44. 0000
RADIO-4A.14.3250.13
OpenDSP-v26.120.274.0202
eMMC-boot
May 4 2013,14:48:26:-1
if this helps anyway.. Im going to bed for the day its 1am been doing this since 5PM!
Have you got a custom recovery installed?
Sent from my Nexus 4 using xda app-developers app
andyabc said:
Have you got a custom recovery installed?
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Try to avoid asking questions like these instead just be like try setting up ________ by doing ______ and _________
but yes i do i have TWRP atm
No need for any $ at all.. Just
1. boot to TWRP.(Put off phone then power it on while pressing volume down)
2. Select Advance
3. Select ADB Sideload
4. Enable adb sideload
5. Copy a flashable zip of any custom ROM you want here in xda into the same folder as your adb.
6. Open command prompt and navigate into your adb folder.
7. type the command
adb sideload <filename of the ROM you want to flash>
Click to expand...
Click to collapse
example
adb sideload cm10.1.zip
Click to expand...
Click to collapse
8. Do a factory reset(format cache & data only)
9. Boot your phone
Preferred ROMs.
1. http://forum.xda-developers.com/showthread.php?t=2192324 - Trickdroid
2. http://forum.xda-developers.com/showthread.php?t=2202696 - Renovate
Riyal said:
No need for any $ at all.. Just
1. boot to TWRP.
2. Select Advance
3. Select ADB Sideload
4. Enable adb sideload
5. Copy a flashable zip of any custom ROM you want here in xda into the same folder as your adb.
6. Open command prompt and navigate into your adb folder.
7. type the command
example
8. Do a factory reset(format cache & data only)
9. Boot your phone
Click to expand...
Click to collapse
Exactly what I was thinking BUT you did it in the wrong order, you have to wipe the data, dalvik cache and the cache partition and then do sideload.
Order is important or the device will not go anywhere.
Sent from my Nexus 4 using xda app-developers app
Wiping data & cache is fine in any order as long as you wipe it before you boot the phone on normal mode It won't have any issues as long as you're still in recovery.
He can also copy the rom into sd with the code:
Code:
adb push name_of_rom.zip /sdcard/
and flash it
Riyal said:
No need for any $ at all.. Just
1. boot to TWRP.(Put off phone then power it on while pressing volume down)
2. Select Advance
3. Select ADB Sideload
4. Enable adb sideload
5. Copy a flashable zip of any custom ROM you want here in xda into the same folder as your adb.
6. Open command prompt and navigate into your adb folder.
7. type the command
example
8. Do a factory reset(format cache & data only)
9. Boot your phone
Preferred ROMs.
1. http://forum.xda-developers.com/showthread.php?t=2192324 - Trickdroid
2. http://forum.xda-developers.com/showthread.php?t=2202696 - Renovate
Click to expand...
Click to collapse
andyabc said:
Exactly what I was thinking BUT you did it in the wrong order, you have to wipe the data, dalvik cache and the cache partition and then do sideload.
Order is important or the device will not go anywhere.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Riyal said:
Wiping data & cache is fine in any order as long as you wipe it before you boot the phone on normal mode It won't have any issues as long as you're still in recovery.
Click to expand...
Click to collapse
Guich said:
He can also copy the rom into sd with the code:
Code:
adb push name_of_rom.zip /sdcard/
and flash it
Click to expand...
Click to collapse
Hi greetings
i am not as good as you people
but dont you feel you all missed an important step at the end about flashing boot.img
extract the rom which you flash in pc and copy the boot.img file to abd folder.
now boot the phone into bootloader/ fastboot and connect to pc vai cable
your phone must show now fastboot USB in red
now type the following code
fastboot flash boot boot.img
Click to expand...
Click to collapse
I have never used htc one nor the sideload command but i think we being s-on we need to flash the boot.img manually
someone correct me if iam wrong
regards
shrex said:
Hi greetings
i am not as good as you people
but dont you feel you all missed an important step at the end about flashing boot.img
extract the rom which you flash in pc and copy the boot.img file to abd folder.
now boot the phone into bootloader/ fastboot and connect to pc vai cable
your phone must show now fastboot USB in red
now type the following code
I have never used htc one nor the sideload command but i think we being s-on we need to flash the boot.img manually
someone correct me if iam wrong
regards
Click to expand...
Click to collapse
With the One, we don't need flash the boot.img manually.
Recovery flash it with the zip
And we're s-on
Guich said:
With the One, we don't need flash the boot.img manually.
Recovery flash it with the zip
And we're s-on
Click to expand...
Click to collapse
hi
greetings,
you mean just like enabling smartflash in 4ext recovery for htc sensation ?
shrex said:
hi
greetings,
you mean just like enabling smartflash in 4ext recovery for htc sensation ?
Click to expand...
Click to collapse
There isn't the 4ext recovery, but the function is simil
So, we can flash only the zip.
Sent from One with Tapa4 Beta
Guich said:
There isn't the 4ext recovery, but the function is simil
So, we can flash only the zip.
Sent from One with Tapa4 Beta
Click to expand...
Click to collapse
Hi,
Im not sure if this works the same way like on HTC One S in example, but can't you just flash the stock rom using the related flashtool (or fastboot). Then root and install whatever you want...
Edit : I did this on several HTC phones I got for repair and it should work the same way - assuming HTC already released an stock Rom package.
I will do some research and report back. You can pm me and add me on gtalk.
Edit again: I found a stock rom package.
Gesendet von meinem XT910 mit Tapatalk 2
Riyal said:
Wiping data & cache is fine in any order as long as you wipe it before you boot the phone on normal mode It won't have any issues as long as you're still in recovery.
Click to expand...
Click to collapse
If you don't do the wiping first then a few files will be left over and you could wipe important files of that new custom rom.
Sent from my Nexus 4 using xda app-developers app
---------- Post added at 02:18 PM ---------- Previous post was at 02:15 PM ----------
shrex said:
Hi greetings
i am not as good as you people
but dont you feel you all missed an important step at the end about flashing boot.img
extract the rom which you flash in pc and copy the boot.img file to abd folder.
now boot the phone into bootloader/ fastboot and connect to pc vai cable
your phone must show now fastboot USB in red
now type the following code
I have never used htc one nor the sideload command but i think we being s-on we need to flash the boot.img manually
someone correct me if iam wrong
regards
Click to expand...
Click to collapse
Most of the XDA community who uses Fastboot and ADB all know that including myself.
Sent from my Nexus 4 using xda app-developers app

Need help getting out of boot menu.

Hi folks.
Edit: can't post pics. It's the fastboot /hboot menu
Info at top reads:
I've been able to unlock it using the HTCDev method but can't seem to get any further. the recovery and factory reset options don't do anything, just return me to the same menu.
An first you need to flash cwm with fastboot. Then flash a Rom
I recommend honami and then.flash the kernel imcludedbwoth the Rom and voila
Sent from my HTC Desire C using XDA Premium 4 mobile app
Shad0wPanda said:
An first you need to flash cwm with fastboot. Then flash a Rom
I recommend honami and then.flash the kernel imcludedbwoth the Rom and voila
Sent from my HTC Desire C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hi. I've tried to flash cwm, I keep getting this error:
sulkch schools
If I try "Fastboot boot recovery.img" It does this:
Some more info from "fastboot getvar all":
What it seems is that its a bad download. Try Touch CMW or TWRP. And go out there and pick a rom to your liking =3
me4488 said:
What it seems is that its a bad download. Try Touch CMW or TWRP. And go out there and pick a rom to your liking =3
Click to expand...
Click to collapse
Hi me4488. I tried CMW and TWRP (was going to post the links I got them from but not allowed yet) but still getting the same image update error as before.
Ok ruplug your phone in and type fastboot oem lock the unlock bottloader
Sent from my HTC Desire C using XDA Premium 4 mobile app
Shad0wPanda said:
Ok ruplug your phone in and type fastboot oem lock the unlock bottloader
Sent from my HTC Desire C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Ok, that worked it's relocked now.
Now what?
Hmm I get a different error now "signature verify fail"
Since I can't flash from fastboot I tried taking the rom.zip out of a RUU (RUU_GOLF_U_ICS_40A_HTC_Europe_1.35.401.1_Radio_10.08.98.09H_1.05.98.08M2_release_260338_signed)
Apparently I can flash the rom from fastboot, but it fails:
Do I just need the right one?
After locking the boot loader unlock it again and try telling cwm or twrp
Sent from my HTC Desire C using XDA Premium 4 mobile app
Shad0wPanda said:
After locking the boot loader unlock it again and try telling cwm or twrp
Sent from my HTC Desire C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I'm still getting the "image update error".
Redownload the file. Might be a bad download.
Sent from my HTC Desire C using xda app-developers app
uchihasparky said:
Redownload the file. Might be a bad download.
Sent from my HTC Desire C using xda app-developers app
Click to expand...
Click to collapse
It's not that, I've tried a few. Think the recovery partition is corrupted or something. Can't get anything on it.
Try just rebooy
Sent from my HTC Desire C using xda premium
Soft Brick Recovery
Betr said:
Hmm I get a different error now "signature verify fail"
Click to expand...
Click to collapse
1. UNLOCK BOOTLOADER
2. Download Hansoon2000'sToolkit (look in the dev section)
3. Extract the data folder to Desktop
4. Put TWRP recovery.img in the data folder (or whatever you names it)
5. Boot Phone to Boot loader and press Power button Once so it says Fastboot USB in red*
6. In the data folder where all the files are hold Shift and right click and empty space (nothing highlited) And selected "Open comamnd window here"
7. Type fastboot flash recovery recovery.img
8. Press Power button again when it's finished so now it says USB Plug or something
9. Use volume buttons and go to boot to recovery
10. Go to mount, mount USB Storage
11. Put Rom and Gapps on the SD card
12. Unmount, go to wipe and wipe cache, system, data, dalvik cache (Doesn't matter which order)
13. Flash the Rom, and then Flash the gapps < Suggest CM10 first to get booting, then switch it up afterwards
14. Once Flashed go back, go to advanced and click "reboot bootloader"
15. When you have fastboot USB showing again, Download NOPE kernel V2/2.5 (2.5 not tested) use the 750 incase you cant boot high OC's
16. Place the boot750.img in the data folder again
17. hold shift and right click in an empty space (nothing highlighted) and click "Open command window here"
18. Now do fastboot erase cache
19. Then fastboot flash boot boot750.img
20. Fastboot Reboot
21. Enable WiFi, then Reboot.
* If it doesnt recognize the fastboot then your drivers aren't installed..
Easiest way your gonna get

[Q] Bricked after OTA Update?

Hello folks!
I was running a "google play edition" rom on my phone (rooted/ superuser). Today it said there was an ota update for kit-kat available. I let it go through with the install. For some reason the install failed (I think it was a 'status 7').The phone wouldn't boot (instead of a loading boot animation just blue screen) Then when I went to try to reflash my old rom (I was stupid and didn't have a backup), I got a status 7 error again, and I've gotten one for every rom I've tried to flash (HTC One nexus edition and another one, can't remember the name).
Anyway, I can push and pull files via adb but nothing will install. I've tried sideloading too but that failed also.
I have CWM 6.0.2.8.
Any help would be lovely.
Update CWM to newest image. That version won't work with 4.4
Sent from my HTC One using Tapatalk
irrelephant said:
Update CWM to newest image. That version won't work with 4.4
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
How do I update it without rommanager? I tried to install via sideboot but it failed.
kojimin said:
How do I update it without rommanager? I tried to install via sideboot but it failed.
Click to expand...
Click to collapse
Fastboot flash via fastboot.
Sent from my HTC One using Tapatalk
irrelephant said:
Fastboot flash via fastboot.
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Okay, so I'm trying via fastboot but when I do I get this:
Code:
tys-macbook-pro:android tyrecegivens$ fastboot flash recovery-clockwork-6.0.4.3-m7tmo.img
unknown partition 'recovery-clockwork-6.0.4.3-m7tmo.img'
error: cannot determine image filename for 'recovery-clockwork-6.0.4.3-m7tmo.img'
What am I doing wrong?
PS: thank you for your responses thus far.
kojimin said:
Okay, so I'm trying via fastboot but when I do I get this:
Code:
tys-macbook-pro:android tyrecegivens$ fastboot flash recovery-clockwork-6.0.4.3-m7tmo.img
unknown partition 'recovery-clockwork-6.0.4.3-m7tmo.img'
error: cannot determine image filename for 'recovery-clockwork-6.0.4.3-m7tmo.img'
What am I doing wrong?
PS: thank you for your responses thus far.
Click to expand...
Click to collapse
Do you have the recovery in the same folder that fastboot is in?
Is the phone in fastboot USB mode while connected to the computer?
Try renaming it to "recovery" without the quotation marks. Then just use "fastboot flash recovery recovery.img" without the quotations.
Sent from my HTC One using Tapatalk
irrelephant said:
Do you have the recovery in the same folder that fastboot is in?
Is the phone in fastboot USB mode while connected to the computer?
Try renaming it to "recovery" without the quotation marks. Then just use "fastboot flash recovery recovery.img" without the quotations.
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
That did it! I think it was because I was using "fastboot flash filename.img", leaving out recovery.
Rom installed. Thanks a million man!
kojimin said:
That did it! I think it was because I was using "fastboot flash filename.img", leaving out recovery.
Rom installed. Thanks a million man!
Click to expand...
Click to collapse
Nope problem. I'm glad we got it fixed! Feel free to thank the posts, if I've helped.
Sent from my HTC One using Tapatalk
irrelephant said:
Nope problem. I'm glad we got it fixed! Feel free to thank the posts, if I've helped.
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Gotcha! You were extremely helpful

[SCRIPT] Recovery Flashing Script

Hello Guys! I made this little script for the people that dont know adb/fastboot commands and want to install a custom recovery
This will ONLYwork on UNLOCKED bootloaders.
Make sure "USB-Debugging" is enabled and adb/fastboot drivers have been properly installed
DISCLAIMER: I am not responsible for bricked devices or nuclear warfare. I made this simple script for those who can follow simple instructions.
1st. Download the Recovery Flashing script from here: http://goo.gl/ZtaUFe
2. Unzip the files to a folder on your desktop, or where ever you would like, just remember where you unzipped it to.
3. Download the recovery of your choice:
[m8][CWM Advanced Edition] PhilZ Touch: http://forum.xda-developers.com/showthread.php?t=2703223
OR
[RECOVERY][m8] TWRP 2.7.0.0 touch recovery: http://forum.xda-developers.com/showthread.php?t=2717932
4. Place the recovery you downloaded in the previous step into the folder you unzipped the Recovery Flashing script.
5. Rename the recovery you downloaded to Recovery that way it appears as "Recovery.img" in the folder. If it has and extra ".img" at the end, it will fail to flash.
6. After you have done all the steps above, Simply click the "Recovery-Flasher.bat" and follow its instructions it presents, If you have done everything correctly you phone will boot into recovery at the end of the script
I hope this has made life a little easier for our new comers. Please dont forget to hit the thanks button!!! :good::good::good:
Changelog:
V1.1- Added "Fastboot erase cache" after flashing recovery.
can you add this command after flashing custom recovery?
fastboot erase cache
thanks
monyozt said:
can you add this command after flashing custom recovery?
fastboot erase cache
thanks
Click to expand...
Click to collapse
Yes I sure will. I'll get it done tomorrow and update the OP
Sent from my HTC One_M8 using XDA Premium 4 mobile app
I don't use a PC /Laptop can I do this on my phone I'm unlocked bootloader but no recovery or root yet.
Sent from my Nexus 7 using Tapatalk
jonny68 said:
I don't use a PC /Laptop can I do this on my phone I'm unlocked bootloader but no recovery or root yet.
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Sorry but you will need a window pc to use this tool. You can download one of the recoveries in the OP then use the app Flashify in the play store to flash the recovery .
Sent from my HTC One_M8 using XDA Premium 4 mobile app
monyozt said:
can you add this command after flashing custom recovery?
fastboot erase cache
thanks
Click to expand...
Click to collapse
Done
I'm open to any request guys ?
Sent from my HTC One_M8 using XDA Premium 4 mobile app
rpomponio said:
Sorry but you will need a window pc to use this tool. You can download one of the recoveries in the OP then use the app Flashify in the play store to flash the recovery .
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks I've no PC just a tablet and not rooted yet so Flashify won't work
Sent from my Nexus 7 using Tapatalk
Rooted now so can use flashify
Sent from my Nexus 7 using Tapatalk
jonny68 said:
Rooted now so can use flashify
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Yes, as long as your rooted, your good to go
@Root-Maniac
What would it take to make either recovery of choice a flashable zip file to be flashed wile in a custom recovery

Root 5.1

I would like to root my xt1092 , since its 5.1 I have a confusion about rooting it.....
Which is the easiest way to root 5.1....
Even if I root how can I go back to stock ???
Thanks in advance...
Sent from my XT1092 using XDA Free mobile app
rohithksaj said:
I would like to root my xt1092 , since its 5.1 I have a confusion about rooting it.....
Which is the easiest way to root 5.1....
Even if I root how can I go back to stock ???
Thanks in advance...
Sent from my XT1092 using XDA Free mobile app
Click to expand...
Click to collapse
Easiest for me is: fastboot flash/boot twrp,then install SuperSU on reboot. To go back to stock,reflash firmware.
Nicolae-Daniel said:
Easiest for me is: fastboot flash/boot twrp,then install SuperSU on reboot. To go back to stock,reflash firmware.
Click to expand...
Click to collapse
Can you tell me how I can fast boot twrp ??
Sent from my XT1092 using XDA Free mobile app
rohithksaj said:
Can you tell me how I can fast boot twrp ??
Sent from my XT1092 using XDA Free mobile app
Click to expand...
Click to collapse
I'll usually just boot twrp and then install SuperSU. To boot twrp boot into the bootloader anduse the following commands with fastboot.
Fastboot boot <name of customer recovery>.img (example twrp.img). It will then load twrp and you can install SuperSU either through sideloading or installing from the root of your device.

Categories

Resources