New 28k T-Mobile images not flashing - Nexus 6 Q&A, Help & Troubleshooting

Anyone else having issues getting the new T-Mobile 28k update to work? I have downloaded it from the official Google images site. When I try to flash through nrt it will not boot after its flashed just sits at goolge on the device. I've also tried flashing each file individually through fastboot and still same issue. It's like there isn't a system image being flashed even though I flashed one.. Any suggestions? I'm puzzled
Sent from my Nexus 6 using XDA Free mobile app

I don't use the NRT, so can't comment on it.
When flashing using fastboot, what images did you flash? And were all successful? (If you flashed bootloader and/or radio, did you reboot bootloader after each of those?)
Did you flash cache.img? If not, flash the cache.img and see if that helps

beachbum40 said:
Anyone else having issues getting the new T-Mobile 28k update to work? I have downloaded it from the official Google images site. When I try to flash through nrt it will not boot after its flashed just sits at goolge on the device. I've also tried flashing each file individually through fastboot and still same issue. It's like there isn't a system image being flashed even though I flashed one.. Any suggestions? I'm puzzled
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
I just finished flashing my phone to 28K with NRT. I was on 48M, unlocked it and flashed it to 28J and then flashed it to 28K using the image dowloaded from Google. I had the Force Flash option checked.

Sound more like you have a corrupted boot.img since it looping at the splash. Try fastboot a boot.img from a new or custom download. Have seen images corrupted on download.

jj14 said:
I don't use the NRT, so can't comment on it.
When flashing using fastboot, what images did you flash? And were all successful? (If you flashed bootloader and/or radio, did you reboot bootloader after each of those?)
Did you flash cache.img? If not, flash the cache.img and see if that helps
Click to expand...
Click to collapse
Yea I finally got it I don't know what is going on I used fastboot adb and manually flashed about 30 times and still bootloop. I gave up on nrt. I like the tool for time saving but like I said it refused to flash with nrt and manual fastboot then all the sudden it worked. I downloaded the 28K factory images about 30 times as well. If it was corrupted it just finally decided to work. I've never had an issue like this in the past.
Sent from my Nexus 6 using XDA Free mobile app

prdog1 said:
Sound more like you have a corrupted boot.img since it looping at the splash. Try fastboot a boot.img from a new or custom download. Have seen images corrupted on download.
Click to expand...
Click to collapse
Don't want to sound to ignorant but could you explain to me how these boot.img get corrupted? I'm sure that's what it was because when NRT was checking the images and it said to verify the hash mdn and I copied the mdn from Google's official site and pasted it in the dialog box on nrt it said match the first time when I tried to flashed 28K then it failed. Then I tried again and put the same mdn in the dialog box and nrt said mismatch. So I'm confused as hell.
Sent from my Nexus 6 using XDA Free mobile app

beachbum40 said:
Don't want to sound to ignorant but could you explain to me how these boot.img get corrupted? I'm sure that's what it was because when NRT was checking the images and it said to verify the hash mdn and I copied the mdn from Google's official site and pasted it in the dialog box on nrt it said match the first time when I tried to flashed 28K then it failed. Then I tried again and put the same mdn in the dialog box and nrt said mismatch. So I'm confused as hell.
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
Usually when get a bad download you can't unzip it. When they put these images inside the zip the zip is good but don't mean the image is good. That is why they give you an MD5 with the download. Under normal conditions such as rom download can pretty much tell if download is bad cause can't access the file with 7zip ect. It is different with the zipped images. Any one image can be corrupt. but zip is good. I have had downloads with either/or/and system.img or boot.img was bad and all the others worked. Hope this makes sense. Lol
---------- Post added at 12:07 AM ---------- Previous post was at 12:00 AM ----------
Skip the toolkits till understand how it works with manual fastboot. Will save a lot of head banging when you need to fastboot fix a toolkit fail. I have used toolkit to play with it. Had many fails and used fastboot to fix. If using toolkit never pick the lock bootloader option. Good way to brick the device.

prdog1 said:
Skip the toolkits till understand how it works with manual fastboot.
Click to expand...
Click to collapse
Allow me to add an argument.
Manual fastboot requires command line input and the 'speed' is controlled by yourself.
Toolkits use scripts and you won't be fast enough to stop when you choose the wrong option.

NLBeev said:
Allow me to add an argument.
Manual fastboot requires command line input and the 'speed' is controlled by yourself.
Toolkits use scripts and you won't be fast enough to stop when you choose the wrong option.
Click to expand...
Click to collapse
I only use tool kit as a time saver I do know my way around adb / fastboot. Thanks
Sent from my Nexus 6 using XDA Free mobile app

NLBeev said:
Allow me to add an argument.
Manual fastboot requires command line input and the 'speed' is controlled by yourself.
Toolkits use scripts and you won't be fast enough to stop when you choose the wrong option.
Click to expand...
Click to collapse
I use adb fastboot and have manually installed plenty times. Tool kits are convenience
Sent from my Nexus 6 using XDA Free mobile app

beachbum40 said:
I only use tool kit as a time saver I do know my way around adb / fastboot. Thanks
Click to expand...
Click to collapse
Same here. Nice to meet you.

beachbum40 said:
I only use tool kit as a time saver I do know my way around adb / fastboot. Thanks
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
timesaver toolkits are not, as things are quicker when done the right way. for example, it takes about 3 minutes to root your phone, if done the right way.

i tend to disagree on this one.
if the tool is made properly, all its doing is automating the commands and steps you would be using manually.
its not like its using a whole different method.
the tool could actually be better to use, if made properly, with Mfastboot. most users would use standard fastboot, instead of moto's fastboot, Mfastboot.

beachbum40 said:
I use adb fastboot and have manually installed plenty times. Tool kits are convenience
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
Adb and fastboot are two completely different tools.
bweN diorD said:
i tend to disagree on this one.
if the tool is made properly, all its doing is automating the commands and steps you would be using manually.
its not like its using a whole different method.
the tool could actually be better to use, if made properly, with Mfastboot. most users would use standard fastboot, instead of moto's fastboot, Mfastboot.
Click to expand...
Click to collapse
Our point is using tool kits doesn't help the learning process. We mostly believe that people should use fastboot manually to ensure they have a good set up and get accustomed to the commands.. This way, when they get in trouble and we have to help fix it, we don't have to teach them to use fastboot and set up their computer, we can go straight to helping resolve whatever actual issue they have - because tool kits cannot always help them.

