Samsung Galaxy S :: Won't Boot Into Recovery
Sep 6, 2010
I got one of the new vibrants that won't boot into recovery. Only the batches before august allow you to getting into recovery by holding vol up and down. I confirmed with t mobile that this a true statement, so i need another way in but cant figures it out i tried adb but it wont work either.
View 2 Replies
Feb 9, 2011
My samsung i5500 wont boot normally so I want to try booting it into recovery and resting it. I've tried power, center key and volume down. which I thought was the recovery combination but it just comes up with an icon saying downloading and does nothing. Any recovery combination or another way to fix.
View 9 Replies
View Related
Sep 4, 2010
Phone: UK Galaxy S Issue: Recovery boot error message in red writing
Multicsc : can not access to / system/csc/VOD/system/
Background: I have been trying to root my phone from information found in a youtube video. All went well and the little ninja bloke with the sniper rifle was in the app list. Tried installing busybox and was told that the phone was not rooted�..
I think I ran the root application again and at some point I started getting this error message when in recovery. I have since run the one click root method to unroot the phone and the little nija dude is no longer there. Since I rooted the phone it will no longer connect to my wireless network, it finds the network and attempts to obtain an ip address. After a few min it times out and tries again. When I load the phone recovery the error message is still present.
View 3 Replies
View Related
Mar 27, 2013
i wanted to upgrade my galaxy s2 g i9100 and since that time i hve not been able to use the phone again.
i tried rooting it but after that i can not boot recovery anymore all that comes on the screen is SAMSUNG GALAXY SII with a yellow triangle.even if i press the up volume key+home key+power nothing happens.
View 1 Replies
View Related
Mar 8, 2014
I updated my galaxy s gt-i9000 to cyanogenmod 10.1,1. everything worked great.... I got a wild hair and decided to upgrade it to 10.3.0 but it went into a boot loop. I then broke out oden, and long story short I soft bricked it. I now actually got my phone to let me restore my backup that I did before I updated it, and it completed successfully. But it only boots into recovery mode. What I can do?
View 5 Replies
View Related
Jun 15, 2013
I used my galaxy ace (I had the low memory icon) when playstore has updated an application, then suddenly all my applications are set to "force stop" including Holo launcher, so I rebooted, but the I had teh cyanogenmod 7 icon repeat (bootloops) I cann't access to the recovery mode (I had RAMDUMP mode (ARM9 mode)) I can access to the "downloading" mode so I wanted to flash a stock rom (even three in fact) with odin multidownload 4.38 but nothing happens when Odin has restarted my phone, I had the little android image that works then a message like: "E: failed to mount storage (invalid argument)" and the phone started to reboot loop I've tried dozens of manipulations unsuccessfully kies does not see my phone I do not know what to do,
PS: I've tried all the manipulations removing the battery / SIM card and sd waited 5 minutes, I was able to put the phone in Emergency Mode DLOAD but it nothing happens the only real thing that still works is the "Downloading "mode , but I think my recovery mode was crushed and I cann't access it even when I can flash with odin I always have the problem of "E: failed to mount storage" (the same style as him [URL]...
View 2 Replies
View Related
Oct 2, 2013
I've rooted my samsung galaxy mega 6.3 GT-I9205 but I got stuck in a boot loop after trying to change my boot logo using a app called root tools. Before that everything with root worked fine.So I tried recovering the phone by going into recovery mode and wiping all of my data/factory reset and also wiping my cache. Both of these thing did not work.
So after that I went into download mode and tried to instal something I believe CWM. But now I can't even go into recovery mode because when I try, the phone says that it's going into recovery mode and then just reboots... and goes into a bootloop.
View 1 Replies
View Related
Aug 19, 2010
Ive been trying all day to boot into the recovery menu for my vibrant. I power off my phone . and i hold up and down on the volume button, while holding the power button. After i see the "vibrant" logo pop up i let go. that doesnt work. I try holding down Up and Down, while holding the power button for 5 minutes, doest work .
View 6 Replies
View Related
Sep 30, 2010
I just recently came upon my new samsung moment, so i wanted to go ahead and root it after having my rooted hero with froyo, and i loved it.
Anywhos, i got to the point where I update it using the files i got off of the tutorial, and now im at the point where i need to boot into recovery in order to flash the phone with my new rom. However, here lies the issue. My phone is turned off, and i hold down volume down, and both the call and end buttons simultaneously. It starts to load up, but then it just basically loads into my phone like it normally should. I hold the buttons down all the way through this time, and same deal.. so what am i doing wrong here?
View 2 Replies
View Related
Feb 20, 2010
Seems I can't boot to recovery mode on my BH2. I've been all over the place looking for the exact method for booting to recovery, and I've seen all sorts of variations. The most common methods are to hold BOTH the Home and Power/End keys at the same time and continue holding them until you reach recovery, or to hold ONLY the Home key and continue to hold it after you have pressed the Power/End key to power up the device. I've also seen a couple people suggest that you should hold the Camera key while powering up. Suffice it to say, NONE of the methods I've tried have worked. When holding the Home key during power up, my phone hangs at the Android boot screen for about 2 minutes, but then continues to boot normally. Every other attempt to boot to recovery have resulted in a normal boot.
View 1 Replies
View Related
Aug 22, 2010
I followed the instructions on the how-to root sticky, but when I power down the device and then hold vol down+up simultaneously and power it back up to get to recovery mode (to root), it boots normally. I've done this 7 times now, with two fingers holding down the volume buttons (one each) and then pressing the power button until the device shows signs of life.
View 18 Replies
View Related
Oct 4, 2012
I try to understand android boot sequence on my JB (under CM10). I found some docs and there should be specific partitions (boot, recovery, system, cache, data).
My understanding of the boot sequence is now:
A) normal boot:
1) Power ON ->
2) bootloader ->
3) boot-partition where i flashed the kernel aka boot.img ->
4a) system-partition with the OS (libs, UI, etc) where i unpacked over CWM my customROM.zip ->
4b) data-partition, where i unpacked google-apps.zip and installed all the apps ->
4c) cache-partition with user data
B) recovery boot (adb reboot recovery):
1) Power ON ->
2) bootloader ->
3) recovery-partition with CWM where i may unpack all the .zip stuff to proper partitions, or restore from sdcard, etc.
Is this correct? I wonder, because i didn't installed CWM into recovery-partition. It cames from install of CM10 (fastboot -i 0xfce flash boot boot.img), so it must be in boot-partition and not in recovery?
So, next confusion: i looked up to /proc/mtd and i don't see neither boot nor recovery partition here:
Quote:
# cat /proc/mtd
dev: size erasesize name
mtd0: 19000000 00040000 "system"
mtd1: 00600000 00040000 "appslog"
mtd2: 06580000 00040000 "cache"
mtd3: 1a400000 00040000 "userdata"
I did a backup with CWM and loocked the data. There aren't boot, and recovery backups:
Quote:
# ls -lha /sdcard/clockworkmod/backup/2012-10-04.18.49.55/
d---rwxr-x 2 system sdcard_r 4.0K Oct 4 18:56 .
d---rwxr-x 3 system sdcard_r 4.0K Oct 4 18:49 ..
----rwxr-x 1 system sdcard_r 1.6K Oct 4 18:54 .android_secure.vfat.dup
----rwxr-x 1 system sdcard_r 54.6M Oct 4 18:55 cache.yaffs2.img
----rwxr-x 1 system sdcard_r 360.2M Oct 4 18:53 data.yaffs2.img
----rwxr-x 1 system sdcard_r 212 Oct 4 18:56 nandroid.md5
----rwxr-x 1 system sdcard_r 214.6M Oct 4 18:51 system.yaffs2.img
#
So, i think i didn't understand the boot sequence and partition schema corectly.
View 2 Replies
View Related
Aug 11, 2010
ok, so I put the PB31IMG file on my sdcard, and the dinc_ota. I changed dinc_ota to update. (I did not name the file update.zip.zip) I powered down, I entered bootloader, and it loaded the PB31IMG and whatever. then I hit volume down and selected recovery. this brought me to clockwork recovery. I noticed the isntructions said to boot into STOCK recovery. well, I like a dummy ignored that and tried to apply the update.zip thru clockwork.
This is what I got:
CODE:.......................
So, is this because I tried doing it through clockwork recovery? is it because I didn't apply the first OTA update we got? what does that mean exactly anyways? is it saying I need to install the leaked froyo ROM, and then update the radio? How do I boot into stock recovery and not clockworks recovery? does this count as applying the update.zip once, meening if I do it again I'll brick my phone? should I sell this thing and get a samsung flip phone because I'm too stupid to own a Dinc?
View 2 Replies
View Related
Jun 8, 2012
I used Rom Manager on my Samsung galaxy Ace to backup my rom but it instantly shut down, now it will not boot up at all and i can't even get into recovery mode?
View 9 Replies
View Related
Oct 29, 2010
I guess im one of the luck ones that has a Bell Galaxy S that cant go into recovery mode with the power+ volume buttons.
View 2 Replies
View Related
Nov 26, 2010
Phone fails to boot even after leaving for and hour and both two and three button reset do not work.
View 1 Replies
View Related
Sep 11, 2010
I tried flashing my Galaxy S, but when i turned it on, it stayed on the boot menu for 10 minutes and nothing happened, so i had to remove the battery. I tired putting it in download mode and it didnt work eiter. When i plugged in the usb, it showed the charging icon with the loading sign, however the loading sign did not go away, again I had to remove the battery. What is wrong with my Galaxy S, and what can I do to fix it?
View 7 Replies
View Related
Oct 6, 2013
I have a bricked Samsung Galaxy S2 and have been doing some research on how to fix this. There is a lot of info online, but I don't understand most of it as it is too technical and I need having it translated into layman's terms!
Context:
- Galaxy S2 (GT-I9100)
- Unlocked
- Purchased from Kogan 2 years ago (no longer under warranty)
- Appears to be Polish stock based on the packaging and manual
- I am in Australia
Problem:
- Phone is stuck in boot loop, unable to get past the intro flash screen that says Samsung Galaxy S2 GT-I19100.
- It keeps resetting itself and going back to flash screen infinitely. I need to remove the battery in order for it to stop doing that.
- I'm unable to get into the mode that would allow me to do a factory reset, however I am able to get into download mode.
What I think I need to do, but need verifying:
- Download Odin onto my PC. (I think Odin is software that allows me to access the core of the phone via my PC, is this correct?)
- Download the correct version of the operating system. From what I can gather, there are different versions depending upon which network you are with. Because my phone is unlocked, I need to get an unlocked version but I'm not sure whether I should get one designed for Australia or for Poland (or whether it matters)?
- Connect PC and phone via USB cable
- Turn on Odin
- Somehow use Odin to reinstall O/S on my phone
Questions:
- Are the steps above correct or am I missing something?
- Does it matter which version of Odin I install or can I just do a google search for Odin downloads?
- Where do I find the file I need to reinstall the O/S?
- Where can I find instructions on how to use Odin once I have the correct file to install?
View 3 Replies
View Related
Jun 26, 2012
i was trying to update my SGS2 to ICS by myself using Odin, but something went wrong and now i can not get the phone start at all . and i get an icon for a phone and a PC and a warring triangle to show me that the connection is lost
View 6 Replies
View Related
Jun 2, 2014
i bought a white Samsung galaxy tab 4 7.0 8gb white from Canada and i decided to turn ART on so i did and the tab was stuck on the boot animation for over 30 minutes. So i went into recovery and deleted cache and data. It booted up fine and i was relieved. Before i did anything on it i turned on ART again and it boot looped again, stuck at the boot animation. This happens every time i turn ART on this tablet. No i am not rooted and i don't have any custom ROM, kernels, or recoveries on this tablet. try turning on ART on their galaxy tab 4 7.0 and see if ART works?
View 9 Replies
View Related
Nov 29, 2013
I have Samsung GT-P6800, that is 7.7 tab, actually, some days ago, it has developed the bootloop problem, I decided to load custom recovery and take the backup of the data, because I can't able to lose the data as the data is very much important that is stored on the tab, but when I load the Odin V3.70 & V1.85 and in the PDA section I load the .tar file of TWRP 2.6.3.0 recovery, and flash then I got the success & pass message in the Odin, but when I restart the tab in the recovery mode, I again go in to the Default stock recovery that is e3 Android System Recovery, I don't know why this is happening, as I have tried many versions of Odin as well as twrp and cwm recovery, but whenever I go in the recovery mode, I found the stock recovery loading(e3).
View 1 Replies
View Related
Feb 18, 2014
I need a stock recovery for Metro PCS Samsung Galaxy S3 (SGH-T999N)...I installed clockworkmod recovery onto my phone and didn't realize It wasn't going to be easy to remove it im trying to revert back so I can receive ota updates on my phone. Next month I heard talk about samsung releasing the kit kat update 4.4 to this phone correct. I would love to revert back so I can receive it inless you know of other ways of getting it other than installing custom roms....witch im not comfortable doing....I already messed up my phone in the process of rooting doing the ad block app....which then when I uninstalled it. I couldn't connect to the google servers.....so I had to go back and edit the host file and got it working finally but now I just want to remove this recovery..I want to update my rom I know people say do complete wipe and install the stock rom and that should remove it but I'm iffy on the subject because I don't want to brick my device if it doesn't agree with something. I'm not all that new to rooting I had a coolpad quattro which I rooted in the past phone btw don't ever buy it. As well as my first galaxy 1 from verizon and a galaxy aspire. but im having problems trying to understand and avoid bricking my device because I haven't even finished paying it off and it's 400 dollar device plus interest...
View 7 Replies
View Related
Aug 3, 2013
I am trying to port cwm to the galaxy ring virgin mobile and i have a complete system dumb through adb but i need to find the recovery partition of my phone ive found system and cache and all the others but there is 4 un named partitions that have 8 mb each i dont want to pick and choose and mess it up. it seems like im the only one trying to do devolopement for this device. i have a feeling this device can handle cm10.1 or atleast 10 it has the 3.4 kernel 4.1.2 jellybean touchwiz 1.4 ghz single core processor.
View 4 Replies
View Related
Apr 2, 2014
Recently I have tried to root my Samsung Galaxy 3 7.0 (SM-T210R) WiFi edition. After unsuccessfully attempting to install a custom rom, I believe I have accidentally deleted the stock rom for the device..So now, whenever I turn the device on, it automatically brings me to CWM recovery. I have tried to install a different rom onto the device unsucessfully, giving me an error saying "format() expects 5 args, got 4" It also says (Status 7). I have also tried to connect my device to my computer and hook it up to Odin, but Odin does not recognize the device.
View 3 Replies
View Related
Oct 19, 2012
Where can I get CWM Recovery for Samsung Galaxy S Advance? I heard rumors, but I could not find the download link.
View 5 Replies
View Related
Sep 16, 2010
i've been scouring all over to find a way to change the boot animation for the latest nightly of GAOSP, or for any Galaxy ROM for that matter. i've gotten a few apps from the Market, but aren't completely sold on their custom animations. since most of the custom animations i like are for other devices, what do i need to alter in the desc.txt file in order to get them to work? can i just download any zip that i do find that i like and just replace the file and reflash the GAOSP ROM?
View 10 Replies
View Related
Oct 22, 2010
I have a big problem with my Galaxy S immediately after upgrading to the JPM/Froyo firmware. Immediately after the update the phone attempted to reboot, and now stays on the Galaxy S logo way too long before the screen goes blank and only the bottom two buttons are illuminated. And it just stays like that. I have a feeling that it might have something to do with the OneClickLagFix that was installed on the phone; maybe the upgrade didn't like the lag fix being there. Also, on pressing VolumeDn, Home and Power to get the recovery screen, the screen is replaced with a yellow "Downloading. Do not turn off Target!!!" splash. So there are no recovery options.
View 11 Replies
View Related
Sep 8, 2013
I dropped my Samsung Galaxy Attain 4G from a height of about 3 feet onto a marble floor. The battery popped out, but there is no physical damage as far as I can see. The phone automatically went into a reboot loop, by which I mean it flashes the "samsung" logo again and again. It doesn't turn on or off. After removing the battery and sim card several times to no avail, I searched some of these forums and found the 3 key combination (volume/power/home) which can be used to get a factory reset. Now, I have gotten that factory reset screen where I can scroll using the volume key, but my phone stays on that screen for about 4 seconds before reverting back to flashing "samsung." This is where I stand as of now.
View 3 Replies
View Related
Mar 26, 2014
My Galaxy pocket wont turn on.Last 4 days I dropped my phone on our pail full of water on our garden. I didnt noticed it.I keep searching for it in our house but no hope. Last 2 days I found it and tried the rice technique to make it dry again. Today It wont turn on and I cant charge it. I borrowed the battery of my friend's SGP and my SGP turned on. But I tried my SGP battery on my friend's phone but my friends phone wont boot.My Smartphone: Samsung Galaxy Pocket (GT-S5300)
-Stock Firmware
-Rooted
-with CWM recovery
will i need to replace the battery?
View 2 Replies
View Related
Mar 28, 2012
I have messed up big time! I rooted my phone perfectly fine and everything. But when I tried to install a new ICS rom and rebooted, my phone showed the samsung logo followed by a screeching frequency noise, followed by a restart. This process continues forever. I really hope I didn't break my phone.. I can access the CWM btw.
View 2 Replies
View Related