[Q] Verizon Samsung Galaxy S4 - ODIN "could not do normal boot" - Verizon Samsung Galaxy S 4

I have rooted my GS4 successfully, but upon attempting to flash the ClockworkMod Recovery I have run into an issue. When I attempt to go into the recovery mode for a split second it flashes the blue legend in the top left of the screen but then immediately goes into ODIN mode and reads in red text: "could not do normal boot." No matter what I try I cannot seem to get past this issue. I have also attempted to use the loki method where you run the terminal emulator on the phone and attempt to run the program through that but it keeps reading an error message with something along the lines of "does not match build." I'm a little stuck and cannot figure out what is going wrong with any of these methods I have tried.

McSonboy said:
I have rooted my GS4 successfully, but upon attempting to flash the ClockworkMod Recovery I have run into an issue. When I attempt to go into the recovery mode for a split second it flashes the blue legend in the top left of the screen but then immediately goes into ODIN mode and reads in red text: "could not do normal boot." No matter what I try I cannot seem to get past this issue. I have also attempted to use the loki method where you run the terminal emulator on the phone and attempt to run the program through that but it keeps reading an error message with something along the lines of "does not match build." I'm a little stuck and cannot figure out what is going wrong with any of these methods I have tried.
Click to expand...
Click to collapse
What build are you on?
If you're not on MDK then you can't install a custom recovery. Your only option is Safestrap. Find your build number then research as much as possible before you brick your phone.
Sent from my NCC 1701 using Tapatalk 4

riker147 said:
What build are you on?
If you're not on MDK then you can't install a custom recovery. Your only option is Safestrap. Find your build number then research as much as possible before you brick your phone.
Sent from my NCC 1701 using Tapatalk 4
Click to expand...
Click to collapse
My build is VRUEMK2.

McSonboy said:
My build is VRUEMK2.
Click to expand...
Click to collapse
That's the newest build. No custom recovery. Your only option is Safestrap and you can only flash 4.3 TW based ROMS. Like I said earlier. Do your research.
Sent from my NCC 1701 using Tapatalk 4

riker147 said:
That's the newest build. No custom recovery. Your only option is Safestrap and you can only flash 4.3 TW based ROMS. Like I said earlier. Do your research.
Sent from my NCC 1701 using Tapatalk 4
Click to expand...
Click to collapse
Forgive my ignorance, but what do you mean by "TW based"? I did just look up how to do the flashing via Safestrap and the demo the guy did ran successfully for the Hyperdrive mod, but I am curious as to whether or not I can use this to flash the Gummy 4.4 ROM that has recently come out.

McSonboy said:
Forgive my ignorance, but what do you mean by "TW based"? I did just look up how to do the flashing via Safestrap and the demo the guy did ran successfully for the Hyperdrive mod, but I am curious as to whether or not I can use this to flash the Gummy 4.4 ROM that has recently come out.
Click to expand...
Click to collapse
TW=Touchwiz wiz. You can't flash any CM or AOSP ROMs. Only 4.3 Touchwiz based ROMS.
Sent from my NCC 1701 using Tapatalk 4

Thank you for the help. Do you know if at any time in the foreseeable future there will be the capability to flash other types of ROMs?
Sent from my SCH-I545 using Tapatalk

McSonboy said:
Thank you for the help. Do you know if at any time in the foreseeable future there will be the capability to flash other types of ROMs?
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
probably not, the lockdown on the bootloader may never be cracked.

Well with safe strap, I found that you are able to flash ROMs for my build by tricking the system into running multiple slots so that it doesn't mess with the actual system files. So if it's running on a separate slot to run a ROM such as Hyperdrive then shouldn't it able to run any other kind of ROM running on the same principle of a "ghost" slot?
Sent from my SCH-I545 using Tapatalk

McSonboy said:
Well with safe strap, I found that you are able to flash ROMs for my build by tricking the system into running multiple slots so that it doesn't mess with the actual system files. So if it's running on a separate slot to run a ROM such as Hyperdrive then shouldn't it able to run any other kind of ROM running on the same principle of a "ghost" slot?
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
Not really sure what you mean by "tricking the system", but if you think you can run any ROM, give it a shot and let us know. It would be a major breakthrough.
Sent from my NCC 1701 using Tapatalk 4

What I mean is that the way safe strap works is by running a different port instead of modifying the way original system ROM. Picture like a computer with multiple USB ports. The new ROM is like a USB thumb drive. You plug it in to run your program (in this case the new ROM) without actually modifying the system info. It's like a virtual port so as to not modify system data. I'm not sure if there are ROMs that won't work because they are not TouchWiz based. Any thoughts?
Sent from my SCH-I545 using Tapatalk

McSonboy said:
What I mean is that the way safe strap works is by running a different port instead of modifying the way original system ROM. Picture like a computer with multiple USB ports. The new ROM is like a USB thumb drive. You plug it in to run your program (in this case the new ROM) without actually modifying the system info. It's like a virtual port so as to not modify system data. I'm not sure if there are ROMs that won't work because they are not TouchWiz based. Any thoughts?
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
That's not how Safestrap works.
Safestrap basically allows the phone to boot, then just before the stock ROM begins executing start-up programs, it intervenes, mounts the ROM slot over the top of the original ROM (technically, it loopback mounts it and uses chroot() to make the mounted ROM the root file system).
Once the slot is loaded, the start-up scripts in that slot are allowed to run.
The Android Kernel that's used to run the slot is the stock kernel, so you can only run ROMs that will boot with the stock kernel.
The AOSP and CM ROMs have not been ported to the TouchWiz kernel, so they can't run on a Safestrap device.
And we can't change the kernel because the bootloader is locked and prohibits that. (Except for the MDK bootloader, which can be bypassed.)

