please help - xoom dead? - Xoom Q&A, Help & Troubleshooting

please help me, ia noob, i have the europeen xoom 3G
i wanted to root my xoom. I did everything until:
1. Download the Motorola Xoom Root Zip file and unzip it. Download
2. Place the files in the SDK Tools folder.
3. adb reboot bootloader (You can skip the next 3 steps if you’ve unlocked with fastboot previously)
5. fastboot oem unlock (wait for reboot)
6. adb reboot bootloader
7. fastboot flash boot rootboot.img
7. fastboot reboot (wait for reboot)
xoom rebooted but never get in to android, i just see the big Motorola M and Dual Core technology
Please help!!

pepsi22 said:
please help me, ia noob, i have the europeen xoom 3G
i wanted to root my xoom. I did everything until:
1. Download the Motorola Xoom Root Zip file and unzip it. Download
2. Place the files in the SDK Tools folder.
3. adb reboot bootloader (You can skip the next 3 steps if you’ve unlocked with fastboot previously)
5. fastboot oem unlock (wait for reboot)
6. adb reboot bootloader
7. fastboot flash boot rootboot.img
7. fastboot reboot (wait for reboot)
xoom rebooted but never get in to android, i just see the big Motorola M and Dual Core technology
Please help!!
Click to expand...
Click to collapse
Your Xoom definitely isn't dead. You just need to flash the stock boot.img to be able to boot up again.
Try this method to root the Euro Xoom:
http://forum.xda-developers.com/showthread.php?t=1049901
Following the steps in that thread will both save you and give you root.

Remember to post the right place next time!
Read the xda rules
Sent from my Xoom using XDA Premium App

Not development. Moved to Q&A.

Related

[Q] HK 3g ver XOOM only have 4.18G

