HTC EVO 4G :: Force Stop Safe To Do?
Sep 14, 2010
I've read about how task killers aren't necessarily good because of the way they FC apps, so I'm wondering, is it safe to go into my Running Apps list and Force Stop certain apps? I'm thinking of apps like Amazon MP3, Maps, Peep, Facebook, Fandango, etc. General things like that, nothing system-important.
View 5 Replies
Jun 27, 2010
A few weeks ago I switched my EVO 4G to the standard Android 2.1 UI through the widely publicized "clear defaults" and "force stop", then pressing "Home" and selecting to default to the Android launcher. This worked very well. Unfortunately for me, I thought this was just going to be a test drive. I wanted to see how it compared to Sense UI, but now I can't figure out how to re-activate Sense. According to the description of the process for other Android phones with Sense, you are supposed to be able to turn Sense back on by doing essentially the same process. Select application "HTC Sense", and do "clear defaults" and "force stop" again. Then press the Home button, and select to default to Sense UI when asked.
This doesn't work on my EVO 4G. When I perform these steps, pressing the Home button has no effect. There is no popup asking which UI to use as default. The standard Android UI remains in effect. I've done a fair amount of google searching, but haven't seen any explanation how to do this so far. I'm hoping that it's possible without wiping the phone back to its initial state. Anyone know how to restore Sense? I'd like to experiment with it, at least until the day Froyo comes out for it.
View 6 Replies
View Related
Oct 22, 2010
If I Force Stop an app (via Settings->Applications->Manage Applications->Any App->Force Stop) will the app ever start up automatically again or is the only way to start it up again to have the user start it. I have an app that starts a service. The service registers an alarm I've defined, with the Alarm Manager and this is recieved as expected. In my manifest I've defined a TimerIntentReceiver, to receive that alarm I've defined. If I Force Stop the app then is it possible to have the Alarm Manager "wake" my app up via the TimerIntentReceiver I've defined. I'm not seeing this happen. Once I Force Stop my app it never runs again unless I manually start it. Is there anything I can listen for, apart from BOOT_COMPLETE, to start up my app? Or does the user always have to start all apps.
View 2 Replies
View Related
Aug 6, 2010
I've done a search but found nothing. It seems like when I have to force stop an application, it takes me 8-10 button presses to accomplish it (menu-settings-applications-manage applications-sort by size-sort az-find application-scroll down-force stop). It's just not easy. Especially if I'm driving or jogging. Is there a quick and simple way to force stop an application?
View 3 Replies
View Related
Nov 10, 2010
Is there any way for a process to detect that its being stopped as a result of the user going to Settings->Applications->Manage Applications->My App->Force Stop? I see onDestroy() isnt being called under those circumstances.
View 2 Replies
View Related
Aug 8, 2010
On both 2.1 & 2.2 I have found that occasionally the browser progress bar will only get 90% before becoming getting stuck. You can try as many times as you like to view the page but it will always get stuck.The only way I have found to cure this is to force stop the internet app, then everything is fine again. Anyone else seen this or know how to stop it occurring?
View 5 Replies
View Related
Oct 14, 2010
I have a service which runs in the background when the user starts using my app. I am using it to do some posts to our server. I always close my service by calling stopSelf as soon as the posts have been made or failed.
But I recently observed two times that my service did not stop. I saw that in the running services in settings on my device that it has been sitting there for over a few hours.
So I was trying to see if I can alternatively set a timer using which I can force the service to stop after a few minutes no matter what.
View 3 Replies
View Related
Nov 9, 2009
Has anyone else had the problem with their alarm force closing? It will ring on time but an error message pops up and says it has to close.
View 2 Replies
View Related
Jan 10, 2012
I accidently "force stopped" and application. How do I turn the application back on?
View 3 Replies
View Related
Jul 16, 2010
I just ran into a problem when trying to launch the phone's email app via a button in the options menu because as soon as I click the button in the emulator it causes a force close error.
View 2 Replies
View Related
Jul 14, 2010
So I just flashed Darchdroid 2.7 and every time I try to open the calendar it says "The process com.android.calendar has stopped unexpectedly. Please try again." Anyone know of a way to help me fix this?
View 3 Replies
View Related
Apr 12, 2010
I removed the following and started to get force close errors....any ideas why?
View 1 Replies
View Related
Dec 24, 2013
There are several ways to terminate an app or to "clear cache". What are the differences between them?
Here are some I have been using without deeper understanding:
- Long press middle button and swiping out one app
- App manager: Clear cache, clear data, force stop
- Restart phone
- Use task manager app to kill app in question
View 2 Replies
View Related
May 9, 2010
I'm designing an HTML page for display in Android browsers. Consider this simple example page:
<html>
<head><title>Simple!</title>
</head>
<body>
<p><img src="http://sstatic.net/so/img/logo.png"></p>
</body>
</html>
It looks just fine on the standard HVGA phones (320x480), but on HDPI WVGA sizes (480x800 or 480x854) the built-in browser automatically scales the image up; it looks ugly.
I've read that I should be able to use this tag to force the browser to stop scaling my page:
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0;" />
... but all that does is disable user scaling (the zoom buttons disappear); it doesn't actually prevent the browser from scaling my image. Adjusting the scale factors (setting them all to 2.0 or 0.5) has no effect at all.
How can I force the WVGA browser to stop scaling my images?
View 3 Replies
View Related
Apr 24, 2010
Has anyone been having this trouble lately? I've tried clearing out old messages and clearing the cache but yet it still force closes on almost every picture while resizing it.
View 4 Replies
View Related
May 21, 2010
I'm just wondering if anyone else is having this problem. When I try to open a Facebook contact, the people app keeps force closing and restarting.
View 8 Replies
View Related
Jan 5, 2010
In my application i have several activities and i want to start background music whenever my *Application* is launched and stop music whenever *Application* is paused or stopped.
View 4 Replies
View Related
Aug 2, 2012
Okay when user presses log out button what's supposed to happen is:
Code:
stopService(myIntent);
unbindService(mConnection);
mIsBound = false;
I need to shut down the service on background.Except the service restarts itself over and over again! Even if I kill the program from task manager the service restarts itself. Other programs aren't using the service. when I uninstalled the program the foreground program information popped up indicating it was STILL there(albeit this I solved by rebooting phone).
When user says he's finished with the program 'least he can expect is for the program to stay down rather than keep eating battery by acquiring GPS signal and sending them to server. The program is not intended to be "once you log in you need to Uninstall me and reboot phone to get rid of me!" type of program!
View 6 Replies
View Related
Jul 31, 2010
I got me evo 2 days ago after 3 weeks of waiting i would probably cry if an update ruined my phone.
View 5 Replies
View Related
Jun 3, 2009
i am saurav mukherjee n i am working on a g1 mobile on android. there is a dialog box appearing for upgrading the os to 1.5. i jus wanted to know if anybody has done the same and is it safe (ie if the 1.5 os version is stable)?
View 8 Replies
View Related
Nov 14, 2010
Some of the apps are not available in market for various reasons (e.g., swype, brut google maps, etc). However, they are widely available on sharing sites (hotfile, rapidshare, etc). The question: How can we ensure safety when installing apk from unofficial sources? What preliminary things can be done to ensure the app has not been tinkered?
View 1 Replies
View Related
Jul 29, 2009
I use a single static class in my code that defines a static field which I'm reusing between Activity onStop/onStart invocations. Here's a scenario:
User clicks on "Authorize" button (static data is initialized) Activity is stopped and web browser is called
Browser executes callback and Activity is restored (static data is reused)
At least one of my users reports the failure at step 3 which I cannot reproduce but which looks like reset of static data.
View 1 Replies
View Related
Dec 30, 2009
installed bad app in my magic. now i must uninstall that app in safe mode because my phoni is always restarting. my problem is: i can't enter in safe mode
View 11 Replies
View Related
Aug 5, 2010
How do you get an Eris out of safe mode? My wife left her phone outside and it got a little wet. I dried it off and pulled the battery to make sure it didn't get wet. Put it all back together and rebooted. Now the phone is stuck in safe mode. No downloaded apps are showing, Lookout will not open in App Manager, Pandora won't work, and I'm sure I'm missing some more.
View 10 Replies
View Related
Jul 4, 2010
Im having trouble getting my Sprint HTC Hero out of safe mode. every time i have tried to boot my phone from the boot screen it gives me a black screen with a picture of my phone and a exclamation point it in front of it. I also tried to root my phone and finished all the steps but when it says "UNREVOKED" in the command prompt i dont get the "superuser permission" app in my app tray,
View 3 Replies
View Related
Apr 24, 2009
This procedure can clear a large number of problems and should be tried before a Hard Reset.
1.) Turn phone off remove battery WAIT for at least two minutes.
2.) Power On Phone while Holding MENU key Until ALL actions finish from Powering on phone At the bottom left corner of the display in transparent text will be the words "Safe Mode"
3.) Power off phone again battery out wait two minutes
4.) do a normal power on
View 4 Replies
View Related
Apr 5, 2010
i just got the 2.1 update this morning and was cleaning up a few unused apps and i came across launcher. I couldn't believe I still had it on here (been using sweeterhome) and so i remembered i had to go into safe mode to remove it. Tried to get into safe mode no luck. thought, ok, i'm missing a step or something. looked up the directions to make sure i was doing each step correctly and still nothing! i've held the power button and the menu button (keyboard) down at the same time until i saw the eye, until after the haptic then major vibration. i tried holding the menu and power, then releasing the power while still holding menu until both things i just stated and still nothing! what is happening is after I hold the buttons until after the vibration one of two things happens,it will go back to the screen that spells out droid then the eye or it will load normally, no safe mode on the screen. i read somewhere doing a google search that someone else had this same experience and asked for help and no one replied.
View 2 Replies
View Related
Sep 3, 2010
Is this a common troubleshooting step for a lot of Android users or do you go right to the factory reset?
I do tech support for a carrier and along with the calls I get daily from frustrated Android users and some of the threads that I read in various forums, it just seems like this isn't a widely known or used option. Personally, before I have someone do a factory reset, I always have them put in in safe mode. Only once has the original issue they called about reoccured while in safe mode, so out a replacement went. Just seems so much easier to do a little self troubleshooting rather than calling up a carrier or ranting on a message board about how bad or faulty a device is. I'd hazard to guess that 95%+ of the issues these devices run into is due to end-user error.
View 13 Replies
View Related
Nov 30, 2010
Can I use a Droid X charger to charge an Ally? The Droid X charger is 5.1 volts 850mA.. The Ally I believe has a 4.8 volt charger.. Seems like a big difference.
View 9 Replies
View Related
Mar 27, 2010
Has anyone else used the Safe NeighborHood App? It lets you do a sexual predator search based on current location or you can search an address. I use it randomly while I travel, sometimes it's downright scary.
View 2 Replies
View Related