General :: App Crash Causes Phone Restart

Jul 22, 2013

I own a Samsung Galaxy S2 smartphone (GT-I9100) and have installed NeatROM Lite (build number: XWLSW NeatROM Lite v4.8).

I'm developing apps and each app crash (for example occured NullPointerException) causes to freeze the device and after some minutes maybe to hot reboot (NeatROM splash screen but I don't need to enter my SIM PIN again).Maybe, because sometimes it reboots by itself, but sometimes I need to hard shutdown the device (pressing and holding the power button).

I tried to debug the application, but the only information I could get was that an exception of type RuntimeException occured.When I activate the debugger for the crashing app, the phone will not restart. The crashed app will just close.

I guess that something is wrong with the "app crash" dialog from android. I've never seen this dialog on NeatROM and when it should appear, the described procedure happens.

General :: App crash causes phone restart


General :: Galaxy I9500 Sudden Crash Then Restart With 0% Battery

Mar 20, 2014

While using my Galaxy i9500 it crashes and phone automatically restarts with 0% battery percent

I tried this Battery Calibration app but it didn't work It says battery stats file doesn't exist!

I tried installing new rom but now as soon as I turn on the device it works for like 2 minutes in its real charging percent (e.g 60%) then crashes and restarts to 0%

The battery is original and It's not swollen.

View 1 Replies View Related

Android :: Activity Restart Crash After OS Kills It

Mar 8, 2010

Activity SplashScreen is the launching activity for my app. It sends a request to my server and gets back a user data it then uses to populate a user object which is a static object. Once it has that it calls the MyMapView activity and finishes itself. A force close occurs when I hit the home button and then open up enough other apps so that Android kills MyMapView to get more resources. Now when I open my app again it tries to start MyMapView and bypasses SplashScreen. There is no user object so I get null pointer exceptions. I have tried to Override the onSaveInstanceState and OnRestoreInstanceState but it seems that those are not available when Android kills the activity. I also tried android:finishOnTaskLaunch with the SplashScreen (maybe this should be put on MyMapView but the article I read said different) and that seems to have no effect. What I would like is for the activity to not restart after Android has killed it. What can I do about this?

View 5 Replies View Related

HTC Droid Eris :: When Aps Restart My Phone It Takes About 15 To 20 Seconds To Restart

Apr 20, 2010

I have noticed that when aps restart my phone, it takes about 15 to 20 seconds to restart When i Power down, it takes MINUTES!Does anyone know of simple restart app I could use to avoid this? If not, anyone know someone who could make one?

View 3 Replies View Related

Android :: How To Restart Scheduled Jobs No Phone Restart

May 15, 2009

I am developing a ToDo reminder type of app for android. on creation of a new reminder an alarm and vibrator scheduler is created with a toast. This works on intents and broadcasts and is pretty straight forward stuff with putextras using the reminder id from the db. My problem is, if some one restart the phone, i guess all the scheduled alarm and vibrator tasks for the reminder will be killed. Once the phone restart again how to recreate the scheduler tasks.

View 2 Replies View Related

General :: Phone Sometimes Restart Automatically?

Oct 23, 2013

Recently, the operation system of my android phone has got a slow speed. what's more, it sometimes restart automatically.

View 2 Replies View Related

General :: After Flash Update / Phone Does Not Restart

Feb 2, 2014

After a flash update the phone does not restart..When I try to flash it, I have a error "BROM ERROR: S_DL_GET_DRAM_SETTING_FAIL (5054) [EMI] Obtain DRAM Failed!"

However I think that my phone is not a true Goophone, Before the fatal flash, I have test and make a backup with MTKDroidTools and It was stated that the processor was a MTK6589, but it was a fake and it was actually a MTK6572

I have the same problem when I use my original Backup.when I plug my phone on the computer, the device manager said "MediaTek USB Port(COM7)".

View 2 Replies View Related

General :: Galaxy Nexus Keeps Resetting Background When Restart Phone

Jan 15, 2013

Every time I reboot my phone it keeps changing my background back to the same stupid image below. I think I'm probably going to go insane if I see this stupid grass anymore. The picture isn't even on my phone (anywhere I can see, obviously.) I don't know what to do. I've flashed several Roms, done several factory resets, changed it to a million different images/live wallpapers.

View 2 Replies View Related

Android :: Looking For An App To Restart My Phone

Jan 22, 2010