danarama said:
Adb and fastboot are two completely different tools.
Our point is using tool kits does help the learning process. We mostly believe that people should use fastboot manually to ensure they have a good set up and get accustomed to the commands.. This way, when they get in trouble and we have to help fix it, we don't have to teach them to use fastboot and set up their computer, we can go straight to helping resolve whatever actual issue they have - because tool kits cannot always help them.
Click to expand...
Click to collapse
All I was saying is I use both toolkit and fastboot. That's all. Thank you have a nice day?
Sent from my Nexus 6 using XDA Free mobile app

beachbum40 said:
All I was saying is I use both toolkit and fastboot. That's all. Thank you have a nice day?
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
I was just correcting you when you said "adb fastboot" as if it was one thing, not two unrelated things.

danarama said:
Adb and fastboot are two completely different tools.
Our point is using tool kits does help the learning process. We mostly believe that people should use fastboot manually to ensure they have a good set up and get accustomed to the commands.. This way, when they get in trouble and we have to help fix it, we don't have to teach them to use fastboot and set up their computer, we can go straight to helping resolve whatever actual issue they have - because tool kits cannot always help them.
Click to expand...
Click to collapse
i should have quoted simms last post.
i dont disagree with what you are saying, but do with the inference that toolkits use some inferior method, which isnt the case.

danarama said:
Adb and fastboot are two completely different tools.
Our point is using tool kits does help the learning process. We mostly believe that people should use fastboot manually to ensure they have a good set up and get accustomed to the commands.. This way, when they get in trouble and we have to help fix it, we don't have to teach them to use fastboot and set up their computer, we can go straight to helping resolve whatever actual issue they have - because tool kits cannot always help them.
Click to expand...
Click to collapse
your first line. toolkits does help the learning process. with that i disagree 1000000%. why? because the tool kits dont go through and explain each process to the user. they tend not to explain anything actually.
---------- Post added at 03:47 PM ---------- Previous post was at 03:42 PM ----------
ok, toolkits.. they do work usually(every once in a while they do mess up). problem is with new users. toolkits dont teach them anything, not even basics, in case they mess up(and they do). by going through the rooting process the first time, properly, instead of toolkit, the user gets to learn the basics of every android process. by knowing thise basics, the yser can fix 99.99% of issues that pop up. with a toolkit, you dont get to learn the basics. so i tell everyone that toolkits are fine, just do thd rooting one time manually, then use the toolkit whenever you want after that.

simms22 said:
your first line. toolkits does help the learning process. with that i disagree 1000000%. why? because the tool kits dont go through and explain each process to the user. they tend not to explain anything actually.
---------- Post added at 03:47 PM ---------- Previous post was at 03:42 PM ----------
ok, toolkits.. they do work usually(every once in a while they do mess up). problem is with new users. toolkits dont teach them anything, not even basics, in case they mess up(and they do). by going through the rooting process the first time, properly, instead of toolkit, the user gets to learn the basics of every android process. by knowing thise basics, the yser can fix 99.99% of issues that pop up. with a toolkit, you dont get to learn the basics. so i tell everyone that toolkits are fine, just do thd rooting one time manually, then use the toolkit whenever you want after that.
Click to expand...
Click to collapse
problem is, as long as there is a toolkit, 99% of people wont listen to you and will use the toolkit. there simply lazy and will never really appreciate any mods they do, because they did nothing more than click a few buttons...

bweN diorD said:
problem is, as long as there is a toolkit, 99% of people wont listen to you and will use the toolkit. there simply lazy and will never really appreciate any mods they do, because they did nothing more than click a few buttons...
Click to expand...
Click to collapse
thats ok, as long as at least one person listens then im not wasting my time. and i know that at the very least that at least one person has listened to my advice
the other 99%, some will think that their phone is bricked, some will go back and learn, some will be successfull with toolkits. and some just wont ever learn a thing

Related

[q] nexus 7 toolkit auto update v4.3.4

