[Q] Boot Looped...Please help - G3 Q&A, Help & Troubleshooting

boot Loop from Boot Animation or build.prop edit
I just did two edits of my phone. I added a few custom boot animations which I tested and they worked fine. I tried 3 different custom boot animations, they all worked, and I restarted my phone over 5 times to ensure they worked. When I felt comfortable, I then tweaked my build.prop to allow for better RAM usage, and after restarting it has sent me into a boot loop. Here is the thread I used. http://forum.xda-developers.com/lg-g3/orig-development/solution-optimize-ram-management-t2944773
It seems like the numbers could be for the 2gb of ram version for the g3 instead of the 3gb that I have.
Now I'm not sure if its the boot animation, but it finishes booting and then gets to a black screen. Then it restarts. Please help!

cap1tal1sm said:
boot Loop from Boot Animation or build.prop edit
I just did two edits of my phone. I added a few custom boot animations which I tested and they worked fine. I tried 3 different custom boot animations, they all worked, and I restarted my phone over 5 times to ensure they worked. When I felt comfortable, I then tweaked my build.prop to allow for better RAM usage, and after restarting it has sent me into a boot loop. Here is the thread I used. http://forum.xda-developers.com/lg-g3/orig-development/solution-optimize-ram-management-t2944773
It seems like the numbers could be for the 2gb of ram version for the g3 instead of the 3gb that I have.
Now I'm not sure if its the boot animation, but it finishes booting and then gets to a black screen. Then it restarts. Please help!
Click to expand...
Click to collapse
Have you made a backup of your build.prop? If so, just restore it, fix permissions and your ready to boot.
If you don't have a backup, try getting one, extract it from a rom check the forums for one.
I'm assuming, you are rooted and have a custom recovery, so, if restoring build.prop doesn't work, wipe and flash the custom Rom of your choice.
As a last resort, you can flash an official KDZ

Related

[Q] Help! Unlocked bootloader, installed CWM, now phone won't boot