I've been having some reception issues that seem be cleared up when i restart the handset. What I'd love is to be able to schedule a daily restart around 4am to prevent any problems from the phone running too long. Does anyone know of an app that could do this for me?

View 9 Replies View Related

Android :: Possible To Restart Phone With SDK Or NDK?

May 11, 2010

Is it possible to programmatically restart the phone from a application (service) running on top of the Dalvik VM?If the SDK does not provide this functionality, then how about using the NDK and calling some functions provided by the kernel? I know this option is not preferred (not stable enough libs), but if it's the only option, I'll have to consider that as well.

View 2 Replies View Related

HTC Incredible :: Phone On Restart Loop

Nov 11, 2010

Holy crap, My Incredible is on a repeating loop. It does not stop restarting at all. Taken out the battery, switched to different batteries, took out the SD card and nothing.Phone's not rooted, I can't this phone past boot. Any programs out there that could help?

View 1 Replies View Related

Android :: App Crash On Phone Consistently But Not On Emulator

Aug 31, 2010

I have an app that uses quite a few graphics in it. When I open and close my app repeatedly on my emulator (1.5 - 2.2) it runs fine and by checking the heap I can see everything is being cleaned and gc'd properly. However, when I run my app on an HTC Aria phone (2.1) the app crashes every time I try to re-open it. When I look at the heap I can see that objects are NOT being cleaned up like they are in the emulator. Does anyone know why this behavior could be happening? I did try it on another HTC Aria (a friends) and it crashed the same way as on my phone so I think it's not just isolated to my particular phone. Any thoughts or ideas would be really appreciated on why things are cleaning up properly on the emulator, but not on my phone. One thing to note, is that I DID have it working and gc'ing fine on my phone a few days ago and I didn't change much and now it's not working on my phone so it's a bit of a mystery to me.

View 1 Replies View Related

HTC Droid Eris :: Applications That Crash Phone?

Jan 23, 2010

Is anyone else irked by the proportion of apps that cause force-close on the Eris? About 1 in 3 (maybe more) seem to do this. I assume developers are writing code for 2.0 mostly by now, but still. I would think there had be SOME level of back compatibility. It's not like I'm downloading obscure applications. These are typically highly rated applications found on the bigger review sights and AndroLib. For instance, just today, two WiFi apps and Shuffle both caused my Eris to crash. And apparently something else I haven't determined yet. What are other's experiences/success rates with applications? I'll append this post later with apps known to cause crashes. In fact, until the 2.0 upgrade, it might be a good idea for a sticky.

View 21 Replies View Related

Android :: Use Spinner In A Sub Tab In Phone App Causes Crash / Resolve It?

Sep 24, 2010

I'm trying to put a spinner in a sub-tab in my android app. Touching the spinner causes a crash.

Searching seems to suggest that for some reason it is not possible to use spinners in sub-tabs, but this seems silly to me. I've also tried using activity groups as an alternative to sub-tabs, but I get the same crash.

Has anyone resolved this?

View 1 Replies View Related

2.1 Update :: Phone Calls Crash After A Few Seconds

Nov 22, 2010

Recently upgraded my xperia x10 to Android 2.1.The upgrade installed fine but am unable to speak on calls for more than a few seconds since then. Few seconds after a call is connected (while receiving or making) it crashes and the phone shows no network (there is no network coverage issue) and searches for the SD card (similar to at the time of boot). The screen then goes blue.Have tried re-installing the upgrade but that doesn't solve the problem. Anybody has any ideas.

View 1 Replies View Related

KitKat 4.4 :: Nexus 4 - Major Phone Crash?

Nov 21, 2013

My Nexus 4 (purchased directly from Google) automatically downloaded the latest update today. I installed it, and everything crashed. My phone is now caught in a continual re-boot loop. It gets as far as the little dead robot, and then stops with the message "No command", holds for a bit, and then starts the reboot again. Has been doing this for the last half hour or so.

How can I break the cycle, or reset, or something? Anything?

View 6 Replies View Related

Samsung Captivate :: Phone Turned Off And Now Cannot Restart

Sep 30, 2010

I have a Samsung captivate and was trying to do an update on it. The screen turned black and then turned off. I tried taking the battery out and restarting it, but now it wont even turn on. I have never done an update until tonight.

View 2 Replies View Related

Motorola Milestone :: Phone Auto Restart

Aug 12, 2010

Hi everyone, my motorola milestone auto restart once in a while. Can someone pls let me know.

View 19 Replies View Related