Hello,
I have been following a thread in the Developer section, I'm unable to post there.
I could not find an answer?
I want to find out if there will be an issue using the NEXUS 7 TOOLKIT AUTO UPDATE V4.3.4 (SkipSoft.net)
I already have the Android SDK installed, a long story whilst playing about with a cheap Chinese Tablet :crying:
I realised the error of my ways and now have a nice Nexus 7 (4.2.2)
*** Anybody help please?, seeing that I can't post in the appropriate thread ***
Thanks
Dave
Nexus 7 toolkit auto update v4.3.4
NinjaMogglet said:
Hello,
I have been following a thread in the Developer section, I'm unable to post there.
I could not find an answer?
I want to find out if there will be an issue using the NEXUS 7 TOOLKIT AUTO UPDATE V4.3.4 (SkipSoft.net)
I already have the Android SDK installed, a long story whilst playing about with a cheap Chinese Tablet :crying:
I realised the error of my ways and now have a nice Nexus 7 (4.2.2)
*** Anybody help please?, seeing that I can't post in the appropriate thread ***
Thanks
Dave
Click to expand...
Click to collapse
Can anybody help please?,
No problems should arise. Though I don't quite understand your question. Is this right: You want to update/install a toolkit, but you have the Android SDK installed? If that's what you are asking then no, there will be no problems.
Confirmation
Logan_M said:
No problems should arise. Though I don't quite understand your question. Is this right: You want to update/install a toolkit, but you have the Android SDK installed? If that's what you are asking then no, there will be no problems.
Click to expand...
Click to collapse
Hi,
Sorry this is quite new to me.
Yes, I had installed the official Android SDK whilst playing/experimenting with a cheap tablet.
Now I have a Nexus 7, and it is recognised by my WinXP PC alraedy.
I want to unlock & root and found the thread in the developers section, but I'm unable to post there.
I wanted to ensure that I would not encounter problems/conflicts if I installed and used the Nexus 7 toolkit auto update v4.3.4 Tool on the same PC.
Hope this makes sense?
Thanks
NinjaMogglet said:
Hi,
Sorry this is quite new to me.
Yes, I had installed the official Android SDK whilst playing/experimenting with a cheap tablet.
Now I have a Nexus 7, and it is recognised by my WinXP PC alraedy.
I want to unlock & root and found the thread in the developers section, but I'm unable to post there.
I wanted to ensure that I would not encounter problems/conflicts if I installed and used the Nexus 7 toolkit auto update v4.3.4 Tool on the same PC.
Hope this makes sense?
Thanks
Click to expand...
Click to collapse
You already have the SDK, that means you don't need a toolkit....
Sent from my Nexus 7 using Tapatalk HD
Pirateghost said:
You already have the SDK, that means you don't need a toolkit....
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
Unfortunately having the SDK does not mean I can actually use it
I got in over my head, hence trying to learn/read about it it on XDA
I found the thread that appeared to offer what I want,
a toolkit that I should be able to use to unlock/root with.
Thanks
But of you have the SDK and the drivers installed you don't need toolkit
Its like 3 commands
you dont have to know how to use the entire SDK, all you need to do is be able to follow directions. every nexus is rooted the exact same way. the only thing the toolkit does is hide the commands. you could take the few minutes to learn these commands
fastboot oem unlock
fastboot flash recovery nameofrecoveryfile.img
reboot to recovery
adb push SuperSU.zip /sdcard/ (or /data/media, whatever)
flash supersu.zip with your custom recovery....
Sent from my Nexus 7 using Tapatalk HD
Pirateghost said:
You already have the SDK, that means you don't need a toolkit....
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
Pirateghost said:
But of you have the SDK and the drivers installed you don't need toolkit
Its like 3 commands
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
Thanks...
It was the commands I had problems with on my last attempts
I got confused over ADB mode, Fastboot mode ??
I was not sure if they are device specific, given the Toolkits appear to be ??
I just don't want to brick my Nexus
Hence the thought of getting something(Toolkit) that I can just select options, hides the complexity.
Also
The toolkit looked like I could Backup all my Apps/Data, then unlock/root, and then do a Restore.
Thanks
NinjaMogglet said:
Thanks...
It was the commands I had problems with on my last attempts
I got confused over ADB mode, Fastboot mode ??
I was not sure if they are device specific, given the Toolkits appear to be ??
I just don't want to brick my Nexus
Hence the thought of getting something(Toolkit) that I can just select options, hides the complexity.
Also
The toolkit looked like I could Backup all my Apps/Data, then unlock/root, and then do a Restore.
Thanks
Click to expand...
Click to collapse
there are many guides and tutorials on all of these points.
here's the problem with toolkits:
THEY HIDE EVERYTHING FROM YOU
sure, more than likely you will be quite successful in merely rooting and unlocking your device with one....
then there is a pretty high certainty that you will begin experimenting with mods/roms/kernels/etc
at some point during your experimentation you will come across a 'soft-brick' or a bootloop, where all you see is either the google screen or the boot animation looping over and over. how do you get out of that situation? the toolkit didnt show you how, you plug in your trusty toolkit, only to find it doesnt see the device.... PANIC MODE ON!!....great. now you are going to come to XDA and make a damn thread about how you just 'bricked' your device and the world is ending....then you get told how to fix it albeit with some frustrations and complications....the right way, with fastboot and adb
or
you could just learn the damn thing and understand what it is you are doing to your device....then there would never be a situation you could not get out of using fastboot and adb.....
it really isnt complicated, and people around here are just Friggin lazy...its ridiculous.
XDA used to mean something, now its just a pisspot of people wanting their devices to be cool, without wanting to learn anything.
All Understould
Pirateghost said:
there are many guides and tutorials on all of these points.
here's the problem with toolkits:
THEY HIDE EVERYTHING FROM YOU
sure, more than likely you will be quite successful in merely rooting and unlocking your device with one....
then there is a pretty high certainty that you will begin experimenting with mods/roms/kernels/etc
at some point during your experimentation you will come across a 'soft-brick' or a bootloop, where all you see is either the google screen or the boot animation looping over and over. how do you get out of that situation? the toolkit didnt show you how, you plug in your trusty toolkit, only to find it doesnt see the device.... PANIC MODE ON!!....great. now you are going to come to XDA and make a damn thread about how you just 'bricked' your device and the world is ending....then you get told how to fix it albeit with some frustrations and complications....the right way, with fastboot and adb
or
you could just learn the damn thing and understand what it is you are doing to your device....then there would never be a situation you could not get out of using fastboot and adb.....
it really isnt complicated, and people around here are just Friggin lazy...its ridiculous.
XDA used to mean something, now its just a pisspot of people wanting their devices to be cool, without wanting to learn anything.
Click to expand...
Click to collapse
Hi,
All understould, and I couldnt agree more. The challenge, with many things now(on the Web) is finding the right information.
There are oodles, and oodles of sites with rooting information, tips and guides... etc..
I've probably watched a dozen or more "Youtube" vid's on the same subject, and they all have subtle differences..!!
I will look for "Manual" Unlocking and Rooting info for the Nexus.. and see what I find
Thanks...
NinjaMogglet said:
Hi,
All understould, and I couldnt agree more. The challenge, with many things now(on the Web) is finding the right information.
There are oodles, and oodles of sites with rooting information, tips and guides... etc..
I've probably watched a dozen or more "Youtube" vid's on the same subject, and they all have subtle differences..!!
I will look for "Manual" Unlocking and Rooting info for the Nexus.. and see what I find
Thanks...
Click to expand...
Click to collapse
not sure why you need to go anywhere other than right here on XDA....
theres a freakin sticky for it even...
http://forum.xda-developers.com/showthread.php?t=2150661
NinjaMogglet said:
Hi,
All understould, and I couldnt agree more. The challenge, with many things now(on the Web) is finding the right information.
There are oodles, and oodles of sites with rooting information, tips and guides... etc..
I've probably watched a dozen or more "Youtube" vid's on the same subject, and they all have subtle differences..!!
I will look for "Manual" Unlocking and Rooting info for the Nexus.. and see what I find
Thanks...
Click to expand...
Click to collapse
NinjaMogglet has given you all the information needed!
Just go grab the required files and chuck them in your platform-tools directory, run a command prompt and navigate to the directory and then run the said commands.
Still not clear??
smt8544 said:
NinjaMogglet has given you all the information needed!
Just go grab the required files and chuck them in your platform-tools directory, run a command prompt and navigate to the directory and then run the said commands.
Click to expand...
Click to collapse
I thank everybody for the comments...
I have since found other "Manual" methods, none of them are consistent
> Some use ADB commands to do certain things?
> There are references to making the "Recovery Stick", with some mnt, mv commands in ADB/FASTBOOT, it's not clear?
> There is reference to being in the right mode USB Debug Mode, PTP & MTP, but which?
> Install a Busy Box?
> and and ...
Whilst it maybe second nature to some of you folks, to me(others?) it a Black Art at the moment
I will do it, I just don't want to get part way in, and have a problem.
Thanks
NinjaMogglet said:
I thank everybody for the comments...
I have since found other "Manual" methods, none of them are consistent
> Some use ADB commands to do certain things?
> There are references to making the "Recovery Stick", with some mnt, mv commands in ADB/FASTBOOT, it's not clear?
> There is reference to being in the right mode USB Debug Mode, PTP & MTP, but which?
> Install a Busy Box?
> and and ...
Whilst it maybe second nature to some of you folks, to me(others?) it a Black Art at the moment
I will do it, I just don't want to get part way in, and have a problem.
Thanks
Click to expand...
Click to collapse
my previous post literally linked you to the ONLY thing you need....why did you ignore it?
its simple:
ADB can be used while in Custom Recovery or while booted into Android with USB debugging enabled.
Fastboot is used ONLY in fastboot mode
settings within the Android OS dont mean a damn thing in recovery or fastboot....which means it doesnt matter what USB mode you are in, or if debugging is enabled, as long as you are doing things from recovery or fastboot
every nexus device roots and unlocks in the same exact manner. the only difference would be that you need to use a recovery made SPECIFICALLY for that device...thats it
FOLLOW THE GUIDE THAT I ALREADY LINKED YOU TO....it tells you everything you need to do
Thanks
Pirateghost said:
my previous post literally linked you to the ONLY thing you need....why did you ignore it?
its simple:
ADB can be used while in Custom Recovery or while booted into Android with USB debugging enabled.
Fastboot is used ONLY in fastboot mode
settings within the Android OS dont mean a damn thing in recovery or fastboot....which means it doesnt matter what USB mode you are in, or if debugging is enabled, as long as you are doing things from recovery or fastboot
every nexus device roots and unlocks in the same exact manner. the only difference would be that you need to use a recovery made SPECIFICALLY for that device...thats it
FOLLOW THE GUIDE THAT I ALREADY LINKED YOU TO....it tells you everything you need to do
Click to expand...
Click to collapse
Thanks...
I did not ignore your link, I read all the pages.
Especially the one's that pointed out the ommisions, like un-lock first, and some of the key presses.
I will get back to this when I'm bright eyed, not 01:25 in the morning.... Just in case.
Thanks again

