i have been trying to flash the system.img manually and with the script. all i get is cant find the system.img and i get the wrong size reported back when trying to flash it. i am at a loss.. and my system has been erased so all i can do is boot into the bootloader....any help would be GREATLY appreciated...im so pissed i did this and have no phone right now..
thank you
FYI, Verizon N6 on 5.1 , unlocked, and rooted
dvigue said:
i have been trying to flash the system.img manually and with the script. all i get is cant find the system.img and i get the wrong size reported back when trying to flash it. i am at a loss.. and my system has been erased so all i can do is boot into the bootloader....any help would be GREATLY appreciated...im so pissed i did this and have no phone right now..
thank you
FYI, Verizon N6 on 5.1 , unlocked, and rooted
Click to expand...
Click to collapse
Flash all bat doesn't work. Did you unzip the second folder and find actual system.img. Then fastboot flash system system.img.
dvigue said:
i have been trying to flash the system.img manually and with the script. all i get is cant find the system.img and i get the wrong size reported back when trying to flash it. i am at a loss.. and my system has been erased so all i can do is boot into the bootloader....any help would be GREATLY appreciated...im so pissed i did this and have no phone right now..
thank you
FYI, Verizon N6 on 5.1 , unlocked, and rooted
Click to expand...
Click to collapse
dont use the flash-all script. flash each partition separately.
yes...i have tried it manaully..i keep getting "cannot find system.img" and my fastboot, adb and the .img files are all in the same folder... what the heck am i doing wrong...it also shows and i always get an "target allowed MAX download size of 536870912 when ever i try to flash system.img
dvigue said:
yes...i have tried it manaully..i keep getting "cannot find system.img" and my fastboot, adb and the .img files are all in the same folder... what the heck am i doing wrong...it also shows and i always get an "target allowed MAX download size of 536870912 when ever i try to flash system.img
Click to expand...
Click to collapse
Open command prompt. type fastboot flash system (drag and drop system img here)
I had this happen on my n5 with the first preview, honestly what worked for me(and really hate even recommending using toolkits) but NRT with force flash enable fixed it a flashed all files.
Again don't even know if n6 can use NRT but if it helps it helps lol
Sent from my Nexus 5 using XDA Free mobile app
todorcim said:
I had this happen on my n5 with the first preview, honestly what worked for me(and really hate even recommending using toolkits) but NRT with force flash enable fixed it a flashed all files.
Again don't even know if n6 can use NRT but if it helps it helps lol
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Shouldn't use toolkit till understand how it should work manually. Can get into trouble and not know how to fix.
ok..NRT worked!!!! yes...thank god...thanks for all your help
Here are all the manual commands.
Drag and Drop or Copy/Paste Images to {}
STEP #1
fastboot flash bootloader {bootloader.img}
fastboot reboot-bootloader
fastboot flash radio {radio.img}
Step #2
fastboot erase recovery
fastboot erase system
fastboot erase boot
fastboot format vendor {don't need for phone}
fastboot format cache
fastboot format userdata {optional}
Step#3
fastboot flash recovery {recovery.img}
fastboot flash system {system.img}
fastboot flash boot {boot.img}
fastboot flash vendor {vendor.img}
fastboot flash cache {cache.img}
fastboot flash userdata {userdata.img}
fastboot reboot
prdog1 said:
Shouldn't use toolkit till understand how it should work manually. Can get into trouble and not know how to fix.
Click to expand...
Click to collapse
Yep totally agree, notice my brackets?
Good I'm glad it worked!!
Sent from my Nexus 5 using XDA Free mobile app
---------- Post added at 08:23 AM ---------- Previous post was at 08:18 AM ----------
dvigue said:
ok..NRT worked!!!! yes...thank god...thanks for all your help
Click to expand...
Click to collapse
Don't rely on the toolkits tho, I personally think you need to know and understand the manual flash and Woking with adb/fastboot, I only used it because I spent a good hour trying every other possible fix to flash system (on both windows & Ubuntu).
But again I'm glad it work
Sent from my Nexus 5 using XDA Free mobile app
Related
Hi guys,
I just wanted to confirm with you in how to return stock.
From what I have been reading, to return to stock, the easiest way is to grab the MythTools here:
http://forum.xda-developers.com/showthread.php?t=2262726
Download the JB stock ¿SBF? here:
http://sbf.droid-developers.org/dinara/list.php
And use the tool. That's it? And then re root and re unlock right?
neondunker said:
Hi guys,
I just wanted to confirm with you in how to return stock.
From what I have been reading, to return to stock, the easiest way is to grab the MythTools here:
http://forum.xda-developers.com/showthread.php?t=2262726
Download the JB stock ¿SBF? here:
http://sbf.droid-developers.org/dinara/list.php
And use the tool. That's it? And then re root and re unlock right?
Click to expand...
Click to collapse
Please just do it the fastboot way...just too many help threads that incluce "I used MythTools". Once you do it manually and you know your PC is set up properly, then start using Myth.
neondunker said:
Hi guys,
I just wanted to confirm with you in how to return stock.
From what I have been reading, to return to stock, the easiest way is to grab the MythTools here:
http://forum.xda-developers.com/showthread.php?t=2262726
Download the JB stock ¿SBF? here:
http://sbf.droid-developers.org/dinara/list.php
And use the tool. That's it? And then re root and re unlock right?
Click to expand...
Click to collapse
as @skeevydude told, its better to use fastboot... this may be useful to you..
1)download the required firmware from here and recovery
2)extract the zip and place the recovery image and fastboot binaries in the extracted directory and open terminal in this directory.
3)type the following commands in order
Quote:
fastboot flash modem NON-HLOS.bin
fastboot flash boot boot.img
fastboot flash devtree device_tree.bin
fastboot flash system system.img
fastboot -w
fastboot erase cache
fastboot reboot-bootloader
fastboot flash recovery cwmrecovery6028-xt925_20130219-epinter.img
fastboot reboot
skeevydude said:
Please just do it the fastboot way...just too many help threads that incluce "I used MythTools". Once you do it manually and you know your PC is set up properly, then start using Myth.
Click to expand...
Click to collapse
It worked the "fastboot" way, thanks !
Aingaran said:
as @skeevydude told, its better to use fastboot... this may be useful to you..
1)download the required firmware from here and recovery
2)extract the zip and place the recovery image and fastboot binaries in the extracted directory and open terminal in this directory.
3)type the following commands in order
Quote:
fastboot flash modem NON-HLOS.bin
fastboot flash boot boot.img
fastboot flash devtree device_tree.bin
fastboot flash system system.img
fastboot -w
fastboot erase cache
fastboot reboot-bootloader
fastboot flash recovery cwmrecovery6028-xt925_20130219-epinter.img
fastboot reboot
Click to expand...
Click to collapse
If you want to get good at it have a folder for development with everything in there and point the command line path to the commands so you don't have to keep tabs on where you are
Sent from my MB886 using Tapatalk 4 Beta
Another question, there's any way to improve stock without breaking everything else? I know I can freeze apps, block another, etc, but besides that, anything else?
Also, there's any risk by flashing the Mexican version and then turning back to AT&T (in case I don't like it)?
No risks man. I've flashed dozens of times.
Sent from my MB886 using Tapatalk 4 Beta
---------- Post added at 11:36 AM ---------- Previous post was at 11:36 AM ----------
Just backup your stuff to the EXT SD card not the internal one , just in case it gets wiped.
Sent from my MB886 using Tapatalk 4 Beta
neondunker said:
Another question, there's any way to improve stock without breaking everything else? I know I can freeze apps, block another, etc, but besides that, anything else?
Also, there's any risk by flashing the Mexican version and then turning back to AT&T (in case I don't like it)?
Click to expand...
Click to collapse
there are no risks as @Youngunn2008 told, i too have flashed it innumerous times.. and about improvement, you can always work on it, some common things are system app modifications as you told like freeezing, removing, adding etc and performance modifications like editing build.prop or working on kernel or editing framework_res.apk etc
Thanks for your help, right now I'm with the mexican version and will start to play
The radio thing it's necesary or only if I have issues with 3g/wifi? And I have issues, will help flashing the mexican radio or should I flash the AT&T radio?
Its your wish... I recommended Mexican retail radio because it supports more base bands than att and on the whole, both should work fine... And the radio is VERY VERY IMPORTANT...
Sent from my MB886 using xda app-developers app
Everything mexican now and its more speedy than the ATT version (don't mind LTE)
Thanks!
Here is the fully stock Boot.img, Recovery.img and System.img. There are no modifications to any of these. This is all we have until Motorola releases full factory images for Lollipop 5.0.
For the XT1095 Pure Edition ONLY
BUILD: LXE22.46-11 (22.21.11)
http://apollyon-dev.com/motox/XT1095_Lollipop5_22.21.11_BOOT_RECOVERY_SYS.zip
md5: 43888F4EAB74600E6D6DF41FF202C9BA
here's a mirror
https://mega.co.nz/#!a9hymLCD!ek2VVQNPGmUpNHFl6WIQe8znsFtUBjbsvTu0-TyORnM
Previous builds
BUILD: LXE22.39-6 (22.11.6)
http://apollyon-dev.com/motox/XT1095_Lollipop5_22.11.6_BOOT_RECOVERY_SYS.zip
md5: 6A527AFB1DEED2248AE2D3B4ACCF04ED
here's a mirror
https://mega.co.nz/#!H0wn2LoT!hHqhasTUnLjxMxACvODWcRIrtm3jTGjg1MEqxZfP5lo
Disclaimer: I am not responsible if you use this and brick your device or if your device blows up, implodes, catches on fire or it starts WWIII. Use at your own risk.
how do you flash these, I tried both fastboot and mfastboot but both fail, they crash even
also build prop says this is 4.4.4 not 5
godutch said:
how do you flash these, I tried both fastboot and mfastboot but both fail, they crash even
also build prop says this is 4.4.4 not 5
Click to expand...
Click to collapse
you are doing it wrong...
mrvirginia said:
you are doing it wrong...
Click to expand...
Click to collapse
ok, how can we do it?
thx
overon37 said:
ok, how can we do it?
thx
Click to expand...
Click to collapse
by using mfastboot. this is for advanced users...
yes, i got it, but, can i flash it over XT1092 with Kitkat?
^^I have a conversion guide, that'd help you for sure
mrvirginia said:
you are doing it wrong...
Click to expand...
Click to collapse
so how i am supposed to flash this then?
After some experimentation I cleaned up these instructions a little bit and confirmed this method works for me for rooted (.6):
Here's what I did, real easy:
- Download mfastboot v2 from graffixnyc's thread.
- unzip boot, recovery, system imgs that you downloaded from the OP into the mfastboot folder where the mfastboot.exe is located. Open a cmd prompt on that folder.
- Put phone in fastboot, plug it in:
Code:
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img
For the new radio, download it from graffixnyc's site, put in mfastboot folder and flash :
Code:
mfastboot flash modem radio.img
After you get a successful boot, put the phone back in fastboot and download CF-Auto-root from graffixnyc's post in "General". Put the CF-Auto-Root.... img (inside the zip in the /image folder) in the mfastboot folder with everything else and flash according to his instrucions :
Code:
mfastboot boot CF-Auto-Root-victara-victaratmo-xt1095.img
That's it. Nothing hard about it. Any questions let me know.
Big thanks to both mrvirginia and graffixnyc for their work on this. And of course Chainfire.
*Note- you have to be upgrading from KK for this to work. If you run into issues already on a version of 5.0 and attempt this method to "fresh install", you will get stuck at boot ani. Downgrade and then try this method again. :good:
Can someone provide the bootanimation file in system/bin?
Links dead?
Devans32 said:
Links dead?
Click to expand...
Click to collapse
Nope. they both seem to work here.
updated
for the official 22.21.11 Build.
mirror up shortly
Ok now I am getting a parse invalid file error when I try to flash the system image.
Edit; fixed. Found right files and up and running.
Sent from my Nexus 6 using XDA Free mobile app
Chronzy said:
Code:
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img
Click to expand...
Click to collapse
I get the error:
Code:
Invalid sparse file format at header magi
when trying to flash system.img
I've verified MD5 of file, but I'm redownloading it. Do I need to manually split it into chunks or something?
Kallb123 said:
I get the error:
Code:
Invalid sparse file format at header magi
when trying to flash system.img
I've verified MD5 of file, but I'm redownloading it. Do I need to manually split it into chunks or something?
Click to expand...
Click to collapse
Are you using mfastboot v2?
The files in this OP worked great for me on .6, but .11's so widespread I'm not sure why one wouldn't downgrade to KK and accept the OTA? Then use chainfire's root?
Chronzy said:
Are you using mfastboot v2?
The files in this OP worked great for me on .6, but .11's so widespread I'm not sure why one wouldn't downgrade to KK and accept the OTA? Then use chainfire's root?
Click to expand...
Click to collapse
Yes, got the new mfastboot, but I've tried with old as well as mfastboot v1. I was trying to flash .11 but I got this error, so I came here to use these files but also got this error :/
EDIT: Flashed KK and upgraded .11 from there. Can't get a signal though, even after flashing my modem back..
EDIT2: erase modemst1 and modemst2 and then flashing my fsg and modem worked
Chronzy said:
After some experimentation I cleaned up these instructions a little bit and confirmed this method works for me for rooted (.6):
Here's what I did, real easy:
- Download mfastboot v2 from graffixnyc's thread.
- unzip boot, recovery, system imgs that you downloaded from the OP into the mfastboot folder where the mfastboot.exe is located. Open a cmd prompt on that folder.
- Put phone in fastboot, plug it in:
Code:
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img
For the new radio, download it from graffixnyc's site, put in mfastboot folder and flash :
Code:
mfastboot flash modem radio.img
After you get a successful boot, put the phone back in fastboot and download CF-Auto-root from graffixnyc's post in "General". Put the CF-Auto-Root.... img (inside the zip in the /image folder) in the mfastboot folder with everything else and flash according to his instrucions :
Code:
mfastboot boot CF-Auto-Root-victara-victaratmo-xt1095.img
That's it. Nothing hard about it. Any questions let me know.
Big thanks to both mrvirginia and graffixnyc for their work on this. And of course Chainfire.
*Note- you have to be upgrading from KK for this to work. If you run into issues already on a version of 5.0 and attempt this method to "fresh install", you will get stuck at boot ani. Downgrade and then try this method again. :good:
Click to expand...
Click to collapse
You did this from -6 rooted? With stock recovery or TWRP?
zgroten said:
You did this from -6 rooted? With stock recovery or TWRP?
Click to expand...
Click to collapse
That was the method I used to upgrade from KK to .6. I don't understand your recovery question. All this is done in bootloader.
I think you guys would benefit from SolarTrans' guide in the "general" section... http://forum.xda-developers.com/moto-x-2014/general/guide-update-xt1095-pure-edition-to-t2937074
Anyone else have issues
I'm on 22.39-6 and I am having issues when the phone. Anyone else have the issue where the home and menu buttons randomly disappear? Or text messages don't appear? The only fix was to reboot the phone. I also have unresponsive issues randomly when the phone is plugged to AC power and charging. Just wondering if I'm the only one with these issues. I'm going to flash the new build, but just wondering.
Hey All.. my nexus 6 is stuck in a boot loop. I tried up dating to 5.0.1 and now it's boot looped. Anyone have any suggestions?
Try wiping cache in recovery.
eddies92 said:
Try wiping cache in recovery.
Click to expand...
Click to collapse
I can get to recovery, how do I wipe the cache?
To get to recovery hold the power button until it shuts off then press volume down and power at the same time to boot into bootloader. Then use the volume buttons to choose recovery mode and press power.
Sent from my Nexus 6
housry23 said:
To get to recovery hold the power button until it shuts off then press volume down and power at the same time to boot into bootloader. Then use the volume buttons to choose recovery mode and press power.
Sent from my Nexus 6
Click to expand...
Click to collapse
Hi! Same problem here. Happened when tried to update to 5.0.1 using this guide:
fastboot flash bootloader bootloader.img
fastboot reboot-bootloader
fastboot flash radio radio.img
fastboot reboot-bootloader
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot flash boot boot.img (I used a decrypted boot.img for 5.0.1)
fastboot flash recovery recovery.img
fastboot erase cache
Click to expand...
Click to collapse
I didn't get any error during the installation. I only did step 1 and 2, and when rebooted before step 3, I got the boot loop.
Recovery mode doesn't work, it shows a "dead" android with a red exclamation sign. I can still go to bootloader mode.
Can you please help me?
Solved it flashing "cache.img".
Hope it helps anyone.
mattogodoy said:
Solved it flashing "cache.img".
Hope it helps anyone.
Click to expand...
Click to collapse
my situation is the n6 will boot and then attempt to boot twrp but the boot splash screen of twrp loops so i guess the recvery segment is in a boot loop. if i co
low.humidity said:
my situation is the n6 will boot and then attempt to boot twrp but the boot splash screen of twrp loops so i guess the recvery segment is in a boot loop. if i co
Click to expand...
Click to collapse
Follow these steps:
Download Android 5.0.1 for Shamu (Nexus 6) from Google servers.
In the terminal:
fastboot flash bootloader bootloader.img
fastboot reboot-bootloader
fastboot flash radio radio.img
fastboot reboot-bootloader
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot flash boot boot.img (I used a decrypted boot.img for 5.0.1)
fastboot flash recovery recovery.img
fastboot erase cache
fastboot flash cache cache.img (this one fixed my problem)
Hope that fixes it.
mattogodoy said:
Follow these steps:
Download Android 5.0.1 for Shamu (Nexus 6) from Google servers.
In the terminal:
fastboot flash bootloader bootloader.img
fastboot reboot-bootloader
fastboot flash radio radio.img
fastboot reboot-bootloader
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot flash boot boot.img (I used a decrypted boot.img for 5.0.1)
fastboot flash recovery recovery.img
fastboot erase cache
fastboot flash cache cache.img (this one fixed my problem)
Hope that fixes it.
Click to expand...
Click to collapse
Why are you rebooting it twice while flashing? I've never rebooted it until it was done and I haven't had any issues. Maybe I'm just used to flashing older Nexus devices.
Pilz said:
Why are you rebooting it twice while flashing? I've never rebooted it until it was done and I haven't had any issues. Maybe I'm just used to flashing older Nexus devices.
Click to expand...
Click to collapse
I asked myself the same haha. For no special reason, I was just following a guide, but I've seen other guides where you don't reboot until the end of the process. It's fast and harmless anyway.
mattogodoy said:
I asked myself the same haha. For no special reason, I was just following a guide, but I've seen other guides where you don't reboot until the end of the process. It's fast and harmless anyway.
Click to expand...
Click to collapse
yeah, thanks for that info, it helped. i keep logs of the stuff i enter so it is not until i reread the logs that i really know wjhat i did , and some of those commands i did not do but you basically pointed me in the right direction. anyway, my device is working again thank god, i had moments of panic when i thought i had trashed a 700 buck phone but its all good now. again, thanks.
low.humidity said:
yeah, thanks for that info, it helped. i keep logs of the stuff i enter so it is not until i reread the logs that i really know wjhat i did , and some of those commands i did not do but you basically pointed me in the right direction. anyway, my device is working again thank god, i had moments of panic when i thought i had trashed a 700 buck phone but its all good now. again, thanks.
Click to expand...
Click to collapse
Haha, I'm very glad to know!
Same happened to me and scared the **** out of me. Luckily everything is fine now.
Enjoy your new nexus! It's AWESOME
i'm having trouble understanding..my n6 is stuck in bootloop, twrp keeps showing up after boot screen.. what programs are you guys using to slove this problem..please help..
---------- Post added at 06:37 PM ---------- Previous post was at 06:30 PM ----------
i'm having the same problem..what program are using to slove this problem..please help..
mattogodoy said:
Follow these steps:
Download Android 5.0.1 for Shamu (Nexus 6) from Google servers.
In the terminal:
fastboot flash bootloader bootloader.img
fastboot reboot-bootloader
fastboot flash radio radio.img
fastboot reboot-bootloader
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot flash boot boot.img (I used a decrypted boot.img for 5.0.1)
fastboot flash recovery recovery.img
fastboot erase cache
fastboot flash cache cache.img (this one fixed my problem)
Hope that fixes it.
Click to expand...
Click to collapse
If I erase and flash cache… all my data and settings are gone?
Via my NeXus™ 7FHD on XDA Premium app
Nexus 6 Boot Loop
Im stuck in boot loop and im using the Nexus root toolkit to try to get me out of the of the loop. It downloaded the image and began to flash but gives me an error at the end saying boot.img was not found. Please help someone?
bitw_alex said:
Im stuck in boot loop and im using the Nexus root toolkit to try to get me out of the of the loop. It downloaded the image and began to flash but gives me an error at the end saying boot.img was not found. Please help someone?
Click to expand...
Click to collapse
http://forum.xda-developers.com/nex...sh-factory-images-nexus-6shamu-t2954008/page9
fastboot flash bootloader filename.img
fastboot flash radio filename.img
fastboot reboot-bootloader
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash cache cache.img (in case you would like to wipe cache files)
fastboot flash userdata userdata.img (only in case you would like to wipe userdata)
fastboot reboot
Little different situation
Not sure what im doing wrong. my nexus was rooted for 2 to 3 weeks on android 5.1 . restarted today to only find myself stuck in a bootloop [ red green yellow blue ] nexus symbol continuously going, i booted into twrp and tried to restore my nexus to a backup i made after i rooted , but still stuck in bootloop , tried 1 more time to use my backup , but still in a bootloop , then tried to factory reset using twrp , and was still stuck in a bootloop , any tips would be awesome , thanks
EDIT: Think what put me in bootloop was making it where i need a password everytime i restart. just did it and seems some are having same problems .
EDIT 2: Well i got out of bootloop . appears i have also lost root . not sure what i did . after using twrp to install backups, format data , it finally restarted . im pretty positive the problem was caused by setting a restart passcode ! watch out guys ,
junior990 said:
i'm having trouble understanding..my n6 is stuck in bootloop, twrp keeps showing up after boot screen.. what programs are you guys using to slove this problem..please help..
---------- Post added at 06:37 PM ---------- Previous post was at 06:30 PM ----------
i'm having the same problem..what program are using to slove this problem..please help..
Click to expand...
Click to collapse
Same prob. Can't get into recovery
forcedairinduction said:
Same prob. Can't get into recovery
Click to expand...
Click to collapse
Can you get to bootloader? Stock or TWRP recovery?
Evolution_Tech said:
Can you get to bootloader? Stock or TWRP recovery?
Click to expand...
Click to collapse
Can get into bootloader, but if I try and go from there to recovery it goes back to team win splash repeatedly flashing
---------- Post added at 02:34 PM ---------- Previous post was at 02:33 PM ----------
Evolution_Tech said:
Can you get to bootloader? Stock or TWRP recovery?
Click to expand...
Click to collapse
forcedairinduction said:
Can get into bootloader, but if I try and go from there to recovery it goes back to team win splash repeatedly flashing
Click to expand...
Click to collapse
PS, I'm very noon at this still. Been flashing since having my n4 but never got into this kinda trouble before. When things have gone wrong in the past I've always managed to go back into twrp & flash nandroid backup...... Scared stiff now
https://dl.google.com/dl/android/aosp/hammerhead-lmy48b-factory-596bb9c1.tgz
md5sum: 2002e1b813921b1dfc67aca09c30a171
sha1sum: 596bb9c125525ce5baf4762a1cac6f5880c50cbc
I dint have access to take a look from here. I know there's an updated radio. Is there also an updated bootloader?
mikebeatrice said:
I dint have access to take a look from here. I know there's an updated radio. Is there also an updated bootloader?
Click to expand...
Click to collapse
Yes, from HHZ12f to HHZ12h.
I Tried to flash 5.1.1 without wipe (-w )
however I had the error "failed to allocate 1046266608 bytes".
So after flashing bootloader and radio,
I had to extract all .img and flash them one by one :
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash cache cache.img
fastboot reboot
everything is working now ... I hope the damn memory leak bug is fixed.
Any new appearance or features?
Could you upload the new radio and bootloader? You could make something like this thread.
http://forum.xda-developers.com/goo...us5-update-bootloader-radio-lmy47d-5-t3052571
SA3DX said:
Could you upload the new radio and bootloader? You could make something like this thread.
http://forum.xda-developers.com/goo...us5-update-bootloader-radio-lmy47d-5-t3052571
Click to expand...
Click to collapse
You can download radio in this thread:
http://forum.xda-developers.com/goo...t/modem-nexus-5-flashable-modems-efs-t2514095
Matrix_19 said:
I Tried to flash 5.1.1 without wipe (-w )
however I had the error "failed to allocate 1046266608 bytes".
So after flashing bootloader and radio,
I had to extract all .img and flash them one by one :
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash cache cache.img
fastboot reboot
everything is working now ... I hope the damn memory leak bug is fixed.
Click to expand...
Click to collapse
The ADB Error of failed to allocate X Bytes is easily resolved with a reboot of your computer.
mike102871 said:
Any new appearance or features?
Click to expand...
Click to collapse
Generally .1 releases fix bugs, so no, there is no new features or appearance
markdapimp said:
The ADB Error of failed to allocate X Bytes is easily resolved with a reboot of your computer.
Click to expand...
Click to collapse
Sadly in my case this didn´t work. Thanks anyway.
Regards
Android 5.1.1 factory image
I want to know the changelog in android 5.1.1 (LMY48B). is it fix memory leak? and what features added in this OTA?
markdapimp said:
The ADB Error of failed to allocate X Bytes is easily resolved with a reboot of your computer.
Click to expand...
Click to collapse
Matrix_19 said:
I Tried to flash 5.1.1 without wipe (-w )
however I had the error "failed to allocate 1046266608 bytes".
So after flashing bootloader and radio,
I had to extract all .img and flash them one by one :
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash cache cache.img
fastboot reboot
everything is working now ... I hope the damn memory leak bug is fixed.
Click to expand...
Click to collapse
For me, this doesnt happen if i close CHROME and all other running programs and run fastboot as admin
for some reason even tho i have plenty of ram, i get that fail when chrome is open...i close that and fastboot does its thing fine
chaco81 said:
For me, this doesnt happen if i close CHROME and all other running programs and run fastboot as admin
for some reason even tho i have plenty of ram, i get that fail when chrome is open...i close that and fastboot does its thing fine
Click to expand...
Click to collapse
Good to know...
I'll try it next time
BiggerSpain said:
Sadly in my case this didn´t work. Thanks anyway.
Regards
Click to expand...
Click to collapse
Do you have the latest fastboot files?
xda6969 said:
Do you have the latest fastboot files?
Click to expand...
Click to collapse
I think so, but I flashed the system.img manually.
Thank you for your interest.
Regards
BiggerSpain
Same x bytes error for me on both a Win 8 PC and a Win 7 PC, Chrome open/closed doesn't matter. I finally flashed on a Linux machine. Took awhile to figure out Terminal, because this is the first time I've used Linux, but eventually got it right (I like a learning challenge). No problems with a Linux flash.
VivaErBetis said:
You can download radio in this thread:
http://forum.xda-developers.com/goo...t/modem-nexus-5-flashable-modems-efs-t2514095
Click to expand...
Click to collapse
I guess I wasn't clear enough. I want BOTH the new RADIO AND BOOTLOADER. Which part do you not understand?
SA3DX said:
I guess I wasn't clear enough. I want BOTH the new RADIO AND BOOTLOADER. Which part do you not understand?
Click to expand...
Click to collapse
Ho ho.....calm down Fury.....
Do you really believe that someone is willing to help you
when you write in this way???
krillehb said:
Ho ho.....calm down Fury.....
Do you really believe that someone is willing to help you
when you write in this way???
Click to expand...
Click to collapse
My thoughts exactly.
SA3DX If you download the factory image from google and unzip it everything is there. http://lmgtfy.com/?q=nexus+5+factory+images
SA3DX said:
I guess I wasn't clear enough. I want BOTH the new RADIO AND BOOTLOADER. Which part do you not understand?
Click to expand...
Click to collapse
Now Now stop having a tantrum
SENT BY ENTANGLEMENT
---------- Post added at 07:43 PM ---------- Previous post was at 07:28 PM ----------
Jamalleelee said:
My thoughts exactly.
SA3DX If you download the factory image from google and unzip it everything is there. http://lmgtfy.com/?q=nexus+5+factory+images
Click to expand...
Click to collapse
That link is so funny
SENT BY ENTANGLEMENT
Lol. I'm totally lost. I usually don't make these types of threads. I'm trying to update to 6.0. I'm assuming I would need to update the Bootloader to 6.0 before hand. How would I go about doing so? Would I need to flash the factory images straight from google? ?Currently running 5.1.1 dirty unicorns v9.8. Thank you.
houstonsveryown said:
Lol. I'm totally lost. I usually don't make these types of threads. I'm trying to update to 6.0. I'm assuming I would need to update the Bootloader to 6.0 before hand. How would I go about doing so? Would I need to flash the factory images straight from google? ?Currently running 5.1.1 dirty unicorns v9.8. Thank you.
Click to expand...
Click to collapse
So, what you wanna do is download a stock image for the version of Android you're trying to flash, make SURE it's for your device! And assuming you know where to get fastboot and how to use the tool correctly, enter these commands!
fastboot flash bootloader bootloader[press tab]
fastboot reboot-bootloader
fastboot flash radio radio[press tab]
fastboot reboot-bootloader
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot format userdata
fastboot format cache
fastboot flash cache cache.img
fastboot flash boot boot.img
fastboot reboot
EDIT: Also worth noting that flashing system.img takes a few minutes, it may seem to hang, this is normal!
Sent from my Nexus 6
Okay. I appreciate that!! I just wanted to make sure I was taking the right steps to do so lol. Thank you!!
H4X0R46 said:
So, what you wanna do is download a stock image for the version of Android you're trying to flash, make SURE it's for your device! And assuming you know where to get fastboot and how to use the tool correctly, enter these commands!
fastboot flash bootloader bootloader[press tab]
fastboot reboot-bootloader
fastboot flash radio radio[press tab]
fastboot reboot-bootloader
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot format userdata
fastboot format cache
fastboot flash cache cache.img
fastboot flash boot boot.img
fastboot reboot
EDIT: Also worth noting that flashing system.img takes a few minutes, it may seem to hang, this is normal!
Sent from my Nexus 6
Click to expand...
Click to collapse
Okay so is flashing the latest 6.0 MRA58X okay? I'm on AT&T by the way.
houstonsveryown said:
Okay so is flashing the latest 6.0 MRA58X okay? I'm on AT&T by the way.
Click to expand...
Click to collapse
The latest Android version is 6.0.1. But if you want to flash that version, it's fine! As long as you make sure it's for your device! If you're using a Nexus 6, make sure it's for the "shamu"! And glad I could help! No problem!
H4X0R46 said:
The latest Android version is 6.0.1. But if you want to flash that version, it's fine! As long as you make sure it's for your device! If you're using a Nexus 6, make sure it's for the "shamu"! And glad I could help! No problem!
Click to expand...
Click to collapse
okay last thing. will the old root method still work on 6.0?
houstonsveryown said:
okay last thing. will the old root method still work on 6.0?
Click to expand...
Click to collapse
For 6.0, you will need a custom kernel. In short, Google added these "system is corrupt" messages to their stock kernels for Android 6.0, you will need a custom kernel. I used elementalx personally, you can get that at elementalx.org if you choose to, for Android 6.0.1, that's a different story. Let me know if you need any other help on this! PM me if you need to!