k1mu said:
That's not how Safestrap works.
Safestrap basically allows the phone to boot, then just before the stock ROM begins executing start-up programs, it intervenes, mounts the ROM slot over the top of the original ROM (technically, it loopback mounts it and uses chroot() to make the mounted ROM the root file system).
Once the slot is loaded, the start-up scripts in that slot are allowed to run.
The Android Kernel that's used to run the slot is the stock kernel, so you can only run ROMs that will boot with the stock kernel.
The AOSP and CM ROMs have not been ported to the TouchWiz kernel, so they can't run on a Safestrap device.
And we can't change the kernel because the bootloader is locked and prohibits that. (Except for the MDK bootloader, which can be bypassed.)
Click to expand...
Click to collapse
Okay, thank you for the clarification. Well that stinks. And as of right now no one has figured out how to unlock to bootloader for this build?

McSonboy said:
Okay, thank you for the clarification. Well that stinks. And as of right now no one has figured out how to unlock to bootloader for this build?
Click to expand...
Click to collapse
If someone had figured it out, it would be posted all over this site. Based on everything I've read, the future is not looking to bright.
Sent from my NCC 1701 using Tapatalk 4

riker147 said:
If someone had figured it out, it would be posted all over this site. Based on everything I've read, the future is not looking to bright.
Sent from my NCC 1701 using Tapatalk 4
Click to expand...
Click to collapse
Well ****...

Please help!!
My Gt-i9505 is stuck in odin mode "could not do normal boot" .. i turned it off took battery out and waiting 10 to mins and retried
I had cm11 installed and i am only new to this custom rom business and tried installing a nightly update but kept getting status 7 error .... eventaully fixed that and got status 6 error instead .
I got so fed up i just wanted to completely restart get rid of cm11 and install the stock rom which i have downloaded on my pc
I havnt rooted the device .I just need help to get out of this odin mode 'downloading do not turn off target !!' im so annoyed with it!
Remember im only new at all this
Any help is much appreciated :good:

irishboy1234 said:
My Gt-i9505 is stuck in odin mode "could not do normal boot" .. i turned it off took battery out and waiting 10 to mins and retried
I had cm11 installed and i am only new to this custom rom business and tried installing a nightly update but kept getting status 7 error .... eventaully fixed that and got status 6 error instead .
I got so fed up i just wanted to completely restart get rid of cm11 and install the stock rom which i have downloaded on my pc
I havnt rooted the device .I just need help to get out of this odin mode 'downloading do not turn off target !!' im so annoyed with it!
Remember im only new at all this
Any help is much appreciated :good:
Click to expand...
Click to collapse
Well you're in the Verizon i545 forum not the i9505 but that's OK !
Id suggest re down loading your proper Odin file... Do you know what build your phone was on? although it doesn't matter much for you since your phones bootloader isn't locked... Just good practice to know.
If you're still having issues with Odin I'd say update your USB drivers on your computer and possibly trying another USB cable.
After you get through Odin you can just use Chainfire to root your phone.. I can link you to it if you need..
Then you can Odin an updated recovery on your phone which by the way.... Would have taken care of those recovery errors you were getting.
Your phone is quite easy to deal with. You'll do all these things through Odin.
Sent from my SCH-I545 using Tapatalk

McSonboy said:
Well ****...
Click to expand...
Click to collapse
basic research would tell you the prospects of finding an exploit to unlock the S4 locked bootloader is extremely unlikely...
---------- Post added at 06:32 AM ---------- Previous post was at 06:31 AM ----------
irishboy1234 said:
My Gt-i9505 is stuck in odin mode "could not do normal boot" .. i turned it off took battery out and waiting 10 to mins and retried
I had cm11 installed and i am only new to this custom rom business and tried installing a nightly update but kept getting status 7 error .... eventaully fixed that and got status 6 error instead .
I got so fed up i just wanted to completely restart get rid of cm11 and install the stock rom which i have downloaded on my pc
I havnt rooted the device .I just need help to get out of this odin mode 'downloading do not turn off target !!' im so annoyed with it!
Remember im only new at all this
Any help is much appreciated :good:
Click to expand...
Click to collapse
really in the wrong forum for your phone....

Mistertac said:
Well you're in the Verizon i545 forum not the i9505 but that's OK !
Id suggest re down loading your proper Odin file... Do you know what build your phone was on? although it doesn't matter much for you since your phones bootloader isn't locked... Just good practice to know.
If you're still having issues with Odin I'd say update your USB drivers on your computer and possibly trying another USB cable.
After you get through Odin you can just use Chainfire to root your phone.. I can link you to it if you need..
Then you can Odin an updated recovery on your phone which by the way.... Would have taken care of those recovery errors you were getting.
Your phone is quite easy to deal with. You'll do all these things through Odin.
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
so far so good proper odin installed and it shows up in a yellow box o:[COM5]
now what?

irishboy1234 said:
so far so good proper odin installed and it shows up in a yellow box o:[COM5]
now what?
Click to expand...
Click to collapse
OK. Now you put that Odin tar file into the PDA/AP slot . make sure repartition is NOT checked out and once that file loads into Odin you should be good to hit start.
There are walk thrust and YouTube videos on how to do this. Maybe you should Google it so you don't make any mistakes that could screw up your phone
Sent from my SCH-I545 using Tapatalk
---------- Post added at 07:50 AM ---------- Previous post was at 07:40 AM ----------
irishboy1234 said:
so far so good proper odin installed and it shows up in a yellow box o:[COM5]
now what?
Click to expand...
Click to collapse
Here.... Check this out too
http://forum.xda-developers.com/showthread.php?p=41072377
Sent from my SCH-I545 using Tapatalk

Related

[Q] Cannot Install Custom Recovery On Verizon GS4

