Root question - Moto E4 Questions & Answers

So how do I root this thing?
Verstuurd vanaf mijn Moto E (4) met Tapatalk

aadvandersteeg said:
So how do I root this thing?
Verstuurd vanaf mijn Moto E (4) met Tapatalk
Click to expand...
Click to collapse
Did you try this?
Lucas Eugene said:
UNLOCK YOUR BOOTLOADER​
WARNING: UNLOCKING YOUR BOOTLOADER VOIDS YOUR WARRANTY.PROCEED AT YOUR OWN RISK.
NOTE: Unlocking the bootloader will Wipe/ factory reset your device, and will delete all personal data from your device such as apps, photos, messages, and settings.
INSTRUCTIONS:
Make sure to take a backup of your entire device data.
Download the Android SDK OR Download the Minimal ADB and Fastboot
Install the latest Motorola USB Drivers on your desktop. Download here.
Put your device in fastboot mode (power off, then press the power and volume down buttons simultaneously).
Open Command Prompt on androidsdk/platform-tools/ (Hold Shift and right click and press open command window here)
Connect your Phone to PC
Type this in the CMD prompt window - fastboot oem get_unlock_data
You will get a return string. Copy it. [Right Click-Mark- Mark the text by pressing the shift key-Now press Ctrl+C]
Paste all the lines together in a notepad. Remove the empty spaces.
Now go to the Motorola Site.Sign in using your Google account or Motorola ID. Scroll down the page and paste the copied string in the field at step #6. Then click on ‘Can my device be unlocked?’, after which a "REQUEST UNLOCK KEY" button will appear at the bottom of page.
To get your unlock key, select the ‘I Agree’ option. Note: You will receive an email with your Unlock Key at the email address you used to log in there.
Important – Copy the 20-character key that Motorola sent you via email. Make sure your device is connected.
Then in CMD type: fastboot devices (To check your device is connected)
Then type: fastboot oem unlock UNIQUE_KEY
NOTE: In above command, replace the word ‘UNIQUE_KEY’ with the unlock code that you got via email. Then hit enter and the unlocking process should begin. Wait for a while and soon you’ll see ‘Bootloader Unlocked’ warning on your Moto E.
To relock the bootloader:
Go to Fastboot and give the command fastboot oem lock
You can always appreciate my work by pressing the Thanks Button.:good:
Good Day
Click to expand...
Click to collapse
---------- Post added at 06:50 AM ---------- Previous post was at 06:48 AM ----------
After you unlock your bootloader you can flash SuperSU in a custom recovery but someone would need to make one of those

mendelgordon said:
Did you try this?
---------- Post added at 06:50 AM ---------- Previous post was at 06:48 AM ----------
After you unlock your bootloader you can flash SuperSU in a custom recovery but someone would need to make one of those
Click to expand...
Click to collapse
No I haven't.
Verstuurd vanaf mijn Moto E (4) met Tapatalk

Root Moto E4 (XT1768)
Here's what worked for me (I have the snapdragon version of this phone):
Follow the following at your own risk!
If you're an expert with rooting, the twrp build that works for this phone is at https://forum.xda-developers.com/g5/development/unofficial-twrp-3-1-0-0-moto-g5-t3574450. Otherwise, details are below.
I'm assuming whoever is reading this has some rooting familiarity.
The short version is:
1. Unlock the boot loader
2. Boot twrp
3. Flash su and no-verify zip
4. Reboot to root'd phone.
0. Prepare
Get the following:
i. Motorola usb drivers: your pc won't talk properly with the device without these. google around for these.
ii. adb and fastboot: used to unlock the bootloader and boot twrp https://developer.android.com/studio/releases/platform-tools.html
iii. su zip: I used phh's https://superuser.phh.me/superuser-r259.zip you can probably get chainfire's or whatever else working
iv. no-verity-opt-encrypt-5.1 zip: https://www.androidfilehost.com/?fid=24459283995297893
v. twrp: this build seems to work for the E4 https://forum.xda-developers.com/g5/development/unofficial-twrp-3-1-0-0-moto-g5-t3574450
vi: (optional) stock roms: in case you need to go back https://androidfilehost.com/?w=files&flid=195327 applying these with RSD lite (if RSD can *actually* detect your phone) or manually (https://www.youtube.com/watch?v=njXQYn53SPc) should work.
0.1 Prepare the phone:
Get developer options on android and turn on "OEM unlocking" and "USB debugging".
Test that your pc can see the phone by running:
Code:
adb devices
0.2 Dump your zips onto the phone:
For this, I dumped the superuser-r259.zip and no-verity-opt-encrypt-5.1 zip onto an sd card (formatted as external).
I didn't try this without an sd card.
0.3 (optional) install the superuser apk
Install the apk before flashing to get root immediately after booting back from twrp.
1. Unlock the boot loader
The post here details how to unlock the motorola boot loader. Keep in mind it will probably void any warranty on the phone. This process involves signing up for a motorola account to get the unlock code.
https://forum.xda-developers.com/showpost.php?p=72878183&postcount=2
2. Boot twrp
Read the warnings in https://forum.xda-developers.com/g5/development/unofficial-twrp-3-1-0-0-moto-g5-t3574450
Because we'll be flashing stuff here, the phone may refuse to boot afterwards since a part of it changed without its knowledge. That's why the no-verify zip is necessary, to bypass this check on boot.
Put your phone in fastboot and run:
Code:
fastboot boot twrp-3.1.0-0-cedric.img
3. Flash su and no-verify zip
In twrp, hit cancel on the decryption screen and start twrp in read.
Go to install, switch to sd card, find the the zip location and flash su then no-verify.
4. Reboot
That should be it. When you reboot back to android, install the superuser apk if you haven't already and feel free to use your root.

Moto e4 is not on the list of the phones that can be unlocked, I have already chatted with moto customer care and they told me its bootloader can't b unlocked yet.

fountain1 said:
Moto e4 is not on the list of the phones that can be unlocked, I have already chatted with moto customer care and they told me its bootloader can't b unlocked yet.
Click to expand...
Click to collapse
So how did mer2017 do it?

These are the important questions.
Like seriously. How the hell.

gogozombiii said:
These are the important questions.
Like seriously. How the hell.
Click to expand...
Click to collapse
I'm saying it obviously works because it's been done
---------- Post added at 10:11 PM ---------- Previous post was at 09:28 PM ----------
I just unlocked my bootloader so it obviously works
---------- Post added at 10:11 PM ---------- Previous post was at 10:11 PM ----------
I just unlocked my bootloader so it obviously works

Now my phone isn't booting, says it can't load the kernel, I flashed the no verify thing but that isn't helping
---------- Post added at 11:49 PM ---------- Previous post was at 11:44 PM ----------
And now after turning it on and off many times it's working!

