Related
Hey Guys,
Ever since I first experienced this bug, it seems more and more people are coming forward explaining the same symptoms.
Connection drops, OS becomes unresponsive, freezes, and then you are greeted by the 'X' animation. After the phone reboots, it freezes once again and returns you to the 'X' animation and the process repeats until you pull the battery.
There seems to be no direct trigger as it can occur when on a call, when browsing or even when the phone is idle.
I've read through various threads on different forums in an attempt to reveal some kind of pattern, yet reports are coming from users on different ROMs with different kernels and different apps. I've created this thread in the hope that if people contribute their experiences, we can draw some kind of reasoning behind the development of the bug and offer some hope for resolving the issue in then future.
So guys, what are your experiences of the BLOD? What ROM were you running? What kernel were you running? Do you overclock, underclock or remain at stock? Anything you think may contribute to this annoying bug.
Thanks in advance.....
Reserved for future use
My experience began after updating to Kang-o-Rama 0.6 final (CM 5.0.6) after using Kings Desire Port aswell as using Paul's Desire ROM and Cyanogenmod previously. Originally it happened to me in the gym. While listening to music I recieved an SMS and the phone suddenly crashed and went into the BLOD. I had to pull my battery for it to stop. Since that occasion, I began to suffer the BLOD 3-5 times a day, sometimes when on a call and other times when the phone was idle. I tried wiping and reinstalling countless times, flashed stock Cyanogen and the later versions of K-o-R which would give my phone a slight reprieve ,however eventually the BLOD would hunt me down and return.
Eventually I believed it was a Cyanogenmod specific bug, especially after reading this thread,
http://forum.cyanogenmod.com/index.php?/topic/43-odd-crash/
Since I thought it was CM specific I went away and flashed Enom's ROM which again gave me a reprieve but only until I charged the phone at night. I awoke in the early house to find my phone rebooting away as I slept. This pattern continued for 3 nights until last night which was my first BLOD free night.
Now i'm not 100% sure as to what cured my looping last night but I flashed a new kernel yesterday (IR .33.5) and also on the advice of this thread,
http://www.google.co.uk/support/forum/p/android/thread?tid=2711ea74ef3d9aee&hl=en
I wondered whether the fact that I'd started using the stock alarm clock app could have triggered this so called 'notification bug'. I returned to using Gentle Alarm from the market and cancelled my stock Androdid alarm.
Right now i'm waiting to see how long I go without a BLOD before investigating if it was specifically the new kernel or changing the alarm which got me through the night. Will report back if anything changes.
I'm pretty sure this is a form of a kernel panic. I know Cyanogen had made some type of tweet or post regarding this. I'll try to find it and edit this post when done
wesbalmer said:
I'm pretty sure this is a form of a kernel panic. I know Cyanogen had made some type of tweet or post regarding this. I'll try to find it and edit this post when done
Click to expand...
Click to collapse
Cyanogen posted something regarding it being a system_server crash in the CM thread and that we needed logs of the event occuring before he could draw any conclusions. I managed to dump and adb logcat of the event while it was happening, although it was just a panic loop of which a segment was posted on the Cyanogenmod forum I posted above. Has anyone managed to capture a log of the BLOD as it starts? That would be a great help.
I got my N1 about 4 weeks ago and it worked OK until I flashed the Froyo radio. from that point on I could not get any rom to run in a stable way - my reboots happened 3 - 4 times a day and got to the point where I would get stuck in the boot loop. Pulling the battery did not always solve the problem although I found that if I kept the battery out for several minutes my chances of getting the phone to boot into either the ROM or recovery would be better.
I noticed at the same time that once the boot loop started I could not get into recovery until my phone had at least booted into the ROM successfully once.
Flashing back to the 4.04 radio reduced the random reboots to about once a day - usually at night after I had just plugged my phone in to charge. I was using the stock alarm app as a bedside clock.
After many days of frustration and the help from several people here at XDA, I finally came to conclusion that the problem must be hardware related and am returning my current device to HTC and am getting a new one.
I don't have a boot loop but I definitely experience the initial stages of this problem on a stock (unrooted, locked) N1 (at&t).
50% of the time when the N1 loses the connection (e.g. due to going into a garage) it will not re-acquire the signal. Searching for networks will hang, putting the phone in flight mode and then disabling flight mode will still result in no signal.
The only way to get a cell signal back is rebooting the phone.
Usually, searching for a network and/or enabling and disabling flight mode will result in the phone turning black and then rebooting.
I have the problem, too.
Just a few notes:
didn't have it on stock rom and Cyanogen 5.0.6, nor an Enomther's 1.8.1, started with Enomther's 1.9.2
This is not really a reboot, because a real reboot always helps. Other than a reboot, it starts directly at the X animation, not with the unmoving X before.
Seems to be a kernel panic.
I currently suspect that the panic happens when the RAM is full, especially if there is one single process that uses up massive amounts of RAM (could be in the background, of course).
I yesterday found that Sytrant (periodically sets time using internet time server) has a memory leak, and on closer inspection today found that it queries an ad server every few seconds and thus switches from sleeping to running state every few seconds. Also, it spawns root processes when setting time, which might lead to the system not wanting to kill it.
So, here's my current suspection (I'm not at all sure if that's true!):
The reboot loop only happens when the system runs out of memory.
In this case, Android should normally kick out other programs: First apps that are not running anymore, but are still in memory, second background jobs, and third services.
I guess there's some error in the killing logic in newer Cyanogen kernels and others that use Cyanogen parts (or maybe even in the orginal code from Google).
This somehow leads to a state where the kernel has no memory left and can't kill a process, too. -> Kernel panic
Maybe this is more probable if there is one big memory hog the kernel doesn't want to kill (because it's a service, or maybe because it has children running as root).
So, everyone who has this problem, please get a process monitor or task manager where you can see how much memory an app uses. OSMonitor is a very good one, and it can also sort the processes by memory usage. Start it periodically to find out if a process is constantly growing.
If you found such a process: Is it one that requires root? Does it run as a service? (Unfortunately, OSMonitor can't tell you if a process runs as service, or at least I didn't find it if it can. ES Task Manager can show that information, though, for example.)
Personally, I threw Sytrant off my phone now and will watch if that helps. I had reboot loops every two or three days, so I can't tell yet if it really will make a difference. I really hope so …
Edit: Of course, this theory does not really explain why the network drops before the boot loop starts. It could be, though, that the kernel tries to kill just anything to gain meomry, which might also be a system process that it responsible for the network. As the networks always seems to drop before the loop starts, maybe killing that process is what leads to the panic in the end.
Maybe, could … well, yes, this is just a theory. But at least it sounds good, doesn't it? ;-)
The more I read about this problem here and in other threads, the more I am convinced that my problem is probably not hardware related. My replacement phone arrives today but now I am wondering if I should return my original or not. Argg!
Is there a way we can all band together to try and get to the bottom of this problem? I am more than willing to do whatever testing those that know what to look for tells me to do.
Would one of the Guru's here be willing to guide us through a coordinated troubleshooting excersize?
Maybe we can start by trying to find out what we all have in common?
I have an AT&T/Rogers version of the N1.
I typically have the Facebook, Calendar Widgets on home screen.
Power Widget on 2nd screen
Use gmail but via the standard email client, not the gmail client.
Use the native alarm clock app in the dock at night
16GB ADATA MicroSD card.
I also install:
- ChompSMS (with icon widget on home screen)
- NewsRob (with Widget on home screen)
Did not get the reboots initially running the stock rom but they started the moment I installed paul's version of Froyo. I tried several of the other roms and had the same instability and BLOD's until I reverted back to stock and things stabalized again although I was still getting random reboots once a day or so.
While a hardware issue (especially RAM failure) could cause this issue, I don't think that it is the cause in most of the cases here. The fact that some don't experience it anymore after trying one or another software-related measure makes a hardware failure highly improbable, at least in their cases.
I won't rule that out, but until I tried everything else I can't conclude it must be a hardware faliure.
Please get OSMonitor and watch your processes. If after some days you still can't find a process using more than, say, 65 M, and still get the issue, you can be pretty sure that a memory leak isn't the problem for you.
The memory leak + killing bug guess is a good one and is quite probable. So let's check that first.
I think my FroYo rom problems are the same problems you guys are having. I think it's something with an app or an element of the OS or something.
http://forum.xda-developers.com/showthread.php?t=703508
I get the exact same issue on a handful of roms. Everything starts to force close, then it goes into boot loop, but, as someone said, doesn't really fully reboot, it just starts at the boot screen.
I've also noticed when things get funky, plugging in the USB cable makes it immediately go into a boot loop.
I start having this problem after I install the Quadrant Standard program, I was using the Kang-o-rama - Froyo when this happened. But after going back to Paul's Froyo everything is working perfectly again.
cmarti said:
I start having this problem after I install the Quadrant Standard program, I was using the Kang-o-rama - Froyo when this happened. But after going back to Paul's Froyo everything is working perfectly again.
Click to expand...
Click to collapse
I deleted quadrant, signed into market and all so it knew i uninstalled it, flashed a baked modaco R17, and it still boot looped on first reboot.
I suspect it is related to the 4.06 radio. My first boot loop started just after I installed the radio and before I updated the ROM itself.
DvTonder said:
I suspect it is related to the 4.06 radio. My first boot loop started just after I installed the radio and before I updated the ROM itself.
Click to expand...
Click to collapse
That doesn't explain mine though. I get the boot loop on some roms but not others, with the same radio.
MSigler said:
That doesn't explain mine though. I get the boot loop on some roms but not others, with the same radio.
Click to expand...
Click to collapse
Which ROMS are safe for you - I will flash one of them tonight and see if it works on my device as well - maybe we can narrow it down to a specific ROM.
Would also appreciate a list of the apps you use - I am thinking we should set up our phones as close to identical as possible to begin with and then start adding things to see what causes it. Thoughts?
DvTonder said:
Which ROMS are safe for you - I will flash one of them tonight and see if it works on my device as well - maybe we can narrow it down to a specific ROM.
Would also appreciate a list of the apps you use - I am thinking we should set up our phones as close to identical as possible to begin with and then start adding things to see what causes it. Thoughts?
Click to expand...
Click to collapse
The only roms that screw up for me are modded froyo roms. LeoFroyo works fine for some reason, as does the stock FRF50. I'll screenshot my apps in a minute and post them.
I have this on stock 2.1u1 EPE54B
I was getting some pretty random boot loops when running CM 5.0.7.1 and 4.04 radio. Noticed two things could (almost) cause it every time:
1) Not so much a cause, but Google Listen was running almost every time I went into a BLoD.
2) Something that WAS causing it.. I keep my phone on airplane mode at work with WiFi on, since I don't get a reception in the building. Reboot + turn off airplane mode when the phone is to that point = BLoD.
I actually flashed Kang-o-Rama and the 4.06 radio earlier, no problems now.
tjsimmons said:
I actually flashed Kang-o-Rama and the 4.06 radio earlier, no problems now.
Click to expand...
Click to collapse
Did you flash the Froyo version with SP3?
Let's start with some basic information. I am running not rooted stock Froyo 2.2.1, Baseband version I9000XXJPY, Kernel version 2.6.32.9 [email protected] #1, Build number FROYO.XXJPY. Using stock TW Launcher.
In the morning I've moved couple of apps to SD card. Few hours later my battery went flat and the phone turned off. I've replaced the battery with a fully charged one and the phone was booting quite a while and when it finished it started with locale setting screen. At the same time several apps started to force close unexpectedly. When I went through all the initial settings the wallpaper was the same, icons and widget layout was the same. There were many apps missing (I reckon all of them were installed on the SD card). Many apps that remained were either force closing just after starting or had the settings reverted to defaults.
Some examples:
- Android Agenda widget was in its place but settings missing.
- I've reinstalled TwittCaster and moved to Phone - although it looks like the data/settings are being wiped after every phone restart and I need to put my login details every time.
It looks like many of the apps are reverting settings to default every time I restart the phone.
Both my external and internal cards seems fine, I can access and open files (e.g. photos and music) on them.
When I was trying to install some apps from the Market I was getting error messages that the app cannot be installed in the chosen destination, or there is not enough space. But after few tries I've managed to install them. As far as I know there should be quite a lot of available space.
I've tried to unmount/mount external card, take it out and in again. I've formatted cache partition from recovery mode. I've tried to clear RAM with Task Manager.
I would be grateful if someone could help me to diagnose the reason behind all this, help me to fix it and prevent it from happening in future. I really want to understand the problem and the trigger so I can avoid similar problems in the future
I will appreciate any help.
Thanks!
Sorry to bump, but this is really driving me mad.
It appears that I need to reinstall every app as they all closing unexpectedly on starting. after I reinstall them they loosing settings every time I restart the phone. Is it an external or internal card issue or maybe internal memory? Please help!
I have also noticed that Android Market is quite slow on me. Muc, much slower then before it ask happened.
Sent from my GT-I9000 using XDA App
sounds like hardware failure to me. Its back to factory and exhibiting problems. Why not take it back and have it replaced/fixed?
Sent from my GT-I9000M using XDA App
Strange problem this...
I guess format, reflash and clean install of apps would be a better option... instead of just re-installing apps...
I just wish to avoid sending it for a repair. This is a new replacement I get several days ago from Samsung, for which I was fighting for 4 months.
Anyway I will try to format and reset everything and build everything up from scratch. But if only I could understand how and why it happened maybe I would be able to prevent it from happening in the future.
Is there a special way I can format sd cards before installing and moving apis there?
Sent from my GT-I9000 using XDA App
I've been having a problem lately with my phone. It just restarts! It happens a lot when I'm using the desktop youtube site to watch videos and I try to change the position. If I use a different browser, it won't restart, it just crashes the browser.
Happened again today but while I was running and listening to music.
So far it's only happened like 3x today but I'm just wondering if thats the usual when you're running a custom rom.
Any ideas? I was thinking of trying to reinstall flash but I'm not sure if I should just dl that from the market or do I have to use a modified version b/c I'm using a custom rom.
pwrsrc said:
I've been having a problem lately with my phone. It just restarts! It happens a lot when I'm using the desktop youtube site to watch videos and I try to change the position. If I use a different browser, it won't restart, it just crashes the browser.
Happened again today but while I was running and listening to music.
So far it's only happened like 3x today but I'm just wondering if thats the usual when you're running a custom rom.
Any ideas? I was thinking of trying to reinstall flash but I'm not sure if I should just dl that from the market or do I have to use a modified version b/c I'm using a custom rom.
Click to expand...
Click to collapse
This might be related to the problematic Samsung App update. Since I updated it has suddenly locked up or suddenly re-booted in the middle of doing something else. Anyone have any ideas how to roll back the update?
Just curious...... did you guys change LCD density and/or are you using ADW Launcer. I am not running a custom rom but after rooting, changhing the LCD density and using ADW I get a random restart maybe once every other day.
After using my tab for 5-10min after a restart, my tab become very slow, to the point of it being unusable. I haven't installed any new apps, just updated some from marketplace, which I deleted. It started this morning. I'm running stock jjb Tmo usa. My tab is also rooted just to freeze some application with T. Backup.
Anyone else experience this? What could I try?
Sent from my SGH-T849 using Tapatalk
install advanced task killer and check what you have running. Kill some apps and see which helps.
once you have found the cause uninstall it and find alternative, If its a system app freeze it or uninstall it with systemapp remover.
I hardreset my tab yesterday, I kept some apps using titanium backup, only the important stuff and I have to say, it's way much faster.
I had several lags and crashes but now Im good
Ok I did a hard reset and my tab was working fine for a few days and now it's back doing the same, going really really slow after a few min of using it. I killed all apps and not even a spec faster... Is it my tab? Should I format internal SD card?
Sent from my HTC Glacier using Tapatalk
nysoprano said:
Ok I did a hard reset and my tab was working fine for a few days and now it's back doing the same, going really really slow after a few min of using it. I killed all apps and not even a spec faster... Is it my tab? Should I format internal SD card?
Sent from my HTC Glacier using Tapatalk
Click to expand...
Click to collapse
Sorry to say but don't use Task Killer. It won't help since it only lists what is residing in memory without any other useful info on what to kill.
The most you can do with it , is blindly killing them which doesn't help with the performance or might break something else. The best alternative is Active Apps or watchdog lite which monitors application's CPU usage.
A tip if you just start Android,
Try to use back button ( Close Application) rather than Home ( Put application on standby mode). If you forgot to close applications, try to use Active Apps / Samsung Task Manager to see if anything is left running and close them.
Hope this helps.
Nope, still getting random slow downs. Anyone using launcher pro? After reset, my tab slows down after a few hours. Slow to the point of not being able to do anything but restart.
Sent from my SGH-T849 using Tapatalk
nysoprano said:
Nope, still getting random slow downs. Anyone using launcher pro? After reset, my tab slows down after a few hours. Slow to the point of not being able to do anything but restart.
Sent from my SGH-T849 using Tapatalk
Click to expand...
Click to collapse
Had my Tab for several months now using Launcher Pro and various roms without the problems you're having.
Are you using a custom kernel with overclocking and profiles? If so try reverting to stock speed (1000MHz) without profiles.
You could also try a full wipe and reinstall rom without any apps and see what happens. If ok install apps one at a time and test and see which app, if any, causes the problem
look in errlog
download error log from marked and see if u have continues errors.. close any 3d party apps and start the logger, then start any 3rd party 1by1 and see if it generates errors..
I'm running pure stock, us tmo jjb rom. I'm rooted but left rom alone. No overclocking either.
I downloaded log toast, anything special i should look out for? There's a lot of info, don't know what to make of it.
If It keeps happening, might just install new rom.
Sent from my SGH-T849 using Tapatalk
Ok so i installed log toast and i was monitoring all the errors on my tab. After a fresh restart, i was looking at this thing get errors for:
E BluetoothAudioGateway.cpp(2573)
Pollhup detected
It kept showing over and over and over, but no slow down...I think it was because i had bluetooth turned on.
So right when it started to slowdown really bad, keep in mind that i kept it on the home screen and wasn't using it, just connected to charger and that's it, i started getting a new error message:
E IMGSRV(2497)
PVRSRVEventObjectWait Timeout!
Anyone know what this means??
nysoprano said:
Ok so i installed log toast and i was monitoring all the errors on my tab. After a fresh restart, i was looking at this thing get errors for:
E BluetoothAudioGateway.cpp(2573)
Pollhup detected
It kept showing over and over and over, but no slow down...I think it was because i had bluetooth turned on.
So right when it started to slowdown really bad, keep in mind that i kept it on the home screen and wasn't using it, just connected to charger and that's it, i started getting a new error message:
E IMGSRV(2497)
PVRSRVEventObjectWait Timeout!
Anyone know what this means??
Click to expand...
Click to collapse
maybe the rom that you have now has defects which is quite common. if I were you I would flash to overcome version which runs better or return that to samsung for checking.
Sent from my GT-P1000 using Tapatalk
It's weird I have been experiencing the same type of things. I'm on defualt Verizon rom with superoneclick rooting. Everything else is stock. Started happening yesterday. Maybe it is linked to the update Verizon pushed out? I'm going to start looking into whether I received the update or not and work from there? Keep us posted nysoprano.
elnews said:
maybe the rom that you have now has defects which is quite common. if I were you I would flash to overcome version which runs better or return that to samsung for checking.
Sent from my GT-P1000 using Tapatalk
Click to expand...
Click to collapse
tried searching for both ure errors, came up blank, even if they would repeat endlessly it would not slow the system down that mutch. U tried a factory data reset right? guess u could flash a alternative kernel/rom and look for same trouble if so u would assume hw problems? sorry for no straight answer.
Is Advanced task killer rubbish?
TheATHEiST said:
install advanced task killer and check what you have running. Kill some apps and see which helps.
once you have found the cause uninstall it and find alternative, If its a system app freeze it or uninstall it with systemapp remover.
Click to expand...
Click to collapse
Actually my experience with Advance Task Killer (ATK) is that there is never a remarkable improvement! When you kill apps listed as running sometimes freed memory report seem to be temperamental - reduced, no change, increase...
The shocking thing is that killed processes quickly reappears in the list again!
Is there a better app than ATK out there that truly terminates and frees memory?
Ta.
nysoprano said:
Ok so i installed log toast and i was monitoring all the errors on my tab. After a fresh restart, i was looking at this thing get errors for:
E BluetoothAudioGateway.cpp(2573)
Pollhup detected
It kept showing over and over and over, but no slow down...I think it was because i had bluetooth turned on.
So right when it started to slowdown really bad, keep in mind that i kept it on the home screen and wasn't using it, just connected to charger and that's it, i started getting a new error message:
E IMGSRV(2497)
PVRSRVEventObjectWait Timeout!
Anyone know what this means??
Click to expand...
Click to collapse
I am having the identical issue. I have a completely stock AT&T tab (no root, no overclocking, no custom ROM, etc.) I have turned off Bluetooth, and it seems to have fixed the issue. Possibly a Samsung Bluetooth bug?
I unlocked the boot loader and rooted my phone yesterday.
I am noticing some lag which I did not notice before under the following circumstances amongst others:-
Changing from landscape to portrait.
Opening messages.
Touching the back arrow
etc.
I have restarted the phone a few times and un-installed any apps I previously loaded from the market.
Am I imagining things or could rooting the phone cause these problems?
Not for me and what are you rom using
Sent from my HTC PH39100 using xda premium
I am using the stock Rom.
I have not noticed any extra lag after rooting the HTC Velocity.
rooted and installed wild child sense 3.5 ROM on my vivid. my phone now runs faster and smoother. he done a great job developing this great rom.
samsat said:
I unlocked the boot loader and rooted my phone yesterday.
I am noticing some lag which I did not notice before under the following circumstances amongst others:-
Changing from landscape to portrait.
Opening messages.
Touching the back arrow
etc.
I have restarted the phone a few times and un-installed any apps I previously loaded from the market.
Am I imagining things or could rooting the phone cause these problems?
Click to expand...
Click to collapse
Rooting the phone should change absolutely nothing. I'd suggest getting a custom ROM that's been debloated with some extra handy mods like APM, battery%, etc...