[Q] Jellybean Softbrick help! - Galaxy S II Q&A, Help & Troubleshooting

Hi,
After some assistance if possible.
I have the international version of GS2. Purchased in the UK.
Yesterday flashed the new Jellybean ROM through ODIN as found here: http://forum.xda-developers.com/showthread.php?t=2113088
Worked fine for one day then phone froze this morning. Did a battery pull and on reboot stayed on the Samsung logo. Rebooted many times but still stuck at the same point. Reflashed the Rom through ODIN again but still stuck at Samsung logo.
I can access download mode, but not any kind of recovery.
From reading on here, I think the NAND(?) may be corrupted, but not sure, leading to the soft brick. Can anyone advise what I need to flash to get the phone up and running again?
Any help appreciated.
Mario.

mario999 said:
Hi,
After some assistance if possible.
I have the international version of GS2. Purchased in the UK.
Yesterday flashed the new Jellybean ROM through ODIN as found here: http://forum.xda-developers.com/showthread.php?t=2113088
Worked fine for one day then phone froze this morning. Did a battery pull and on reboot stayed on the Samsung logo. Rebooted many times but still stuck at the same point. Reflashed the Rom through ODIN again but still stuck at Samsung logo.
I can access download mode, but not any kind of recovery.
From reading on here, I think the NAND(?) may be corrupted, but not sure, leading to the soft brick. Can anyone advise what I need to flash to get the phone up and running again?
Any help appreciated.
Mario.
Click to expand...
Click to collapse
Try flashing a kernel like siyah or Dorimanx in download mood. Then reboot into recovery and flash a JB custom rom

That did it. Thanks.
Sent from my GT-I9100 using Tapatalk 2

mario999 said:
That did it. Thanks.
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Please use the thanks button instead of saying thanks

Related

Flashing back to vodafone stock rom from resurrection v.9.2

Hello guys,
I must admit I am an absolute noob a bit out of my depth and panicking a little bit now. I successfully rooted and flashed my phone with a custom rom, the resurrection ics v9.2 however I wanted to go back to stock vodafone rom. So i downloaded BUKE1 vodafone firmware and flashed it using ODIN. Now my phone is stuck in a bootloop with the galaxy S II logo repeatedly appearing. I have just left it as is as I am now too scared to do anything :/
Any advice on what I can do? I know you guys have been over this a million times but I am freaking out.
I have read the boot loop thread above and it says to flash a stock rom using odin but that is what I had already done...
Any help would be greatly appreciated.
Jake
Try wiping all possible things in recovery.
And don't worry, atleast some1 pro will help you to get your phone to boot, also can you get to recovery and download mode
Sent from my sgs2 running cm9 using xda app
Hey thanks for the quick reply, I can get to recovery mode definitely. I just went in and wiped user data / factory reset option. Do you think I should try flashing a different stock vodafone rom?
Ok after wiping user data it now appears to be fine. I'm sorry for wasting your time.
it is recommended that you wipe everything after flashing in order to avoid boot loops or similar errors
glad it worked out for ya

Help!

I seem to be stuck in a bootloop! At least I think thats what its called!
Just stuck on the logo when booting up, tried taking battery out etc, still same.
I had been running hydra rom and wanted to flash back a stock rom before I sell it. So I plugged it in to odin and flashed lp8 in pda.
What have I done wrong?
How can I fix?
Thanks for your input everyone. I've managed to sort it.
Sent from my GT-I9300 using xda premium

Need help!! I777 soft bricked/hard bricked/ mmc corrupt? Won't boot!!