Dear All
My HK ver 3G XOOM. When I use the one-click-root program, It was crash and holding on the dual core moto logo, I use the method which in this link: http://forum.xda-developers.com/showthread.php?t=1203128
then my xoom can boot-up to system but it only have 4.18G in the internal. When I use the method at the link, but I can't fix the problem. What can I do?
below is the step what I did:
1. When I use the international rom the XOOM is 3.01
2. OTA UPDATE to 3.1
3. use fastboot toe reflash recovery to CWM 3.2
4. go to android recovery
5. saw it is CWM 3.2 recovery mod
6. install zip at SD-card
7. install the Tiamat-Xoom-Rom-2.1-Hammerhead.zip
8. install the Universal Xoom Root.zip
9. install the hk-ver-update.zip (download at this:http://forum.xda-developers.com/showpost.php?p=17070610&postcount=46)
10. reboot the xoom
then I only hold it on the boot screen. can't go to system.
At now I reflash to the international rom and OTA update to 3.1 now.
Any one can help me, thank you very much for this
hohogod said:
then I only hold it on the boot screen. can't go to system.
Any one can help me, thank you very much for this
Click to expand...
Click to collapse
just do unlock it then reboot again ..
You're doing it wrong!!
Steps are:
1. Unlock bootloader (need flashboot and adb drivers from moto)
2. boot up os and turn on USB debugging, on PC open cmd, navigate to android ask folder\platform tools
3. Type 'adb reboot bootloader'
4. Type 'fastboot OEM unlock'
5. follow on-screen instructions on tablet
6. type 'fastboot reboot' in cmd
7. download recovery image and place it in platforn-tools folder.
8. Reboot into bootloader again using adb
9. Type 'fastboot flash recovery *name of recovery image*'
10. Reboot into cwm on tablet to flash universal root zip.
After that you can flash any roms/kernels you want through cwm.
Sent from my X10i using XDA App

Unroot & Lock for XOOM Wi-Fi on ICS

Can someone please point me to a guide to lock and unroot my MZ604 running ilm77?
thanks
terrapin69 said:
Can someone please point me to a guide to lock and unroot my MZ604 running ilm77?
thanks
Click to expand...
Click to collapse
Edit - see Post 4
Mjamocha said:
http://http://forum.xda-developers.com/showthread.php?t=1242241
-----------------------------------------------------------------------------------------------------------
This is assuming that you have Android SDK installed on you PC. - Tutorial found here:
http://www.xda-developers.com/android/adb-easy-tutorial/
1. Downloading the rooting-update zip file. Download the zip file from here - http://goo.gl/Om9aP
Now place this on your external sdcard. - Sorry this is a requirement at the moment, like I said this is a bit rushed.
2. Flashing recovery
1. Download this Recovery image. http://bit.ly/iLRAIV
(place this image in you SDK PlatformTools Folder, or which ever folder that contains your adb.exe)
2. If your device is locked, now is a good time to unlock it.
Code:
adb reboot bootloader
fastboot oem unlock
fastboot reboot
3. Flash recovery Code:
adb reboot bootloader
fastboot flash recovery recovery-Tiamat-R4c-100611-1150-cwm.img
Once you have verification on your device that this has been flashed, reboot your device by holding volume up + power. Then 3 seconds after you see the Motorola logo, hit volume down. You should now see "Android Recovery" in the top left corner. Hit volume up to boot into recovery.
4. Flashing the Xoom-Universal-Root.zip file.
If you're in clockwork mod recovery you can continue (This recovery image will say it is clockwork mod) . If you're not looking at clockwork mod, then you need to repeat step 3 again.
In cwm, go into "install zip from sdcard" -> "Choose zip from sdcard", then select the Xoom-Universal-Root.zip file you downloaded.
Note: use the volume buttons to navigate and the power button to select
Reboot your device and then welcome to your rooted device!
As Always, If this was helpful-hit the Thanks!
Click to expand...
Click to collapse
Am I missing something or does this show you how to root the device when the question was how to unroot and lock? I'm looking to do the same thing.........
No you are not missing anything-I posted the wrong instuctions! LOL
Here you go -
[Guide] Re-lock and Un-root WI-FI Xoom Build HWI69
Video in case you want a visual of the commands used -
http://www.youtube.com/watch?v=pT8NF-_nLCo
--------------------------------------------------------------------------------
This is for Re-locking and Un-Rooting the US WIFI Xoom BUILD HWI69 ONLY
This is for use only on the Wifi-Only Xoom HWI69 build. Check your build number before you install!!!
Please note the following information does contain official Motorola images from a non Motorola source. The information in this thread has been tested, however I can not confirm that it will work for every situation. In no way will I or xda-developers.com be held accountable for any damage resulting from using this information. Use the following with extreme caution.
1. Download the necessary files from here:
http://www.android.net/forum/downloa...?do=file&id=39
2. Unzip the files to the directory you will be running ADB from.
3. Enter the following commands into the command prompt
adb reboot bootloader
Xoom will then reboot into bootloader screen
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
fastboot erase cache
fastboot oem lock
After the final reboot you should be back to stock, Locked and Un-Rooted.

Urgent: Xoom stuck on boot screen

Hey guys.
Basically:
My brother has a Motorola Xoom 32GB MZ604. He tried to root it but it was unsuccessful. After reboot of the failed root, it will now get stuck on the M boot screen and not move, there's no loop as such, it will literally stay on until it runs out of battery or is turned off by pressing buttons.
Any ideas what's happened and how we can fix it?
He took it back and they want £46 to put new software on.
Thanks
Oli
Can you still enter recovery??
Sent from my Xoom using XDA Premium App
I believe he can but he said he's already wiped it? I'll try again though when he gets home tonight from work.
I had the same issue when I first tried to root my xoom. Here is what you do:
1) take out the external sd card. And thru pc , put on it the new recovery image and put it back into xoom.
2) search my posts on how to root mz601. I know yours is mz604. But it is the same procedure. I will post steps for you soon.
Sent from my MZ601 using Tapatalk 2
There you go. Step by step.
First, download the below and put them onto your xoom internal and external SD card. Put them under /mnt/sdcard for internal sd, and under the root of your external sd card.
To download:
• Get the Motorola USB drivers to your laptop: http://developer.motorola.com/docstools/USB_Drivers/
• Get the Android SDK to your laptop: http://developer.android.com/sdk/index.html
• Recovery Image: http://goo.im/devs/teameos/recoverie...ecovery-r6.img
• GAPPS: http://goo.im/gapps, your GAPPs would be: gapps-ics-20120429-signed.zip
• ROM: get the latest release for mz604 from here. http://goo.im/devs/teameos/roms/nightlies/wingray/
Steps:
1. Power off your XOOM device.
2. Press and hold the volume down button while pressing the power button at the same time. Note: Even if your xoom starts again, just keep the button pressed until you see "Starting fastboot protocol" on the screen.
3. Connect Xoom to your computer via USB.
4. Open a ‘Command Prompt’ or ‘Terminal’ window on your computer in your sdk/tools folder. This is the sdk you downloaded above.
5. unlock your xoom and flash the recovery image. The recovery image should be in your current working directory where you have command line navigated to: Type:
adb reboot bootloader
fastboot oem unlock
fastboot flash recovery eos-recovery-r6.img
fastboot reboot adb
reboot recovery
Now, you have your device unlocked and recovery installed.
Reboot your xoom by selecting the option "reboot system now" from recovery. you can navigate up and down using the volume buttons. Once an option is highlighted, press the power button to select, you will still have your old ROM.
To flash the other ROM downloaded above,
1. Boot into recovery by:
i. As soon as you hit the reboot command above, you should see a Motorola logo appear. Wait 3 seconds and tap the Volume down button and the words Android Recovery should appear on the screen. When you see that, tap the Volume up button and you’ll boot into recovery.
2. From within Recovery, perform wipe data, wipe cache, and go to advanced, wipe dalvik cache and battery stats. Don't worry, if the ROM and GAPPs are deleted, which should not be the case, you will have them on your external sd card
Note: wipe data will delete your stuff on the xoom. It would be great if you backup your files that you need to your external sd card before you start any of this procedure.
3. In recovery, navigate to install zip from sdcard > choose zip from sd card and select the EOS ROM you copied to the root of the SD card. Once the files are flashed, DO NOT reboot afterwards. Hold on.
4. Again, from Recovery, choose install zip from sdcard > choose zip from sd card and select the GAPPs you copied to the root of the SD card.
Then hit reboot system now. It will take 2 - 3 minutes for the first reboot. Setup your google account. and you are good to go.
Later reboots will be much faster (around 40 - 50 seconds).
Sent from my MZ601 using Tapatalk 2
if it's getting to the splash screen then just as you turn it on, whack it into fastboot then you'll be able to flash new recovery or flash back to stock.
matt4321 said:
if it's getting to the splash screen then just as you turn it on, whack it into fastboot then you'll be able to flash new recovery or flash back to stock.
Click to expand...
Click to collapse
Go here: http://developer.motorola.com/products/software/ to get the stock images to flash in fastboot to get the xoom back to factory conditions. It's normally the last resort, but the most successful. You may need to sign up for an account, but it is free.
Right guys basically i want my xoom to be complete stock what is the best way to do this. can i still use the above steps but by using the default motorola software.. it looked like it was using differnt firmware, and one of the links didnt work. sorry i really dont have a clue what to do and need my xoom back its been away for 3 weeks now
yes you can.. just flash the stock OS for it and you are good to go again.
and whats the best way to do this. sorry im not too sure about rooting on the xooms etc i used that poxy one click root which by the looks of things lots of people have had problems with it.
Rooting is pretty straight forward steps. Use the steps I provided you above if you want. If you are looking to flash stock rom, you still need recovery and stock rom to be flashed.
Sent from my MZ601 using Tapatalk 2
My mz601 is stuck at booting it keeps going off and booting again
My steps to a factory reset Xoom Wingray
My Xoom Wingray also crashed and was stuck in the boot animation. I still use my Xoom as my alarm clock and music player with multimedia dock. I had to put the Xoom in the drawer as there was no way to turn it off, it would just reboot back to the flashing animation. I was surprised that it wasn't dead by morning and it was still in the boot loop. So I wanted to revert back to the stock ROMs so this is what I just did. This is assuming you have nothing installed on your PC so from scratch. I actually just went through this a hour ago so I am still in the very last step.
First download and install the following:
-Minimal Android SDK from http://forum.xda-developers.com/showthread.php?t=2317790
-Motorola drivers from http://www.motorola.com/Support/US-...tware_and_Drivers/USB-and-PC-Charging-Drivers
Now you need the original images:
You can try to get it from the source here, https://motorola-global-portal.custhelp.com/app/standalone/rom-images , but I had to request access to the files and was impatient.
I found the original images here instead, http://forum.xda-developers.com/showpost.php?p=64412362&postcount=10
You will need to find the original images for your device, the source in the first link should be able to help you.
Flashing Instructions
I would recommend having the power cord attached throughout this, but if your Xoom is fully charged it should be ok.
Assuming you installed the minimal SDK in the default folder, C:\Program Files (x86)\ Minimal ADB and Fastboot, unzip the individual images (boot.img, recovery.img, system.img and userdata.img) into this folder. If you installed into some other folder unzip there instead.
Now you need to put the Xoom into fastboot mode. Press the VOL-UP and Power to reboot, but then keep holding the VOL-UP. You should end up in fastboot mode.
Plug the Xoom into your PC.
Open a CMD window into the fastboot directory. If you installed the Minimal Fastboot from above you can simply go Start>Minimal ADB and Fastboot>Minimal ADB and Fastboot.
Type "fastboot devices"
Type "fastboot flash boot boot.img"
Type "fastboot flash system system.img"
Type "fastboot flash recovery recovery.img"
Type "fastboot flash userdata userdata.img"
Type "fastboot erase cache"
Type "fastboot oem lock"
You can see the responses I got in the attached image. Once complete the Xoom rebooted with the original Honeycomb OS and then I had to wait for all of the OTA updates to be pushed. This has taken several hours and now it is updating all of the stock Google apps.
Help with my MZ601
Please, I need help with my MZ601.
A friend who recently passed willed his MZ601 GSM/Wifi to me. I do not know a thing about it; however, I have read a couple of posts. I gathered from these posts that the MZ601 would need to be flashed with a new ROM, especially as when I powered it on, it stopped at the big 'M' logo.
I have checked so many posts online here and found links to many Roms and Gapps, but none is working.
Please, I would be glad if anyone could help me with the following:
(a) MZ601 GSM/Wifi ROM - whether Stock or Custom ROM.
(b) Also remember that I am a idiot; hence, I will need a step-by-step guide on what to do.
Thank you very much.
oyeniyib

