HTC EVO 4G : Sense Has Stopped Unexpectedly - When Ui Is Working It's Extremely Slow To Switch Between Screens
Jun 15, 2010
I've been getting this error near constantly the past day whenever I hit the Home button, and when the ui is working it's extremely slow to switch between screens. I can get the error near 100% of the time by opening an applicatio, then hitting the Home button. Then HTC Sense closes, sits at "loading" for a bit, then the phone is back to normal, albeit slow, till the next time I hit Home.
I had been running a live wallpaper of the Earth rotating in the background, and notice it rotates fine for about 3 seconds, pauses, then starts again, so something is eating up the processor I'd think?
I've uninstalled all recently installed applications. Stopped the live wallpaper. Stopped Locale. Stopped background sync, then turned it back on. Installed a task killer to see if there's a common element (none). Tried leaving the battery out for a minute.
View 4 Replies
May 5, 2010
None of my apps work in the emulator. I am running Ubuntu 9.10 and everytime I try to access my UI, the app crashes. All I get is an "Sorry! The application ... has stopped unexpectedly". For EVERY app this happens.
package com.mohit.helloandroid;
import android.app.TabActivity; import android.content.Intent;
import android.content.res.Resources; import android.os.Bundle; import android.widget.TabHost;
public class HelloAndroid extends TabActivity {
/** Called when the activity is first created. */
@Override public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState); setContentView(R.layout.main);
Resources res = getResources(); //Resource object to get drawables
TabHost tabHost = getTabHost(); //The activity tabhost
TabHost.TabSpec spec; //Reusable tab spec Intent intent;
intent = new Intent().setClass(this, HelloAndroid.class);
spec = tabHost.newTabSpec("artists").setIndicator("Artists", res
.getDrawable(R.drawable.tab_artists)) .setContent(intent);
tabHost.addTab(spec); } }
I don't know how this code could possibly throw a message like that.
View 1 Replies
View Related
Mar 10, 2010
The process com.google.process.gapps has stopped unexpectedly. please try again.
The process com.android phone has stopped unexpectedly. please try again.
So when I start my droid eris up this is what I am getting. The phone gets no signal. When I start up the phone is asks me if I want to use "htc sense" or "home". I did download "91pandahome" and I guess also "home". I can't go to settings and turn on WiFi or mobile 3g. iIhave no cell signal.
View 9 Replies
View Related
Nov 14, 2009
It seems recently that Pandora refuses to work, its always "unexpectedly stopped working and force close" etc etc. Any suggestions why?
View 5 Replies
View Related
Dec 6, 2009
My camera stopped working. When I click my camera application I get the message "The application camera (process com.android.camera) has stopped unexpectedly. Please try again". It's just a blank screen?
View 3 Replies
View Related
Jun 5, 2010
This is my first Android phone. I actually switched from Verizon to get it (something I never thought I'd do). So far it is absolutely awesome! Something that could make it more awesome, however, is to load it up with music and also get the test videos and pics I took off the phone to view on my PC.
That's where the problem lies. When I plug the phone into my PC (Win 7x64) and put the phone in disk mode it pops up and I can see everything that's on the phone. First I tried copying some music. It started copying at an abysmal 300-600 KB/s. It was going to take two hours to complete. I canceled it which subsequently froze Windows Explorer until I unplugged the phone from the USB port.
Next, I tried to copy the 40 MB video I took earlier. As soon as I click on the video (just select it, not open it) Explorer stops responding until I unplug the phone.
This doesn't make any sense. I realize I can remove the SD card and stick it in a card reader but that is a huge inconvenience since it is under the battery. Has anyone else had trouble with this?
I have tried three different PC's and multiple USB ports on each.
View 12 Replies
View Related
Oct 11, 2010
My mytouch 3g has been running extremely slow. it would take about a year to open messaging, browsers took longer, and so on. i bought setcpu (overclocking app) and wow......it now takes nothing for me to do anything on my phone. its faster than it was when i first opened it. cant believe i never heard of this before......if you dont have it, get it....(root users)
View 5 Replies
View Related
Mar 19, 2010
I've got the following code:
BufferedInputStream stream = new BufferedInputStream(new URL("my url that points to a binary file").openStream(), 1024 * 1024); BufferedOutputStream fos = new BufferedOutputStream(new FileOutputStream(downloadFile)); byte buf[] = new byte[1024 * 1024]; int numBytesRead; do { numBytesRead = stream.read(buf); if (numBytesRead > 0) { fos.write(buf, 0, numBytesRead); } } while (numBytesRead > 0);
View 4 Replies
View Related
Jan 2, 2010
Lately, my browser seems to perform very slow: it loads pages extremely slow, and it reacts real slow - sometimes i need to wait around 10 seconds for the menu to popup, after pressing the menu key. i have galaxo 1.1. i just compared my galaxo 1.1 (on II5) to a friend's samsung galaxy with his unchanged firmware and rom (dont remember which version, but older than mine 4 sure). his browser performs much better, and the way i remember mine used to perform. i cleared the cache, reset to default, nothing seems to work.
even tried dolphin, no use...
View 9 Replies
View Related
Jul 24, 2010
I have noticed that if I ever turn my captivate off and then reboot it; it will take anywhere from 3-5 minutes for the Captivate to fully boot and become usable. Prior to then it is unbelievably laggy and if I even try to dial out it freezes.
I moved my 4gb of music from the internal SD card to the external SD card thinking that may make a difference but that did not solve the problem.
View 7 Replies
View Related
Oct 4, 2010
So lately my Eris has been running extremely slow. About a week ago I got a notification for "Internal memory is getting low." So after reading through several threads of the same topic and doing all the suggested actions (delete old text messages, uninstall unnecessary apps, clearing the cache for applications) my internal phone storage now says that there is 45.61 MB free. Yet, I still have not noticed any improvement in performance.
For example, I use Handcent to text message, and lately I have been unable to open it without it force closing every time. I've tried removing it as the default and using the native SMS program, but when I go to compose a new message it won't bring in any of my contacts when I go to select one. It just stays at a loading screen and then force closes. Also, it shows the phone number of an incoming text instead of the contact name as its stored in my phone book, so I pretty much have to guess who's number it is. Any thoughts on why it would do that? The dialer is just as bad, and since I don't have any of my friend's phone numbers memorized the phone is pretty much useless now and unable to perform the most basic of functions, using it to make calls.
I'm at my wit's end pretty much, the only other thing that I can think of is performing a factory reset. Does anyone have any alternative suggestions or experience as to whether a full reset actually helps?
My phone is not rooted. I know, I know. Rooting will improve performance, but it seems like a hassle to me and I'd rather not have to deal with it (at least not yet).
View 26 Replies
View Related
Aug 8, 2010
I don't know if it's just me, but my HTC Magic becomes very laggy after few minutes of use. Cleaning the Market and Navigator's cache and stopping all background tasks with TaskPanel Lite helps, but then after few minutes of use it becomes extremely laggy again. Don't know what to do.
Note: When I clear all the background tasks and cache, TaskPanel indicates that the phone available memory is from 20 -> 24mb (seems to be to few) but after some minutes of use it goes to 3 -> 5 mb of available memory.
View 2 Replies
View Related
Sep 1, 2010
I updated to froyo with the manual link from android central. When ever I view flash video's the audio sounds like it's been slowed down 10x. The videos run at normal speeds but the audio speed is ridiculously slow and deep sounding.
View 2 Replies
View Related
Mar 30, 2010
I successfully rooted my phone with Speedrabbit 1.7 (in like 5 minutes) then I did Recovery (which took hours cause I couldn't get it to load) and now I have removed a few of the unwanted apps Sweet right? Well, not so sweet, everything is moving extremely slow and there is an even bigger lag than before! Now this was happening before I removed apps so I know I didn't mess anything up there. I thought maybe removing them would perhaps speed things up but it didn't. Am I missing something? I AM running GDE, should I delete that? Just wandering what to do next to see my Moment have that WOW factor that everyone seems to say comes with root...
View 2 Replies
View Related
Jul 22, 2010
Is it just me or has BW gotten SOOOO slow that it makes me wish death upon infant bunnies?
I mean, 1 hour later still loading a blank screen... Why is it so god damn slow?
View 6 Replies
View Related
Aug 17, 2010
I am having problem with performance of SQLite database in Android application in Samsung Galaxy GT-I9000 device. The database contains 10 tables with 3 - 8 columns each.
As soon as a database file gains about 400 KB update/instert queries need much more time to execute - 2 seconds! In comparision to other devices (HTC Magic, HTC Desire) update/insert queries take about 40 msec !
The database file is located in application data directory. Moving database file to sd card increases the speed significantly.
Periodic ANALYZE and VACUUM commands do not affect the speed. As well as PRAGMA cache_size command.
Do you have any ideas how to improve the performance? for keeping the database in sd card or splitting the database into many files containing one table each.
View 4 Replies
View Related
Jul 19, 2010
I am finding that file operations are extremely slow on emulator. The same operation which takes less than a few seconds in a real device, takes minutes on an emulator. I am using a ubuntu linux machine with 2.4Ghz CPU, 2 GB Ram. I would really appreciate any help in resolving this. I am totally stuck due to this.
View 2 Replies
View Related
Apr 19, 2010
Has anyone downloaded the swype and seem like your phone runs extremely slow when it is running. When i have the swype app running then my phone is very slow, meaning when i just hit the home bottom takes five seconds to get there with all icons showing. I return to using the stock keyboard and the lag is gone. Anyone else getting this?
View 22 Replies
View Related
Oct 15, 2010
I can't tie this to any particluar app and it doesnt seem to be impacting anything.everything is running fine. Its annoying and I'd like to get it fixed.
View 3 Replies
View Related
Sep 7, 2010
Has anyone else experienced the problems with HTC Sense force closing and being extremely laggy after installing the android 2.2 update?
View 1 Replies
View Related
Jul 31, 2010
So I recently rooted my phone and after recovering my rom that I had backed up, i got this error "the application settings (process com.android.settings) has stopped unexpectedly.
View 2 Replies
View Related
Aug 22, 2010
Since upgrading to FroYo, I get this error message on my HTC EVO every few minutes. It doesn't really seem to affect much, but it's annoying nonetheless.
View 1 Replies
View Related
Oct 12, 2009
we modifid snake from sdk samples. there is a running exception "stopped unexpectedly". after step debug, i found that the statement setContentView(R.layout.snake_layout); and mSnakeView.setTextView ((TextView) findViewById(R.id.text));from snake.java file will throw exceptions. i think the layout xml file have a some error. but i can't find any error in this file.
View 6 Replies
View Related
Sep 15, 2010
Anyone else getting this error when phone rotates from portrait to landscape? Driving me nuts. "The Process android.process.acore has stopped unexpectedly. Just started after installing cyanogen 6.0 and Snap 7.6 Kernel.
View 1 Replies
View Related
Jul 18, 2010
I have built a game. When the user clicks a button on the main page, he is redirected to another activity for a predefined time(say 20 s) and then he returns to the main page where he can choose another button. Now, this works perfectly on the emulator but on the phone when I clicks another button on the main page, it says the application has stopped unexpectedly. Force close. However, if I wait for say 3 s before clicking another button, it works. Is it because the images on the background of the buttons are too heavy?
View 1 Replies
View Related
Jun 27, 2010
I recently downloaded swype and was unsuccessful getting it to work. Now, I'm having this problem where every time i turn on the phone, it says the app swype was unexpectedly closed. Now I don't care if it works. I just want to get it the hell off my phone. How do I get it off?
View 1 Replies
View Related
Aug 6, 2010
Weird thing with wifes phone. Starting today her gmails have been showing up in her hotmail (default account) on her phone. Not only that, you cannot open or delete them. If I try and delete one I get an error that says: The application Mail (process.htc.android.mail) has stopped unexpectedly everytime.
View 4 Replies
View Related
Jun 23, 2010
I seem to get this error message when I turn on the phone after powering off. I get to click "force close" and then it seems to work ok. "The application HTC Sense (process com.htc.launcher) has stopped unexpectedly."
View 7 Replies
View Related
Jul 25, 2010
I keep getting the error message "com.android.settings has stopped unexpectedly" when I try to access the settings to my apps. I have tried uninstalling app, rebottings and running antivirus, but nothing still.anyone have any tips? I have a HTC Hero.
View 7 Replies
View Related
Nov 7, 2009
My wife and I both got Droids yesterday. We were googling apps for the Android and Handcent had great reviews. My wife was able to install hers properly and it added her contacts. Mine did not, when I go to add a contact from a group (i.e. all contacts), I get:''The applications Handcent Sms (process com.handcent.nextsms) has stopped unexpectedly. Please try again.".So for example, when my wife texted me it just came up with her phone number not her name. That is fine for her because I know her cell # but not for all my friends.
View 3 Replies
View Related