nexus 6 update to 5.1 from 5.0 - Nexus 6 Q&A, Help & Troubleshooting

hey guys, Im a total NOOB to all these things. was using iphone before now shifted to android. Let me start from first. i got a nexus 6 1 mnth bak. So as soon as i got it, i put it for 5.1 update. hours later update got downloaded and i clicked install. then halfway thru the updating it said error and it started to restart. then it kept on bootlooping to the android optmisation screen. I cudnt do anything else. tried doing wipe cache, factory reset- nothing worked. SO i replaced my phone for a new nexus 6.
Now iM Totally scared to update it to 5.1 OTA. iM Ccurrently running android 5.0 build- LRX21O. I Have not rooted my phone. sO Can u please tell me whether i can update to 5.1 directly from 5.0 thru nexus roottoolkit as i dont want to do the hard way by entering commands which i think i will mess it up. or rootkit is just for rooting and unrooting phone? CAN u please give me a guide on how to update it to 5.1. i dont want to root it.
please guys, im a total noob to all this. please excuse if i dont know stuff. i used to jailbreak my iphones and ipad and do all kinds of stuff. but since im knew i dont know many things in android.
thank u so much guys

First thing to do is to unlock your bootloader. That way, if anything goes wrong, at any point, you are almost 100% able to restore your phone again. It's also a good idea to flash TWRP (custom recovery).
You can update through NRT, or as a lot of us recommend fastboot. It's not as scary as it looks, and it's actually easier to mess stuff up with a toolkit if you have no idea what said toolkit does in the background (hint: it's using the commands).
It's a good idea to read, read and then read some more. If you have a basic understanding of things it's easier to get things done correctly. Start off by reading the FAQ-thread, lots of good info there.
http://forum.xda-developers.com/nexus-6/help/nexus-6-frequently-questions-t3106029

Didgeridoohan said:
First thing to do is to unlock your bootloader. That way, if anything goes wrong, at any point, you are almost 100% able to restore your phone again. It's also a good idea to flash TWRP (custom recovery).
You can update through NRT, or as a lot of us recommend fastboot. It's not as scary as it looks, and it's actually easier to mess stuff up with a toolkit if you have no idea what said toolkit does in the background (hint: it's using the commands).
It's a good idea to read, read and then read some more. If you have a basic understanding of things it's easier to get things done correctly. Start off by reading the FAQ-thread, lots of good info there.
http://forum.xda-developers.com/nexus-6/help/nexus-6-frequently-questions-t3106029
Click to expand...
Click to collapse
thanks for ur reply. Wil do it in fastboot mode only. i will read more about it., One last question. Can i flash to 5.1 directly from 5.0? or to flash to 5.1 i need to update it to 5.0.1( since most of the forums said this). aLSO There are 3 shamu factory images for 5.1 LMY47D, 47E, 47I. Which one should i use?

Unless you're running T-Mobile or Project FI you should use LMY48I. Latest 5.1.1 with almost all the stagefright patches.
Edit: Oh yes... You can flash straight to the latest.

yeshwanter said:
thanks for ur reply. Wil do it in fastboot mode only. i will read more about it., One last question. Can i flash to 5.1 directly from 5.0? or to flash to 5.1 i need to update it to 5.0.1( since most of the forums said this). aLSO There are 3 shamu factory images for 5.1 LMY47D, 47E, 47I. Which one should i use?
Click to expand...
Click to collapse
Didgeridoohan said:
Unless you're running T-Mobile or Project FI you should use LMY48I. Latest 5.1.1 with almost all the stagefright patches.
Edit: Oh yes... You can flash straight to the latest.
Click to expand...
Click to collapse
I concur. Get all you drivers working. Figure out fastboot. There are many different ways to set up adb/fastboot. There is the right way or the fast way. Both work. Can always upgrade so the full SDK is available when you get hooked and have to have all the tools. lol There is a thread for 15 second fastboot. It works. Will at least be what you need to learn fastboot. When got adb/fastboot working we can walk you through the commands.

prdog1 said:
I concur. Get all you drivers working. Figure out fastboot. There are many different ways to set up adb/fastboot. There is the right way or the fast way. Both work. Can always upgrade so the full SDK is available when you get hooked and have to have all the tools. lol There is a thread for 15 second fastboot. It works. Will at least be what you need to learn fastboot. When got adb/fastboot working we can walk you through the commands.
Click to expand...
Click to collapse
ok guys, thanks for ur replies. I downloaded SHAMU lmy48i (5.1.1). im running 5.0, nexus 6 international version. let me just confirm what im going to do after this is right and tell me whether to proceed or not.
1)downloaded sdk tools. installed it. dint create a system wide directory. i opened platform tools and opened command window and typed adb version and it said android debug version 1.0.32 blh blah.
2)next i enabled usb debugging and oem unlock in developer settings of nexus 6.
3)connected my nexus 6.
4)went to platform tools and again typed adb devices. it showed my device serial number
5)then i have to enter bootloader. type fastboot devices and it should show my serial number.
6) then type command fastboot oem unlock
7)then have to run fastboot reboot
8) my bootloader is unlocked. Now i have to load it in bootloader mode.
9) then execute flash-all.
10) android will update to 5.1.1
thats all ryt? did i miss anything in this?