[Q] Returning to complete locked /stock from CM11 BigPart

This is my first post as I have been an avid XDA lurker but I wanted to get some community advice before I potentially brick my Xoom.
I am currently running CM11 Wingray with TWRP 2.6.3 BigPart R.A.H.05 Edition and want to unroot my Xoom, return it to stock OS / Recovery, and re-lock the bootloader. I have found many ADB tutorials in this community http://forum.xda-developers.com/showthread.php?t=1468298 as well as some youtube tutorials https://www.youtube.com/watch?v=pT8NF-_nLCo. My concern is all of the tutorials are from the pre-KitKat days and would potentially not account for the new partitions required.
So my question is, do these tutorials re-partition my Xoom just fine or will I end up bricking my device since my new partitions would no longer work with the old stock roms?
Thank you for the advice.
nrreynolds1 said:
This is my first post as I have been an avid XDA lurker but I wanted to get some community advice before I potentially brick my Xoom.
I am currently running CM11 Wingray with TWRP 2.6.3 BigPart R.A.H.05 Edition and want to unroot my Xoom, return it to stock OS / Recovery, and re-lock the bootloader. I have found many ADB tutorials in this community http://forum.xda-developers.com/showthread.php?t=1468298 as well as some youtube tutorials https://www.youtube.com/watch?v=pT8NF-_nLCo. My concern is all of the tutorials are from the pre-KitKat days and would potentially not account for the new partitions required.
So my question is, do these tutorials re-partition my Xoom just fine or will I end up bricking my device since my new partitions would no longer work with the old stock roms?
Thank you for the advice.
Click to expand...
Click to collapse
hi,
i just unroot my xoom from cm11 bigpart, this is what i have done:
1. re-partition my xoom to normal partition
http://mobility.forumsee.com/a/m/s/p12-9321-0659159--how-undo-bigpart-repartition.html
2. Then, follow this instruction
2. download the files you need
3. extract all the img's into the tools folder
4. with the command prompt open type: cd "replace with tools directory location"
5. disconnect your xoom from your computer and shut off the xoom
6. at the prompt type: fastboot oem unlock
7. it will say waiting for device
8. now plug it into your computer and reboot into fastboot by holding the down volume button and power on
9. follow the on screen instructions and agree to everything
10. your device will reboot you will get the motorola dual core window
11. force restart device by holding volume up and pressing the power button right after the device shuts off hold the down volume button and press power button
12 you should now be in fastboot mode
13. then copy each line one by one into the command window. This will allow you to go back to factory settings like you bought it from the store
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
fastboot erase cache
fastboot oem lock
Note: If no userdata.img file is present in your download, please issue the command:
fastboot erase userdata
Click to expand...
Click to collapse
i have download official rom from xda forum, i ithink i have problem with the rom (mz601 europe), so i suggested for u to request directly from motorola support.
https://motorola-global-portal.custhelp.com/app/standalone/rom-images
thanks
I came across the same link you provided above which is what made me think about the effects of the Big Part partition structure. This route makes sense to me and I will end up following the same steps you posted.
Thank you.