I still can't figure out how to root it, any ideas? I flashed SuperSU in TWRP many times and it's still not working.

Maybe magisk 13?
Sent from my Moto G (5) Plus using Tapatalk

vettejock99 said:
Maybe magisk 13?
Sent from my Moto G (5) Plus using Tapatalk
Click to expand...
Click to collapse
I tried it, and magisk 12, and pph's superuser. Now what ?

mendelgordon said:
I tried it, and magisk 12, and pph's superuser. Now what ?
Click to expand...
Click to collapse
Kingoroot and kingroot and kingroot pc all don't work

mendelgordon said:
Kingoroot and kingroot and kingroot pc all don't work
Click to expand...
Click to collapse
Thanks for the update
Sent from my Moto G (5) Plus using Tapatalk

I've successfully gotten my Moto e4 rooted. Proof:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

L551 said:
I've successfully gotten my Moto e4 rooted. Proof:
Click to expand...
Click to collapse
We know it's doable, we aren't looking for proof, we are looking for how to do it ourselves

mendelgordon said:
We know it's doable, we aren't looking for proof, we are looking for how to do it ourselves
Click to expand...
Click to collapse
First, I unlocked the bootloader through motorola's tool. Second, as there is no official TWRP for the e4, I used the Moto G5's TWRP img to BOOT from. (Flashing will not work, boot from it using fastboot) https://forum.xda-developers.com/g5/development/unofficial-twrp-3-1-0-0-moto-g5-t3574450
After in TWRP, I made a backup of stock everything. You'll need it if something goes wrong during the entire process.
After making sure that I was backed up, I then flashed Magisk 13.1. After that successfully flashed, I then flashed this file: https://www.androidfilehost.com/?fid=24459283995297893 . After rebooting (This may take a while), everything looked much the same, and it may look the same for you as well.
In my own case, the Magisk ZIP that I flashed did not install the Magisk Manager. Install that via the APK available in the Magisk 13.1 thread. After I did all that, I had successful root.

L551 said:
First, I unlocked the bootloader through motorola's tool. Second, as there is no official TWRP for the e4, I used the Moto G5's TWRP img to BOOT from. (Flashing will not work, boot from it using fastboot) https://forum.xda-developers.com/g5/development/unofficial-twrp-3-1-0-0-moto-g5-t3574450
After in TWRP, I made a backup of stock everything. You'll need it if something goes wrong during the entire process.
After making sure that I was backed up, I then flashed Magisk 13.1. After that successfully flashed, I then flashed this file: https://www.androidfilehost.com/?fid=24459283995297893 . After rebooting (This may take a while), everything looked much the same, and it may look the same for you as well.
In my own case, the Magisk ZIP that I flashed did not install the Magisk Manager. Install that via the APK available in the Magisk 13.1 thread. After I did all that, I had successful root.
Click to expand...
Click to collapse
I did all that but the magisk zip used to say it didn't Support my boot image and now it's just giving error 255

mendelgordon said:
I did all that but the magisk zip used to say it didn't Support my boot image and now it's just giving error 255
Click to expand...
Click to collapse
Hmm, I tried again and it gave an error that it couldn't mount the magisk image, here's some logs

Magisk won't install if your boot image is anything other than stock. So if you've attempted other methods, you'll need to restore the boot to stock.

Related