Didgeridoohan said:
Unless you're running T-Mobile or Project FI you should use LMY48I. Latest 5.1.1 with almost all the stagefright patches.
Edit: Oh yes... You can flash straight to the latest.
Click to expand...
Click to collapse
ok guys, thanks for ur replies. I downloaded SHAMU lmy48i (5.1.1). im running 5.0, nexus 6 international version. let me just confirm what im going to do after this is right and tell me whether to proceed or not.
1)downloaded sdk tools. installed it. dint create a system wide directory. i opened platform tools and opened command window and typed adb version and it said android debug version 1.0.32 blh blah.
2)next i enabled usb debugging and oem unlock in developer settings of nexus 6.
3)connected my nexus 6.
4)went to platform tools and again typed adb devices. it showed my device serial number
5)then i have to enter bootloader. type fastboot devices and it should show my serial number.
6) then type command fastboot oem unlock
7)then have to run fastboot reboot
8) my bootloader is unlocked. Now i have to load it in bootloader mode.
9) then execute flash-all.
10) android will update to 5.1.1
thats all ryt? did i miss anything in this?

Looks good. If going to use flash-all.bat make sure SDK platform tools are updated to Version 23+ in SDK Manager. Can also unzip the file a second time and do each image separately. Will find more use for the individual files later.

Looks good.
Quick advice: remember that unlocking the bootloader and flashing the factory image will completely wipe your device. If you've had time to accumulate some data on there that you want to keep, make sure to back it up first.
In the future, if you decide to root or use a custom recovery, you won't be able to take OTA updates (it checks for a tampered system). It's quite easy to update anyway... Just use the same knowledge you've earned doing this and follow prdog1's advice.
Unzip the factory image a second time and flash all images except userdata.img. That way you'll get a nice new updated system without wiping your stuff.
If jumping between roms or doing a major update, it can be good to let the entire factory image flash, though. Just make sure to backup your stuff first...

Related

[Q] Newbie to Moto X/ Android - 4.4.2 issues