This is the situation and what ive tried to fix it. I was on cm9 and wanted to try jellybam so I flashed using cwm . It was successful but wouldn't boot so I tried to reinstall the rom still no luck so I tried going back to cm9 and it got stuck on the s2 logo screen ! I tried odin to flash a stock rom and it was successful but still stuck on the logo screen. Ive tried gb and ics ive tried to flash with and without bootloaders ive tried reparation but that only fails unless I use the pit file but still didn't fix it. If I flash the stock rooted ics rom and then flash cwm zip i can wipe system then flash cm9/10 but that only gets me to the cm animation . It will sit there till the end of time but wont boot! In cwm If I check the log I get this error I:can't partition unsafe device:/dev/block/mmcb1k1p1. It wont factory reset on stock or cwm it only freezes then bootloops. I hope this is enough info please help me! I love my s2 and even tho I have my s3 I miss my s2
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Did you factory reset? What do you mean you reset and it bootloops
Sent from my GS4 running CM11 Kandy Kane
122ninjas said:
Did you factory reset? What do you mean you reset and it bootloops
Sent from my GS4 running CM11 Kandy Kane
Click to expand...
Click to collapse
. yes I tried to factory reset but it just freezes then after 5 min. It try's to boot but gets stuck on the galaxy s2 logo screen. I checked the log in cwm and got the error I posted above. I've been flashing for years and never run into an issue I couldn't fix but this one has me stumped
troutslayermv said:
. yes I tried to factory reset but it just freezes then after 5 min. It try's to boot but gets stuck on the galaxy s2 logo screen. I checked the log in cwm and got the error I posted above. I've been flashing for years and never run into an issue I couldn't fix but this one has me stumped
Click to expand...
Click to collapse
Sorry if this sounds rude but have you googled that error?
Sent from my GS4 running CM11 Kandy Kane
Lol no that's not rude. I would ask the same question. ..I did and from what I've gathered its a corrupt sd card or part of the emmc brick bug. There are patched kernels to fix the same issue on the note but nothing for i777. All it says is factory reset and flash a new rom . Ive done that but still no boot. Roms flash fine and I can get into download mode and recovery but It wont factory reset or boot. Stock recovery says your ui is not prepared please factory reset and a bunch of can't mount data errors but it won't factory reset it just freezes then trys to reboot but gets stuck on the s2 logo then back to recovery. Here is the kicker tho. If I install a duel booting kernel I can install a second rom that boots but primary won't. ...I tried swapping primary and secondary roms but it froze....im just lost on this one and out of tricks
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
I'm not sure what partition that is. You've go a typo in it, but if the last three letters are correct "1p1", I don't remember seeing that as one of the system partitions. The kernel is in "mmcblk0p5" for instance. It should be "mmcblk1p1" I guess.
If you suspect memory damage to that partition, you can confirm that by trying to pull the data from that memory block with adb or terminal using the following command:
Code:
dd if=/dev/block/mmcblk1p1 of=/sdcard/testBLK
If the memory is damaged, you will get an error message. If the memory block is good, you will get no error message. I guess you could also look into "testBLK" to see what is in there, but of course it will be binary data most likely.
That's the error I got 1p1. Abd is something I haven't done yet. I've used terminal emulator back in the days of my cliq dext but im sure I can handle it...im pretty sure it is corrupt but if I do the test and confirm this how do I fix it? Is it just a matter of deleting or do I have to rewrite the path? Im confused on this
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Actually, this was bad advice. Since your phone is bootlooping, you can't use terminal, doh! If you can get into recovery, you might be able to use adb. Or you could use Red_81's adb portable. You could also try his adb batch file from download mode to see if you can boot it into recovery mode. I guess it will take a little study if you have no experience with it.
Oh, and if the memory is bad, its bad. This is just a way to find out, maybe.
So what your saying is it's dead?!!!
Noooooooo! Lol im looking into maybe getting another one or shipping this one to Samsung to have a new motherboard put in . Just trying to see if there is any hope of bringing her back to life...
sent from my stock galaxy s3
devices: g1 died
cliq/dext sold to developer on simply android
atrix 1 and 2 sold
s2 in a comma
nexus 7 stock
s3 stock
iphone 4 stock
troutslayermv said:
So what your saying is it's dead?!!!
Noooooooo!
Click to expand...
Click to collapse
Not saying that unless you verify for sure that the memory is bad. The only time I've actually heard of eMMC damage, and seen it verified, was in conjunction with the bad stock kernel on 4.0.4. There was also another case where a member sent his phone to Josh at Mobile Tech Videos for Jtag repair, and it was sent back unrepairable due to memory damage. I can't remember for sure, but I think that was due to the 4.0.4 stock kernel too.
You might talk to Josh at Mobile Tech Videos by phone to see what he thinks, before you send it to Samsung.
I tried contacting josh and couldn't reach anyone. I left a message and sent and email but haven't heard back. I tried using adb portable and as I did that I think that I didn't make the phone issues clear. I can get into recovery mode fine I can also get into download mode fine . I can flash roms fine but it won't go past the s2 logo screen . If I flash cyanogen it will go to the cyanogen boot screen but again won't boot. I am still trying to find a solution in my free time but nothing yet
sent from my stock galaxy s3
devices: g1 died
cliq/dext sold to developer on simply android
atrix 1 and 2 sold
s2 in a comma
nexus 7 stock
s3 stock
iphone 4 stock
troutslayermv said:
I tried contacting josh and couldn't reach anyone. I left a message and sent and email but haven't heard back. I tried using adb portable and as I did that I think that I didn't make the phone issues clear. I can get into recovery mode fine I can also get into download mode fine . I can flash roms fine but it won't go past the s2 logo screen . If I flash cyanogen it will go to the cyanogen boot screen but again won't boot. I am still trying to find a solution in my free time but nothing yet
sent from my stock galaxy s3
devices: g1 died
cliq/dext sold to developer on simply android
atrix 1 and 2 sold
s2 in a comma
nexus 7 stock
s3 stock
iphone 4 stock
Click to expand...
Click to collapse
I have run into something similar, my wife has the s2... I have the s3....
this is the steps I run to get the s2 working after it gets stuck...
1 - installed stock rom I777UCKH7 OCD Root No BL = self executable from windows.... brings you to stock with root..
forget this one, this is when I was first rooting... 2 - DooMLoRD_v4_ROOT-zergRush-busybox-su
3 - MobileODINLite-v3.57
4 - MobileODIN_FlashKernel_I777-v1.0
5 - flash kernal Siyah-v2.6.14-att.tar = installs recovery clockwork mod
6 - install any rom....
Download mode on S2 is volume up and down and power button....
I can't get it to boot up so I can't use mobile odin. I've tried one click and also tried every stock tar I could find . I even tried to reinstall the bootloaders. They all install successful but it wont boot past the s2 logo screen. Im not a noob , I've flashed hundreds of times. I've fixed a few bricks in my day but this has me stumped. ...if you install the stock rom there isn't any reason why it shouldn't boot. But it is just stuck. Nothing has worked. I think the only thing that may work is the re write the memory but im not that patient to do that lol
sent from my stock galaxy s3
devices: g1 died
cliq/dext sold to developer on simply android
atrix 1 and 2 sold
s2 in a comma
nexus 7 stock
s3 stock
iphone 4 stock
Have U tried threatening it? Just give it a little scare. It'll back dowin. Gotta keep thoz hoez in line.
Phalanx7621 said:
Have U tried threatening it? Just give it a little scare. It'll back dowin. Gotta keep thoz hoez in line.
Click to expand...
Click to collapse
ROFL
Sent from my SGH-I777 using xda premium
gireeshtty9 said:
ROFL
Sent from my SGH-I777 using xda premium
Click to expand...
Click to collapse
Just curious if you unmounted and remounted the partitions?
or maybe formatted them individually?
Soft-bricked Galaxy 2 SGH-I777. Odin of no use
I bought a galaxy 3. I literally tried everything with this phone. Was able to root, went to install siyah kernel from zip and now I get the samsung logo. I can boot into CWM recovery, but none of the functions work--just hangs on the hat. Any ideas are greatly appreciated. Thanks.
keltaurn said:
...Any ideas are greatly appreciated...
Click to expand...
Click to collapse
Please don't re-post; your question has been answered in the thread you created. Please search for answers first; the solution to your problem is safely housed in a sticky in the General section.
Thanks but...
I can't flash anything so this would be a new thread. The poster above said he/she could flash toms. I CANNOT. Also, I've been looking on here for solutions for over a month. This is my first post.

Phone booting in loop and cannot unbrick

Hi !
I am using a Samsung Ace S5830i since 2 years now with a custom ROM : Ace-i-Sure 12.0, all worked properly.
Yesterday I installed an app, I do not remember which one but I think it was a game, then my phone rebooted and looped on the boot animation.
I am used to unbrick my phone and change ROM so it did not scared me.
I tried to flash the stock ROM I used to flash everytime my phone has been bricked. Flashing went OK but my phone kept looping.
I tried to wipe data/factory reset but nothing changes.
I tried with another stock ROM found here and nothing changes either.
Do you know what might causes this problem ?
Death Lizard said:
Hi !
I am using a Samsung Ace S5830i since 2 years now with a custom ROM : Ace-i-Sure 12.0, all worked properly.
Yesterday I installed an app, I do not remember which one but I think it was a game, then my phone rebooted and looped on the boot animation.
I am used to unbrick my phone and change ROM so it did not scared me.
I tried to flash the stock ROM I used to flash everytime my phone has been bricked. Flashing went OK but my phone kept looping.
I tried to wipe data/factory reset but nothing changes.
I tried with another stock ROM found here and nothing changes either.
Do you know what might causes this problem ?
Click to expand...
Click to collapse
Try this stock firmware..flash it thru odin.
firealby.blogspot.in/2013/05/how-to-flash-stock-rom-on-samsung.html?m=1
Sent from my GT-S5830i using Tapatalk 2
Reinstall the Ace-i-Sure ROM or Back to Stock ROM
You can use this guide to install the stock rom.
[Guide] Know your Device: Galaxy Ace GT-S5830i
:cyclops:
I tried flashing your firmware amolgosavi and followed exactly the steps of your tutorial brijeshep but nothing changes...
Can my phone be hard-bricked ?
I don't know why it happened, it was working well since a couple of months ?
Death Lizard said:
I tried flashing your firmware amolgosavi and followed exactly the steps of your tutorial brijeshep but nothing changes...
Can my phone be hard-bricked ?
I don't know why it happened, it was working well since a couple of months ?
Click to expand...
Click to collapse
You can try this..Flash Stock ROM via ODIN.. This will help:
http://www.youtube.com/watch?v=3d7AS3Is4bk
and no it is not hard-bricked...
Hit thanks if I helped
I tried all the solutions you gave me but nothing works, I do not understand...
I might buy a new phone, but I ain't got much monyer, I can spend maybe 100€ or 200€ maximum
Does your phone enters into download mode and detected in odin?
What's the status during flashing ?
Then try the flashing methods on another pc.
Sent from my GT-S5830 using xda app-developers app