Motorola Droid X :: How To Restart Your Phone After Hang?

Jul 24, 2010

So my Droid X hung just now. Is there a reset button somewhere or do I just do the old school approach and take the battery out?

View 1 Replies View Related

HTC Legend :: Application To Restart / Shut-down Phone

Aug 3, 2010

I do need to restart phone sometimes to make sure my internet works. Is there any app available which can help me doing that and maybe to switch-off phone as well? I do use hardware key currently, but want to minimize the usage for better longevity.

View 1 Replies View Related

HTC EVO 4G :: Phone Freezing Up Randomly / Have To Take Out Battery To Restart?

Jun 14, 2010

Today my phone has been randomly freezing up, once in dolphin browser, and once in a game called drop.each time the phone screen freezes, and i cant do anything and none of the buttons work. i turn off the display by hitting the top button, then it wont come back on ever, so had to take out battery and restart phone.any idea whats causing this? i've had the phone since june 4th, and today is the first time this happened and its happened twice.

View 5 Replies View Related

Android :: How To Setup An Alarm That Would Go Off / If I Restart My Phone?

Jun 21, 2010

I've been searching this site and found some answers related to setting an alarm. I've successfully been able to set up an alarm.From an activity I set an alarm that at certain time and date will call a receiver,From the receiver I call a service.From the service I send a notification (on the notification bar) to the user.I set up an alarm 5 minutes from now. Say I turn off the phone and turn it back on (it seems it forgets the alarm). How can I prevent this from happening? Do I really need to call a service to send the notifications or can I do it from the receiver?

View 1 Replies View Related

Motorola Droid :: How To Restart Email Without Restarting Phone?

Aug 31, 2010

Every couple of days my email stops importing messages and once I realize it, I have to reboot the phone in order for it to start working again. I've tried refreshing each account, but it doesn't do anything until I turn off the phone and then turn it on again. Is there another way to restart the email services without restarting the phone? I have three email accounts (g mail, hot mail, and a work email), and they're either all working or all not working.

View 4 Replies View Related

HTC Incredible :: Cannot Unlock Phone - Pull Battery To Restart

Jun 28, 2010

Sometimes, after manually locking the phone, I'll try to unlock the phone but the "swipe" bar no longer shows up. It's almost comical when this happens, as I can get phone calls, emails, texts etc during those times (I can even pick up/reply), but the phone goes immediately to that "swipe less" lock screen right afterward. There is no way for me to unlock the phone (even a long press on the lock button doesn't work), so I have to take off the case and do a battery pull to reset. Has any experienced this and does anyone have any fixes for it?

View 2 Replies View Related

Motorola Droid X :: Camcorder Makes Phone Restart

Oct 29, 2010

I've never really used the video-recording until today. After maybe 3-5 seconds of recording, my phone will automatically restart. It's happened 3 out of 3 times, and one of those times it was stuck on the big M [battery pull fixed it]. I am rooted, but not running any ROMs or Themes. I am overclocked to 1.45ghz [if this makes a difference].

View 1 Replies View Related

Android :: Make Application To Restart After Phone Powered On Again?

Mar 29, 2009

what should I do to make my application to be restarted automatically after the phone has been powered-off and powered-on again? I read that regular alarms do not survive phone reboots so, I'm assuming there should be a way to do it.

View 5 Replies View Related

HTC Incredible :: Restart Phone After Installing New Swype Beta

Nov 8, 2010

Every time I install the new swype beta and I restart my phone, it wont let me use it. I download it legitimately from there website with my user name and everything.

View 5 Replies View Related

HTC Desire :: Lose Reception / Restart Phone To Get It Back?

May 6, 2010

Love love love my Desire. Few little problems here and there (Music Genre, Battery life etc) but the one main thing that is really bugging me is, that if I lose reception (I live in a area with lots of valleys), it will never regain reception even if I enter a town centre or City. I always have to either switch Airplane mode on then off. Or more often than not, turn the phone off completely and switch it back on, where it then finds reception straight away.

View 16 Replies View Related

Sony Ericsson Xperia X10 :: Phone Freze Then Restart

Aug 6, 2010

when i was using an application my phone freze then restart.

View 1 Replies View Related

Android :: Way To Restart A Service After Upgrading Application On Phone?

Feb 1, 2010

After upgrading my application I would like the service to restart if it was running before. Is there any way to do this? I didn't see any Broadcast Intents that I could register for in the manifest.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved