Solved Trouble rooting my Pixel

I've tried TWRP, Unified Android Toolkit, and just booting Chainfire's boot-to-root.img. With TWRP I can't see the .zip I downloaded (all the /sdcard/* directories have gibberish names because the phone is encyrpted). With UAT and boot-to-root I end up in a boot loop. Any thoughts?
 

GoCliffGo05

Super Moderator
Staff member
Premium Member
What build are you on, and how are you issuing the root IMG command in fastboot?

Are you on a custom kernel or stock? The TWRP build is in alpha and not usable to root because of the way root is obtained on the pixel.

And is it the pixel or XL? Are you using the right files?

Sent from my Pixel XL using Tapatalk
 
OP
C

Chris.Nelson

Member
What build are you on

NDE63X

, and how are you issuing the root IMG command in fastboot?

That's not the command I used. I was following Google Pixel

Are you on a custom kernel or stock?

Stock.

The TWRP build is in alpha and not usable to root because of the way root is obtained on the pixel.

Then I misunderstood.

And is it the pixel or XL? Are you using the right files?

Pixel (the smaller one). I have the alpha2 files. (Alpha2 fixed the problem of not being able to see the contents of /sdcard/.)
 

GoCliffGo05

Super Moderator
Staff member
Premium Member
Sorry maybe I misunderstood. Have you tried fastboot boot (boottoroot) with boottoroot being the name of the file you need?

Sent from my Pixel XL using Tapatalk
 

GoCliffGo05

Super Moderator
Staff member
Premium Member
Looking at the developers thread, make sure your adb and fastboot is up to date, I use minimal adb and fastboot with no issues flash the stock boot image and then root image. Seems to be the problem most are having, outdated tools.

Sent from my Pixel XL using Tapatalk
 
Top