[Q] Possible brick after CWM recovery update.

Here goes, hopefully someone can help!
Ive installed a fair few roms on my phone and never had any issue, maybe this explains the complacency.
After updating to CWM recovery -6.0.4.7 I get stuck on my bootscreen, only seeing "Samsung galaxy I9100P" , ive been putting I9100 roms on it and losing NFC functionality for a while.
I went to update to the newest CM-11 nightly and read I needed to update CWM-recovery first. So did that, rebooted phone as instructed after installing new CWMr and nothing. Just stuck on I9100 screen.
No way to get into recovery mode, the only bright side I have found is I can boot into ODIN download mode. So what would be my next steps anyone?
Flash stock rom. or flash a kernel to get a working recovery bk with odin.
Sent from my GT-I9300 using xda premium
andrewwright said:
Flash stock rom. or flash a kernel to get a working recovery bk with odin.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
From a dig through the forums it sounds like NAND rw corruption?
I wouldn't be calling it that just yet. Unless you'd like to pay for a motherboard replacement ? Most of these are recoverable.
Used ODIN and flashed a new kernel, still on the boot screen, except now I have the yellow exclamation mark. Now to, Firmware upgrade encountered an issue. Please select recovery mode in Kies and try again.. this day is not going well..
Fingers crossed, flashed 3 or 4 kernels before one worked and allowed me into recovery mode. Trying to restore back to my backup from this morning. Heres hoping! :good:
Worked perfectly, the first thing I did was retry the initial task which was what got me stuck, currently waiting on CM-11's initial boot up after a successful install Thanks for the calming responses!

Categories

Resources