[TFQ][ROOT]Root Method[4.3][4.4][COOPTX]UPDATE

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Okay, so I have tested many different root methods on my Moto G. Somehow I managed to screw them all up! So here is how I got my root working. This method should work on Jelly Bean AND KitKat. This is my first guide, so if anything is missing, please notify me. DON'T GUESS! ask others for clarification. So far this is a Windows guide, I am unsure if this will work on Mac or Linux...
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Notice: None of these files are my own, not even the method. I just took different files and methods and messed with them until I was able to get root.
Okay, so here we go.
Files Needed:
My root tools
ADB Tools - make sure to add to your Window's Path (step 4 and on)
Moto G drivers
Be sure to place "supersu.motog.zip" on the root of your device
Directions:
1)Unlock your bootloader
2)Reboot into Bootloader
3)Flash Logo Fix
4)Flash TWRP or CWM
5)Reboot into Recovery
6)Flash "supersu.motog.zip"
7)Reboot
Indepth Look:
UNLOCKING BOOTLOADER
Follow this guide from Motorola
REBOOT INTO BOOTLOADER
1) Type mfastboot reboot-bootloader into Command Prompt and hit enter
FLASH LOGO FIX
1) Type fastboot flash logo logo.bin into Command Prompt and hit enter
FLASH RECOVERY
If on JB 4.3
TWRP
1) Type mfastboot flash recovery trecovery.img into Command Prompt and hit enter
or
CWM
1) Type mfastboot flash recovery crecovery.img into Command Prompt and hit enter
If on KK 4.4
TWRP
1) Type fastboot boot 44trecovery.img into Command Prompt and hit enter
or
CWM
1) Type mfastboot flash recovery 44crecovery.img into Commander Prompt and hit enter
REBOOT INTO RECOVERY
1) Press the volume down button
2) Press the volume up button
FLASH "SUPERSU.MOTOG.ZIP"
1) Wait for screen to time out
2) Awaken device with the power button
3) Tap "Install"
4) Select "supersu.motog.zip"
5) Swipe to install
WARNING! The touch screen will be buggy. Just try the best you can. It is possible to install the zip, I have done it. Good luck!
REBOOT
1) Reboot your phone
[CREDITS]
Motorola - for Moto G
Google - for Android
Redmond Pie - for ADB setup guide
@lost101 - for Moto G USB Drivers
@oasoas014 - for 4.3 Bootloader
@paulobrien - for "supersu.motog.zip"
@a1Pha - for TWRP & CWM
@ffosilva - for Logo Clean Up
@danger2u - for trying with CWM
@Paulskiii - for skipping JB Bootloader flash first Brave man right here.
@daothanhduy1996 - for getting me into Android!
@lokeshsaini94 & @Lifehacker7 - for reminding me that who cares about warranties? Root that phone!
Message me if I used your work and forgot to credit you!
Works! Rooted on 4.4 ota xt1034 thanks!
69
Works perfectly. Using CWM 6.0.4.5 and Kitkat. :good:
zyrn said:
Works perfectly. Using CWM 6.0.4.5 and Kitkat. :good:
Click to expand...
Click to collapse
Please be mature with your titles... Anyways, glad that my root method is working for you guys!
Paulskiii said:
Works! Rooted on 4.4 ota xt1034 thanks!
Click to expand...
Click to collapse
you write "4) Select "supersu.motog.zip" "
but where is it? I cna't find on my phone.
If I need to transfer what I downloaded, I don't know how.
I can't transfer to my phone, because I can't chose on usb mass storage , because that is nowhere.
I downloaded, the widget, but it works only rooted device...
I try turn off, and plug usb and turn on, but I don't have usb mass storage nowhere.
Sorry but this 4.3 system is strange to me.
robagp said:
you write "4) Select "supersu.motog.zip" "
but where is it? I cna't find on my phone.
If I need to transfer what I downloaded, I don't know how.
I can't transfer to my phone, because I can't chose on usb mass storage , because that is nowhere.
I downloaded, the widget, but it works only rooted device...
I try turn off, and plug usb and turn on, but I don't have usb mass storage nowhere.
Sorry but this 4.3 system is strange to me.
Click to expand...
Click to collapse
working with CWM 6.0.4.5
just flash this with the comand
fastboot flash recovery recovery.img
then boot into recovery and install Super su
recovery here
http://www27.zippyshare.com/v/10346740/file.html
danger2u said:
working with CWM 6.0.4.5
just flash this with the comand
fastboot flash recovery recovery.img
then boot into recovery and install Super su
recovery here
http://www27.zippyshare.com/v/10346740/file.html
Click to expand...
Click to collapse
Thank you I didn't include CWM because when I tried it, it didn't identify any of my zip files... I will update my Root Tools and OP with this information.
Thanks!
Excellent guide! The other methods did not work for me but this did.
Cooptx said:
WARNING! The touch screen will be buggy. Just try the best you can. It is possible to install the zip, I have done it. Good luck!
Click to expand...
Click to collapse
Glad you included that bit. Getting this part to work took near as long as the rest.
Ok, I found the way.
There is no USB Mass Storage mode on my Moto G.
I check on www.android.com/filetransfer and I need a file on Mac OS X.
Thank you very much!
danger2u said:
working with CWM 6.0.4.5
just flash this with the comand
fastboot flash recovery recovery.img
then boot into recovery and install Super su
recovery here
http://www27.zippyshare.com/v/10346740/file.html
Click to expand...
Click to collapse
Added this information to OP, and added CWM recovery.img to my zip file. Thanks!
I really REALLY appreciate this, but I'm really hoping for a way to Root without unlocking
Cooptx said:
Added this information to OP, and added CWM recovery.img to my zip file. Thanks!
Click to expand...
Click to collapse
if u flash the bootloader for 4.4.2 after u installed root u won t be able to boot into recovery clockworkmod
so u need to stay with 4.3 bootloader to making work the clockworkmod
we need a fix for 4.4.2 bootloader
---------- Post added at 02:00 AM ---------- Previous post was at 01:59 AM ----------
FiliBrushedRed said:
I really REALLY appreciate this, but I'm really hoping for a way to Root without unlocking
Click to expand...
Click to collapse
there is no way untill now
FiliBrushedRed said:
I really REALLY appreciate this, but I'm really hoping for a way to Root without unlocking
Click to expand...
Click to collapse
Sorry, but one of the reasons for the bootloader is to prevent root. I don't think anyone's has rooted with a locked bootloader
Sent from my XT1034 using Tapatalk
Cooptx said:
Sorry, but one of the reasons for the bootloader is to prevent root. I don't think anyone's has rooted with a locked bootloader
Sent from my XT1034 using Tapatalk
Click to expand...
Click to collapse
Since this is a Motorola thing, there's no way of getting warranty back right? Not even relocking... I'm considering on doing it... (Sorry I come from Sony Ericsson devices which I used to relock and voila, warranty is on)
Cooptx said:
Sorry, but one of the reasons for the bootloader is to prevent root. I don't think anyone's has rooted with a locked bootloader
Sent from my XT1034 using Tapatalk
Click to expand...
Click to collapse
Lol you mean for this phone right? Phones I used before tend to have root and 2nd int well before unlocked boot loader
sent from the kitty kat Atrix HD Maxx
Durteedee said:
Lol you mean for this phone right? Phones I used before tend to have root and 2nd int well before unlocked boot loader
sent from the kitty kat Atrix HD Maxx
Click to expand...
Click to collapse
I find it doubtful that anyone will bother with 2ndinit and other irritating hacks if you can unlock the bootloader so trivially.
root without unlocked bootloader generally requires an exploit to be found in Android (or potentially a driver) and those have gotten increasingly more rare...
from @Entrophy512 (http://forum.xda-developers.com/showthread.php?t=2583652)
Flashing bootloaders is a dangerous operation - it's one of the few ways you can hardbrick your device.
THIS IS TEMPORAL , you take the risk.
Cooptx said:
Sorry, but one of the reasons for the bootloader is to prevent root. I don't think anyone's has rooted with a locked bootloader
Sent from my XT1034 using Tapatalk
Click to expand...
Click to collapse
It's possible for other phones with bl locked. Boot from recovery, w/o flash it, only boot from a custom recovery, from here flash su zip.
I read here that on 4.3 using one of the modaco guides, omitting unlocking bl part, someone rooted his phone w/o unlocking bootloader.
In one of the first topic in this section.
denzel09 said:
It's possible for other phones with bl locked. Boot from recovery, w/o flash it, only boot from a custom recovery, from here flash su zip.
I read here that on 4.3 using one of the modaco guides, omitting unlocking bl part, someone rooted his phone w/o unlocking bootloader.
In one of the first topic in this section.
Click to expand...
Click to collapse
Shouldn't be possible. Like walking through locked door...
Sent from my GT-I8190 using Tapatalk
thanks man
awesome word :good:

Root 23.1.A.0.690 (UNLOCKED BOOTLOADER)

how i did it...
UNLOCKED BOOTLOADER ONLY
flashed 5.02 ftf
- flashed boot.img with recovery
- got into recovery and installed supersu.zip
- reboot to flashmode
- flashed with flashtool (excluded everything but kernel)
booted ok
supersu is working ok
root checker all green
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Is root explorer can mount system as R/O for u?
lonely2k5 said:
how i did it...
flashed 5.02 ftf
- flashed boot.img with recovery
- got into recovery and installed supersu.zip
- reboot to flashmode
- flashed with flashtool (excluded everything but kernel)
booted ok
supersu is working ok
root checker all green
Click to expand...
Click to collapse
Is your bootloader unlocked?
lonely2k5 said:
how i did it...
flashed 5.02 ftf
- flashed boot.img with recovery
- got into recovery and installed supersu.zip
- reboot to flashmode
- flashed with flashtool (excluded everything but kernel)
booted ok
supersu is working ok
root checker all green
Click to expand...
Click to collapse
I dont get it , in last step you falshed what with flash tool ??? And in second step flash which boot.img with recovery ????
Sent from my D6503 using XDA Free mobile app
yes. bootloader unlocked
no. system dir not writable
second step: find some boot.img with recovery built in (doomlord)
would rooting kernel from 4.4.2 and continuing the guide work?
NVM =\
lonely2k5 said:
yes. bootloader unlocked
no. system dir not writable
second step: find some boot.img with recovery built in (doomlord)
Click to expand...
Click to collapse
Put it in you OP this is only for Unlocked boot loader if someone flashes doomloads boot.img on a locked boot loader they'll brick there devices
getting root on unlocked boot loader is easy but locked boot loaders the problem
For Loacked boot loaders : http://forum.xda-developers.com/xperia-z2/development/stock-d6503-23-1-0-690-bal-rooted-t3057150
How do i flash the boot.img,
Jhon998 said:
How do i flash the boot.img,
Click to expand...
Click to collapse
You need a unlocked bootloader
Rajeev said:
You need a unlocked bootloader
Click to expand...
Click to collapse
Yes mine is
---------- Post added at 04:24 PM ---------- Previous post was at 04:24 PM ----------
when flashing boot.img mine show waiting for device, my device is connected in fastboot mode
---------- Post added at 05:22 PM ---------- Previous post was at 04:24 PM ----------
Never mind got it working
Without one adv stock kernel,I dont think we would have full root access.
jsscx said:
Without one adv stock kernel,I dont think we would have full root access.
Click to expand...
Click to collapse
what does "adv kernel" mean?
can confirm
Just did this, can confirm that this is working, UNLOCKED BOOTLOADER, OFC
I didnt flash the boot.img per recovery because i didnt knew how, its also working with fastboot:
Code:
fastboot flash boot boot.img
How can i root 5.0.2 with unlock bootloader, anyone help me step by step, i'm noob :crying::crying::crying:
i'm sorry for bad english
Weattseat said:
How can i root 5.0.2 with unlock bootloader, anyone help me step by step, i'm noob :crying::crying::crying:
i'm sorry for bad english
Click to expand...
Click to collapse
First you download the .690 FTF from this forum, there is a post about it.
Then you use flashtoool (there are several posts, just google, how to use it)
Then download fastboot(also just google it and download, you also find tutorials) and install it.
Then google for DooMLord boot.img and download it
Put it in the same folder as fastboot and use SHIFT-Right mouse click and open CMD and type this, while your phone is in fastboot mode (also google how to)
Code:
fastboot flash boot boot.img
Download SuperSU (also google is your friend) and put it on internal or external storage
Afterwards you boot your device, during the first few seconds hold the volume up key, a menu will pop up
You choose install zip(? not sure how it is called)
Navigate to the folder you put SuperSU and install it
Then you turn of your phone
You use flashtool again, choose the FTF you downloaded in step 1, and flash it again, BUT this time you exclude(little box on the right when you choose the ftf you want to flash) EVERYTHING except kernel
DONE! Happy root!
Maybe someone can find all the requiered stuff =)
phillipo6 said:
First you download the .690 FTF from this forum, there is a post about it.
Then you use flashtoool (there are several posts, just google, how to use it)
Then download fastboot(also just google it and download, you also find tutorials) and install it.
Then google for DooMLord boot.img and download it
Put it in the same folder as fastboot and use SHIFT-Right mouse click and open CMD and type this, while your phone is in fastboot mode (also google how to)
Code:
fastboot flash boot boot.img
Download SuperSU (also google is your friend) and put it on internal or external storage
Afterwards you boot your device, during the first few seconds hold the volume up key, a menu will pop up
You choose install zip(? not sure how it is called)
Navigate to the folder you put SuperSU and install it
Then you turn of your phone
You use flashtool again, choose the FTF you downloaded in step 1, and flash it again, BUT this time you exclude(little box on the right when you choose the ftf you want to flash) EVERYTHING except kernel
DONE! Happy root!
Maybe someone can find all the requiered stuff =)
Click to expand...
Click to collapse
I try everything but my phone can not start(auto rs when show sony xperia logo)
Weattseat said:
I try everything but my phone can not start(auto rs when show sony xperia logo)
Click to expand...
Click to collapse
First make sure the phone is booting when you have 5.0.2 installed
then flash boot.img, check if it is booting
flash supersu, check if it is booting
flash FTF Kernel, check if it is booting
and tell me where it doesnt boot anymore
phillipo6 said:
First make sure the phone is booting when you have 5.0.2 installed
then flash boot.img, check if it is booting
flash supersu, check if it is booting
flash FTF Kernel, check if it is booting
and tell me where it doesnt boot anymore
Click to expand...
Click to collapse
i will try again, anyway so many tks u
---------- Post added at 09:34 PM ---------- Previous post was at 09:12 PM ----------
@phillipo6:
it work, finally
Tks u again for everything
1 First you download the .690 FTF from this forum, there is a post about it. = and then?? download, but not flash?
2 Then you use flashtoool (there are several posts, just google, how to use it) = u mean flash now???
3 Then download fastboot(also just google it and download, you also find tutorials) and install it. = Do u mean fastboot drivers??
4 Then google for DooMLord boot.img and download it = any boot file can make it??????
I loose my mind, becouse people dont have strength to write good tutorial.. They get angry
when ask something abaut it... !!!!!!!!!!!!!!
---------- Post added at 02:01 ---------- Previous post was at 01:55 ----------
Can i use this boot.img whats inside of this = D6503_23.1.A.0.690_XZDRKernel2.8.3-RELEASE.flashable.zip
Do u mean fastboot drivers??
Question..!
[*]First you download the .690 FTF from this forum, there is a post about it.
[*]Then you use flashtoool (there are several posts, just google, how to use it)
[*]Then download fastboot(also just google it and download, you also find tutorials) and install it.
[*]Then google for DooMLord boot.img and download it
[*]Put it in the same folder as fastboot and use SHIFT-Right mouse click and open CMD and type this, while your phone is in fastboot mode (also google how to)
[*]
Code:
fastboot flash boot boot.img
[*]Download SuperSU (also google is your friend) and put it on internal or external storage
[*]Afterwards you boot your device, during the first few seconds hold the volume up key, a menu will pop up
[*]You choose install zip(? not sure how it is called)
[*]Navigate to the folder you put SuperSU and install it
[*]Then you turn of your phone
[*]You use flashtool again, choose the FTF you downloaded in step 1, and flash it again, BUT this time you exclude(little box on the right when you choose the ftf you want to flash) EVERYTHING except kernel
[*]DONE! Happy root!
[/LIST]
Maybe someone can find all the requiered stuff =)
my question is, if I am already root, just flash the kernel ...?