Hello, I am new to the forum, but I am not new to rooting. I switched from the Droid Razr Maxx to the Galaxy S4, and so far I have loved my GS4. I am updated fully to android 4.2.2 baseband I545VRUAME7. I was able to root my phone using the SD Card method as published on Saturday, July 27 2013. Upon rooting my phone I attempted to install custom recovery in order to install the Eclipse S4GE v1.4 ROM made by nitroglycerine33. I downloaded Goomanager and installed TWRP. Upon telling TWRP to flash the custom ROM it rebooted the phone, as usual. After reboot i was put into Odin. I tried this process 4 times with no avail, continuously booting into Odin. After trying TWRP, I tried Clockworkmod and the same happened to me. I am unable to get anything other than Odin, and I really hate TouchWiz and want to switch to this ROM. Thanks for any help.
DaringVirus52 said:
Hello, I am new to the forum, but I am not new to rooting. I switched from the Droid Razr Maxx to the Galaxy S4, and so far I have loved my GS4. I am updated fully to android 4.2.2 baseband I545VRUAME7. I was able to root my phone using the SD Card method as published on Saturday, July 27 2013. Upon rooting my phone I attempted to install custom recovery in order to install the Eclipse S4GE v1.4 ROM made by nitroglycerine33. I downloaded Goomanager and installed TWRP. Upon telling TWRP to flash the custom ROM it rebooted the phone, as usual. After reboot i was put into Odin. I tried this process 4 times with no avail, continuously booting into Odin. After trying TWRP, I tried Clockworkmod and the same happened to me. I am unable to get anything other than Odin, and I really hate TouchWiz and want to switch to this ROM. Thanks for any help.
Click to expand...
Click to collapse
You cant flash roms on the new update, you can only root.
With rooted ME7, we do not have the capability (yet!) to install custom roms or recoveries. See the thread on the bounty about this.
resurektz said:
You cant flash roms on the new update, you can only root.
Click to expand...
Click to collapse
Why is that, and is there a way to downgrade the Baseband now that I am rooted, as I said before I do not like TouchWiz.
DaringVirus52 said:
Why is that, and is there a way to downgrade the Baseband now that I am rooted, as I said before I do not like TouchWiz.
Click to expand...
Click to collapse
What's your build number? If it ends with ME7 the best you can do is root (for now).
Is there a way to downgrade, or a reason as to why we cannot install custom ROMs?
Me7 blocks older versions of the firmware so no downgrading. You cant install a custom recovery because me7 patched the loki exploit. Once on the me7 ota youre stuck, for now atleast.
Sent from my SCH-I545 using Tapatalk 2
Thanks, keep me updated as to when we can install custom ROMs.
No problem.
Sent from my SCH-I545 using Tapatalk 2
DaringVirus52 said:
Hello, I am new to the forum, but I am not new to rooting. I switched from the Droid Razr Maxx to the Galaxy S4, and so far I have loved my GS4. I am updated fully to android 4.2.2 baseband I545VRUAME7. I was able to root my phone using the SD Card method as published on Saturday, July 27 2013. Upon rooting my phone I attempted to install custom recovery in order to install the Eclipse S4GE v1.4 ROM made by nitroglycerine33. I downloaded Goomanager and installed TWRP. Upon telling TWRP to flash the custom ROM it rebooted the phone, as usual. After reboot i was put into Odin. I tried this process 4 times with no avail, continuously booting into Odin. After trying TWRP, I tried Clockworkmod and the same happened to me. I am unable to get anything other than Odin, and I really hate TouchWiz and want to switch to this ROM. Thanks for any help.
Click to expand...
Click to collapse
You, my friend, are SOL for now
I got tired of waiting & ordered a Dev edition w/unlocked bootloader.
Sent from my Galaxy Nexus using Tapatalk 2
wtherrell said:
You, my friend, are SOL for now
I got tired of waiting & ordered a Dev edition w/unlocked bootloader.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
im still surprised nobody has been able to port the dev edition bootloader over and figure out how to unlock it.
but yes OP, you are screwed. start liking TW
dansan382 said:
im still surprised nobody has been able to port the dev edition bootloader over and figure out how to unlock it.
but yes OP, you are screwed. start liking TW
Click to expand...
Click to collapse
To port it over, the stock bootloader must first be unlocked. You can't overwrite the locked bootloader
najaboy said:
To port it over, the stock bootloader must first be unlocked. You can't overwrite the locked bootloader
Click to expand...
Click to collapse
obviously.. what i should have wrote was,
surprised nobody is able to compare and contrast the 2 bootloaders, find out whats different and examine a way to release that block. which im pretty sure what they have been trying.
basically it should be the same bootloader, one locked and one unlocked. find out how the lock is there and whats different
Is there any way to get out of the Odin mode when you attempt to reboot to recovery on ME7 using TWRP? Is it possible to flash back to the stock ROM?
You cant flash a custom recovery on the me7 ota. Turn your phone off and use the odin/download mode key combo. When it asks if u want continue decline and your phone will boot normally. Me7 images flashable via odin are in the dev section.
Sent from my SCH-I545 using Tapatalk 2
hexitnow said:
You cant flash a custom recovery on the me7 ota. Turn your phone off and use the odin/download mode key combo. When it asks if u want continue decline and your phone will boot normally. Me7 images flashable via odin are in the dev section.
Sent from my SCH-I545 using Tapatalk 2
Click to expand...
Click to collapse
Got it thanks a ton! I'll read up in the dev section. I really wish there were step by steps for noobies out there that are a bit more clear. I've googled and seen so many links to forums and threads. I thought I found a pretty straight forward method, but that one didn't work. I'm not giving up!
Regards,
Tony
blkst2x said:
Is there any way to get out of the Odin mode when you attempt to reboot to recovery on ME7 using TWRP? Is it possible to flash back to the stock ROM?
Click to expand...
Click to collapse
You're not using TWRP if you updated to ME7. You have the stock recovery and are on the stock rom. There is no going back to MDK.
Sent from my Nexus 7 using Tapatalk 4
najaboy said:
You're not using TWRP if you updated to ME7. You have the stock recovery and are on the stock rom. There is no going back to MDK.
Sent from my Nexus 7 using Tapatalk 4
Click to expand...
Click to collapse
Unfortunately I have figured that one out. So, is there any way to install one of the ROMs posted by Dubbsy? I was under the impression that these worked with ME7, but I must be very wrong in that assumption. Forgive my ignorance. I'm just really sick of TouchWiz and I can't wait to get a clean Android install on this device.
No you cant install any rom as of yet on me7. The me7 roms in the dev section are an me7 base with mdk files so you can retain ability to flash a custom recovery and flash other roms. As for your pm shut your phone all the way off and then hold volume down + power. Release power when it vibrates keep holding vol down and itll ask for you to confirm or deny booting to download mode. If you deny it your phone should boot normally. Everytime you boot I believe itll do this so youll eventually need to use one of the me7 odin images. There is no wipe versions in the dev section so you wont lose any apps and data associated with them.
Sent from my SCH-I545 using Tapatalk 2
hexitnow said:
No you cant install any rom as of yet on me7. The me7 roms in the dev section are an me7 base with mdk files so you can retain ability to flash a custom recovery and flash other roms. As for your pm shut your phone all the way off and then hold volume down + power. Release power when it vibrates keep holding vol down and itll ask for you to confirm or deny booting to download mode. If you deny it your phone should boot normally. Everytime you boot I believe itll do this so youll eventually need to use one of the me7 odin images. There is no wipe versions in the dev section so you wont lose any apps and data associated with them.
Sent from my SCH-I545 using Tapatalk 2
Click to expand...
Click to collapse
after doing that procedure once, it let's me boot up fine. Powering off, then on, reboot, or batter pull..they all work fine now. How would I install one of the ME7 Odin images? Is there a doc on how to do that using Odin?