Hi All,
I'm lost, so hope you chaps can help.
Have just purchased a Verizon Moto X developer phone X1060 - its from the USA, I'm in Hong Kong and obviously not using a Verizone sim card - further, I'm a iMac user, so Android is new to say the least to me.
My MX is already "rooted" so want to upgrade to latest 4.4.2, obviously I have to do this via boot loader - big difficulties encountered having download all necessary files and cannot "hard" reboot as getting Andy with Red Triangle - I take it some issue with fast boot or whatever, but after 12 hours effort, absolutely stuck and getting annoyed.
So, time to hit boards and get expert advice me thinks?
I always used OTA updates, but I think that you have to unlock your bootloader, and/or, use RSD LITE like this:
http://forum.xda-developers.com/moto-x/general/guide-moto-x-return-to-100-stock-using-t2446515
Many thanks, but
djlucask said:
I always used OTA updates, but I think that you have to unlock your bootloader, and/or, use RSD LITE like this:
http://forum.xda-developers.com/moto-x/general/guide-moto-x-return-to-100-stock-using-t2446515
Click to expand...
Click to collapse
Thanks for your input, but as I have a developer Moto X from Verizone and am using it with a mobile provider in Hong Kong, I cannot do OTA update, hence struggling, and struggling because I'm on OSX 10.8 and an iMac, most guides being for PC - have managed to crack half the issue, but flashing ROM's is a big pain presently, particularly when using Terminal!
editor1 said:
Thanks for your input, but as I have a developer Moto X from Verizone and am using it with a mobile provider in Hong Kong, I cannot do OTA update, hence struggling, and struggling because I'm on OSX 10.8 and an iMac, most guides being for PC - have managed to crack half the issue, but flashing ROM's is a big pain presently, particularly when using Terminal!
Click to expand...
Click to collapse
Oh i forgot the iMac issue, I never saw tutorials for OSX, maybe the best choice here is to make an Windows VM, or an Linux, that way would be always easy to mod your phone.
Sorry I don't have any other possible solutions for this
Might be easier to read up on how to change the recovery to TWRP (make sure get version 2.7); sounds like you are on the stock recovery still since you get Andy w/ Red Triangle) then use TWRP to flash a rooted, updated rom from the development section. If you are already rooted (not just unlocked) then you can use an app like Recovery manager (?) to flash TWRP while booted into the regular android system.
Or, you can also flash all the update files from the Bootloader using Fastboot. I don't have a MAC, so I don't know if the Motorola Fastboot file is available for Mac though. If you can't use the Motorola fastboot, you will need to use fastboot to flash the TWRP recovery, and then flash the new ROM system image using a ROM zip file in TWRP recovery instead of Bootloader.
Just make sure you are in the Bootloader when you try and use fastboot, not in the Factory Recovery. I believe the Andy icon indicates you are in the Factory Recovery.
One other tip: when in bootloader, the "volume up" key is the "enter" key to select the option that is highlighted (not the power key like other Android devices I have used).
When you flash TWRP, DON"T reboot, instead, use the bootloader option to boot to recovery directly (without rebooting).
Once you have a custom recovery, and have root, you won't ever need to worry about working on a Mac instead of PC.
jasoraso said:
Might be easier to read up on how to change the recovery to TWRP (make sure get version 2.7); sounds like you are on the stock recovery still since you get Andy w/ Red Triangle) then use TWRP to flash a rooted, updated rom from the development section. If you are already rooted (not just unlocked) then you can use an app like Recovery manager (?) to flash TWRP while booted into the regular android system.
Or, you can also flash all the update files from the Bootloader using Fastboot. I don't have a MAC, so I don't know if the Motorola Fastboot file is available for Mac though. If you can't use the Motorola fastboot, you will need to use fastboot to flash the TWRP recovery, and then flash the new ROM system image using a ROM zip file in TWRP recovery instead of Bootloader.
Just make sure you are in the Bootloader when you try and use fastboot, not in the Factory Recovery. I believe the Andy icon indicates you are in the Factory Recovery.
One other tip: when in bootloader, the "volume up" key is the "enter" key to select the option that is highlighted (not the power key like other Android devices I have used).
When you flash TWRP, DON"T reboot, instead, use the bootloader option to boot to recovery directly (without rebooting).
Once you have a custom recovery, and have root, you won't ever need to worry about working on a Mac instead of PC.
Click to expand...
Click to collapse
Thanks for info, I've managed to setup fast boot, its the actual flashing of the ROM via Terminal that's confusing to say the least - basically, in Mac terminal necessary to change inputting details associated with rooting instructions found on PC - side of the equation, hence why I'm stuck. Would be easier to get someone with a PC laptop to lend a hand, most don't do custom jobs on Android though, so, will have to figure it out myself and then hopefully render help to others.
Republic Wireless Moto X Moto G Discount Code Link URL
$25 Republic Wireless credit at checkout with purchase of your phone using this discount link
editor1 said:
Thanks for info, I've managed to setup fast boot, its the actual flashing of the ROM via Terminal that's confusing to say the least - basically, in Mac terminal necessary to change inputting details associated with rooting instructions found on PC - side of the equation, hence why I'm stuck. Would be easier to get someone with a PC laptop to lend a hand, most don't do custom jobs on Android though, so, will have to figure it out myself and then hopefully render help to others.
Click to expand...
Click to collapse
Have you tried this?
Toolkit for Mac OS under development...
Sent from my XT1060 using Tapatalk 2
imparables said:
Have you tried this?
Toolkit for Mac OS under development...
Sent from my XT1060 using Tapatalk 2
Click to expand...
Click to collapse
Thanks for info, I've not tried Toolkit, or heard of it - any links to assist with this?
Basically, you are going to see more Mac users adopt Android over the coming months, and many like me suffer in an all OSX environment when playing about with PC-structured advice - shame I never adopted a duel boot system on my mac, but its always been for DTP, hence always happy with Adobe in Mac.
Now upgraded to 4.4.2
editor1 said:
Thanks for info, I've not tried Toolkit, or heard of it - any links to assist with this?
Basically, you are going to see more Mac users adopt Android over the coming months, and many like me suffer in an all OSX environment when playing about with PC-structured advice - shame I never adopted a duel boot system on my mac, but its always been for DTP, hence always happy with Adobe in Mac.
Click to expand...
Click to collapse
Thanks for the input, after two days of hell, I'm now fully upgraded to KitKat 4.4.2, my Moto X1060 Dev phone is working as it should be, I've unlocked it, am able to do side-loading, have TWRP installed - a bigger pain as caused a continually boot loop, erased, re-installed all from Moto and re-cracked it.
So it works, and I did all this on a iMac and in terminal, which I don't often use!
Not bad for someone fast approaching 50 - and yes, this is a kids game I'm afraid to say.

[Q] 5.1 OTA Update Boots into Recovery