[ROOT]How to get root Moto G 2015 With Android Marshmallow 6.0 (worked in XT1541)

:fingers-crossed:How to get root Moto G 2015 With Stock Android Marshmallow 6.0 (XT1541)​
Hi guys. Now I have a Moto G 2015 XT1541 with previously unlocked bootloader (following Motorola Guide described here, be careful unlocking bootloader wipes everything!) with recently installed Europe Retail Stock ROM MM 6.0, but i was having some issues trying to install TWRP 3.0 and SuperSU 2.65....until now.
With latest SuperSU you will get bootloop, and probably you need to reinstall the stock rom completely.........but... ....This method works fine!
Try it yourself on XT1540, XT1542, XT1543, XT1544 and XT14548 variants
So, I have used TWRP twrp-osprey-2.8.7-r7.img for the recovery and Super SU Beta 2.62 (BETA-SuperSU-v2.62-3-20151211162651.zip) to get root on my device.
Get TWRP recovery and ROOT
Step 0: enter to developer options (tap 7 times the build number) and select Allowing USB debubbing and Allow OEM unlock options
Step 1: install TWRP 2.8.7-r7 entering to bootloader mode
Turn off the device, press power and volume down and wait for two seconds. device will show bootloader mode in black screen, connect it to the pc through usb cable
Step 2: Paste twrp2.8.7-r7.img file into folder \Android\sdk\platform-tools and rename it to recovery.img (this requires previously installed Android SDK Tools, but you can do the same with MinimalADB
open cmd in windows, navigate to the platform-tools folder location and write this line:
Code:
fastboot boot recovery.img
Wait until ok message appears in cmd
TWRP will appear, and press reboot System. Enter bootloader mode again and type in CMD the following:
Code:
fastboot flash recovery recovery.img
Wait until ok message appears in cmd. After that, press in bootloader mode the recovery option, you will enter to twrp and now new recovery becomes permanent, press Reboot system.
Step 3: copy BETA-SuperSU-v2.62-3-20151211162651.zip file into the device and after that, disconnect it from usb
Step 4: turn off the device, enter bootloader mode as stated in step 1, and select the recovery option with the volume up and down , press power button to enter to recovery and twrp will appear instead of original recovery.
Step 5: in twrp press install, select location of the Beta SuperSu File, select beta Super SU zip file and allow installation swipping to the right side and wait until it finish.
Step 5.1: after flash Super SU, wipe dalvik and cache through twrp, pressing the wipe dalvik/cache button located in left side.
Step 6: in twrp press button reboot now.
Wait a little while android rebuild the cache.
The device will enter to the home screen. check that super su app is installed
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Note: if twrp offers to you install SuperSu dont let it. That causes a bug.
Step 7: Install Root checker and check if you are root.
Thats all folks!!
-------------------------------------------------------------------------------------------
Plus 1 - If something goes wrong you can reinstall Stock as described in this repair guides. Check here the firmware and here the reinstall instructions
Plus 2 - How to delete the Motorola annoying unlock bootloader message:
Step 0: connect the device to the pc, copy unlocked_logo.zip file into the device and after that, disconnect from usb
Step 1:
Turn off the device, press power and volume down and wait for two seconds. device will show bootloader mode in black screen
Step 2: In bootloader mode select with the volume up and down the recovery option, press power button to enter and twrp will appear
Step 3: in twrp press install, select location of the unlocked_logo.zip File, select that file and allow installation swipping to the right
Step 4: in twrp press reboot now. The device will boot without nagging window.
Excellent instructions. First time I saw detail to flash TWRP in a manner that does not revert back to stock recovery.
One recommendation, after the first boot to recovery, make a clean (pre-root, pre-cutom recovery) TWRP back up to your SD Card. If anything goes wrong, just flash this backup.
MrTooPhone said:
Excellent instructions. First time I saw detail to flash TWRP in a manner that does not revert back to stock recovery.
One recommendation, after the first boot to recovery, make a clean (pre-root, pre-cutom recovery) TWRP back up to your SD Card. If anything goes wrong, just flash this backup.
Click to expand...
Click to collapse
Thank you so much! you appreciate my work after several soft bricks and some bootloops something good result! :silly:
MrTooPhone said:
One recommendation, after the first boot to recovery, make a clean (pre-root, pre-cutom recovery) TWRP back up to your SD Card. If anything goes wrong, just flash this backup.
Click to expand...
Click to collapse
Man I wish read your advice last night before I used one of those automated programs to root (installed latest super su) and bootloop city. I figured I would make a backup right after rooting.
I recovered by installing a close to stock 5.11 rom with twrp but would like to get back to MM without starting from scratch.
Does anyone know of a Stock MM rom (not ASOP) that can be installed with twrp?
If you get that The phone is not allowed to unlocked The bootloader when i try, how can i unlocked it then
Skickat från min MotoG3 via Tapatalk
Hi can i use same method to root my moto g xt1550 6.0 2Gb version?
Pls reply.
And i there CWM recovery available instead of TWRP Recovery...
I like CWM.
moto g 3rd gen
did everything in tor says no such file or dorectory software status says modified does that have anything to do with it? I'm lost
Amirphp said:
Hi can i use same method to root my moto g xt1550 6.0 2Gb version?
Pls reply.
And i there CWM recovery available instead of TWRP Recovery...
I like CWM.
Click to expand...
Click to collapse
I have same question
Amirphp said:
Hi can i use same method to root my moto g xt1550 6.0 2Gb version?
Pls reply.
And i there CWM recovery available instead of TWRP Recovery...
I like CWM.
Click to expand...
Click to collapse
AniketDhoke said:
I have same question
Click to expand...
Click to collapse
yes you can use this method for xt1550
there is no CWM recovery for Osprey
how much time will it take to rebuild the cache..?? please tell me...after the process 40 mins has passed and still now my moto g3 has not turned on...it still on the boot screen .......
hkr008 said:
how much time will it take to rebuild the cache..?? please tell me...after the process 40 mins has passed and still now my moto g3 has not turned on...it still on the boot screen .......
Click to expand...
Click to collapse
I've had it do that on a new flash and I just held the power down until it shut off and when I turned it back on it boots normally.
Thanks, did not understand why the latest version not started, I see that you can not install a more current than version 2.65.
Enviado desde mi MotoG3 mediante Tapatalk
veloz46 said:
Thanks, did not understand why the latest version not started, I see that you can not install a more current than version 2.65.
Enviado desde mi MotoG3 mediante Tapatalk
Click to expand...
Click to collapse
Yes the tutorial is very clear versión 2.62-3 is the only one that works
Sent from my MotoG3 using Tapatalk
One tap root
Is any one tap root system available for moto g version 3 (2015) xt1550 running android 6.0 with build number mpi24.65-25 . need it desperately !
in STEP 2, if i use adb minimal i've not this folder \Android\sdk\platform-tools, where i put recovery.img? on minimal folder?
MrTooPhone said:
Excellent instructions. First time I saw detail to flash TWRP in a manner that does not revert back to stock recovery.
One recommendation, after the first boot to recovery, make a clean (pre-root, pre-cutom recovery) TWRP back up to your SD Card. If anything goes wrong, just flash this backup.
Click to expand...
Click to collapse
how i can do that?
thanks
sethgreen said:
" after the first boot to recovery, make a clean (pre-root, pre-cutom recovery)"
how i can do that?
Click to expand...
Click to collapse
Make sure you have a portable SD Card installed. Then simply boot TWRP, set back up location to SD Card, and make back up. If you never used TWRP, you may want to Google it and learn a little before your first attempt.
roouted my device, everything ok
Just to report, it worked on my XT1543 (dual sim, 1GB)
Enviado de meu MotoG3 usando Tapatalk
Couldn't get this to work on XT1541 with 24.44.1.osprey_reteu_reteu.en.EU reteu with the instructions mentioned in the first post.
I got things to work by using the latest SuperSU and forced it to install in system-less mode. This worked quite well.
1. First go to bootloader using power+volumedown or from PC:
Code:
adb reboot bootloader
2. Then boot TWRP (3.0.0-r2 in my case worked fine):
Code:
fastboot boot twrp-osprey-3.0.0-r2.img
3. Now copy SuperSU to the phone:
Code:
adb push BETA-SuperSU-v2.68-20160228150503.zip /sdcard/
4. Next make sure SuperSU will install in system-less mode:
Code:
adb shell
echo SYSTEMLESS=true > /data/.supersu
5. Install SuperSU by pressing "Install" in TWRP, select BETA-SuperSU-v2.68-20160228150503.zip and swipe. After installing you should see in the log that it used system-less mode. Now you can "Clear Cache/Dalvik" as well.
6. Now reboot. It should show the "Warning Bootloader Unlocked" screen once, then reboot, then show it again and this time it should continue booting into Android.
Hi guys, for me I had NO problem flashing "BETA-SuperSU-v2.62-3-20151211162651.zip" using "twrp-osprey-3.0.0-r2.img" on MPI24.65-33.1 Build number XT1541 (+ Allow OEM unlock options)

[GUIDE][AIO] Unlock bootloader, root and recovery for the Moto G

OK guys, so I'm making this thread because I just got a Moto G today, and I had a tough time 'setting it up' since there was no complete info at a single place.
Tested and verified this on Moto G XT1033 running Android 5.1, but it should work with other variants and android versions as well.
So this guide will help you to:
Unlock bootloader
Install a custom recovery
Root your device
Unlocking the bootloader
Unlocking the bootloader is pretty easy.
First download the Official Motorola USB drivers and install it
Now goto Motorola bootloader unlock page. Login with your Google account.
Now take your Moto G, and power it off.
Now press both Power and Vol - button for 2-3 sec and let go of the keys.
Your Moto G will boot into fastboot mode.
Connect the phone to PC via USB.
Open CMD from your adb/fastboot directory.
Type:
Code:
fastboot oem get_unlock_data
You will get a similar string:
Code:
(bootloader) 0A40040192024205#4C4D3556313230
(bootloader) 30373731363031303332323239#BD00
(bootloader) 8A672BA4746C2CE02328A2AC0C39F95
(bootloader) 1A3E5#1F53280002000000000000000
(bootloader) 0000000
Now copy paste the string from CMD to Notepad (right click in CMD, press select, select the string with mouse and press enter. Then Ctrl+V into Notepad)
Paste together the 5 lines of output into one continuous string without (bootloader) or ‘INFO’ or white spaces. Your string needs to look like this:
Code:
0A40040192024205#4C4D355631323030373731363031303332323239#BD008A672BA4746C2CE02328A2AC0C39F951A3E5#1F532800020000000000000000000000
Now copy paste that to the Motorola website and click request unlock key at the bottom of the page.
You will receive an email with the unlock key.
Retrieve the unlock key
Now, in the go back to CMD:
Code:
fastboot oem unlock
The bootloader will unlock, and your phone will reboot.
Your boot logo will be replaced by a warning.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Congrats, you have now unlocked the bootloader of your Moto G!
Installing custom recovery and rooting
OK, now on to the next big step.
In this guide, I'll be installing TWRP 3.0.2.0
First, download official TWRP 3.0.2.0 from the Moto G TWRP page.
After downloading, copy it to where you can access adb/fastboot.
Rename it to twrp3g.img
Download the latest SuperSU flashable zip from
Copy it to your phone.
Enable USB debugging and give your PC access.
Open CMD from adb/fastboot location and type:
Code:
adb reboot bootloader
Your phone will boot to fastboot mode.
Now in CMD type:
Code:
fastboot flash recovery twrp3g.img
Now do not reboot.
Instead use volume down to goto recovery option in fastboot, and vol up to select.
Voila!!
You will now boot to TWRP 3.
Mount the system as R/W (they will prompt to)
Now touch install, and select the SuperSU zip you copied.
Let it flash and then reboot.
Congratulations, you now have a Moto G with unlocked bootloader, TWRP 3 recovery and root access :good:
If you have any doubts/queries, feel free to ask!
Nice to see you @skyinfo after a long time
Thanks for the guide! Been missing tweaking Android for 2 years wonder how far the modding community become.
please also add how to unroot and relock the bootloader....
After flashing SuperSu, my phone gets stuck in a boot loop, any ideas?
Figured it: Flashed 7.1 ROM, root option is enabled from Settings. Never ever seen it done like that before!
im trying to unlock my moto g first gen mobile aslo im downloading android studio 2.2 but still im felt to unlock not found fast boot and sdk tools pls help
Not working with XT1045
"Now copy paste that to the Motorola website and click request unlock key at the bottom of the page."
Results in the message "Your device does not qualify for bootloader unlocking."
What's the wrong?
Error UTAG flash fail when I tri to install twrp
---------- Post added at 10:55 AM ---------- Previous post was at 10:55 AM ----------
[/COLOR]
romavik said:
"Now copy paste that to the Motorola website and click request unlock key at the bottom of the page."
Results in the message "Your device does not qualify for bootloader unlocking."
Click to expand...
Click to collapse
Same here, the reply from the Lenovo Team was that my key was archived for beeing too old.
How do I put the latest SuperSU flashable zip onto my phone,as It won't boot up and it's not showing on my pc?
Is this thread still active?
adrian_nwf said:
---------- Post added at 10:55 AM ---------- Previous post was at 10:55 AM ----------
[/COLOR]
Same here, the reply from the Lenovo Team was that my key was archived for beeing too old.
Click to expand...
Click to collapse
So there is no chance for unlocking? I have the same problem.
sukk0r said:
So there is no chance for unlocking? I have the same problem.
Click to expand...
Click to collapse
Nope...at least that i am aware of
adrian_nwf said:
Nope...at least that i am aware of
Click to expand...
Click to collapse
Two days ago, I tried it a couple of times and it never worked. But today I tried it one more time and it worked instantly.
I think the site not working properly.

[Guide][How-To] Root Android 8 Oreo - Pixel (XL) + SafetyNet Pass

This is how to root with SuperSU and includes flashing SuperSU Hide for Android O
Requirements:
Unlocked BootLoader
Latest fastbook/adb drivers (https://forum.xda-developers.com/android/software/guide-how-to-set-fastboot-adb-to-wide-t3591240)
Android O image (https://developer.android.com/about/versions/o/download.html#top)
SuperSU 2.82 SR3 (https://forum.xda-developers.com/apps/supersu/2014-09-02-supersu-v2-05-t2868133)
Modded Version of the TWRP that works for Pixel/XL DP4/O (https://forum.xda-developers.com/pixel/development/mod-twrp-recovery-pixel-android-o-dp4-t3651896)
If you want SuperSU Hide for safety net passing (as of (8/21/2017 this is working) for Android Pay, Pokemon GO, Snapchat download SuperSU Lite from here (https://forum.xda-developers.com/apps/supersu/suhide-lite-t3653855)
The How to part
Flash the Android O factory image on your device
Let the divice boot and go through setup and i advise you set a lockscreen method (Pin, Pattern, Password whatever you want but this will allow TWRP to decrypt your data more consistently) then reboot to bootloader
boot into the TWRP linked above
Go to "Wipe" select "Advanced wipe" check just "internal storage" and swipe to wipe
your device's internal storage should now be accessible via your PC/Mac/Linux so copy of the linked SuperSU SR3 we downloaded from above
Back to TWRP and the device, flash the SuperSU you copied over
let it finish then swipe to reboot to system (do not install the TWRP installer app it asks you to install before the reboot)
let the system boot up and check to make sure supersu is there
reboot back to bootloader and boot into the TWRP
Enter your lockscreen login (Pattern will show up if you used a pattern otherwise type in you password or pin when it asked for password)
copy the supersu hide lite from your PC/Mac/Linux to the internal storage of the device
flash it in twrp then swipe to reboot to system
Finally when it boots you should have supersu and SUHide installed!
Few Notes:
-It is very important to know that we are not flashing TWRP to our system when in fastboot/bootloader. If you're coming from an older device or just new to the Pixel in general this will be kinda weird to you I'm sure. The reason we do no do this is (long story short) A/B partition devices like the Pixel's are a whole new ball game and there is still development being done to get traditional methods of installing aftermarket recoveries working. But till then we have to boot into things so the change is temporary and does not alter the device's recovery partition.
-How SuperSU Hide works is pretty self explanatory but if you're like me, the whole safety net thing is annoying and i haven't felt like reading about it. So using the "suhide" app you now have, you want to make sure root is hidden from the apps that watch for it and stop themselves from running is they see root (Snapchat, Android Pay and Pokemon GO are all examples of these apps)
the "About" tab in the "suhide" app is very helpful
Old instructions for Android O DPs
Early reports say boot-to-root (the method covered here) works for DP4
Rooting DP1-4 is very easy.
Make sure bootloader is unlocked
Make sure Fastboot/adb drivers are fully up to date. (Follow this guide to make sure: https://forum.xda-developers.com/android/software/guide-how-to-set-fastboot-adb-to-wide-t3591240 )
Download dp1-3 (https://developer.android.com/preview/download.html)
Download SuperSU 2.82 SR 1 for Pixel (or pixel xl) (https://forum.xda-developers.com/showpost.php?p=72686197&postcount=10481) [Updated to new fixed version that repaird system mounting issue]
Just flash Dev Preview like normal
boot into system and setup android
Reboot to bootloader
Exact the downloaded supersu
Reboot to bootloader
open a cmd in the extracted supersu location and type
Code:
fastboot boot boot-to-root.img
it will take about 7 minutes to boot but when it does you should have root
Original Instructions for rooting DP1
So after a few weeks of being without root on Android O for the Pixel user Sachi315 discovered how to get root on O by installing 7.1.2 on one slot and android O on the other. This allows Android O to fully boot after installing SuperSU. I wont go into the details of how it works because thus far its all speculation on my part and hopefully someone out there who knows more about these new partitions could better explain it. But for now I'm just going to show you how to do it.
Requirements
+Download 7.1.2 for your Pixel (XL)
-----N2G47E (https://developers.google.com/android/images)
+Download Android O for your Pixel (XL)
-----(https://developer.android.com/preview/download.html)
+SuperSU RS4 2.79 Extra Delay
-----(https://download.chainfire.eu/1024/...-SR4-20170323220017-ODP1-5X-6P-ExtraDelay.zip)
+TWRP RC1 bootable image & RC2 Flashable zip
-----For Pixel (https://dl.twrp.me/sailfish/)
-----For Pixel XL (https://dl.twrp.me/marlin/)
+Backup everything on you device, it will be purged
-----Make sure you have the latest fastboot binaries (I HIGHLY recomend you set this up manually. How to do so can be found in my tutorial here)
+Unlocked bootloader
To make sure you have the latest fastboot binaries press the windows key and type cmd. In the command line type "fastboot" This should return you get. Showing all the available fastboot commands including the new "--slot" commands. If this list has the options --set-active[=<slot>], --slot <slot> listed towards the bottom then you're all ready to move on. (see screenshot for list of other commands you should see)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
Editing the flash-all.bat from your downloaded 7.1.2 and android o factory images
-Extract both to your working folder
-Find the "flash-all.bat" in the extracted 7.1.2 (N2G47E) right click and select "Edit"
-At this point we are going to clean the flash all up a bit. Its not a necessity but if you don't add some much needed line breaks it can get messy and confusing.
-Below i have a screen shot of what mine looks like cleaned up. Just press enter in the places i did. *Adding the line breaks does NOT mess with the code at all*
-----Toward the end of the commands you will see i added '--skip-reboot" between "update" and "image-sailfish-n2g47e.zip" This command makes it to where the device will not restart after the flash-all is finished. It is important you add this in the same place.
​-Now that we have this cleaned up, go ahead and save it really quick before we start adding to it.
-We are going to add a few "--slot" commands to it so it only installs to one slot. Below you can see what mine looks like after i added the commands. Match yours to mine (highlighted by red boxes)
-If you are on marlin, your image and zip names will be different but it's the same principal
​-after you add what i have above, save the flash-all.bat and close out of it.
Now we move over to the android o dev preview
-Open the extracted dev preview and right click on its flash-all.bat. Select "Edit"
-We are basically doing the exact same thing in this one BUT instead of the new commands being "slot _a" they will be "slot _b" (See below for the difference and we are still adding the "--skip-reboot" command)
​-Once your changes have been made in this flash-all.bat, save and close out.
Flashing the Images
Go ahead and get your Pixel into bootloader mode and plug it in.
before we start flashing we are going to clean the device up. This step will erase everything on the device.
Go into command prompt and type:
Code:
fastboot --slot _a -w
let it finish its thing then type
Code:
fastboot --slot _b -w
Device is cleaned. Now staying in bootloader type
Code:
fastboot --set-active=_b
then
Code:
fastboot reboot-bootloader
Now close out of this command prompt and run the flash-all.bat from the android o dev preview folder.
Let it do its thing and after its done, it should be left in bootloader.
now run the flash-all.bat from the 7.1.2 image folder you have.
Same thing; let it run its course and finish up.
Now you should be still in bootloader.
type in cmd
Code:
fastboot --set-active=_a
now type
Code:
fastboot reboot-bootloader
when it comes back up look at the phone and make sure is says the slot is "a" if it does, you're good to move on!
Installing TWRP and Root
From here; boot into TWRP (RC1)
-Make sure youre in slot A by going to "Reboot" then looking at the bottom (It should be slot A at this point, if its not something wasnt done correctly in the above steps)
+At this point i had the issue that my pixel would show up under "This PC" in explorer and was recognized by adb BUT none of the internal storage could be interacted with via my PC (this includes adb commands) so i couldnt get TWRP RC2 or SuperSU SR4 2.79 Extra Delay on the device to be flashed.
-To fix this: got to wipe>advanced wipe>check internal storage ONLY then wipe this partition.
-Unplug your phone and plug it back in and Windows Explorer should be able to work with the internal storage now.
-Now transfer TWRP RC2 and SuperSU sr4 2.79 Extra Delay to your Pixel
-From TWRP on your device, flash just TWRP RC2 for now. After it is installed, switch to slot b in TWRP. Then reboot to recovery.
-When TWRP comes back up, check to make sure youre in slot B still.
-If you are, now flash SuperSU SR4 2.79 Extra Delay.
-Now reboot.
-It should boot into android o, walk through setup and make sure supersu is installed.
-If it is, Congratulations you have rooted android O on your Pixel!
This method has was discovered by @Sachi315 (here)
Make sure you give him tons of thanks for getting the method up and running!
Im storing this here for my own sake testing wise please ignore https://forum.xda-developers.com/showpost.php?p=72604085&postcount=10323
Off Topic is welcome as long as its still Pixel/Root/TWRP/Development/Questions but back and forth bickering will be and should be reported.
finally, thx for this guide! will give it a try and feedback. BTW, can I share this guide with my native language? source url and your ID will be declaimed, of course.
can it be done on a locked BL?
like EE (uk) or Verizon?
y2grae said:
can it be done on a locked BL?
like EE (uk) or Verizon?
Click to expand...
Click to collapse
Nope, nor would you want to.
Queentus said:
finally, thx for this guide! will give it a try and feedback. BTW, can I share this guide with my native language? source url and your ID will be declaimed, of course.
Click to expand...
Click to collapse
As long as credit is given, by all means!!!
bobby janow said:
Nope, nor would you want to.
Click to expand...
Click to collapse
Why is that? Just curious.
bobby janow said:
Nope, nor would you want to.
Click to expand...
Click to collapse
awakenedwithin said:
Why is that? Just curious.
Click to expand...
Click to collapse
Yes I too am curious
awakenedwithin said:
Why is that? Just curious.
Click to expand...
Click to collapse
Because with a locked bootloader there are no means to recover if you screw something up. I mean none other than return the device and plead for mercy. If you want to play around, and I certainly do with my 5x, then make sure the bl is unlocked or that you can fastboot and unlock it if needed. The EE and Verizon models cannot be unlocked. I have one.
bobby janow said:
Because with a locked bootloader there are no means to recover if you screw something up. I mean none other than return the device and plead for mercy. If you want to play around, and I certainly do with my 5x, then make sure the bl is unlocked or that you can fastboot and unlock it if needed. The EE and Verizon models cannot be unlocked. I have one.
Click to expand...
Click to collapse
Oh I miss understood what you were trying to say.
Right. I should probably put unlocked bt as a requirement
eqbirvin said:
Oh I miss understood what you were trying to say.
Right. I should probably put unlocked bt as a requirement
Click to expand...
Click to collapse
You can, sure. But hopefully your walk through is read before attempting to do this and it clearly states to boot into TWRP. That's impossible with a locked bootloader.
bobby janow said:
Because with a locked bootloader there are no means to recover if you screw something up. I mean none other than return the device and plead for mercy. If you want to play around, and I certainly do with my 5x, then make sure the bl is unlocked or that you can fastboot and unlock it if needed. The EE and Verizon models cannot be unlocked. I have one.
Click to expand...
Click to collapse
Thank you for the reply!
Thanks for this. I just got a sailfish this evening. I should be trying this out tomorrow. :good:
sheesh.....becoming harder and harder to root now.....yikes
mikeprius said:
sheesh.....becoming harder and harder to root now.....yikes
Click to expand...
Click to collapse
Dev previews are always a bear at first, I do hope this doesn't become the norm though. Pixel doesn't make it any easier haha
Thanks
@eqbirvin
I successfully rooted my new sailfish with o preview following your instructions. :highfive:
One place I got stuck was not knowing that there is no recovery partition in Pixel. I tried
fastboot flash recovery twrp-3.0.2-0-RC1-fastboot-sailfish.img and obviously failed.
A little bit of searching led me to the right command
fastboot flash boot twrp-3.0.2-0-RC1-fastboot-sailfish.img
Thank you for decoding the rather cryptic post https://forum.xda-developers.com/showpost.php?p=71865004&postcount=1266 from @Sachi315 and creating a step-by-step process that works. :good::good::good:
Is that fastboot boot twrp or fastboot flash boot twrp?
Sent from my Pixel using XDA-Developers Legacy app
bobby janow said:
Is that fastboot boot twrp or fastboot flash boot twrp?
Click to expand...
Click to collapse
Boot TWRP.img, flash doesn't work on pixels
Do you always let the phone boot up normally after stock, then go into bootloader and boot TWRP, the flash the TWRP zip ?
Afterwards, do you reboot TWRP into recovery again then stock, or just flash the .zip of TWRP then go right into stock ?
The process for this has been more confusing than the Nexus b/c there are slots a and b.
eqbirvin said:
Boot TWRP.img, flash doesn't work on pixels
Click to expand...
Click to collapse
That's what I thought. Just correcting the above post is all.
mikeprius said:
Do you always let the phone boot up normally after stock, then go into bootloader and boot TWRP, the flash the TWRP zip ?
Afterwards, do you reboot TWRP into recovery again then stock, or just flash the .zip of TWRP then go right into stock ?
The process for this has been more confusing than the Nexus b/c there are slots a and b.
Click to expand...
Click to collapse
Don't boot into system after 7.1.2 flash or Android O flash. Just boot into TWRP, flash the TWRP rc2 (after dealing with internal storage issue) change to slot b (while still in TWRP) then reboot to recovery and make sure you are in slot b again. Finally flash SuperSU package.
Ugh I know. I love the pixel but is slot/partition change is a headache haha

Categories

Resources