[Q] cant boot in to recovery

im trying to boot in to recovery on my s4 <sch-i545> to flash cyanogenmod the method i use is vol up & home & power. im able to boot back in the stock rom by turning it back off and plugging it back in to the pc then holding down volume down. when i try it again it pops up with the same thing: system software not authorized by verizon...
what do i need to do to boot in to recovery to install the cm 10.2 rom?
ps im fallowing the steps layed ot for me on the cyanogenmod wiki /Install_CM_for_jfltevzw sorry i cant post the link because im new -ish to the forums
You are probably on the ME7 build. No custom recovery is available for ME7
Sent from my SCH-I545 using Tapatalk 4
JaeKay said:
You are probably on the ME7 build. No custom recovery is available for ME7
Sent from my SCH-I545 using Tapatalk 4
Click to expand...
Click to collapse
so you can root the phone but you cant rom it?
jlgevo said:
so you can root the phone but you cant rom it?
Click to expand...
Click to collapse
Correct
Sent from my SCH-I545 using xda app-developers app
jlgevo said:
so you can root the phone but you cant rom it?
Click to expand...
Click to collapse
I suggest taking a look at the safestrap thread in the general section. Hashcode is working on a method for me7 romming. Its a wip at the moment. Also take a look at xposed framework and the wanam module on the play store. Youll atleast be able to do some general customization. I use it and its pretty damn awesome.
Sent from my SCH-I545 using Tapatalk 2
hexitnow said:
I suggest taking a look at the safestrap thread in the general section. Hashcode is working on a method for me7 romming. Its a wip at the moment. Also take a look at xposed framework and the wanam module on the play store. Youll atleast be able to do some general customization. I use it and its pretty damn awesome.
Sent from my SCH-I545 using Tapatalk 2
Click to expand...
Click to collapse
yeah i did that last week and had alot of fun with that; i was hoping to try out cyanogenmod this weekend
ive sense screwed up my phone ( i was going to take a picture of the boot screen but my tablet which ive never used to take a picture with before wont connect to the camera )
my phone now says:
firmware update encountered
an issue. please select
recovery mode in Kies and try again.
Of course it wants my serial number which i cant get because the phone wont boot, not to mention that its verizon and they dont put ther serial number on the back of the phone.... so i guess ill have to call verizon; Foook me!
jlgevo said:
yeah i did that last week and had alot of fun with that; i was hoping to try out cyanogenmod this weekend
ive sense screwed up my phone ( i was going to take a picture of the boot screen but my tablet which ive never used to take a picture with before wont connect to the camera )
my phone now says:
firmware update encountered
an issue. please select
recovery mode in Kies and try again.
Of course it wants my serial number which i cant get because the phone wont boot, not to mention that its verizon and they dont put ther serial number on the back of the phone.... so i guess ill have to call verizon; Foook me!
Click to expand...
Click to collapse
Try THIS out. This should get you back up and running.
haza12d said:
Try THIS out. This should get you back up and running.
Click to expand...
Click to collapse
ill give it a shot. i called verizon and they couldn't get me out of the screen either even after consulting samsung. im not saying i expected much but they couldn't even pull up my serial number in their system......
well it didn't work, so i made this photo....
life...
Don't mean to jack the thread, but I've got a related question.
While rooting my friends phone I attempted to flash a recovery... But the phone is on ME7 so it obviously didn't work. Now there's no working recovery. With that, can't do a factory reset because it boots to the Odin screen on reboot.
Any way to reflash the stock recovery?
Picolini said:
Don't mean to jack the thread, but I've got a related question.
While rooting my friends phone I attempted to flash a recovery... But the phone is on ME7 so it obviously didn't work. Now there's no working recovery. With that, can't do a factory reset because it boots to the Odin screen on reboot.
Any way to reflash the stock recovery?
Click to expand...
Click to collapse
There was some stock recocery images posted here on the forums but I dont have links. If you cant find them you coulf always reflash the stock me7 image via odin. If you have apps and their data you dont want removed there is also no wipe stock images as well. Both are posted in the dev section.
Sent from my SCH-I545 using Tapatalk 2
Picolini said:
Don't mean to jack the thread, but I've got a related question.
While rooting my friends phone I attempted to flash a recovery... But the phone is on ME7 so it obviously didn't work. Now there's no working recovery. With that, can't do a factory reset because it boots to the Odin screen on reboot.
Any way to reflash the stock recovery?
Click to expand...
Click to collapse
try this out
haza12d said:
Try THIS out. This should get you back up and running.
Click to expand...
Click to collapse

[Q] SafeStrap Help