I have never done an OTA update as when I first got into Android I was flashing ROMs nearly every week and never waited for updates just flashed a new ROM, however when I got my Nexus 6 I decided to just root and stick with stock.
I woke this morning and the 5.1 update was available but when I download it and select install and reboot it boots into recovery (TWRP) and I can't see where the download is - I presume I am having to flash it myself? So I have to reboot and it says I am up-to-date with 5.0.1 and then an hour later the download is available again and I go through the same process.
Can anyone help, tell me where i am going wrong.
I had same issue after relocking bootloader and this worked for me and hopefully it may work for you. Put phone in fastboot mode.(hold power + volume down) then use fastboot command fastboot -w
How do you define stock if you have TWRP. LOL
Sent from my Nexus 6
DebianDog said:
How do you define stock if you have TWRP. LOL
Sent from my Nexus 6
Click to expand...
Click to collapse
Well OK stock except for the recovery. I presumed you would know what I meant. I will ensure my posts are word prefect next time.
md1008 said:
I had same issue after relocking bootloader and this worked for me and hopefully it may work for you. Put phone in fastboot mode.(hold power + volume down) then use fastboot command fastboot -w
Click to expand...
Click to collapse
Thanks I'll give it a go
Same issue here. Let us know how you make out.
Hate to do a "me too" post, but I've had the exact same experience.
I'll wait to see whether the fastboot -w method works before I do anything else.
I did try to find the (410.4Mb) download on my N6, but I suspect that the failed update must have deleted it, as it's asking me to download it again.
fastboot -w just wiped userdata so needed to do a fresh install and was still at 5.0.1. So just had to install my backup again to get back to where I was this morning.
Ouch! Sorry to hear it (though glad that you had a backup) - thanks for saving the rest of us from trying that particular route.
I'm still looking for a way to get to 5.1.
You can't do an OTA update with a NON-STOCK recovery.
You can however, if your bootloader is unlocked, download the factory image, extract it, and flash the system.img, bootloader.img, radio.img, cache.img etc...use fastboot to flash those.
Or you can fastboot flash the stock recovery, and take the OTA again.
Thanks.
I assume that I can also use Nexus Root Toolkit to "Flash Stock + Unroot" (without wiping the device), then take the OTA update to 5.1, and then use NRT to Root again?
Just doing a full backup at the moment before I start playing!
UPDATE: The above worked fine.
I started with 5.0.1, rooted, unlocked Bootloader
Then, in Nexus Root Toolkit, I used:
1) Backup (using Create Nandroid Backup w/Custom Recovery option)
2) Flash Stock + Unroot (using No Wipe Mode. I also had to enable Force Flash Mode)
Then, on the phone, accept the OTA 5.1 update, which downloaded and installed first time.
Back to NRT, and:
3) Root and also flash Custom Recovery
I ended up with 5.1, rooted, unlocked Bootloader (and all my apps and data were untouched).
Since doing the method recommended in the second post the OTA update hasn't been available on my device?
Have you tried rebooting the phone?
Or going into Settings > About Phone > System Updates > Check for Updates
It's always possible (if unlikely) that Google have stopped the roll-out to fix some of the issues that people have been reporting with SmartLock, etc?
Philip said:
Have you tried rebooting the phone?
Or going into Settings > About Phone > System Updates > Check for Updates
It's always possible (if unlikely) that Google have stopped the roll-out to fix some of the issues that people have been reporting with SmartLock, etc?
Click to expand...
Click to collapse
yes and yes done that too
Philip said:
UPDATE: The above worked fine.
I started with 5.0.1, rooted, unlocked Bootloader
Then, in Nexus Root Toolkit, I used:
1) Backup (using Create Nandroid Backup w/Custom Recovery option)
2) Flash Stock + Unroot (using No Wipe Mode. I also had to enable Force Flash Mode)
Then, on the phone, accept the OTA 5.1 update, which downloaded and installed first time.
Back to NRT, and:
3) Root and also flash Custom Recovery
I ended up with 5.1, rooted, unlocked Bootloader (and all my apps and data were untouched).
Click to expand...
Click to collapse
Why did you take the scenic route? This is by far the longest method to do that.
Instead of flashing stock with nrt, why not just flash stock normally? That way you could have just flashed 5.1 without having to take any OTA...
And further, if you wanted to keep recovery, why not just flash the system and boot image keeping everything else as it is? Then just flash SuperSU from twrp?
2 commands
fastboot flash system system.img
fastboot flash boot boot.img
Boot into recovery and flash root.
Much quicker than the method you used.
rootSU said:
Why did you take the scenic route? This is by far the longest method to do that.
Click to expand...
Click to collapse
Well, my fist step was a backup, which you conveniently left out - you may be happy to update your phone without backing it up first, but I chose not to take that chance.
Apart from that, it's about the same number of steps - I was happy to take 5.1 OTA (which meant that I was certain that it was the correct version for my phone), and Nexus Root Toolkit is a much nicer piece of software to use than fastboot. I know that some people don't like NRT because they feel that it demystifies the black arts of updating and it threatens their voodoo status, but I find it an excellent piece of software and recommend it to you.
In the meantime, while you had to go and find the appropriate system.img and the appropriate boot.img and download them before fastbooting them, these were steps that I was able to avoid whilst enjoying my "scenic" journey.
So you take the high road and I'll take the low road - but I reckon that it took me no longer to update my phone than it took you to update yours!
Philip said:
Well, my fist step was a backup, which you conveniently left out - you may be happy to update your phone without backing it up first, but I chose not to take that chance.
Apart from that, it's about the same number of steps - I was happy to take 5.1 OTA (which meant that I was certain that it was the correct version for my phone), and Nexus Root Toolkit is a much nicer piece of software to use than fastboot. I know that some people don't like NRT because they feel that it demystifies the black arts of updating and it threatens their voodoo status, but I find it an excellent piece of software and recommend it to you.
In the meantime, while you had to go and find the appropriate system.img and the appropriate boot.img and download them before fastbooting them, these were steps that I was able to avoid whilst enjoying my "scenic" journey.
So you take the high road and I'll take the low road - but I reckon that it took me no longer to update my phone than it took you to update yours!
Click to expand...
Click to collapse
It took you loads longer haha.
rootSU said:
It took you loads longer haha.
Click to expand...
Click to collapse
And that bothered you so much that you had to tell the whole world about it? Wow!
Philip said:
And that bothered you so much that you had to tell the whole world about it? Wow!
Click to expand...
Click to collapse
To be honest no. The route you took was so long that I thought you just didn't have a clue about what you were doing so I thought I'd help out and let you know the quicker version... And if anyone reads your post and thinks its the best way to do it, well now they have some contrast.
What bothers me is your attitude however. But I don't care enough to get into an argument with people who would rather waste their time and the people they try to help than listen to constructive criticism.
But yeah, your way is needlessly long so I hope people don't take your lead.