Nexus 6 Flashing TEAMWIN STUCK?

I managed to borrow a Samsung Satellite laptop, so I could root and unlock my Nexus 6. Laptop is brand new. Everything was great on unlocking and rooting using Wogfresh's Nexus Tool Kit.
Then I decided to stop the forced encryption. Used Wug's Tool Kit again. At the end it says phone will reboot in 15 minutes. I waited over a half hour. Then I tried rebooting the phone. Now it flashed teamwin.
I can get it turned off. And I can still get it into recovery, bootloader mode, etc. I worked on this from 16:30 - 05:30 yesterday. I have been working today for another 3-4 hours.
Wug's Tool, the computer will not recognize the phone. Any help would be greatly appreciated. This is sooooo frustrating! I have uninstalled drivers, updated drivers, usbs too. I did everything Wug's kit said to do.
Sent from my SGH-I337 using Tapatalk
first off, stop using toolkits!
doing it properly is just as easy, and takes about 4-5 minutes, to unlock the bootloader, flash the recovery, flash the supersu zip, and to flash a custom kernel that wont bring on encryption(but you have format data for un-encryption to work).
Good looking out! Thanks for all the information. I am positive that you must be of Wug's caliber, dev wise, right?
It's a real shame everyone doesn't know everything like you, huh? Also appreciate the directions on doing it your way, in 4-5 minutes.
Sent from my SGH-I337 using Tapatalk
addcancercat said:
Good looking out! Thanks for all the information. I am positive that you must be of Wug's caliber, dev wise, right?
It's a real shame everyone doesn't know everything like you, huh? Also appreciate the directions on doing it your way, in 4-5 minutes.
Sent from my SGH-I337 using Tapatalk
Click to expand...
Click to collapse
assuming you got the driver installed..
1. while in bootloader.. fastboot oem unlock(this will unlock the bootloader
2. fastboot flash twrp recovery
3. flash the latest supersu with twrp recovery
this will give you root
4. flash any custom kernel(if you want to decrypt).
5. in twrp recovery, format data.
6. reboot and youll be rooted and unencrypted.
thats the basics, for any nexus. root toolkits can be used, if you already know what to do. if you are clueless of the process, youll learn ziltch using a roit toolkit, and will remain without any knowledge. so when you need to do some basic upkeep, you will be clueless, and will feel as your device is bricked. at that point youll start a pointless thread..
Thanks again. Did you read my post?
No I don't have drivers installed.
The computer does not recognize the phone now.
Please spare me anymore help.
Sent from my SGH-I337 using Tapatalk
simms22 said:
assuming you got the driver installed..
1. while in bootloader.. fastboot oem unlock(this will unlock the bootloader
2. fastboot flash twrp recovery
3. flash the latest supersu with twrp recovery
this will give you root
4. flash any custom kernel(if you want to decrypt).
5. in twrp recovery, format data.
6. reboot and youll be rooted and unencrypted.
thats the basics, for any nexus. root toolkits can be used, if you already know what to do. if you are clueless of the process, youll learn ziltch using a roit toolkit, and will remain without any knowledge. so when you need to do some basic upkeep, you will be clueless, and will feel as your device is bricked. at that point youll start a pointless thread..
Click to expand...
Click to collapse
Dude lay off! You are forever on here giving ppl **** about the posts they make. Sorry if most ppl arnt as skilled as you and might actually need some help. Just cause your "recognized" doesnt make you a mod. If they have a problem with what someone post let them deal with it.
addcancercat said:
Thanks again. Did you read my post?
No I don't have drivers installed.
The computer does not recognize the phone now.
Please spare me anymore help.
Sent from my SGH-I337 using Tapatalk
Click to expand...
Click to collapse
have you went through and installed it yet? here is the page for the android adb driver as well, it should also work http://adbdriver.com/
---------- Post added at 07:45 PM ---------- Previous post was at 07:41 PM ----------
chris6278 said:
Dude lay off! You are forever on here giving ppl **** about the posts they make. Sorry if most ppl arnt as skilled as you and might actually need some help. Just cause your "recognized" doesnt make you a mod. If they have a problem with what someone post let them deal with it.
Click to expand...
Click to collapse
lay off what? with helping him out? no, im not a mod, nor do i want to be a mod(i have said no to xda mod offers before). but, i will always fight against lies and untruth, no matter what, no matter who says it. i dont come here, to xda, to learn. i mostly come here to help people out. if you dont want any help, thats fine, let me know and i wont help you. but if you are just here to give me crap about nothing except me going against what others say, get the fxxk out of here.
simms22 said:
have you went through and installed it yet? here is the page for the android adb driver as well, it should also work http://adbdriver.com/
---------- Post added at 07:45 PM ---------- Previous post was at 07:41 PM ----------
lay off what? with helping him out? no, im not a mod, nor do i want to be a mod(i have said no to xda mod offers before). but, i will always fight against lies and untruth, no matter what, no matter who says it. i dont come here, to xda, to learn. i mostly come here to help people out. if you dont want any help, thats fine, let me know and i wont help you. but if you are just here to give me crap about nothing except me going against what others say, get the fxxk out of here.
Click to expand...
Click to collapse
Help ppl? All you do is give ppl ****. Ive seen numerous posts where you act like an a55 just cause someone needed some help or putting ppl down for using toolkits. Look i dont come here to start anything with anybody but if i see ppl unfairly treated cause they are new or dont have much experience your gonna get called out on it. As far as "getting the fxxk out of here" nah i think ill stay
chris6278 said:
Help ppl? All you do is give ppl ****. Ive seen numerous posts where you act like an a55 just cause someone needed some help or putting ppl down for using toolkits. Look i dont come here to start anything with anybody but if i see ppl unfairly treated cause they are new or dont have much experience your gonna get called out on it. As far as "getting the fxxk out of here" nah i think ill stay
Click to expand...
Click to collapse
show me one post where i acted like an ass when someone needed help.
Simms is correct, its much easy to unlock using fastboot rather than a tool kit. When I first started modding it took me >5 minutes to learn how to do this. It always works and can really help you if you mess something up using a tool kit. If the OC doesn't recognize your phone, what screen is it showing (the TWRP logo) have you tried to hold power and volume down to boot into the boot loader? If you can boot into BL then you can flash anything via fastboot and fix this problem easily.
I am unlocked and rooted. When I tried change the forced encryption is when the phone became useless. I can get it into recovery (factory) and restart bootloader, etc.
But now it justs stay on the black and white Google when your first reboot your phone.
I have downloaded all the tools. I don't know the commands or the proper order.
My computer is not reconizing my phone after the encryption attempt.
addcancercat said:
I am unlocked and rooted. When I tried change the forced encryption is when the phone became useless. I can get it into recovery (factory) and restart bootloader, etc.
But now it justs stay on the black and white Google when your first reboot your phone.
I have downloaded all the tools. I don't know the commands or the proper order.
My computer is not reconizing my phone after the encryption attempt.
Click to expand...
Click to collapse
first thing you need to do is get the driver installed, so that your device would be disabled to your computer to adb/fastboot. you are going to have to flash the factory.img through your bootloader via fastboot. or, you can fastboot oem unlock your bootloader, flash a custom recovery, and adb push/sideload a rom/gapps/supersu to your phone and flash them via your new recovery.
simms22 said:
first thing you need to do is get the driver installed, so that your device would be disabled to your computer to adb/fastboot. you are going to have to flash the factory.img through your bootloader via fastboot. or, you can fastboot oem unlock your bootloader, flash a custom recovery, and adb push/sideload a rom/gapps/supersu to your phone and flash them via your new recovery.
Click to expand...
Click to collapse
Man you wouldn't know where I might find a more detailed step by step instructions on how exactly to do this. Then I could probably do it.
I have been updating drivers, uninstalling drivers, etc.
The tiol kit was great for unlocking and rooting. Then I tried to undo the forced encryption.
Sent from my SGH-I337 using Tapatalk
addcancercat said:
Man you wouldn't know where I might find a more detailed step by step instructions on how exactly to do this. Then I could probably do it.
I have been updating drivers, uninstalling drivers, etc.
The tiol kit was great for unlocking and rooting. Then I tried to undo the forced encryption.
Sent from my SGH-I337 using Tapatalk
Click to expand...
Click to collapse
this should help you out. if you have anything to adk about it, ask there or here. good luck! http://forum.xda-developers.com/nexus-6/general/guide-flash-factory-images-nexus-6shamu-t2954008

[Q] Think I soft-bricked my Nexus 6...any ideas?

Some background...Rooted and unlocked. I removed encryption right after I bought it.
I attempted to flash 5.1 the update. I flashed the bootloader and radio first, and rebooted the bootloader. Everything went fine until I tried to flash the system image. I got a lot of "sparse" errors.
When it rebooted it re-encrypted the device. But now nothing works. Phone, NFC ect shows errors. I can get into the bootoader, and I can flash stuff, but the recovery menu is gone,. It's just an error icon with "no connection" now.
Any ideas on how I can salvage this? I already backed everything up before I started. Is there a way I can just wipe everything and go back to stock? Even if it is 5.01?
EDIT - My bootloader is still showing as unlocked. I did not re-lock it.
JeffDenver said:
Some background...Rooted and unlocked. I removed encryption right after I bought it.
I attempted to flash 5.1 the update. I flashed the bootloader and radio first, and rebooted the bootloader. Everything went fine until I tried to flash the system image. I got a lot of "sparse" errors.
When it rebooted it re-encrypted the device. But now nothing works. Phone, NFC ect shows errors. I can get into the bootoader, and I can flash stuff, but the recovery menu is gone,. It's just an error icon with "no connection" now.
Any ideas on how I can salvage this? I already backed everything up before I started. Is there a way I can just wipe everything and go back to stock? Even if it is 5.01?
EDIT - My bootloader is still showing as unlocked. I did not re-lock it.
Click to expand...
Click to collapse
Install factory images using fastboot
https://developers.google.com/android/nexus/images
You might have "soft bricked" it, but if you still have bootloader access you are fine
I actually tried that, but it will not recognize it from ADB...I can flash stuff via fastboot, but ADB does not see it.
I did fully update the android SDK before I started. Should'nt that have updated all the drivers needed for ADB?
JeffDenver said:
I actually tried that, but it will not recognize it from ADB...I can flash stuff via fastboot, but ADB does not see it.
I did fully update the android SDK before I started. Should'nt that have updated all the drivers needed for ADB?
Click to expand...
Click to collapse
you update via fastboot, while youre in the bootloader. adb has nothing to do with it.
When I go to the platform tools folder, and use "adb devices", it tells me nothing after "list of devices attached". As if it does not see the phone.
When I attempt to "fastboot -w update image-shamu-lmy47d.zip", a window comes up and scrolls 3 or 4 lines too fast to see, and then exits. Nothing happens.
JeffDenver said:
When I go to the platform tools folder, and use "adb devices", it tells me nothing after "list of devices attached". As if it does not see the phone.
Click to expand...
Click to collapse
Have you updated the SDK? Drivers installed? Also, read up on how to use fastboot. Fastboot only works from bootloader, not when booted into Android.
I'm all for adb, but save yourself a headache and get wugs toolkit and use force flash.
Sent from my Nexus 6 using XDA Free mobile app
Better to learn some basics first then you shall fear no soft brick ever!
http://forum.xda-developers.com/showthread.php?t=2277112
Evolution_Freak said:
Have you updated the SDK? Drivers installed? Also, read up on how to use fastboot. Fastboot only works from bootloader, not when booted into Android.
Click to expand...
Click to collapse
SDK is updated. I assumed it updated drivers as well. If not, where do I get those?
I do understand that fastboot only works while in the bootloader. I have not attempted to use it while in Android.
JeffDenver said:
When I attempt to "fastboot -w update image-shamu-lmy47d.zip", a window comes up and scrolls 3 or 4 lines too fast to see, and then exits. Nothing happens.
Click to expand...
Click to collapse
Just extract the .zip and flash the things inside separately using fastboot. You can skip user data I believe (or not if you don't care about erasing your device). Using the -w switch would have erased it anyway. The commands are easy, just "fastboot flash system system.img" and the like. Change "system" and "system.img" for the file you're flashing.
Evolution_Freak said:
Have you updated the SDK? Drivers installed? Also, read up on how to use fastboot. Fastboot only works from bootloader, not when booted into Android.
Click to expand...
Click to collapse
Konfuzion said:
I'm all for adb, but save yourself a headache and get wugs toolkit and use force flash.
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
Where do I get that from?
JeffDenver said:
Where do I get that from?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=56913254
Sent from my Nexus 6 using XDA Free mobile app
---------- Post added at 12:56 PM ---------- Previous post was at 12:55 PM ----------
Evolution_Freak said:
Better to learn some basics first then you shall fear no soft brick ever!
http://forum.xda-developers.com/showthread.php?t=2277112
Click to expand...
Click to collapse
Better fear the bootloader downgrade soft brick
Sent from my Nexus 6 using XDA Free mobile app
Konfuzion said:
I'm all for adb, but save yourself a headache and get wugs toolkit and use force flash.
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
Are you sure you know what adb is?
:/
rootSU said:
Are you sure you know what adb is?
:/
Click to expand...
Click to collapse
What's it to you? Yeah I'm fine with adb thanks. If you want to discuss something other than helping the OP go ahead and pm me.
Sent from my Nexus 6 using XDA Free mobile app
mwalt2 said:
Just extract the .zip and flash the things inside separately using fastboot. You can skip user data I believe (or not if you don't care about erasing your device). Using the -w switch would have erased it anyway. The commands are easy, just "fastboot flash system system.img" and the like. Change "system" and "system.img" for the file you're flashing.
Click to expand...
Click to collapse
Ok, I did this. It appeared to work correctly, but...
My phone looks like it did before. In "about" I see it shows 5.1 as the version. I have lost root. Shouldn't I be reset to factory appearance since I overwrote the entire system? Everything looks intact, including nova launcher.
Phone appears to be working normally. I am on the phone on hold as I type this. I am just worried about problems down the road. Do I need to flash anything else? Can I assume the bootloader and radio installed correctly?
Konfuzion said:
What's it to you? Yeah I'm fine with adb thanks. If you want to discuss something other than helping the OP go ahead and pm me.
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
Its just you mentioned a toolkit as an alternative to adb but adb has nothing to do with any of this so if you're going to be helping the OP, I thought I'd better check that you know what you're talking about. ...which I don't think you do... So back to the point, how I'm helping the OP is by telling him to ignore everything you say. THAT'S "what's it" to me. Cheeky chops
@JeffDenver, ignore this guy. Use fastboot. Read general > all in one guide > question 28 for any info you may need, including drivers.
to repeat again, you use fastboot to flash the factory img, while youre in the bootloader. it should take you just several minutes to do, or a little bit longer if you are being very carefull. adb has nothing to do with it.
JeffDenver said:
Ok, I did this. It appeared to work correctly, but...
My phone looks like it did before. In "about" I see it shows 5.1 as the version. I have lost root. Shouldn't I be reset to factory appearance since I overwrote the entire system? Everything looks intact, including nova launcher.
Phone appears to be working normally. I am on the phone on hold as I type this. I am just worried about problems down the road. Do I need to flash anything else? Can I assume the bootloader and radio installed correctly?
Click to expand...
Click to collapse
its probably a good idea to factory reset since you're going up a major version and have already had problems.
rootSU said:
Its just you mentioned a toolkit as an alternative to adb but adb has nothing to do with any of this so if you're going to be helping the OP, I thought I'd better check that you know what you're talking about. ...which I don't think you do... So back to the point, how I'm helping the OP is by telling him to ignore everything you say. THAT'S "what's it" to me. Cheeky chops
@JeffDenver, ignore this guy. Use fastboot. Read general > all in one guide > question 28 for any info you may need, including drivers.
Click to expand...
Click to collapse
The reason I suggested wugs, is the first thing it has you do after installation is walks you through removing old drivers and installing the correct drivers and making sure that the phone is recognized. Then it will download the needed files and check the md5's which would help to avoid further problems.
Sent from my Nexus 6 using XDA Free mobile app

Need help rooting Nexus 6 on 6.0.0

I want to root my Nexus 6 running stock android 6.0.0 but not sure exactly how to do it. Any help would be greatly appreciated. Thanks
dbzturtle said:
I want to root my Nexus 6 running stock android 6.0.0 but not sure exactly how to do it. Any help would be greatly appreciated. Thanks
Click to expand...
Click to collapse
Chainfire just released a new root for mm, http://www.xda-developers.com/chainfire-releases-root-for-android-6-0-without-modifying-system/
Sent from my Nexus 6 using Tapatalk
blueyes said:
Chainfire just released a new root for mm, http://www.xda-developers.com/chainfire-releases-root-for-android-6-0-without-modifying-system/
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
It says that it's experimental and will likely have bugs. is there a stable way to root? If not I don't mind waiting until there is.
dbzturtle said:
It says that it's experimental and will likely have bugs. is there a stable way to root? If not I don't mind waiting until there is.
Click to expand...
Click to collapse
Fastboot flash twrp, and then flash 2.52superuser.sip in recovery. Look up wugfresh Nexus root toolkit, it'll explain the process.
Sent from my Nexus 6 using Tapatalk
I rooted my N6 on Android 6.0 with 2.52 weeks ago and it's absolutely fine - I've seen no problems at all. The "experimental" mention is a disclaimer to cover Chainfire in case you have problems - a very sensible warning in my opinion, but in this case you can probably ignore it.
And I agree with blueyes - Nexus Root Toolkit is pretty much idiot-proof as long as you read the instructions and in particular choose the correct ROM.
dahawthorne said:
I rooted my N6 on Android 6.0 with 2.52 weeks ago and it's absolutely fine - I've seen no problems at all. The "experimental" mention is a disclaimer to cover Chainfire in case you have problems - a very sensible warning in my opinion, but in this case you can probably ignore it.
And I agree with blueyes - Nexus Root Toolkit is pretty much idiot-proof as long as you read the instructions and in particular choose the correct ROM.
Click to expand...
Click to collapse
The problem with using toolkits when they are "idiot-proof" is that if you go into the process as an idiot, you leave the process still an idiot, so if something goes wrong with the device at a later date, the user has not got the skills to fix it, which becomes a problem on these forums as rather than telling someone how to fix it, we also have to teach the skills that should already have been learned.
Toolkits are great if you know what they're doing but if you dont, use fastboot the first time to get an understanding of it and also to ensure you know it is working on your computer correctly. It's easier to troubleshoot PC configurations when the device is fully working rather than waiting until it is "broken"
"you leave the process still an idiot"
I'll take that in the spirit I think you meant it...
Sure, point taken, but the problem with telling someone to start learning to use tools they don't understand is that this forum ends up with a flood of "I've bricked my device" posts. I agree that the manual way is useful for resolving problems, and I don't use NRT for everything - I'd say maybe 50% of the time for installing a brand new factory ROM, and the rest of the time using ADB/Fastboot for stuff I (think I) understand.
I just think that if someone has taken the time and trouble to give me the commands typed perfectly in the correct order and proven to work, why would I risk typing them in maybe in the wrong order or accidentally installing an image into the wrong partition? My own stupid fault, sure, but why take the long way round instead of the simple straight proven path?
Just sayin'...
dahawthorne said:
"you leave the process still an idiot"
I'll take that in the spirit I think you meant it...
Sure, point taken, but the problem with telling someone to start learning to use tools they don't understand is that this forum ends up with a flood of "I've bricked my device" posts. I agree that the manual way is useful for resolving problems, and I don't use NRT for everything - I'd say maybe 50% of the time for installing a brand new factory ROM, and the rest of the time using ADB/Fastboot for stuff I (think I) understand.
I just think that if someone has taken the time and trouble to give me the commands typed perfectly in the correct order and proven to work, why would I risk typing them in maybe in the wrong order or accidentally installing an image into the wrong partition? My own stupid fault, sure, but why take the long way round instead of the simple straight proven path?
Just sayin'...
Click to expand...
Click to collapse
It's not really the long way round. Once everything is installed, its as quick if not quicker. And as I said, you need all this installed for ongoing maintenance anyway so may as well do this whilst your device is working.
You can't brick your device by flashing to the wrong partition so there are no floods of posts from people doing things manually at all. .if you flash to the wrong partition,.just flash to the right partition. It's not rocket science either. If you flash a radio, flash it to the radio partition. If you flash system, flash it to the system partition. ...and if you type something wrong, it won't do anything at all.
Fastboot is well documented (by me and others) in the general forum. People should feel free to nude toolkits once they have learned it, but noobs should definitely learn it and use it the first time for the reasons I have already mentioned.
To root is so simple.
1. In fastboot, use
"fastboot oem unlock"
2. In fastboot, flash a custom twrp recovery image
"fastboot flash recovery twrp.img "
3. If marshamallow, flash a custom boot.img to allow it to be rooted
"fastboot flash boot boot.img"
4. Copy SuperSU to sdcard
5. Flash SuperSU zip from recovery
Once these steps have been carried out, you've used fastboot, know how it works and also have proof your computer has working fastboot. That ticks essential boxes.that every root user needs to have ticked. Once they're ticked, use toolkits to your hearts desire.
The worst thing about noobs using toolkits is when we need them to use fastboot when helping with their issues, they don't know what it is and we have to teach them that. We also need to troubleshoot setting it up which can be extremely hard if their device is bricked or in a state of needing repair. 10 minutes learning now can help prevent hours of wasting our time later. Surely it's only being courteous to learn these things ?
Where can I find a custom boot image ? I'm asking because I'm rooted but every time I try to go into recovery it ask me for a password
getmoneygreen said:
Where can I find a custom boot image ? I'm asking because I'm rooted but every time I try to go into recovery it ask me for a password
Click to expand...
Click to collapse
If you're encrypted, recovery will always ask you for a password. If you've set a password in android, you use that..if you have not set a password in android, you use the default twrp password.
I am an Android Noob! My first Android devices were the Nexus Player and the Nexus 6. (I came from iPhones and Apple TV) It did not take me long at all to learn how to use fastboot and adb. I manually flashed my Nexus 6 and Nexus Player to 6.0 before the OTAs were rolling out no problem. I have root on both of my devices.
My point is, if I can learn how to do this in a matter of a day (I have not had my Nexus 6 a full month yet) You can learn how to do it as well. There are tons of guides out there on how to do all of this. Google is your friend. You will feel awesome and have a sense of accomplishment if you take the time to learn this stuff. It is easy to learn, not hard at all! I come from a pretty extensive tech background so I was a step ahead, but anyone can do / learn this stuff.
There are toolkits that can do this stuff for you pretty much. I have not downloaded or used one myself. I don't trust someone else's code with my device. That's just me though. I like to feel in control when I flash stuff.
@danarama
"Surely it's only being courteous to learn these things ?"
I know that it's all too easy to be taken wrong when writing a post, so I'll say up front that I'm serious - thanks for posting those steps. I've watched the NRT run through its steps a number of times and it clearly does a lot more than this, which is why i'm glad that it's doing the typing for me
I have used your steps when flashing various things, I've just never used them for a ROM upgrade - except once when I was trying to recover a broken-radio N5 and was installing Chroma.
One value at least of the NRT for noobs is its help in setting up your PC's drivers - that alone is a good reason to look at it.
Just for interest, what would happen if I flashed recovery into the radio partition? Or the boot partition?
Seriously, thanks for these steps - I appreciate it.
dahawthorne said:
@danarama
"Surely it's only being courteous to learn these things ?"
I know that it's all too easy to be taken wrong when writing a post, so I'll say up front that I'm serious - thanks for posting those steps. I've watched the NRT run through its steps a number of times and it clearly does a lot more than this, which is why i'm glad that it's doing the typing for me
I have used your steps when flashing various things, I've just never used them for a ROM upgrade - except once when I was trying to recover a broken-radio N5 and was installing Chroma.
One value at least of the NRT for noobs is its help in setting up your PC's drivers - that alone is a good reason to look at it.
Just for interest, what would happen if I flashed recovery into the radio partition? Or the boot partition?
Seriously, thanks for these steps - I appreciate it.
Click to expand...
Click to collapse
Radio may boot but won't connect to a network.
Boot is the kernel so it won't boot without it (bootloop)
Both can be fixed by flashing the correct image to the correct partition.
The images in the factory image are appropriately labelled too, so it would be difficult to flash to the wrong partition without realizing it was wrong.. Eg
"fastboot flash radio boot.img" looks wrong when you have radio.img too.
Thanks, danarama. I suppose that's the point I was trying to make at the top - that if you're a bit of a thicko then you could flash to the wrong partition, which a predefined script won't. As long as it's recoverable, no problem, but I remember the pumping heart and breathlessness as I watched my devices on several occasions sitting with the boot animation for 10-15 minutes and thinking "What the hell do I do now?"
I know I'm hijacking this thread (sorry...) but is there anything you can think of that would definitely hard-brick my device if I'm being thick or careless? I've never managed it, and maybe as Android progresses it's becoming harder to hard-brick, but is there ever a time when I need to think "There's no way back from this one"?
danarama said:
If you're encrypted, recovery will always ask you for a password. If you've set a password in android, you use that..if you have not set a password in android, you use the default twrp password.
Click to expand...
Click to collapse
Thank for the heads up really appreciate that. BTW what is the default password for twrp
getmoneygreen said:
Thank for the heads up really appreciate that. BTW what is the default password for twrp
Click to expand...
Click to collapse
Not sure, Im not encrypted. But its documented somewhere by twrp dev. Maybe on their site or in their thread

help

Anyone can tell me easiest way to flash stock image to Nexus 6 I am not very experienced with fast boot and Adb stuffs. Now my phone is getting "this device is corrupted...." Please help..
Btw I am on stock ROM + twrp recovery
The easy way is simply learning how to flash images through fastboot, using the command "fastboot flash [partition] [image.img]". The lazy way is through using a toolkit like Wugfresh.
use Nexus Root Toolkit , with one click you can do so much
AJDA said:
use Nexus Root Toolkit , with one click you can do so much
Click to expand...
Click to collapse
This is the single most dangerous thing you can suggest to someone new. Things like this are not really meant for new users. More for the ones that know what they are doing but are in a pinch for time.
zelendel said:
This is the single most dangerous thing you can suggest to someone new. Things like this are not really meant for new users. More for the ones that know what they are doing but are in a pinch for time.
Click to expand...
Click to collapse
i dont agree with you , there is guide for use this tool also how its dangerous to select the tgz file and flash all thing with one click for you in the same time
for me its more dangerous to use adb command , and for that reason is the developers create this tool to make it easy for us
plus you have a lot of options when you are brick or in normal mode
AJDA said:
i dont agree with you , there is guide for use this tool also how its dangerous to select the tgz file and flash all thing with one click for you in the same time
for me its more dangerous to use adb command , and for that reason is the developers create this tool to make it easy for us
plus you have a lot of options when you are brick or in normal mode
Click to expand...
Click to collapse
And when something goes wrong you come right back here asking for help. And when you tell people you used a one click method you find almost no help. If you don't know what you are doing with command lines then you really shouldn't be messing with your device.
There are very real risks. Even when using things like this.
@AJDA: On another thread a senior member asked me, incredulously, why I didn't push a toolkit. My answer was rather simple: the user needs to know how to use fastboot, as his next device may not have a toolkit available. On top of that, using fastboot is so easy the toolkits are ridiculous. Thus you have the easy way with fastboot and the lazy way with a toolkit.
For the record, the person asking for help in the first place on that other thread successfully used fastboot to restore his device. He learned something in the process and no longer needs a toolkit to do what everyone lately seems unable to accomplish without outside help.
The easy way is to use Wug's tool kit witch I highly recommended. However after you get you're phone back to normal you should really learn the fastboot method. It has saved my device's more time's than I can count,and is way more rewarding knowing you can do it yourself?
i have tried wugfresh toolkit to root yes it easy. but i tried restoring to stock image i keep failing & getting that error all over again and again, i tried 3x on the toolkit i cant get it to work. please help
And @zelendel's point is proven.
OP, search in general for the Nexus 6 all in one flashing guide and start reading.
Why when I flash TWRP or multirom I get that error?

Categories

Resources