I installed Safestrap onto my GS4 in hopes of installing a ROM to get ride of touchwiz. I found a safestrap compatible ROM and installed it through safestrap. Now I cant boot into the system. I wiped all data and cache and factory setting. When ever I restart, sometimes it says: [Safestap: Disabled] or [Safestrap: enabled] I can access recovery. I tapped continue on both and just doesn't work.
Bit of a noob so dont be too hard
EDIT: I Installed Hyperdrive successfully until the end. Its at this screen: Beginning Android OS 4.3 boot sequence... .... .... ...." It has stayed here for hours, all night. Should I take out the battery? Buttons don't work
High_Rez said:
I installed Safestrap onto my GS4 in hopes of installing a ROM to get ride of touchwiz. I found a safestrap compatible ROM and installed it through safestrap. Now I cant boot into the system. I wiped all data and cache and factory setting. When ever I restart, sometimes it says: [Safestap: Disabled] or [Safestrap: enabled] I can access recovery. I tapped continue on both and just doesn't work.
Bit of a noob so dont be too hard
Click to expand...
Click to collapse
So you created a rom slot and flashed the rom to that slot? What build base are you..why SS version did u use and rom did u flash ...?
Sent from my SCH-I545 using XDA Premium 4 mobile app
decaturbob said:
So you created a rom slot and flashed the rom to that slot? What build base are you..why SS version did u use and rom did u flash ...?
Sent from my SCH-I545 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I created the rom slot. Im MK2, I used safestrap because I have a locked BL. Whats SS? I used a ROM called Barebone Stock.
When ever I flash a rom, all that happens when I restart is it says safestrap: Disabled or enabled. I choose recovery every time because rebooting doesnt do any thing.
High_Rez said:
I created the rom slot. Im MK2, I used safestrap because I have a locked BL. Whats SS? I used a ROM called Barebone Stock.
When ever I flash a rom, all that happens when I restart is it says safestrap: Disabled or enabled. I choose recovery every time because rebooting doesnt do any thing.
Click to expand...
Click to collapse
SS is SafeStrap but you should try to uninstall the rom and reboot into stock and then go back and try to reinstall the rom
Sent from my SCH-I545 using Tapatalk
High_Rez said:
I created the rom slot. Im MK2, I used safestrap because I have a locked BL. Whats SS? I used a ROM called Barebone Stock.
When ever I flash a rom, all that happens when I restart is it says safestrap: Disabled or enabled. I choose recovery every time because rebooting doesnt do any thing.
Click to expand...
Click to collapse
SS = abreviation for safestrap, thought that was pretty obvious
barebone ROM? Im not familar with that one being SS compatible. The safestrap disabled msg on display means the stock rom slot is active and the phone should boot to stock. When you have rom loaded into a rom slot 1 or 2 or whatever, you must "activate" that slot for it to boot. I would suggest deleting the rom slot you made and start over.
decaturbob said:
SS = abreviation for safestrap, thought that was pretty obvious
barebone ROM? Im not familar with that one being SS compatible. The safestrap disabled msg on display means the stock rom slot is active and the phone should boot to stock. When you have rom loaded into a rom slot 1 or 2 or whatever, you must "activate" that slot for it to boot. I would suggest deleting the rom slot you made and start over.
Click to expand...
Click to collapse
So I made a 3rd rom slot and installed hyperdrive. everthing went well until the end. Its at this screen that says "Beginning Android OS 4.3 boot sequence...." Its been on this screen for hours. All night
High_Rez said:
So I made a 3rd rom slot and installed hyperdrive. everthing went well until the end. Its at this screen that says "Beginning Android OS 4.3 boot sequence...." Its been on this screen for hours. All night
Click to expand...
Click to collapse
So, let's start from the basics - you're not telling us what versions of anything that you're using.
First, what build is your phone? i.e. the stock slot.
What version of Safestrap are you trying to use?
What version of Hyperdrive are you trying to flash?
When the phone hangs like that during boot, something critical has crashed that's preventing the boot.
You're booting Android 4.3 according to the above, so you should be flashing using SS 3.71 on build MJ7 or MK2 and Hyperdrive RLS14.
If all that is correct: the build is MJ7 or MK2, the Safestrap is 3.71, and you're trying Hyperdrive RLS14, then the likely cause is that you have a bad download. Check the md5sum after downloading to ensure that it's OK. Download it to your PC, not directly to the phone, then check the MD5 before transferring it to your sdcard and flashing it.
k1mu said:
So, let's start from the basics - you're not telling us what versions of anything that you're using.
First, what build is your phone? i.e. the stock slot.
What version of Safestrap are you trying to use?
What version of Hyperdrive are you trying to flash?
When the phone hangs like that during boot, something critical has crashed that's preventing the boot.
You're booting Android 4.3 according to the above, so you should be flashing using SS 3.71 on build MJ7 or MK2 and Hyperdrive RLS14.
If all that is correct: the build is MJ7 or MK2, the Safestrap is 3.71, and you're trying Hyperdrive RLS14, then the likely cause is that you have a bad download. Check the md5sum after downloading to ensure that it's OK. Download it to your PC, not directly to the phone, then check the MD5 before transferring it to your sdcard and flashing it.
Click to expand...
Click to collapse
My buld is MK2
The The SS version is: it doesnt say. But is says TWRP v2.6.3.1.
Im using hyperdrive RLS14 S4.zip
I have my SD in my PC and I downloaded it from the forum to it. then flashed it. Also I think I screwed up stock because i cant access the system. I cant boot into it.
High_Rez said:
My buld is MK2
The The SS version is: it doesnt say. But is says TWRP v2.6.3.1.
Im using hyperdrive RLS14 S4.zip
I have my SD in my PC and I downloaded it from the forum to it. then flashed it. Also I think I screwed up stock because i cant access the system. I cant boot into it.
Click to expand...
Click to collapse
OK, If your stock slot is damaged, you probably need to re-flash and start over.
Download the MK2 "No-Wipe" rom image from this thread and flash it using ODIN 3.09 - that'll get you back to stock, Then try the Safestrap stuff again. Seems like you have the right versions of things, so if you follow the directions, it should boot OK.
Be sure to check the MD5 of anything you download. There's free software available that does that.
k1mu said:
OK, If your stock slot is damaged, you probably need to re-flash and start over.
Download the MK2 "No-Wipe" rom image from this thread and flash it using ODIN 3.09 - that'll get you back to stock, Then try the Safestrap stuff again. Seems like you have the right versions of things, so if you follow the directions, it should boot OK.
Be sure to check the MD5 of anything you download. There's free software available that does that.
Click to expand...
Click to collapse
Do I need to worry about any root?
High_Rez said:
Do I need to worry about any root?
Click to expand...
Click to collapse
Yeah after you flash the image in Odin use the saferoot guide that k1mu posted to obtain root again.
Sent from my HTC6600LVW using XDA Premium 4 mobile app
k1mu said:
OK, If your stock slot is damaged, you probably need to re-flash and start over.
Download the MK2 "No-Wipe" rom image from this thread and flash it using ODIN 3.09 - that'll get you back to stock, Then try the Safestrap stuff again. Seems like you have the right versions of things, so if you follow the directions, it should boot OK.
Be sure to check the MD5 of anything you download. There's free software available that does that.
Click to expand...
Click to collapse
I just dont see why I need to restart every thing. Is there any other possible way?
High_Rez said:
I just dont see why I need to restart every thing. Is there any other possible way?
Click to expand...
Click to collapse
Well is your stock slot still working? If u just messed up a ROM slot than you can erase them and start over.
But if it was your stock slot then using Odin probably is the only thing that will help you.
Sent from my SCH-I545 using Tapatalk
Mistertac said:
Well is your stock slot still working? If u just messed up a ROM slot than you can erase them and start over.
But if it was your stock slot then using Odin probably is the only thing that will help you.
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
Ok. Thanks
High_Rez said:
Ok. Thanks
Click to expand...
Click to collapse
Are you all set now?? Sounds to me like you messed up the stock slot from what I could gather from earlier posts.
Sent from my SCH-I545 using Tapatalk
Mistertac said:
Are you all set now?? Sounds to me like you messed up the stock slot from what I could gather from earlier posts.
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
Odin is not reading my phone. Yeah, all i need to do it flash the original firmware and root it and start over. But i dont see how that could work.
High_Rez said:
Odin is not reading my phone. Yeah, all i need to do it flash the original firmware and root it and start over. But i dont see how that could work.
Click to expand...
Click to collapse
I heard that you need to use the cord that came with the phone when you got it. So make sure you are and also try another USB port.
Sent from my SCH-I545 using Tapatalk
High_Rez said:
Odin is not reading my phone. Yeah, all i need to do it flash the original firmware and root it and start over. But i dont see how that could work.
Click to expand...
Click to collapse
Well you probably just need the USB drivers for your phone that's all. I just went through that myself with my new laptop. I ended up just googling it and finding the right ones.
It will work for you, once your back to stock just use Saferoot again, then install SafeStrap again... Then be certain whatever ROM u flash is SafeStrap compatible. I'd say use ROM slots for the time being until your more comfortable with things.... Don't take that the wrong way... Just saying is all. Messing with the stock slot can lead you back to where you're at right now that's all.
Sent from my SCH-I545 using Tapatalk
---------- Post added at 03:19 PM ---------- Previous post was at 03:17 PM ----------
Try the drivers that k1mu has in his saferoot thread
Sent from my SCH-I545 using Tapatalk
Mistertac said:
Well you probably just need the USB drivers for your phone that's all. I just went through that myself with my new laptop. I ended up just googling it and finding the right ones.
It will work for you, once your back to stock just use Saferoot again, then install SafeStrap again... Then be certain whatever ROM u flash is SafeStrap compatible. I'd say use ROM slots for the time being until your more comfortable with things.... Don't take that the wrong way... Just saying is all. Messing with the stock slot can lead you back to where you're at right now that's all.
Sent from my SCH-I545 using Tapatalk
---------- Post added at 03:19 PM ---------- Previous post was at 03:17 PM ----------
Try the drivers that k1mu has in his saferoot thread
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
I found the drivers but they say its already installed on my computer.
High_Rez said:
I found the drivers but they say its already installed on my computer.
Click to expand...
Click to collapse
Reinstall them then restart your computer
Sent from my SCH-I545 using Tapatalk