Nexus 6, XT1103 - Update Issue

Hey Everyone.
This is my first ever post to XDA forums, so pardon me if do something wrong
I recently got a Nexus 6 XT1103 (T Mobile). My software version is still at LYZ28N and whenever I try to update it, it says "Your System is up to date". I check the TMobile's website and the latest update is MMB29K. I have no idea why am I not getting the updates. Further information my Nexus 6 is not rooted or modified in anyway. I am using this unlocked cell phone in Pakistan. I have done some search but I couldn't find some reliable method to update without incurring any major risk.
I'd highly appreciate if someone can guide this noob Needless to say I am a total noob when it comes to advanced android stuff.
PS: Again apologies if I said something wrong.
Regards,
Ahmed
If you have the bandwidth available, download a factory image from Google and update your device manually using the instructions given or the instructions in the Nexus 6 all-in-one guide in the general subforum. You may not be getting updates as you have a North American device and are using it in Asia.
Strephon Alkhalikoi said:
If you have the bandwidth available, download a factory image from Google and update your device manually using the instructions given or the instructions in the Nexus 6 all-in-one guide in the general subforum. You may not be getting updates as you have a North American device and are using it in Asia.
Click to expand...
Click to collapse
As per T Mobile's website the latest version is MMB29K, from the link you posted should I straight away download the image for this MMB29K?
ahmedmateen said:
As per T Mobile's website the latest version is MMB29K, from the link you posted should I straight away download the image for this MMB29K?
Click to expand...
Click to collapse
No, MMB29K is several security updates ago (december I believe). Download and install the last one on the list (as of today MMB29X).
Didgeridoohan said:
No, MMB29K is several security updates ago (december I believe). Download and install the last one on the list (as of today MMB29X).
Click to expand...
Click to collapse
This is the first time ever I am playing with this stuff (nervous as hell coz I dont want to brick my fone, had to save for months to buy this one), I have searched sideloading, it seems a bit easier or noob friendly then this flashing. Whats your advice on it?
This is XDA, so a majority of the folks will recommend flashing the factory images
Since this is the first time you are considering this, I understand - it looks scary. Honestly, it is really not that hard to do - I never wait for OTA anymore - just download the factory images and flash it as soon as it is released. (takes me all of 5 minutes or so after the download) - but I've been doing this every month.
Just remember that Unlocking (or relocking) the bootloader will wipe your data. So I unlocked the bootloader the day I got the phone, and just leave it unlocked.
Flashing the factory images is pretty straightforward - read the first post at http://forum.xda-developers.com/nexus-6/general/guide-flash-factory-images-nexus-6shamu-t2954008 - and use Method 2 (in step 5) - don't flash the userdata.img if you want to retain your user data, and don't perform the "Wipe data/factory data reset" step towards the end of first post.
Read that first post a few times, and make sure you understand it before you proceed.
The hardest part is getting your fastboot and drivers set up. Before attempting any fastboot commands, you should test and make sure your fastboot is working - Connect your phone to your PC, and then, in a command prompt window, type "fastboot devices" (without quotes) and hit enter. Make sure you get back a serial #. If it tells you device not found or not connected or something like that, don't try flashing anything. Get that sorted out first.
Great advice from jj14.
Sideloading is gonna take longer time than doing a straight up flash of the latest factory image. You'd have to sideload every single incremental OTA.
First thing to do is to unlock your bootloader and letting it stay unlocked. You can fix almost everything that could happen to your phone if your bootloader is unlocked. And, as stated previously, it will wipe your phone.
jj14 said:
This is XDA, so a majority of the folks will recommend flashing the factory images
Since this is the first time you are considering this, I understand - it looks scary. Honestly, it is really not that hard to do - I never wait for OTA anymore - just download the factory images and flash it as soon as it is released. (takes me all of 5 minutes or so after the download) - but I've been doing this every month.
Just remember that Unlocking (or relocking) the bootloader will wipe your data. So I unlocked the bootloader the day I got the phone, and just leave it unlocked.
Flashing the factory images is pretty straightforward - read the first post at - and use Method 2 (in step 5) - don't flash the userdata.img if you want to retain your user data, and don't perform the "Wipe data/factory data reset" step towards the end of first post.
Read that first post a few times, and make sure you understand it before you proceed.
The hardest part is getting your fastboot and drivers set up. Before attempting any fastboot commands, you should test and make sure your fastboot is working - Connect your phone to your PC, and then, in a command prompt window, type "fastboot devices" (without quotes) and hit enter. Make sure you get back a serial #. If it tells you device not found or not connected or something like that, don't try flashing anything. Get that sorted out first.
Click to expand...
Click to collapse
Thank you, I followed some tutorial for side loading the update. After the first update the OTA's starting working again, as of this moment installing Feb's patch I have to say the guys at XDA rock, extremely helpful :good:
Didgeridoohan said:
Great advice from jj14.
Sideloading is gonna take longer time than doing a straight up flash of the latest factory image. You'd have to sideload every single incremental OTA.
First thing to do is to unlock your bootloader and letting it stay unlocked. You can fix almost everything that could happen to your phone if your bootloader is unlocked. And, as stated previously, it will wipe your phone.
Click to expand...
Click to collapse
It may take longer but for a noob like me it just did the trick
Awesome! You just needed that first push I guess.