[Tested]How to Root the Moto X Play

I. Before You Begin
1. This could void the warranty of your device. We won’t be held responsible for anything that happens from doing this tutorial so please proceed at your own risk.
2. You need a Windows based PC in order to do this procedure.
3. You should have Motorola USB drivers installed on your PC. If you don’t, install them first.
4. This should erase all the data stored on your device. So, please backup everything that you’ll need.
5. This should also flash a custom recovery on your device.
How to Root the Motorola Moto X Play
Root the Moto X Play
Photo Credit: fonearena.com
To root the device, you’ll first unlock the bootloader, flash a custom recovery, and then flash SuperSU using the custom recovery to achieve root access. Here’s how:
II. Downloading Required Files
1. Download Fastboot and save it to your desktop.
Fastboot
2. Download TWRP Recovery and save it to your desktop.
TWRP Recovery
3. Download SuperSU and save it to your desktop.
SuperSU
III. Unlocking the Bootloader on the Motorola Moto X Play
1. Extract files from Fastboot over to your desktop by right-clicking on it and selecting Extract here.
2. Turn off your device.
3. Turn your device back on in fastboot mode. To do that, hold down Volume DOWN and Power buttons together for a few seconds.
4. Your device should now be in fastboot mode.
5. Plug in your device to your PC using a USB cable.
6. Launch a Command Prompt Window on your desktop by holding down Shift and right-clicking anywhere on the screen and selecting Open command window here.
7. Type in the following command into the Command Prompt Window and hit Enter:
Code:
fastboot oem get_unlock_data
8. You should see a string of text on your screen. Copy it to your clipboard removing any spaces so that it is a long string of text.
9. Head over to the Motorola Bootloader Unlock website and get yourself logged-in. If you don’t have an account with them, create one now.
10. One of the steps on that website will ask you to paste the string of text. Just paste the string that you’ve already copied to your clipboard and follow the on-screen instructions.
11. You’ll receive an unlock key to your email address. Copy that key to your clipboard.
12. Now, type in the following command replacing KEY with the actual unlock key that you’ve copied to your clipboard and hit Enter:
Code:
fastboot oem unlock KEY
13. Wait for it to unlock the bootloader on your device.
14. When it’s done unlocking the bootloader, reboot your device by issuing the following command:
Code:
fastboot reboot
15. Your device should reboot.
And there you go.
The bootloader on your Motorola Moto X Play is now unlocked, and you can now flash a custom recovery on your device. Here’s how you can do that:
IV. Flashing a Custom Recovery on the Motorola Moto X Play
1. Turn off your device.
2. Reboot your device into fastboot mode by holding down Volume DOWN and Power buttons together for a few seconds.
3. Connect your device to your PC using a USB cable.
4. Open a Command Prompt Window on your desktop. To do that, hold down Shift and right-click anywhere on your screen and select Open command window here.
5. Type in the following command into the Command Prompt Window and hit Enter. Make sure to replace recovery.img with the actual name of the recovery image that you have downloaded.
Code:
fastboot flash recovery recovery.img
6. Wait for it to flash a custom recovery on your device.
7. When it’s done flashing a recovery, reboot your device by using the following command:
Code:
fastboot reboot
8. Your device should reboot.
Your Motorola Moto X Play now has a custom recovery using which you can gain root access on your device. Here’s how:
V. Rooting the Motorola Moto X Play
1. Connect your device to your PC using a USB cable.
2. Copy SuperSU .zip from your desktop over to the internal SD card storage on your device.
3. Unplug your device from your PC when SuperSU is copied.
4. Turn off your device.
5. Turn your device back on in recovery mode. To do that, hold down Volume DOWN and Power buttons together.
6. Your device should reboot into bootloader mode.
7. Select Recovery from the options appearing on your screen.
8. Select Install in the recovery menu.
9. Choose SuperSU .zip to be installed on your device.
10. Tap on Swipe to Confirm Flash to confirm flash.
11. Wait for it to flash SuperSU on your device.
12. When it’s done flashing SuperSU, reboot your device by selecting Reboot followed by System in the recovery menu.
13. Your device should reboot.
Source: http://theunlockr.com/2015/09/21/root-motorola-moto-x-play/
Nice plagiarism here..... [emoji35]
How is it plagiarism if I have mentioned the source?
going into recovery mode gives me the dead android with the red triangle logo with the text "no command." under it. i tried both twrp versions.
Auros42 said:
going into recovery mode gives me the dead android with the red triangle logo with the text "no command." under it. i tried both twrp versions.
Click to expand...
Click to collapse
The same here (Dual-Sim-Version) :crying:
Also link forFastboot ist down
route9 said:
The same here (Dual-Sim-Version) :crying:
Also link forFastboot ist down
Click to expand...
Click to collapse
Make sure you get this version.
twrp-lux-2.8.7-v2.img
for fastboot:
http://forum.xda-developers.com/showthread.php?t=2317790
This works, I tried that, I have root now
Enviado desde mi XT1562 mediante Tapatalk
I can confirm that this recovery worked.
Model India Moto X Play Dual Sim - (xt1562)
route9 said:
The same here (Dual-Sim-Version) :crying:
Also link forFastboot ist down
Click to expand...
Click to collapse
Flash TWRP again & boot TWRP before booting Android again. The stock rom tries to replace TWRP but TWRP will fix that on its first boot.
mahir1995 said:
Flash TWRP again & boot TWRP before booting Android again. The stock rom tries to replace TWRP but TWRP will fix that on its first boot.
Click to expand...
Click to collapse
There was trouble with opening bootloader. I used a opening-tool, which said, that the device bootloader is now open - but it wasn´t. Everything´s ok now. I managed bootloader-opening with cmd.exe.
I think this thread should be titled "tested" instead of "untested".... works great! thanks
Dear Android Gurus,
I am new to XDA forum. I am going to try rooting my new Moto X Play and I am pretty excited about this as I am trying this for the first time. Can someone please confirm if the steps given here or in theunlockr website works for Moto X Play?
Mine is the Indian version - Model# XT1562 and below are the details. Please advice.
Hardware SKU: XT1562
Baseband Version: M8936_2020613.22.03.21.33R
LUX_EMEA_DSDS_CUST
Kernel version:
3.10.49-g6d623da
[email protected] #1
Wed Jul 15 21:06:16 CDT 2015
System version
23.21.10.lux_retasia_ds.retasiaall.en.03 retin
Build number
LPD23.118-10
koolkans said:
Dear Android Gurus,
I am new to XDA forum. I am going to try rooting my new Moto X Play and I am pretty excited about this as I am trying this for the first time. Can someone please confirm if the steps given here or in theunlockr website works for Moto X Play?
Mine is the Indian version - Model# XT1562 and below are the details. Please advice.
Hardware SKU: XT1562
Baseband Version: M8936_2020613.22.03.21.33R
LUX_EMEA_DSDS_CUST
Kernel version:
3.10.49-g6d623da
[email protected] #1
Wed Jul 15 21:06:16 CDT 2015
System version
23.21.10.lux_retasia_ds.retasiaall.en.03 retin
Build number
LPD23.118-10
Click to expand...
Click to collapse
Bro, don't root if you root u will not receive android marshmallow update for your phone, and u will lose your warranty
RahulPrasad said:
Bro, don't root if you root u will not receive android marshmallow update for your phone, and u will lose your warranty
Click to expand...
Click to collapse
Why not? You can get the better system, called CyanogenMod . And after i tested my phone for 3 weeks i dont need warrenty. Works perfect, and cm 12.1 with a new kernel is fantastic.
Bye, Klaus
RahulPrasad said:
Bro, don't root if you root u will not receive android marshmallow update for your phone, and u will lose your warranty
Click to expand...
Click to collapse
Hi Rahul, Do you mean I should wait for the marshmallow update to be done and after that I can root or should I wait till the warranty period gets over?
If you root you will be able to get any marshmallow rom that is available for the phone anyway. So don't worry about that nonsense. The warranty however is a different issue. It's all about whether you see the 'risk' as worth it.
Work !!
I root it in ten minute, thanks.
Can it be changed to say 'tested and works great', as it does.
Sent from my XT1562 using Tapatalk
I also have a concern on rooting. I like Moto Display function, so if I root it, I will lose it, so I will not.
SteveCC said:
I also have a concern on rooting. I like Moto Display function, so if I root it, I will lose it, so I will not.
Click to expand...
Click to collapse
That's a function of the ROM. I'm rooted with a custom recovery and stock ROM, and still have it.

Categories

Resources