[Q] I think I have two recoveries running parallel

So I had originally had TWRP/Hyperdrive on my phone, and switched to CWM/Cyanogenmod. I noticed now that I seem to have two different recoveries on my phone, because if I hold up+home+power I can go to a different version of CWM Recovery than if I use the Rom Manager app to boot into recovery. How would I rectify this? Would it involve wiping the /boot partition? I don't know where/how recoveries are stored so I don't understand how I can have two.
Doing a fresh install of a ROM has not resolved this by the way. And actually currently, I can't hold the buttons and boot into recovery at all, it gets stuck on the Samsung logo. I can only get into recovery via Rom Manager or Reboot options if I'm in android.
Markstache said:
So I had originally had TWRP/Hyperdrive on my phone, and switched to CWM/Cyanogenmod. I noticed now that I seem to have two different recoveries on my phone, because if I hold up+home+power I can go to a different version of CWM Recovery than if I use the Rom Manager app to boot into recovery. How would I rectify this? Would it involve wiping the /boot partition? I don't know where/how recoveries are stored so I don't understand how I can have two.
Doing a fresh install of a ROM has not resolved this by the way. And actually currently, I can't hold the buttons and boot into recovery at all, it gets stuck on the Samsung logo. I can only get into recovery via Rom Manager or Reboot options if I'm in android.
Click to expand...
Click to collapse
I would just Odin back to stock MDK and start fresh and choose whichever recovery suits you. I had to do the same a while back myself
Sent from my SCH-I545 using Tapatalk
Mistertac said:
I would just Odin back to stock MDK and start fresh and choose whichever recovery suits you. I had to do the same a while back myself
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
I've done that so many times.
Markstache said:
I've done that so many times.
Click to expand...
Click to collapse
My fault ...I see where you adressed that in the last part of your post. I'm no expert either on how recoveries are stored and executed.
I would think though that flashing stock mdk would fix this as it did for me. I used ROM manager to install cwm then I flashed Philz and haven't had a problem since. Hope someone else can help you.
Sent from my SCH-I545 using Tapatalk
Mistertac said:
My fault ...I see where you adressed that in the last part of your post. I'm no expert either on how recoveries are stored and executed.
I would think though that flashing stock mdk would fix this as it did for me. I used ROM manager to install cwm then I flashed Philz and haven't had a problem since. Hope someone else can help you.
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
The only way to fix is to Odin back to factory image and start over.
Sent from my SCH-I545 using xda app-developers app
cbmggm said:
The only way to fix is to Odin back to factory image and start over.
Sent from my SCH-I545 using xda app-developers app
Click to expand...
Click to collapse
Yea that's what I said before too but the op said they've done that many times with no luck...
Sent from my SCH-I545 using Tapatalk
cbmggm said:
The only way to fix is to Odin back to factory image and start over.
Sent from my SCH-I545 using xda app-developers app
Click to expand...
Click to collapse
That's what I would have figured would fix it, because I'm pretty sure that's supposed to wipe /boot, but I found out I cannot flash kernels on my phone for some reason and when having to fix softbricks while experimenting with why it doesn't work and flashing different kernels, I had to do that whole process so many times I can go from softbrick back to where I'm at now in about 20 minutes.
Is your device in factory mode when using touchwiz roms?
jamesd1085 said:
Is your device in factory mode when using touchwiz roms?
Click to expand...
Click to collapse
I have no idea what you mean, and I'm not using anything touchwiz based anymore.
Markstache said:
I have no idea what you mean, and I'm not using anything touchwiz based anymore.
Click to expand...
Click to collapse
OK...well try something real quick for me...use a root manager and open your efs folder...are the files still there...if not your efs folder has been formatted to the incorrect format... That would explain funky recovery issues and not being able to flash kernels...that's the only things I can think of
jamesd1085 said:
OK...well try something real quick for me...use a root manager and open your efs folder...are the files still there...if not your efs folder has been formatted to the incorrect format... That would explain funky recovery issues and not being able to flash kernels...that's the only things I can think of
Click to expand...
Click to collapse
It sure is there and has files in it.
What is that folder? Should I delete the contents?
Markstache said:
It sure is there and has files in it.
What is that folder? Should I delete the contents?
Click to expand...
Click to collapse
Definitely don't delete your efs folder. Actually it's good practice to back it up
Sent from my SCH-I545 using Tapatalk
Markstache said:
It sure is there and has files in it.
What is that folder? Should I delete the contents?
Click to expand...
Click to collapse
No!!!!...you will lose your number and all data capability...just wanted to make sure everything was still mounting properly... I'm at a loss as to what else could be causing your issues
Markstache said:
I have no idea what you mean, and I'm not using anything touchwiz based anymore.
Click to expand...
Click to collapse
I'd find someone like Philz or a TWRP compiler to ask if u haven't already gone that route. I'm sure one of them will know. Hopefully [emoji41]
Sent from my SCH-I545 using Tapatalk
Something just occured to me. When flashing back to stock with odin I always use the nowipe image because it's all I can find. I think that technically means boot was never wiped. Would that explain my phenomena? Also where to find stock that will wipe?
Markstache said:
Something just occured to me. When flashing back to stock with odin I always use the nowipe image because it's all I can find. I think that technically means boot was never wiped. Would that explain my phenomena? Also where to find stock that will wipe?
Click to expand...
Click to collapse
I've always used this one
http://forum.xda-developers.com/showthread.php?t=2289325
I'm not 100% if its no wipe as it doesn't say. But it you haven't tried this one yet may be worth a shot
Sent from my SCH-I545 using Tapatalk
Mistertac said:
I've always used this one
http://forum.xda-developers.com/showthread.php?t=2289325
I'm not 100% if its no wipe as it doesn't say. But it you haven't tried this one yet may be worth a shot
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
^^^this should fix you up...but backup everything you can to external SD or computer...when it says full wipe its no joke
Mistertac said:
I've always used this one
http://forum.xda-developers.com/showthread.php?t=2289325
I'm not 100% if its no wipe as it doesn't say. But it you haven't tried this one yet may be worth a shot
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
So I flashed that one via Odin, followed the guide to root and everything step by step, and now that I'm back on stock kernel and want to install CWM Recovery, I downloaded Rom Manager and hit install recovery and it says everything worked but if I boot into recovery it's just the android stock recovery.
EDIT: Another thing I thought of. Could the fact that at one point I used this method to install CWM recovery on my phone have caused there to be two different recoveries running parallel?
http://galaxys4root.com/galaxy-s4-r...on-att-or-verizon-galaxy-s4-sgh-i337sch-i545/
UPDATE: Using this method I installed the latest version of CWM Recovery Touch but Rom Manager still thinks the normal version is installed, though now if I hit reboot to recovery from the app it actually takes me to the touch instead of a separate one. Is the app dumb or do I still have an issue? Also I cannot install kernels without tripping the count and having my phone tell me I need to go to a verizon store.
http://wiki.cyanogenmod.org/w/Install_CM_for_jfltevzw
Markstache said:
So I flashed that one via Odin, followed the guide to root and everything step by step, and now that I'm back on stock kernel and want to install CWM Recovery, I downloaded Rom Manager and hit install recovery and it says everything worked but if I boot into recovery it's just the android stock recovery.
EDIT: Another thing I thought of. Could the fact that at one point I used this method to install CWM recovery on my phone have caused there to be two different recoveries running parallel?
http://galaxys4root.com/galaxy-s4-r...on-att-or-verizon-galaxy-s4-sgh-i337sch-i545/
UPDATE: Using this method I installed the latest version of CWM Recovery Touch but Rom Manager still thinks the normal version is installed, though now if I hit reboot to recovery from the app it actually takes me to the touch instead of a separate one. Is the app dumb or do I still have an issue? Also I cannot install kernels without tripping the count and having my phone tell me I need to go to a verizon store.
http://wiki.cyanogenmod.org/w/Install_CM_for_jfltevzw
Click to expand...
Click to collapse
ROM manager may actually be the issue.
And as far as installing kennels I've never had an issue myself. The last link you posted is about flashing the md2 kernel in order to root the phone. Do you mean that?? Or installing say a KToonsez kernel after you're already rooted and have your custom recovery?
Sent from my SCH-I545 using Tapatalk
Mistertac said:
ROM manager may actually be the issue.
And as far as installing kennels I've never had an issue myself. The last link you posted is about flashing the md2 kernel in order to root the phone. Do you mean that?? Or installing say a KToonsez kernel after you're already rooted and have your custom recovery?
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
As in installing a KT kernel after rooting and having a custom recovery and ROM on my phone. Right now I have three 3/22 nightly cyanogen up and running but as soon as I install kt it trips the Verizon security and on have to flash back to stock kernel to use my phone. Booting into Odin and canceling out to restart does not let me get past the yellow triangle