Nexus 6 not updating

I just got a n6 today, and its running on 5.1.1. The marshmallow update came a long time ago so i thought it would update, but it showed that phone is up to date. Why is this so and how do i update?
entermetallica said:
I just got a n6 today, and its running on 5.1.1. The marshmallow update came a long time ago so i thought it would update, but it showed that phone is up to date. Why is this so and how do i update?
Click to expand...
Click to collapse
First of all congrats on the new phone. I'm on AT&T and updates came too slow for me. I chose to flash a system image to get upgraded to marshmallow and now we can download ota's directly from Google to keep up to date. Cutting out the need to wait for our updates to be made available from the carriers. Edit: to be clear you have to flash the ota's as well.
I believe others have removed sim card to try to get ota via wifi. I think. Anyway good luck.
Sent from my SM-T700 using Tapatalk
If you just got it today, good! Don't waste your time setting it up. Remove your SIM card and download the newest factory image "MOB30I" from here for the Nexus 6 (Shamu)
Just follow the instructions and you will be on the latest software. Then you should get OTA's normally from here on out. If you do it the Google recommended way it will wipe the phone so that's why I said don't set it up. If you already set it up it's going to be harder but you can manually flash the radio, bootloader, boot (kernel), and system with retaining your data but it's more hassle than it's worth.
Dopamin3 said:
If you just got it today, good! Don't waste your time setting it up. Remove your SIM card and download the newest factory image "MOB30I" from here for the Nexus 6 (Shamu)
Just follow the instructions and you will be on the latest software. Then you should get OTA's normally from here on out. If you do it the Google recommended way it will wipe the phone so that's why I said don't set it up. If you already set it up it's going to be harder but you can manually flash the radio, bootloader, boot (kernel), and system with retaining your data but it's more hassle than it's worth.
Click to expand...
Click to collapse
Thank you for your help, Im trying to flash it as it says on the website, but my device is not recognized after I type adb reboot bootloader. The phone shows up in adb devices but not in fastboot.
entermetallica said:
Thank you for your help, Im trying to flash it as it says on the website, but my device is not recognized after I type adb reboot bootloader. The phone shows up in adb devices but not in fastboot.
Click to expand...
Click to collapse
Assuming you're using Windows, if you look in device manager do you see anything either with a red x or yellow exclamation mark? If so you are missing the driver. This thread has the driver zip and briefly explains how to install it via device manager. Once you get the driver installed it should work fine.
And I can't remember if you need to or not to flash the stock images, but you might need to unlock your bootloader. Tap the build number a bunch of times and you will have access to developer options, and there you might need to check "Allow OEM unlocking" or something like that. Again I'm not 100% sure if that's necessary or not. I've ran my bootloader unlocked since day 1 and haven't looked back.
The bootloader does need to be unlocked to flash anything at all, except for a Google-signed OTA image.
Thanks for the help, ive done it. I had to boot into fastboot, and then install drivers from device manager
Sent from my Nexus 6 using XDA-Developers mobile app

First Root instructions

