Android :: Crash On Samsung HERO?
Jun 4, 2009
I got a strange message from a user: he is talking about my application: " >I have been using v.7 on my new Samsung Hero device. >When I updated to v.8 I get a force close every time I try and start it up. It is using 1.5 kernal. I have had to go back to v.7 in order to use this >product which by far is the best one out there.
View 5 Replies
Jul 26, 2010
Recently I got kinda excited over the new Froydvillain update cuz of Froyo, so I went to flash this rom. However I found out (I should have known too) that there's no Sense in this build. I tried to make do with it but I guess I'm too used to HTC's widget (Especially Friendsteam despite the umpteen times that it failed!). Anyways I flashed back to VillainRom12 which I was using previously and damn,
Friendstream still doesn't work cuz there's this error message when I try to access the accounts and sync settings page.
View 4 Replies
View Related
Dec 27, 2009
wish i could get the pdanet to work for me, can't seem to connect to the internet on the computer, it says its connected but when i try to get to my homepage it says not responding and when i look at the incident report it says APPCRASH, iexplore.exe failed?
View 2 Replies
View Related
Sep 2, 2010
I have used the stock email app, and setup four email accounts on my Samsung Captivate. For what is now the second time, I had my email where I can view titles, it updates to show me new email titles, and I can even delete emails. My issue is that I have gotten into the mode where the email app dies when I try to view an individual email. Both AT&T and Samsung support has been the scripted delete an account then try to remake the account. no difference? Well then let's reset the phone.. Now at the second time this has occurred, I am starting to get frustrated with the phone (I really do love the phone otherwise).
The first time it happened, I first had all of my accounts wiped out. After reinputting them, it took a day for the crashes to happen. After resetting the phone and redownloading most of my apps, it took three days for it to start crashing again. The only "out of the ordinary" thing I did the second time was update four pieces of software ("Google Maps", "Dominoes", "Buffaloian", and one other one I cannot remember). The next morning, my mail crashing restarted again.
View 10 Replies
View Related
Apr 18, 2010
DXTOP crashed on me, I dont know why, because when I turned the phone off it was fine! However, it gives me a black screen when i turn the phone on and says "if your seeing this message DXTOP did not shut down gracefully" It also gives me the following 3 options:
1-Continue using DXTOP
2-Send diagnostic log and launch DXTOP
3-Launch default home interface
None of the 3 option will boot the phone up, they all go to an error message saying DXTOP stopped unexpectedly! I also tried removing the battery, sim and memory cards, plugging them back in and turning the phone off and I get the same problem.
View 6 Replies
View Related
Feb 23, 2014
I can't open gallery,video,paper artist,photos,music apps.
When i open the camera he dont show to me any that i can use for to make a foto or video.
I can't downlaod nothing from the google play,only from samsumg apps.
The touchWiz Home isin't resposing very ofen.He dont show to me the missed calls. Time to time generarl the phone freez and unfurtianly stop to work like (google search,internet,touchwiz home........).
View 12 Replies
View Related
Jul 18, 2010
When I try to load certain webpages my browser will crash as soon as it loads 100%. An example gizmodo.com, it only happens with the full version of the site not the mobile version. It appears to be javascript related, because when I disable javascript the page will load without crashing. This happens both in the standard browser and in DolphinHD. Also, sometimes before crashing DolphinHD will show a page saying: "The Web page at file:///android_asset/webkit could not be loaded as: The requested file was not found. webkit/"
View 21 Replies
View Related
Sep 9, 2010
Just got a vibrant and set up my google sync... and now the calendar app constantly crashes. can't make much of the dump file. Tried clearing data. Reinstalling using titanium backup.any ideas on what to do?Can I remove this completely and add the calendar app say from my wife's i9000 Galaxy S?Also, tried adding the calendar widget on Launcher Pro and it started crashing LP constantly too. somehow managed to fix it but had to tap quick before it crashed after restarting itself.Could someone post their titanium backup tar.gz file maybe?
View 1 Replies
View Related
Aug 13, 2010
Has anyone else had the web browser crash when the location is turned on (wireless networks) with WiFi only?
View 1 Replies
View Related
Feb 22, 2010
I tried to use VBO on 1.6 Android SDK and get a crash whenever I try to give the VBO id free using glDeleteBuffers. The issue has already been filed here: http://code.google.com/p/android/issues/detail?id=4273
Is there any way of giving a VBO id free, then? Otherwise I'm afraid that I can't use VBO because I might run out of graphics memory/buffer IDs.
View 3 Replies
View Related
Nov 8, 2008
Has anybody else here had any problems with the dialer app locking up when placing or trying to pick up calls? I returned my phone after the 5th time it happened. Just curious if anybody else has had this problem, as I want to wait until this is fixed before getting another G1.
View 4 Replies
View Related
Sep 4, 2010
I have an app that is not in the market place (signed with a debug certificate), but would like to get crash log data, whenever my application crashes. Where can I find a log of why my app crashed?
View 3 Replies
View Related
Sep 4, 2009
I am experiencing a crash in my app when I quit (via the back button) out of my Activity. So far as I can tell this is happening in the Android codebase and not mine, but I'm not completely convinced of that.
AndroidRuntime E Uncaught handler: thread main exiting due to uncaught exception
AndroidRuntime E java.lang.RuntimeException: Unable to stop activity {MyApp/MyApp.MainActivity}: java.lang.NullPointerException
AndroidRuntime E at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:3097)
AndroidRuntime E at android.app.ActivityThread.handleDestroyActivity(ActivityThread.java:3159)
AndroidRuntime E at android.app.ActivityThread.access$2400(ActivityThread.java:112)
AndroidRuntime E at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1724)
AndroidRuntime E at android.os.Handler.dispatchMessage(Handler.java:99)
AndroidRuntime E at android.os.Looper.loop(Looper.java:123)
AndroidRuntime E at android.app.ActivityThread.main(ActivityThread.java:3948)
AndroidRuntime E at java.lang.reflect.Method.invokeNative(Native Method)
AndroidRuntime E at java.lang.reflect.Method.invoke(Method.java:521)
AndroidRuntime E at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
AndroidRuntime E at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
AndroidRuntime E at dalvik.system.NativeStart.main(Native Method)
AndroidRuntime E Caused by: java.lang.NullPointerException
AndroidRuntime E at android.app.Activity.performStop(Activity.java:3575)
AndroidRuntime E at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:3092)
AndroidRuntime E ... 11 more
View 1 Replies
View Related
Sep 8, 2009
My app is running into the following crash and I'm having a hard time diagnosing it. We have multiple background threads (including a couple pthreads started via JNI that are making calls back up to Java occasionally), but none of them are reporting errors . Any suggestions on how to go about isolating this? There are no symbols in libdvm, so I've been unable to figure out where the stack trace points. This has happened 3 times so far, with the same stack trace each time.
CODE:..................
View 9 Replies
View Related
Sep 30, 2009
Android VM crash in a Samsung Galaxy running a code good working with emulator. My code call facebook rest service to get my friends info. But when I get server response VM crash...........
View 5 Replies
View Related
Sep 3, 2010
I got a crash with the following stack trace:
CODE:.................
Line 130 in my code is: ...........
What's wrong and what checks can I perform on gesture before sending it to recognize to avoid this crash?
View 5 Replies
View Related
Jun 11, 2010
If I physically slide out the keyboard on my Moto Droid A855, it crashes my test app with the stack trace pasted below. I don't understand why? Also, if I start my app with the keyboard out, my app crashes immediately on startup. The app consists of an activity, which contains a viewflipper as the main view layout. The viewflipper contains two linearlayouts..
View 2 Replies
View Related
Aug 31, 2009
I built an app to show a ListView with different layout of each row within it. I extend BaseAdapter to construct my own adapter class and override its getView() method. In getView() method, I use
view = mInflater.inflate(mResource, parent, false); to obtain which layout xml file that be needed to generate different layout for each row.
After coding and running, the problem occurs. While I'm scrolling the list, this app crashes and pop-up an warning dialog that says "The application has stopped expectedly. Please try again."
If I use the same layout xml file to enable each row has the same layout, everything is all right. Does somebody has any ideas about that?
View 2 Replies
View Related
Sep 3, 2010
I haven't manage all errors on my application anymore. So I would like to know if it is possible to Kill the entire app when it crashes? (when the message "app MyApp crash, force close" appear, I would like the application to be killed when user clicks on "force close")
View 1 Replies
View Related
Nov 18, 2010
I have id "@+id/call" in single_item.xml when i use findVewById it (the layout setcontextview(R.layout.main)) .the app crash .how to fix the error
View 2 Replies
View Related
Oct 4, 2010
I am busy writing an app and I have noticed that it sometimes crashes, and when it does and I get back to my computer then I only have the stack trace.
Is there a way for me to take a memory dump of the app at crash time?
View 3 Replies
View Related
Jan 2, 2012
I want to the procedure to simulate the modem crash in android mobiles
View 3 Replies
View Related
Jun 4, 2010
I'm trying to display a map using that rotates according to the phone's orientation. I have rewrite a part of the google sample to use a SensorEventListner instead of a SensorListener.
My Problem is when I try to use the findViewByID() method to display the map my application crashes on start. If I use MapView(Context, String) to create my view it works fine. Did I miss something to use main.xml layout file ? What's wrong with this ?
Here is my code :.......................
View 3 Replies
View Related
Aug 25, 2010
I'm trying to create a form like dialog to accept a few EditText and a spinner. Somehow I can display the spinner but then I start implementing the array and setOnItemSelectedListener it crash. Did I do anything wrong?
LayoutInflater inflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
final View layout = inflater.inflate(R.layout.generate_pwd, (ViewGroup) findViewById(R.id.generate_pwd));
final AlertDialog.Builder builder = new AlertDialog.Builder(this);
Spinner spin=(Spinner)findViewById(R.id.spinner);
spin.setOnItemSelectedListener(this);
ArrayAdapter<String> pwdTypeArray = new ArrayAdapter<String>(this, android.R.layout.simple_spinner_item, R.array.password_type);
pwdTypeArray.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
spin.setAdapter(pwdTypeArray); builder.setView(layout);
// Now configure the AlertDialog builder.setTitle(R.string.generate_pwd_title);
View 3 Replies
View Related
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
Mar 3, 2010
Looking at the search results on the internet and on this group,I find several mentions of the problem. Eclipse crashes while opening layout in the editor.
View 2 Replies
View Related
Nov 3, 2010
I have been trying to set a new xml layout, when a particular item on this list is clicked.
Am I missing something, because the emulator crashes when clicked?! setContentViewById(R.id.newxml file)
public class intentProject extends ListActivity
{
ListView list;
ArrayAdapter<String> aa;
List<String> data = new ArrayList<String>();
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);........................
View 1 Replies
View Related
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
Aug 31, 2010
Is there any differences between M100S and M110S? My app uses camera component. codes are as follows. So I wonder if app is crashed because of the difference between the devices or my codes are wrong.Code...
View 1 Replies
View Related
Feb 7, 2010
I am having difficulties with the lifecycle of the opengl context. While rendering my scene and the user hits the back button, home button or another application opens in front of my application, my app is still running in the background.
So when my application comes to the foreground later on (user relaunches it or the app that was opened on top of it finishes), my application crashes and leaves me nothing but a GL stack trace which i can't properly decipher.
For rendering i use the GLSurfaceView and therefore delegate the onPause and onResume. The crash happens on the first call to glDrawElements(..).
I have tried to reload my resource (geometry/textures etc.) on onSurfaceChanged but with or without reloading... The problem persists.
This behavior can be observed on all AVD versions of the emulator as well as on the G1.
Here is the gl stacktrace i get.
CODE:.............
View 3 Replies
View Related