[Q] Need Help with Re-rooting Device

Hi all,
I previously had my GS4 rooted on JellyBean, running the stock ROM and ClockworkMod. I upgraded my phone with the Verizon update to 4.4.2 when the update came out. I am now on the NC5 build. I am now trying to root my phone again, to run a different ROM. I still have Rom Manager and SuperSU on my phone from the last root.
I tried using Towelroot yesterday. It said the root was successful. I was able to go into Rom Manager and update CWM, which also said it flashed successfully. SuperSU is working. However, when I try to boot into CWM, it boots into the stock (I think) recovery. I'm trying to run a nandroid backup before I do anything drastic.
Do I have to wipe my device, and start fresh? It seems that CWM is installed, but the stock recovery is overriding it. Sorry if this is a noob-ish question. I've been out of the Root game since my Incredible.
Leach0789 said:
Hi all,
I previously had my GS4 rooted on JellyBean, running the stock ROM and ClockworkMod. I upgraded my phone with the Verizon update to 4.4.2 when the update came out. I am now on the NC5 build. I am now trying to root my phone again, to run a different ROM. I still have Rom Manager and SuperSU on my phone from the last root.
I tried using Towelroot yesterday. It said the root was successful. I was able to go into Rom Manager and update CWM, which also said it flashed successfully. SuperSU is working. However, when I try to boot into CWM, it boots into the stock (I think) recovery. I'm trying to run a nandroid backup before I do anything drastic.
Do I have to wipe my device, and start fresh? It seems that CWM is installed, but the stock recovery is overriding it. Sorry if this is a noob-ish question. I've been out of the Root game since my Incredible.
Click to expand...
Click to collapse
I believe when you accept the Verizon OTA update it locks down custom recoveries like CWM/TWRP and the only option is SafeStrap.
scrillakev said:
I believe when you accept the Verizon OTA update it locks down custom recoveries like CWM/TWRP and the only option is SafeStrap.
Click to expand...
Click to collapse
Ah ha. Thanks for the reply. So can I proceed with installing SafeStrap, or do I need to uninstall CWM first?
Leach0789 said:
Ah ha. Thanks for the reply. So can I proceed with installing SafeStrap, or do I need to uninstall CWM first?
Click to expand...
Click to collapse
Yea if your on a Verizon s4 running any build after MDK... which you are... SafeStrap is your only option.
Hard to say what that will do to your phone after trying to install CWM.... usually it just soft bricks it and you need to Odin back to stock...
Sent from my SCH-I545 using Tapatalk
Mistertac said:
Yea if your on a Verizon s4 running any build after MDK... which you are... SafeStrap is your only option.
Hard to say what that will do to your phone after trying to install CWM.... usually it just soft bricks it and you need to Odin back to stock...
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
I just started the process of installing SafeStrap, but maybe I will wait until I'm home from work, in case I need to Odin..
Leach0789 said:
I just started the process of installing SafeStrap, but maybe I will wait until I'm home from work, in case I need to Odin..
Click to expand...
Click to collapse
May be a good idea just in case. I've seen some on here do the same as you with ROM manager and once they rebooted they were brought to the unauthorized software detected screen.... And without a recovery and a backup already made you'd be out of luck.
Sent from my SCH-I545 using Tapatalk
Mistertac said:
May be a good idea just in case. I've seen some on here do the same as you with ROM manager and once they rebooted they were brought to the unauthorized software detected screen.... And without a recovery and a backup already made you'd be out of luck.
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
It would probably be smart to remove CWM with Odin before attempting SafeStrap, correct? Is there a specific thread for removing CWM from a Verizon S4? I searched around but couldn't find anything specific to the S4.
Edit: I found a guide on NasirTech. Looks like that will work.
Leach0789 said:
It would probably be smart to remove CWM with Odin before attempting SafeStrap, correct? Is there a specific thread for removing CWM from a Verizon S4? I searched around but couldn't find anything specific to the S4.
Edit: I found a guide on NasirTech. Looks like that will work.
Click to expand...
Click to collapse
Well it didn't actually install it since your kernel doesn't allow for it now but what I would do is just use Odin and start over. Can use a No Wipe file and keep all your stuff.
You could try the method you found... I'm just not familiar with it.
Hard to say really how it will act. Maybe you'll have no issues at all just be able to install SafeStrap. Maybe you'll be able to install it but then it won't boot properly into it... who knows. Both have happened to me with my recovery ( CWM ),.. and using Odin was the only thing that helped.
Good luck .. I'm sure you'll get it going
Sent from my SCH-I545 using Tapatalk
Mistertac said:
Well it didn't actually install it since your kernel doesn't allow for it now but what I would do is just use Odin and start over. Can use a No Wipe file and keep all your stuff.
You could try the method you found... I'm just not familiar with it.
Hard to say really how it will act. Maybe you'll have no issues at all just be able to install SafeStrap. Maybe you'll be able to install it but then it won't boot properly into it... who knows. Both have happened to me with my recovery ( CWM ),.. and using Odin was the only thing that helped.
Good luck .. I'm sure you'll get it going
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
Thanks! Would you mind helping me find a correct no-wipe file? I found a couple files, but since I'm a new user I can't post links here, so I can't ask anyone if its the correct file or not!
Leach0789 said:
Thanks! Would you mind helping me find a correct no-wipe file? I found a couple files, but since I'm a new user I can't post links here, so I can't ask anyone if its the correct file or not!
Click to expand...
Click to collapse
Here you go!
http://forum.xda-developers.com/showthread.php?t=2735172
Yup... Tulsa you're quick!! Lol
Grab the NC5 No Wipe...
Sent from my SCH-I545 using Tapatalk
Tulsadiver said:
Here you go!
http://forum.xda-developers.com/showthread.php?t=2735172
Click to expand...
Click to collapse
Thanks! You guys rock.

Categories

Resources