Root instructions on the RP2 forum seem to assume a level of familiarity with rooting, and general instructions on the web seem to want to cover every possible device which means they cover every means of rooting options and device types and Android versions, and it isn't clear reading those where to start with the RP2.
I've found people on XDA tend to be pretty welcoming to dumber questions, so here's my dumb question.
If I have an "unlocked" (non-AT&T) device running 9 Pie, can someone translate this post:
https://forum.xda-developers.com/razer-phone-2/development/root-pie-update-unlocked-devices-t3905454
Into usable instructions for those of us new to rooting? I have a Windows computer, a USB-A to USB-C cable (since the C-to-C cable that comes with the phone isn't suitable?), and an unrooted Razer Phone 2 on Pie.
I enable developer options in my phone's settings by tapping the version 7 times. I got that part.
Now, what do I download to my device? A boot image and magisk (?)? The boot image from the thread above, right? How do I ensure what I download to my phone goes to my phone and not the SD card? Is that a dumb question? Do I just remove the SD card before downloading anything?
Then what do I download to my computer? The Android SDK, or some smaller thing? Fastboot something something? ADB something something?
Then I plug my phone in to the computer, enable OEM unlocking in Dev settings on my phone, anything else while I'm in there? USB debugging?
Then I open CMD on the computer? Or some program?
Then I have to check slots, or something? Boot_a vs boot_b?
Then I give what instructions in the command line? What does each one do? I'm coming from a web Dev background where commit comments and //comments or <!--comments--> explain anything new or unexpected or whatever. Similar explantions for each instruction would be ideal. What does each one do?
Any common problems and common fixes, or explanations behind any Razer Phone 2-specific quirks to the process we should be aware of?
Help with any or all of these would be appreciated.
Thank you.
AbsoluteContingency said:
Root instructions on the RP2 forum seem to assume a level of familiarity with rooting, and general instructions on the web seem to want to cover every possible device which means they cover every means of rooting options and device types and Android versions, and it isn't clear reading those where to start with the RP2.
I've found people on XDA tend to be pretty welcoming to dumber questions, so here's my dumb question.
If I have an "unlocked" (non-AT&T) device running 9 Pie, can someone translate this post:
https://forum.xda-developers.com/razer-phone-2/development/root-pie-update-unlocked-devices-t3905454
Into usable instructions for those of us new to rooting? I have a Windows computer, a USB-A to USB-C cable (since the C-to-C cable that comes with the phone isn't suitable?), and an unrooted Razer Phone 2 on Pie.
I enable developer options in my phone's settings by tapping the version 7 times. I got that part.
Now, what do I download to my device? A boot image and magisk (?)? The boot image from the thread above, right? How do I ensure what I download to my phone goes to my phone and not the SD card? Is that a dumb question? Do I just remove the SD card before downloading anything?
Then what do I download to my computer? The Android SDK, or some smaller thing? Fastboot something something? ADB something something?
Then I plug my phone in to the computer, enable OEM unlocking in Dev settings on my phone, anything else while I'm in there? USB debugging?
Then I open CMD on the computer? Or some program?
Then I have to check slots, or something? Boot_a vs boot_b?
Then I give what instructions in the command line? What does each one do? I'm coming from a web Dev background where commit comments and //comments or <!--comments--> explain anything new or unexpected or whatever. Similar explantions for each instruction would be ideal. What does each one do?
Any common problems and common fixes, or explanations behind any Razer Phone 2-specific quirks to the process we should be aware of?
Help with any or all of these would be appreciated.
Thank you.
Click to expand...
Click to collapse
Hi I create a post that might help you, check it out. https://forum.xda-developers.com/razer-phone-2/how-to/root-pie-guide-t3910407
BTW the moderator will likely move this to the questions area.
AT&T Version ?
New to the RP2 community..
Thinking of getting the AT&T RP2 and wanted to find out/confirm if the AT&T version can be OEM UNLOCKED so you can unlock the bootloader.
Thanks in advance,
RJR
AbsoluteContingency said:
Root instructions on the RP2 forum seem to assume a level of familiarity with rooting, and general instructions on the web seem to want to cover every possible device which means they cover every means of rooting options and device types and Android versions, and it isn't clear reading those where to start with the RP2.
I've found people on XDA tend to be pretty welcoming to dumber questions, so here's my dumb question.
If I have an "unlocked" (non-AT&T) device running 9 Pie, can someone translate this post:
https://forum.xda-developers.com/razer-phone-2/development/root-pie-update-unlocked-devices-t3905454
Into usable instructions for those of us new to rooting? I have a Windows computer, a USB-A to USB-C cable (since the C-to-C cable that comes with the phone isn't suitable?), and an unrooted Razer Phone 2 on Pie.
I enable developer options in my phone's settings by tapping the version 7 times. I got that part.
Now, what do I download to my device? A boot image and magisk (?)? The boot image from the thread above, right? How do I ensure what I download to my phone goes to my phone and not the SD card? Is that a dumb question? Do I just remove the SD card before downloading anything?
Then what do I download to my computer? The Android SDK, or some smaller thing? Fastboot something something? ADB something something?
Then I plug my phone in to the computer, enable OEM unlocking in Dev settings on my phone, anything else while I'm in there? USB debugging?
Then I open CMD on the computer? Or some program?
Then I have to check slots, or something? Boot_a vs boot_b?
Then I give what instructions in the command line? What does each one do? I'm coming from a web Dev background where commit comments and //comments or <!--comments--> explain anything new or unexpected or whatever. Similar explantions for each instruction would be ideal. What does each one do?
Any common problems and common fixes, or explanations behind any Razer Phone 2-specific quirks to the process we should be aware of?
Help with any or all of these would be appreciated.
Thank you.
Click to expand...
Click to collapse
rrusek said:
New to the RP2 community..
Thinking of getting the AT&T RP2 and wanted to find out/confirm if the AT&T version can be OEM UNLOCKED so you can unlock the bootloader.
Thanks in advance,
RJR
Click to expand...
Click to collapse
I have a rp2, att, bootloader unlocked, rooted, on global pie firmware. Not Sim unlocked, but don't care to move carriers.
jonchance_84 said:
I have a rp2, att, bootloader unlocked, rooted, on global pie firmware. Not Sim unlocked, but don't care to move carriers.
Click to expand...
Click to collapse
Same phone/firmware but I cannot get it rooted. It boot loops or gets stuck at Powered by Android logo with fast boot so at least I can re flash the stock global firmware and boot that. Seems no rooted boot loader works nicely for me. If you have any advice I would appreciate it.
i did fastboot boot_a nd boot_b with reboot but now im stuck on razer loading screen. does this mean im stuck in a bootloop?
It did turn out pretty easy.
I wiped all data, flashed the global MR1 image, booted system and took OTA update to MR2, rebooted to bootloader and flashed Arter 12 kernel, rebooted to Arter TWRP recovery, wiped Dalvik, flashed Magisk 20.1, wiped Dalvik, rebooted system >>> Profit!
Got Edxposed, Gravitybox and Greenify running and all banking apps load perfectly. It's just like the old days of modding, LOL!
Wifi is noticeably improved compared to my previous experience with the phone as well.
Total noob question
gboybama said:
took OTA update to MR2
Click to expand...
Click to collapse
What do you mean? You rooted, then upgraded "normally" to MR2? (I had to look up what OTA is, and it's "over the air"? As in a "normal" upgrade for people who let all their things just update as they please?) I ask because I thought once you rooted, normal updates weren't available?
All the tutorials I find are to upgrade to the MR1 boot.img (which my phone will boot with), then upgrade to the arter97 .img which leaves my phone in an endless booting state. (This is the exact step-by-step I followed: https://forum.xda-developers.com/ra...er-phone-2-t3914996/post79489415#post79489415 -- should be post #94: Castanoff 8th May 2019, 11:07 PM). I started out at MR2, I guess from when I updated the phone to a September update before attempting root. (Its original date was January 2019.)
I'm confused at the whole Magisk thing, as I was assuming that's after the arter update?
Tincan17 said:
What do you mean? You rooted, then upgraded "normally" to MR2? (I had to look up what OTA is, and it's "over the air"? As in a "normal" upgrade for people who let all their things just update as they please?) I ask because I thought once you rooted, normal updates weren't available?
All the tutorials I find are to upgrade to the MR1 boot.img (which my phone will boot with), then upgrade to the arter97 .img which leaves my phone in an endless booting state. (This is the exact step-by-step I followed: https://forum.xda-developers.com/ra...er-phone-2-t3914996/post79489415#post79489415 -- should be post #94: Castanoff 8th May 2019, 11:07 PM). I started out at MR2, I guess from when I updated the phone to a September update before attempting root. (Its original date was January 2019.)
I'm confused at the whole Magisk thing, as I was assuming that's after the arter update?
Click to expand...
Click to collapse
Not at all. I totally factory reset my phone and wiped everything. Flashed the latest stock factory image from Razer that I could find at the time (March 2019?). That put me on the older stock ROM, non-rooted. From there, I just booted into the system and kicked off the (as you put it) "normal" check for updates in the system options. That got me to the September version. Next, I flashed Arter's root and custom recovery kernel IMG file with the bootloader and installed the Magisk zip from TWRP recovery.
Update: Actually, it looks like the build number I'm currently running is now available on the Razer site, so flashing back to an earlier version and taking the OTA update is no longer required. You could just flash their latest system image, which they're putting out there as December 2019. (has the same exact build number as my September build) Then the Arter boot.img and a compatible Magisk zip will complete the root.
Just remember that flashing a full Razer system image in this way will erase your internal (non-SD card) storage. I lost some photos doing this.
Is there any way someone can or has a video on ho wto do this. Or maybe a similar phone thats the same.. But i can just use the specific files for my phone instead... This compared to regualr jailbreaking is like reading chinese. I switched from apple to androd rp2 and i love android way better. But these act more computer based. As far as files and stuff like that
I've been beating my head against the wall here. I've tried both MR0 and MR1. When I type in the fastboot command, all I get is < waiting for any device > My phone is in fastboot mode. I have the right drivers installed. I can see my phone using the adb devices command, so WTF?
scottysize said:
I've been beating my head against the wall here. I've tried both MR0 and MR1. When I type in the fastboot command, all I get is < waiting for any device > My phone is in fastboot mode. I have the right drivers installed. I can see my phone using the adb devices command, so WTF?
Click to expand...
Click to collapse
Try running this tool and see if it helps with fastboot. Let it run it'll boot your phone into the bootloader automatically and install all drivers.
https://forum.xda-developers.com/an...astboot-installer-tool-windows-t3999445/page1

Categories

Resources