I used the GN Toolkit V2.2 to unlock the bootloader, after installing the adb drivers via PDANet. I flashed Clockwork Mod on as well, and was going to install the Android Revolution ROM. I thought I had already copied the zip file to the internal storage, but when I tried to flash it from inside CWM, it said no files were found. (May have copied it before wiping device, I can't remember). So I restarted so I could copy the zip file again and then flash it. However when starting, it seemed to be stuck on the startup screen, with all the flashing blocks of color fading in and out. After a while stuck on there I couldn't do anything so I did a battery pull to restart. At this point, I can start normally or into recovery mode. If I try to start normally, (or go into recovery mode and choose restart from the submenu), it shows the black screen with the white Google logo, and the unlocked icon, stalls for a few seconds, then does a short vibrate and reloads the logo again. It will keep doing this and not go any further. I tried doing an additional data wipe from recovery mode but that didn't help, and I tried to do USB mount from recovery mode, hoping to copy the Revolution zip file and flash it over, but it couldn't mount. I'm starting to panic a little bit, did I brick or otherwise mess my phone up? What can I do? Any help is REALLY appreciated.
Thanks so much and I hope this is the right forum.
I dont have the answer but I wanted to post to calm you. This happens a lot.....multiple times to me on my android devices. You live and learn next time, do a backup in cwm before wiping data and flashing new stuff
Im sure someone will post shortly to solve your problem
Well ok that is reassuring thanks. I downloaded the Google factory ROM from the code.google.com and was able to flash that on my phone with GN Toolkit. It is trying to boot right now, still on the colorful screen. I think maybe I didn't give it enough time last time around? At least I'm past the black and white logo screen. So I'll let it sit for a few minutes and see what happens.
Edit: I let it run for a couple minutes, and it blacked the screen for a sec, showed the white Google logo again, and then went into the colorful startup screen again. I think it's working now so that's a relief.
If someone finds this thread in the future with a similar issue: Don't battery pull during start up and be patient if you don't want to freak yourself out haha. But as spitefulcheerio said, it will be okay so just don't panic. Thanks again.
Make sure you do a Factory Reset in STOCK recovery after unlocking the bootloader. THEN install CWM. learned that one the hard way. skipped a step after doing the oem unlock.
Yes, first time will take awhile on the boot animation.
And, as long as you see the google logo, you are ok, even if it freezes on that. They designed this phone to be easy
Sent from my Galaxy Nexus Bugless Beast 4.0.3 lte +franco#6
Guess all I needed was a psychological confidence boost, thanks for everyone for being supportive I thought I just threw a few hundred bucks away. But I got Revolution installed, phone and rooted and runs like a dream. Thanks all around!
mynameismolotov said:
I used the GN Toolkit V2.2 to unlock the bootloader, after installing the adb drivers via PDANet. I flashed Clockwork Mod on as well, and was going to install the Android Revolution ROM. I thought I had already copied the zip file to the internal storage, but when I tried to flash it from inside CWM, it said no files were found. (May have copied it before wiping device, I can't remember). So I restarted so I could copy the zip file again and then flash it. However when starting, it seemed to be stuck on the startup screen, with all the flashing blocks of color fading in and out. After a while stuck on there I couldn't do anything so I did a battery pull to restart. At this point, I can start normally or into recovery mode. If I try to start normally, (or go into recovery mode and choose restart from the submenu), it shows the black screen with the white Google logo, and the unlocked icon, stalls for a few seconds, then does a short vibrate and reloads the logo again. It will keep doing this and not go any further. I tried doing an additional data wipe from recovery mode but that didn't help, and I tried to do USB mount from recovery mode, hoping to copy the Revolution zip file and flash it over, but it couldn't mount. I'm starting to panic a little bit, did I brick or otherwise mess my phone up? What can I do? Any help is REALLY appreciated.
Thanks so much and I hope this is the right forum.
Click to expand...
Click to collapse
cancerouspete said:
Yes, first time will take awhile on the boot animation.
And, as long as you see the google logo, you are ok, even if it freezes on that. They designed this phone to be easy
Sent from my Galaxy Nexus Bugless Beast 4.0.3 lte +franco#6
Click to expand...
Click to collapse
mynameismolotov said:
Guess all I needed was a psychological confidence boost, thanks for everyone for being supportive I thought I just threw a few hundred bucks away. But I got Revolution installed, phone and rooted and runs like a dream. Thanks all around!
Click to expand...
Click to collapse
To provide some technical details on why it takes longer the first boot and appears to "hang" at boot animation ...
During the boot animation, the /data/dalvik-cache directory is built up for each application loaded on the device. This occurs during the very first boot. If the /data partition is wiped, the dalvik-cache directory is also wiped and will have to be rebuilt on the first boot. All subsequent boots will be quicker as this directory has already been populated.
Whenever loading a new ROM or performing the fastboot oem unlock command, the /data partition is generally wiped which takes with it dalvik-cache and results in the delayed initial boot time while the dalvik-cache directory is re-populated.
Hope that makes sense and fills in a few blanks on the why Android appears to "hang" at the boot animation during first boot after the /data partition is erased or the /data/dalvik-cache directory is erased.

Trouble getting any non OEM ROM to boot

The Problem: No matter what custom rom I load...it boots into an apparently endless display of the colorful boot animation that comes stock on the Nexus. I have to battery pull to get out of it. I've got an Unlocked/Rooted phone w/clockwork recovery working. I can backup and successfully restore the OEM rom I backed up after each failed custom rom install attempt.
I've been working through issue after issue all evening and have continued to hit the same problem no matter what my approach.
I've got Rom Manager and can download and load ROMS via it's GUI - or by booting into clockwork recovery and doing it manually by choosing the zip I previously downloaded. I've renamed the oem recovery file in system etc... still no joy getting anything to boot successfully except the OEM image I backed up.
Could someone point me in the right direction?
nondem said:
The Problem: No matter what custom rom I load...it boots into an apparently endless display of the colorful boot animation that comes stock on the Nexus. I have to battery pull to get out of it. I've got an Unlocked/Rooted phone w/clockwork recovery working. I can backup and successfully restore the OEM rom I backed up after each failed custom rom install attempt.
I've been working through issue after issue all evening and have continued to hit the same problem no matter what my approach.
I've got Rom Manager and can download and load ROMS via it's GUI - or by booting into clockwork recovery and doing it manually by choosing the zip I previously downloaded. I've renamed the oem recovery file in system etc... still no joy getting anything to boot successfully except the OEM image I backed up.
Could someone point me in the right direction?
Click to expand...
Click to collapse
How long exactly are you waiting on the boot animation? when you first flash a new rom, it can often take a long time on this screen first boot up. be patient. dont pull the battery unless its been like 15 minutes
can you give us any info on what phone you are using, and which roms you tried?
When you flash a completely different ROM, you HAVE to do a full data wipe in CWM.
When you update the current ROM, you have to do a wipe cache and dalvik cache.
And like the guy above said, it can take a while on first boot.
Sent from Galaxy Nexus (GSM)
Progress
First - Thanks for the help. I did a full data/cache wipe right before attempting to flash a ROM and it worked. Didn't even take longer than usual to boot into the OS.
I had done that earlier but I think it must have been the order I had followed or something. Regardless - I got a ROM up and running and can repeat the process reliably
Of course - there is another hurdle that I don't find anything on so far...if I add the google apps to the ROM I get stuck in a crashing Verizon login wizard. "Touch here" results in a crash message and the wizard restarts.
I can access settings and use the phone - but "Home" is the wizard.

[Q] Soft brick, neverending booting / boot loop. Am i doing this right?

Hi Guys.
So i flashed a few roms lately. started with EmotionMiUi then CM10, Omega, Alliance and well a few more.
i did a full wipe and cleared all caches each times and only had a few minor problems with the different ROMS that i was able to fix.
So i now returned to MiUi and have had it running for about a week. Tried some DPi modding yesterday, and did notice that it took longer time to boot and boot into recovery. i flashed the Xpose DPi remover, and continued using my phone. i have rebooted about 3 times today. And the last reboot caused the phone to enter the eternal "Samsung Galaxy Note II - N7100" boot static "animation".
Now i have tried pulling the battery several times, tried booting into recovery and the only thing that will let me boot into anything is power + home + volume down.
i have obtained the official samsung firmware ROM for my phone.
is my way ahead to "just" flash it using Odin, and i will have my good times back ?
Maybe try to clear Data and Cache partitions first?
mat9v said:
Maybe try to clear Data and Cache partitions first?
Click to expand...
Click to collapse
Just to clear you're stuck at the start screen( the screen it shows Note 2 and model number)?
If so, then i have no clue
If your phone goes in a bootloop ( startscreen then samsung logo animation, blank screen, start screen, samsung logo animation...) I have faced this issue while flashing Stock ROMs and you can clear this by doing a factory reset though i have no clue whether this is the correct one for MIUI ROM.
prabukannappan said:
Just to clear you're stuck at the start screen( the screen it shows Note 2 and model number)?
If so, then i have no clue
If your phone goes in a bootloop ( startscreen then samsung logo animation, blank screen, start screen, samsung logo animation...) I have faced this issue while flashing Stock ROMs and you can clear this by doing a factory reset though i have no clue whether this is the correct one for MIUI ROM.
Click to expand...
Click to collapse
i was stuck at the very first startscreen that just stayed there. i had been messing around with some DPi and a lot of tweaks.
i used Odin from my PC to flash the official firmware, then i used Philz recovery to format and clean before flashing my MiUi V5 ROM.
ALL works great.

[help] Lost boot animation

So I seem to have lost my boot animation.
Tried several different roms.
Had the animation file in each of the three different locations, named properly depending on location.
And I cannot get it to work again.
The phone sits at the splash screen for what seems like 5-10 min and then goes black. I hit the unlock button and the phone is on and working normal. Just no boot animation.
Any ideas?
You need to update your firmware.
Long boot time with no boot animation is a known issue if on a 2.x based Sense ROM, while on outdated 1.x firmware (hboot, radio, etc.)
Thanks I will try that and report back.
Had the same issue. Flashed the tampered message remover and the issue was fixed.

[Q] Boot Looped... :(

boot Loop from Boot Animation or build.prop edit
I just did two edits of my phone. I added a few custom boot animations which I tested and they worked fine. Then I tweaked my build.prop to allow for better RAM usage, and after restarting it has sent me into a boot loop.
Now I'm not sure if its the boot animation, but it finishes booting and then gets to a black screen. Then it restarts. Please help!
Build prop edit. Do you have recovery and back up? If not its time to flash firmware..

Categories

Resources