Phone won't boot post Image flash.
ericerk said:
Phone won't boot post Image flash.
Click to expand...
Click to collapse
what did you flash, and how? a bit more details are needed.
simms22 said:
what did you flash, and how? a bit more details are needed.
Click to expand...
Click to collapse
Nexus Developer images.
I've wiped cache, formated userdata.
It boots with an unlocked bootloader, but when you lock it it just bootloops.
ericerk said:
Nexus Developer images.
I've wiped cache, formated userdata.
It boots with an unlocked bootloader, but when you lock it it just bootloops.
Click to expand...
Click to collapse
odd.
simms22 said:
odd.
Click to expand...
Click to collapse
Yeah, I'm returning it today, and It's a problem if it won't boot...
ericerk said:
Yeah, I'm returning it today, and It's a problem if it won't boot...
Click to expand...
Click to collapse
have you tried reflashing?
simms22 said:
have you tried reflashing?
Click to expand...
Click to collapse
Multiple times.
Did you use the flash all.sh or flashall.bat? Cause that doesnt work! You need to flash the system images manually! Fastboot flash system system.img and so forth! Extract the images from the .zip
ericerk said:
Phone won't boot post Image flash.
Click to expand...
Click to collapse
Try using this tool, it saved me from bootloops, etc. Wug's Nexus Root Toolkit v1.9.9
drunkboi said:
Try using this tool, it saved me from bootloops, etc. Wug's Nexus Root Toolkit v1.9.9
Click to expand...
Click to collapse
I'll try that, though, I'm doing everything via commands that the toolkit would do.
ericerk said:
I'll try that, though, I'm doing everything via commands that the toolkit would do.
Click to expand...
Click to collapse
I see what you're saying... Well let us know if you have any success!
maddoggin said:
Did you use the flash all.sh or flashall.bat? Cause that doesnt work! You need to flash the system images manually! Fastboot flash system system.img and so forth! Extract the images from the .zip
Click to expand...
Click to collapse
I totally miss that post, yes, I manually flashed everything. Below is my "list"
Code:
fastboot flash bootloader bootloader-shamu-moto-apq8084-71.05.img
fastboot reboot-bootloader
sleep 5
#Name Radio...
fastboot flash radio radio-shamu-d4.0-9625-02.55.03a.img
fastboot reboot-bootloader
sleep 5
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
fastboot format userdata
fastboot flash userdata userdata.img
fastboot reboot
Related
hi to all
i have stock rom {sense 5 with android 4.2.2}
i unlock the phone from htcdev but in fastboot the word TEMPERED above the unlock and i can't go to recovery when i choos it
{intering recovery... with red color}is posted
i use all recovery but it can fix
before unlocking phone i don't receive android 4.3
Which recovery?
However do an erase cache after each flash of a recovery.
The command is:
Code:
fastboot erase cache
Guich said:
Which recovery?
However do an erase cache after each flash of a recovery.
The command is:
Code:
fastboot erase cache
Click to expand...
Click to collapse
Tw and cw
I download all in one it have 8recovery i use them
Yeh i erase cache after flash
If the recovery is flashed fine, after an erase cache will boot.
The recovery installation is fine?
Guich said:
If the recovery is flashed fine, after an erase cache will boot.
The recovery installation is fine?
Click to expand...
Click to collapse
it write {intering recovery...} then nothing happen
maxzimos said:
it write {intering recovery...} then nothing happen
Click to expand...
Click to collapse
I mean, when you've flashed it, the flash was fine?
No error?
maxzimos said:
it write {intering recovery...} then nothing happen
Click to expand...
Click to collapse
whats happens when you type in:
fastboot devices
Guich said:
I mean, when you've flashed it, the flash was fine?
No error?
Click to expand...
Click to collapse
yeh flash fine no error
akuma24 said:
whats happens when you type in:
fastboot devices
Click to expand...
Click to collapse
FA35XW913401 fastboot
it happen
maxzimos said:
FA35XW913401 fastboot
it happen
Click to expand...
Click to collapse
try running fastboot flash recovery recovery.img (not the recovery.img with be what you want to install i.e. TWRP2500.img or CWM6.0.img etc)
flash it twice then fastboot erase cache
Why would fastboot devices show all question marks, but adb devices gives me the proper serial number? I was able to unlock the bootloader, but thats it. I cannot flash TWRP to root.
PaisanNYC said:
Why would fastboot devices show all question marks, but adb devices gives me the proper serial number? I was able to unlock the bootloader, but thats it. I cannot flash TWRP to root.
Click to expand...
Click to collapse
while in the bootloader... fastboot flash recovery recoveryname.img
simms22 said:
while in the bootloader... fastboot flash recovery recoveryname.img
Click to expand...
Click to collapse
doesnt work. hangs and errors out (i know the basic commands. i have been rooting and rom'ing for years)
PaisanNYC said:
doesnt work. hangs and errors out (i know the basic commands. i have been rooting and rom'ing for years)
Click to expand...
Click to collapse
try a different usb chord, or a different port
did you try to get recovery to boot from RAM without flashing it? cant hurt to try
fastboot boot recovery_name.img
cmh714 said:
did you try to get recovery to boot from RAM without flashing it? cant hurt to try
fastboot boot recovery_name.img
Click to expand...
Click to collapse
its fastboot boot recovery recoveryname.img
simms22 said:
its fastboot boot recovery recoveryname.img
Click to expand...
Click to collapse
nope you are incorrect. but I will forgive you anyways
Try rash tool google play
cmh714 said:
nope you are incorrect. but I will forgive you anyways
Click to expand...
Click to collapse
huh? im incorrect?
normal recovery flash would be fastboot flash recovery recovery.img
that ells it what to do and into which partition it will go, so if you are only wanting it for a one time use, not a permanent flash, it would be fastboot boot recovery recoveryname.img you told it to boot instead of flash, and told it where it needs to be applied(recovery). hows that wrong?
simms22 said:
huh? im incorrect?
normal recovery flash would be fastboot flash recovery recovery.img
that ells it what to do and into which partition it will go, so if you are only wanting it for a one time use, not a permanent flash, it would be fastboot boot recovery recoveryname.img you told it to boot instead of flash, and told it where it needs to be applied(recovery). hows that wrong?
Click to expand...
Click to collapse
I didnt say flash I said boot from RAM which is what the command I said does....its not a flash of recovery, but he can see if that would work for him as a start
Cheers
cmh714 said:
I didnt say flash I said boot from RAM which is what the command I said does....its not a flash of recovery, but he can see if that would work for him as a start
Cheers
Click to expand...
Click to collapse
right.
your command.. fastboot boot recoveryname.img
my command.. fastboot boot recovery recoveryname.img
the difference is that im telling it where it gets applied. i didnt write flash, i wrote boot.
Partition is not specified when using fastboot boot.
rootSU said:
Partition is not specified when using fastboot boot.
Click to expand...
Click to collapse
well there you go, then i am wrong. at least i know why i am now
simms22 said:
well there you go, then i am wrong. at least i know why i am now
Click to expand...
Click to collapse
Happens to us all
rootSU said:
Happens to us all
Click to expand...
Click to collapse
especially since not just fastboot booting anything in years
simms22 said:
especially since not just fastboot booting anything in years
Click to expand...
Click to collapse
Indeed. I've only done it once myself. I don't see the need to, as I like to be prepared and to not rely on computer in case something how's wrong and I need recovery.
rootSU said:
Indeed. I've only done it once myself. I don't see the need to, as I like to be prepared and to not rely on computer in case something how's wrong and I need recovery.
Click to expand...
Click to collapse
well, it was @Amon_RA that taught me how, in 2009, lol. but havent had a computer since 2010, so..
Nexus 6 - I unlocked and installed twrp recovery deleted oem files but then relocked and now phone is flashing the twrp recovery splash screen and it goes no further. What the hell do I do now? I can do fastboot but can't unlock in fastboot because it says to allow enable unlock in Developer options.
Does android boot?
I am at the bootloader, from there if I start it simply goes to the twrp recovery splash screen just flashing every couple of seconds and I'm stuck there.
MKAMWE said:
I am at the bootloader, from there if I start it simply goes to the twrp recovery splash screen just flashing every couple of seconds and I'm stuck there.
Click to expand...
Click to collapse
Use "fastboot reboot" from bootloader. Same?
What about "fastboot reboot recovery"?
fastboot reboot does the same, fastboot reboot recovery does nothing
You cannot get Into recovery at all? No way?
If I hit recovery from bootloader the twrp recovery splash just flashes
OK. Yep I think you're screwed
Can you use this http://forum.xda-developers.com/nexus-6/general/fix-fix-qhusbbulk-cm12-t3059518 in order to flash factory images using RSD Lite?
MKAMWE said:
Nexus 6 - I unlocked and installed twrp recovery deleted oem files but then relocked and now phone is flashing the twrp recovery splash screen and it goes no further. What the hell do I do now? I can do fastboot but can't unlock in fastboot because it says to allow enable unlock in Developer options.
Click to expand...
Click to collapse
well the heck did u relock your device? Makes no sense at all? Might as well do an RMA
try wiping cache and data with fastboot
How would I wipe cache and data in fastboot?
MKAMWE said:
How would I wipe cache and data in fastboot?
Click to expand...
Click to collapse
http://techbeasts.com/2014/01/05/useful-adb-and-fastboot-commands-and-how-to-them/
MKAMWE said:
How would I wipe cache and data in fastboot?
Click to expand...
Click to collapse
read up on this.
http://forum.xda-developers.com/showthread.php?t=2225405
idtheftvictim said:
Can you use this http://forum.xda-developers.com/nexus-6/general/fix-fix-qhusbbulk-cm12-t3059518 in order to flash factory images using RSD Lite?
Click to expand...
Click to collapse
No. Read the last few page
simms22 said:
try wiping cache and data with fastboot
Click to expand...
Click to collapse
Is that possible with a locked bootloader?
ok, did fastboot wipe cache and fastboot wipe data... phone is now on the swirling google dots... how long does this take?
MKAMWE said:
How would I wipe cache and data in fastboot?
Click to expand...
Click to collapse
Code:
fastboot format userdata
fastboot format cache
fastboot reboot
MKAMWE said:
ok, did fastboot wipe cache and fastboot wipe data... phone is now on the swirling google dots... how long does this take?
Click to expand...
Click to collapse
Wait a good 10-15 mins
format i meant, not wipe! but it should do the same thing..
simms22 said:
http://techbeasts.com/2014/01/05/useful-adb-and-fastboot-commands-and-how-to-them/
Click to expand...
Click to collapse
Wow, thanks for this
I would bring my Nexus 6 to the stock...to have a phone completely clean, can I do (with the toolkit) the various erase boot, cache, recovery, system, userdata? And then flash, even with the tool, the stock ROM? I would not make mistakes
hollywood_jack said:
I would bring my Nexus 6 to the stock...to have a phone completely clean, can I do (with the toolkit) the various erase boot, cache, recovery, system, userdata? And then flash, even with the tool, the stock ROM? I would not make mistakes
Click to expand...
Click to collapse
Or do it manualy with adb, look here as a guide http://forum.xda-developers.com/nexus-6/general/guide-properly-prepare-nexus-6-resale-t3104504 method 2. Toolkits will always bite you in the ass at some point in the future
gee2012 said:
Toolkits will always bite you in the ass at some point in the future
Click to expand...
Click to collapse
Sorry but I not have understood this
hollywood_jack said:
Sorry but I not have understood this
Click to expand...
Click to collapse
If you use automated software to flash or alter the OS or parts of it you don`t understand whats going on and if something goes wrong you will not be able to solve the issue because you don`t know what went wrong
gee2012 said:
If you use automated software to flash or alter the OS or parts of it you don`t understand whats going on and if something goes wrong you will not be able to solve the issue because you don`t know what went wrong
Click to expand...
Click to collapse
Ok :good:
But in this page http://forum.xda-developers.com/nexus-6/general/guide-flash-factory-images-nexus-6shamu-t2954008 I read only erase cache...can I do, in the same way, all erase (boot, cache, recovery, system, userdata)?
hollywood_jack said:
Ok :good:
But in this page http://forum.xda-developers.com/nexus-6/general/guide-flash-factory-images-nexus-6shamu-t2954008 I read only erase cache...can I do, in the same way, all erase (boot, cache, recovery, system, userdata)?
Click to expand...
Click to collapse
Some more info please: do you have stock rom, recovery, kernel and are you rooted?
If the answer is yes to the above just:
- fastboot erase system
- fastboot flash system system.img
- data factory reset in recovery
- reboot and you`re done.
gee2012 said:
Some more info please: do you have stock rom, recovery, kernel and are you rooted?
If the answer is yes to the above just:
- fastboot erase system
- fastboot flash system system.img
- data factory reset in recovery
- reboot and you`re done.
Click to expand...
Click to collapse
I have stock rom with TWRP recovery...then I have multirom app with (I think) modified kernel
hollywood_jack said:
I have stock rom with TWRP recovery...then I have multirom app with (I think) modified kernel
Click to expand...
Click to collapse
Then after you flash system.img (look in my previous post)you also flash boot.img and recovery.img
gee2012 said:
Then after you flash system.img (look in my previous post)you also flash boot.img and recovery.img
Click to expand...
Click to collapse
Thanks gee2012...you are very exhaustive :good:
Only another little question: can I erase cache and userdata? Or is better to use the format command? What is the difference between format and erase?
hollywood_jack said:
Thanks gee2012...you are very exhaustive :good:
Only another little question: can I erase cache and userdata? Or is better to use the format command? What is the difference between format and erase?
Click to expand...
Click to collapse
I always use the erase command, but i guess format will work too. The outcome should be the same And if you flash userdata it will erase userdata before the flash automaticaly, so no need to erase/format.
gee2012 said:
I always use the erase command, but i guess format will work too. The outcome should be the same And if you flash userdata it will erase userdata before the flash automaticaly, so no need to erase/format.
Click to expand...
Click to collapse
Sorry my friend for a new question but I have many doubts about the factory image flash, I'm a newbie
I would flash also the original bootloader and now my question is this: after the flash the original bootloader and after reboot-bootloader (http://forum.xda-developers.com/nexus-6/general/guide-flash-factory-images-nexus-6shamu-t2954008 method 2) I have a locked bootloader or unlocked bootloader? If the bootloader is locked might I end up in a boot loop with the following flash (always method 2)?
hollywood_jack said:
Sorry my friend for a new question but I have many doubts about the factory image flash, I'm a newbie
I would flash also the original bootloader and now my question is this: after the flash the original bootloader and after reboot-bootloader (http://forum.xda-developers.com/nexus-6/general/guide-flash-factory-images-nexus-6shamu-t2954008 method 2) I have a locked bootloader or unlocked bootloader? If the bootloader is locked might I end up in a boot loop?
Click to expand...
Click to collapse
First you have to unlock the bootloader and then you can flash the factory image in parts (system, boot, recovery, cache).
Fastboot command in cmd and bootloader/fastboot mode: fastboot oem unlock. Only flash the bootloader and radio if you don`t have the correct BL/radio installed, if you have there os no need to flash it again.
gee2012 said:
First you have to unlock the bootloader and then you can flash the factory image in parts (system, boot, recovery, cache).
Fastboot command in cmd and bootloader/fastboot mode: fastboot oem unlock. Only flash the bootloader and radio if you don`t have the correct BL/radio installed, if you have there os no need to flash it again.
Click to expand...
Click to collapse
Ok, all clear but if I need to flash also the bootloader what would be the correct steps?
hollywood_jack said:
Ok, all clear but if I need to flash also the bootloader what would be the correct steps?
Click to expand...
Click to collapse
Extract the rom and flash the bootloader first (fastboot flash bootloader namebootloader.img) and fastboot reboot-bootloader, then the radio and also reboot and then the rest in one go. Good luck an if you have doubts/problems post it here. Plenty of helpfull members around
But after flash and reboot bootloader can I flash the other factory image parts? The original bootloader that I just flashed not is locked?
Inviato dal mio Nexus 6 utilizzando Tapatalk
hollywood_jack said:
But after flash and reboot bootloader can I flash the other factory image parts? The original bootloader that I just flashed not is locked?
Inviato dal mio Nexus 6 utilizzando Tapatalk
Click to expand...
Click to collapse
Once you unlock the BL it stays unlocked unless you lock it manualy. Even if you flash a new bootloader.
Thanks my friend...thanks alot
with my Nexus 6
hollywood_jack said:
Thanks my friend...thanks alot
with my Nexus 6
Click to expand...
Click to collapse
Good luck, its only a bit stressfull the first time
gee2012 said:
Good luck, its only a bit stressfull the first time
Click to expand...
Click to collapse
Can I flash directly a no force encryption boot.img like this http://forum.xda-developers.com/showpost.php?p=61203588&postcount=913?
Then
- fastboot erase system
- fastboot flash system system.img
- fastboot flash userdata userdata.img
- fastboot erase boot
- fastboot flash boot "no force encryption boot".img
- fastboot erase recovery (optional if I want the original recovery)
- fastboot flash recovery recovery.img (optional if I want the original recovery)
- fastboot erase cache
- fastboot flash cache cache.img
- data factory reset in recovery (it's necessary?)
- reboot system.
Then...root with WugFresh toolkit...
It's correct?
hollywood_jack said:
Can I flash directly a no force encryption boot.img like this http://forum.xda-developers.com/showpost.php?p=61203588&postcount=913?
Then
- fastboot erase system
- fastboot flash system system.img
- fastboot flash userdata userdata.img
- fastboot erase boot
- fastboot flash boot "no force encryption boot".img
- fastboot erase recovery (optional if I want the original recovery)
- fastboot flash recovery recovery.img (optional if I want the original recovery)
- fastboot erase cache
- fastboot flash cache cache.img
- data factory reset in recovery (it's necessary?)
- reboot system.
Then...root with WugFresh toolkit...
It's correct?
Click to expand...
Click to collapse
- You don`t have to erase boot and recovery
- Yes you can flash a non encryped kernel but you`ll have to factory reset after you flashed and the N6 is booting or your storage will say its 32GB.
- Rooting is easiest by placing the latest 2.8.7.1 TWRP recovery in the sdk-platform-tools folder, reboot in bootloadermode and fastboot boot namerecovery.img and boot up and flash the latest superSU.zip (Beta 2.49 afaik) or use a toolkit if want to.
After following the directions to the T i restarted my phone and now the only thing that is happening is my moto x blinks the android figure. Is my phone bricked? i can get into recovery. How do it fix my phone? Thanks ahead!!!
D.A.N. said:
After following the directions to the T i restarted my phone and now the only thing that is happening is my moto x blinks the android figure. Is my phone bricked? i can get into recovery. How do it fix my phone? Thanks ahead!!!
Click to expand...
Click to collapse
You need to be more specific. Hopefully you didn't downgrade the bootloader or partition table. Can you put the phone in bootloader mode and type this?
fastboot getvar all
You need to find the latest stock firmware for your variant and region, and flash it like this (example from my variant):
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
Hello, I just tried that and it's stuck at boot loader unlocked screen. Thank you for the advice. Am I able to get past this screen or is it bricked?
D.A.N. said:
Hello, I just tried that and it's stuck at boot loader unlocked screen. Thank you for the advice. Am I able to get past this screen or is it bricked?
Click to expand...
Click to collapse
I don't think it's bricked, it wouldn't show the bootloader unlocked screen. Can you power it off by long pressing the power button, then getiing into bootloader by pressing power and volume down at the same time. then do:
fastboot getvar all
Gus Ghanem said:
I don't think it's bricked, it wouldn't show the bootloader unlocked screen. Can you power it off by long pressing the power button, then getiing into bootloader by pressing power and volume down at the same time. then do:
fastboot getvar all
Click to expand...
Click to collapse
Yes, i type that in and i get the long list of options. Once i restart the phone I get the blinking android guy again.
D.A.N. said:
Yes, i type that in and i get the long list of options. Once i restart the phone I get the blinking android guy again.
Click to expand...
Click to collapse
Can you flash TWRP 3.1.1-0 and boot into it.
fastboot flash recovery twrp-3.1.1-0-victara.img
If you can, then it's not bricked.
https://dl.twrp.me/victara/
Gus Ghanem said:
Can you flash TWRP 3.1.1-0 and boot into it.
fastboot flash recovery twrp-3.1.1-0-victara.img
If you can, then it's not bricked.
https://dl.twrp.me/victara/
Click to expand...
Click to collapse
I just did that and it worked, but an error at the bottom says "mismatched partition size (recovery)
it does go into recovery now. Tried to install rom and it reboots over and over into recovery. Weird.
D.A.N. said:
I just did that and it worked, but an error at the bottom says "mismatched partition size (recovery)
it does go into recovery now. Tried to install rom and it reboots over and over into recovery. Weird.
Click to expand...
Click to collapse
The "mismatch" is normal because you're flashing a non-stock recovery.
In TWRP, tap wipe, advanced, and do repair for each partition, then do format data. In case you have corrupt partitions.
Gus Ghanem said:
The "mismatch" is normal because you're flashing a non-stock recovery.
In TWRP, tap wipe, advanced, and do repair for each partition, then do format data. In case you have corrupt partitions.
Click to expand...
Click to collapse
It says fails to mount data, dalvik, cache and storage. invalid arguement for each is the reason. unable to repair.
D.A.N. said:
It says fails to mount data, dalvik, cache and storage. invalid arguement for each is the reason. unable to repair.
Click to expand...
Click to collapse
What storage type should i have?EXT4 or something else?
D.A.N. said:
What storage type should i have?EXT4 or something else?
Click to expand...
Click to collapse
I think it's normally ext4, not sure if it's for all partitions. Data might be f2fs.
Gus Ghanem said:
The "mismatch" is normal because you're flashing a non-stock recovery.
In TWRP, tap wipe, advanced, and do repair for each partition, then do format data. In case you have corrupt partitions.
Click to expand...
Click to collapse
It wont let me wipe or repair anything. it just is red all over the place with errors. I seem to be stuck.
D.A.N. said:
It wont let me wipe or repair anything. it just is red all over the place with errors. I seem to be stuck.
Click to expand...
Click to collapse
Even if you reboot TWRP?
Is your stock firmware MPES24.49-18-7
Gus Ghanem said:
Even if you reboot TWRP?
Click to expand...
Click to collapse
yes, i am attempting to restore from twrp a from a folder i have. It seems to be working but said when it started it failed to mount storage so i don't know if it will work? Do you know how to wipe everything completely and start all over again or have I screwed it up to much? Thanks for your help.
D.A.N. said:
yes, i am attempting to restore from twrp a from a folder i have. It seems to be working but said when it started it failed to mount storage so i don't know if it will work? Do you know how to wipe everything completely and start all over again or have I screwed it up to much? Thanks for your help.
Click to expand...
Click to collapse
Your stock firmware files, are they MPES24.49-18-7
I have a XT1097 RETCA
You could try reflashing the partition table and bootloader if you're absoluitely sure you have the latest firmware.
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.img
D.A.N. said:
yes, i am attempting to restore from twrp a from a folder i have. It seems to be working but said when it started it failed to mount storage so i don't know if it will work? Do you know how to wipe everything completely and start all over again or have I screwed it up to much? Thanks for your help.
Click to expand...
Click to collapse
I am wondering if its because I changed the file system type to ext4 and it should be something else. Do you know what the normal file system should be?
D.A.N. said:
I am wondering if its because I changed the file system type to ext4 and it should be something else. Do you know what the normal file system should be?
Click to expand...
Click to collapse
It is ext4 except data, which is f2fs
File system
\
Gus Ghanem said:
It is ext4 except data, which is f2fs
Click to expand...
Click to collapse
it was the file system types. I changed them to what you said and it wiped them. attempting to reinstall rom and if it works i can try to go to stock again i guess. Thank you Gus for taking time to help.
Gus Ghanem said:
File system
Click to expand...
Click to collapse
I installed stock rooted rom. It booted backed into recovery. I had to reboot into bootloader, rebooted from there and it is turning on. I think something is still screwed up though because it always boots back into recovery.