Android :: Deadlocks Intermittently / Having Crashlog After A Rotation

Apr 8, 2010

Here's a crashlog. It happened on n1 after a rotation. Looks like the swap function is called with a wrong arg. Log ...

Android :: Deadlocks intermittently / having crashlog after a rotation


HTC Incredible :: Android 2.1 Rebooting Itself Intermittently?

May 10, 2010

Anyone else have this problem with the HTC Droid Incredible on Android 2.1 rebooting itself intermittently? In the last 2 weeks, it has rebooted it self about 5 times that I know of. NO, I am not rooted. No, I have not seen any update notifications.

View 15 Replies View Related

Android :: HttpsURLConnection Failing Intermittently To Same URL

May 15, 2010

I think I'm experiencing the same as http://groups.google.com/group/android-developers/msg/9d37d64aad0ee357

This is Android 1.5 SDK. I happen to call several times below code(which is in a method) with
the same url and it fails intermittently. When it fails, there is no exception, the stream is empty so the
readConnection fails, and getResponseCode returns -1. Global caching is disabled, setDefaultUseCaches(false);

I suppose there must be some kind of url connection object pool somewhere.

How can I workaround this?

CODE:............................

View 2 Replies View Related

Android :: App Opens Previous Activity / Only Intermittently

Jul 24, 2009

This is an intermittent bug in one of my apps. I don't expect anyone to solve it immediately, but I'd appreciate any thoughts on how to start debugging!So, my app lets users edit an item (in the EditPage activity). When they press the Back key, the desired behaviour is that it saves their edits and returns them to the home page (the HomeList activity). The code for this is below. It works fine. Except.The bug is this. Some users report that sometimes when they reopen the application after a pause, they are seeing *not* the home page, where they left the application - but the previous edit activity. Crucially, they are also seeing the edit activity without their saved edits - effectively losing their most recent edits.I've been able to reproduce this myself. It only happens after the application hasn't been opened for a while. If I save something, minimize the application and reopen it straight away, it shows the HomeList activity just fine, and the edits have all been saved. But if I save something, leave it for a couple of hours and then reopen it, it shows the previous EditPage activity, without the saved edits (i.e. in the state that the EditPage activity was previously launched).

Any ideas, anyone? I had wondered whether it was due to the Back button being used to return the user to the HomeList activity - maybe Android thinks that the Back button means that the HomeList is not the most "recent" activity, instead the EditPage is. I'd like to carry on using the Back button if possible, though. And in particular, I'm puzzled why it only happens after the app has been idle for an hour or so, and not immediately? Is it something to do with Android's memory management?

View 4 Replies View Related

Android :: Market Licensing Intermittently Fails

Oct 26, 2010

I included the Android Market licensing (LVL) in my application and is currently using it to block invalid users. However users are emailing me that they are legit and include proof that they indeed bought the application. In looking at the errors generated during authentication, I get something along the line of "failed to reach server 505 error" which basically means that the Android Market server isn't responding and authenticating the users correctly.

In my personal experience when I encountered this once in my testing (I was hoping it was unique but it's not), I had to wait 30 mins before it finally worked. My phone was using wireless and clearly had no network issues. Ultimately the Android Market server is glitch and faulty (which is nothing new) and was just not responding and authenticating for around 30 mins. This leads to an extremely crappy experience for my users.

Other than dropping using this licensing scheme, I don't know what else to do. Android market connection is just too faulty for everyday usage. Do other developers have a better experience? Others using LVL at all? Others with similar experience?

View 3 Replies View Related

General :: Seeing Wrong Time On Android 4.3 Intermittently On Nexus 4?

Aug 3, 2013

Since updating to 4.3 both my and my girlfriend's Nexus 4 clock keeps jumping back 8 hours. Then corrects itself. Then goes wrong again, a few times per hour.

We bought the phones in the UK where there is an 8 hour time difference.

When we look at clock it says UK time is actually Los Angeles and Los Angeles is UK. It swaps them, which makes no sense.

Turning auto time zone off makes no difference, it's getting it from AT&T directly.

View 3 Replies View Related

General :: HTC ONE X - Won't Wake Up Intermittently

May 16, 2013

just joined up and looking for an answer to an issue I'm currently experiencing with my HTC ONE X. Phone has been fine, now suddenly the phone will not wake up. Everything works fine when initially turned on- can put it to sleep, wake it up with no problems (so the button is working fine) but if I leave the phone for 5-10 mins then try to wake it up I get nothing. So currently am having to constantly have it so the screen never goes off which is hardly ideal (especially on this phone considering the battery isn't the best to start with...!)

Phone is not rooted and on Vodafone UK. Running 4.1.1

View 3 Replies View Related

Android :: Lock Layer Error Intermittently When Stopping And Starting A Opengl SurfaceView

Jul 13, 2009

I'm writing a game using the drawing method from Chris Pruett's opengl spritemethodtest demo. The Activity running my opengl view works fine on initial load, and about half the time after turning off the phone and turning it back on. However, the other half, it locks up. I'll get a "lock_layer timed out (is the CPU pegged?)" warning that keeps repeating. I tried running the debugger to find the exact line that the error is occurring on, but the strange thing is that this error won't occur if I'm running the debugger on my G1. It only happens under normal operating conditions. Any help would be appreciated, as this bug really has me stumped.

Here are my onPause and onResume activity methods:

CODE:.............

Here's a stack trace, running from the initial onCreate call to the lockup (I added some extra Log warnings to illustrate when different lifecycle methods are being called):

CODE:..................

View 2 Replies View Related

HTC EVO 4G :: Music Player Intermittently Turns On

Jun 9, 2010

Sometimes my music player (TuneWiki or MixZing)randomly turn on & even though I will pause they they will keep turning on.It normally happens when I am listening to Last.FM or FM Radio.This used to happen on my HTC Hero to.

View 6 Replies View Related

HTC EVO 4G : Gmail Has Intermittently Stopped Pushing

Sep 1, 2010

In the last day or so Gmail has intermittently stopped pushing to my EVO. I can hit refresh and the mail appears. All settings are correct, background data, auto-sync and the Gmail account are all checked.

View 4 Replies View Related

HTC Magic :: Making Calls Only Work Intermittently

Jul 9, 2009

Just got my Magic today (Rogers) and things went pretty smoothly. Phone unlocked fine, AT&T's APN entered correctly, web browsing is good, Exchange is up and running, etc. But, I am having a problem dialing outbound calls, it is only working intermittently. I'm in a known good service area (5 bars) and have strong signal. Half the time I try to make an outbound call, it fails after about 5 seconds of just sitting there and saying "dialing" - it just craps-out and I get the fast busy signal and a "called failed" message. I try again - same thing. Every once and a while it will go through - and then the cycle happens all over again. This isn't happening in any of my other devices. Could there be a setting in the "phone" area that I have to tweak or something? Obviously a phone that doesn't make calls consistently is no good to me!

View 1 Replies View Related

HTC Tattoo :: Touch Screen Not Responding Intermittently

Aug 23, 2010

Basically on Saturday it was raining hard where I live and I was out and about with my tattoo in my pocket. I used it a few times whilst out but made sure it didn't get too wet although I personally got drenched and the phone was in my wet trouser pocket! That evening the touch screen stopped responding completely, nothing would happen when I touched the screen at all! The directional buttons like home and menu worked however. I then took the battery out and put it back in, but still no luck, the touch screen was dead. Resigned to having to send it back to HTC, I left it switched off over night. The next morning I switched it on again and it started to work fine again!! No problems, so I thought the problem had passed.

But then a bit later in the day the same thing happened again, touch screen not responding but this time as well although I wasn't touching the screen the tattoo was pressing the touch screen button in the bottom left hand corner of the screen on its own!? So that made me think that the touch screen was indeed broken! I then performed a complete factory reset last night, and yet again after that the phone was working fine again. But then again when my alarm went off this morning, the touch screen was not responding again and the tattoo was pressing that same button again on its own, on and off. So I took the battery out again, left for a few hours, just turned it back on now and the tattoo is working fine again!

View 3 Replies View Related

HTC Incredible :: Screen Brightens And Dims Intermittently

Aug 8, 2010

Loving the phone, the auto-dim works great when I pull the phone closer or away from my face. My issue is when I'm playing a ROM on my phone for an extended period of time (maybe 15 minutes), I notice that the screen either gets brighter for a few moments, or will get dimmer. The seems to happen without any warning or prompting maybe it occurs because I accidentally hit the home button, then return to the ROM and once the phone knows I'm just playing the ROM it dims to conserve battery? And when I say dim, I mean ever-so-slightly. It doesn't turn black or anything.

View 1 Replies View Related

Motorola Droid X :: Bluetooth Intermittently Disconnecting

Aug 20, 2010

Just got my Droid X and love it so far. However, I'm having an odd bluetooth issue. I paired my DX with my Jawbone Icon, and everything worked fine, at first. However, now it seems to disconnect the jawbone arbitrarily. Strangely, the blue bluetooth indicator at the top of the DX display stays lit as though it's connected, but the earpiece becomes unable to initiate or answer calls. To resurrect the earpiece I have to turn it off, wait for the bluetooth indicator to go white, and then turn my earpiece back on. At that point, it connects and works fine for a while until it happens again. I guess it's possible there's a problem with the earpiece, but it always worked fine with my iPhone 3G.

View 11 Replies View Related

Samsung Captivate :: Phone Turns Off Intermittently / Need A Fix

Oct 2, 2010

My captivate turns off after a period of non use during the day. Is there a fix?

View 4 Replies View Related

Motorola Droid X : Row Of Intermittently Dead Pixels

Sep 17, 2010

Have a new X on the way... and I know for certain it wasn't there when I first received it because I specifically checked for dead pixels before I started customizing everything.... it just showed up one day, no drops, nothing significant.

View 7 Replies View Related

HTC Droid Eris :: Dialer Application Works Intermittently

Apr 13, 2010

I'm running 2.1v2 (non-root...=() and I've noticed over the past few days that the dialer app doesn't work all the time. On more than one occasion it will ring and when I answer the call, there's no sound, likewise when I place a call, it won't even ring. If it helps, here are the apps I've downloaded and installed:

Dialer One
Handcent
handyCalc
xScope (the paid version)
Barcode Scanner
Compass
Johnson Bubble Level
Metal Detector

I've set my modem slot to 1 but it hasn't fixed the issue, I have disabled haptic feedback and cleared the call log (which is usually pretty empty anyways).

View 1 Replies View Related

Motorola Droid X :: Screen Not Registering Touch Intermittently?

Jul 23, 2010

I got my Droid X on launch day from Best Buy, and like most people here, I am very happy with my phone. However, I've been having a problem and I don't know if anyone else has been having it. Sometimes when I'm typing on Swype, or just using the phone in general, my finger won't register on the screen. For example if I'm typing a word, the line in Swype will get disconnected, and thus I will not have the right word. Also on my homescreen, when this happens I would not be able to switch between homescreens. If I lock my phone and unlock it again, usually this seems to fix the problem. I'd say at least once every 10 times I use my phone.

View 8 Replies View Related

HTC Desire :: Gmail Stopped Syncing Several Times Intermittently

Jun 14, 2010

Over the last few days, my Gmail has stopped syncing several times intermittently, with even a manual refresh having no effect. Coincidentally or otherwise, downloads from the Market have been taking absolutely ages to start over roughly the same period. Not sure whether this is connected, but these symptoms started at about the same time that I started getting "Low on space" warnings on status bar - though I still have about 13MB spare - surely enough to sync a few emails and complete small market downloads? Rebooting the phone seems to get Gmail working again, and kicks pending downloads from the market into life as well. Which would seem to indicate that memory is not the issue. This is a stock Desire, with the recent OTA firmware update. I am now also wondering whether this may be linked to that OTA update?

View 8 Replies View Related

Jelly Bean :: Intermittently Receiving Text Messages

Jan 30, 2014

I am receiving text messages intermittently, it isnt specific to who is sending them or what network they are on.

sometimes I wont recieve any of a persons text, but sometimes I will receive the 1st text then not their reply??? I have a chinese unbranded handset on android 4.2

Iv put my sim in a non android phone and it seems to work ok so am hoping its not the device, Iv already done a factory reset. changing network etc, it isn't a signal issue as I can download and use the internet perfectly.

View 1 Replies View Related

General :: LG P920 - Tasker Intermittently Stops Working

May 15, 2012

I had a tasker profile that switches screen lock off when I'm near my local cell tower.

However I found it would often not be active so today made a profile that will unlock my phone if my home wifi connection is found.

However this works one moment then not at all. It says no active profile despite wifi on and connected.

I have it so that if wifi near = home ssid then unlock phone, and wifi always on (never sleeps) but still nothing.

[URL] .....

View 1 Replies View Related

Samsung Moment :: Internet Browsing Stops Working Intermittently

Jan 11, 2010

I am tempted to take my moment back despite liking it so much. Recently, when I was using the browser or anything that uses the 3g connection, it would just stop communicating and nothing would get loaded. If I waited a while (an hour) it would sometimes come back or I would have to do a reboot in order to get back the connection. Anyone else running into this problem? What should I do?

View 38 Replies View Related

Jelly Bean :: Emailed Photos Partially Loading Intermittently

Dec 4, 2013

I select share via email, it sends, the photo attachment in the subsequent email loads from the top and quits at some point.Usually happens while at events where cell service is congested.

View 1 Replies View Related

General :: Can't Send Or Receive Texts Or Make Calls Intermittently?

Feb 1, 2012

Got a problem with my new Samsung galaxy S2 that's stumping.Several times a day, for several minutes at a time, I'm unable or send or revive text messages. During this ~5 min window I am also unable to make or receive calls. Outgoing texts will time out and outgoing call just stay at "dialing" and then time out. The issue resolves itself after a few minutes.

NOTES:
• This started when I switched to an iPhone on Sprint from my Samsung Epic 4g on Sprint. Thinking it was the iPhone issue, I switched to a Galaxy SII... which does the exact same thing.
• I have signal bars the whole time
• my girlfriend, who shares the cell plan and my house never has this issue (she has an Evolution 4g)
• tried updating the PRL, profile and even had Sprint reset my MSID#.
• happened on stock EK02 ROM, and rooted EL29 roms.

View 2 Replies View Related

Sony Ericsson Xperia X10 :: Intermittently Will Not Auto-connect To Available WiFi Network

Oct 22, 2010

My X10 intermittently will not auto-connect to available WiFi Network at Home and at Office. I must turn WiFi OFF, then ON in order to connect.

View 5 Replies View Related

Android :: Rotation With ListActivity

Feb 8, 2010

I have a problem with rotation, during my ListActivity is loading data from the network. To do it I use a background thread which recovers data and put them inside an ArrayList. While this thread works, there is Progress dialog activated in foreground. For the rotation I use the method with onRetainNonConfigurationInstance() to save my ArrayList's state. After android calls this method, I call dismiss() on the progress dialog on onStop(). Then the activity is created as new with onCreate(), but it use the getLastNonConfigurationInstance() to recover the ArrayList's state. Now, my problem. If I rotate from portrait to lanscape when the download is terminated and I see the data in portrait yet, everything is ok. If I rotate during progress dialog is showing I have two cases: 1- onRetainNonConfigurationInstance() saves the arraylist fully recovered, the thread terminates and everything is ok. 2- onRetainNonConfigurationInstance() saves the arraylist empty, i think the download isn't finished yet. The onCreate is called and my list is empty, the thread terminates, but i don't see anything in my list. If I am in this case and I still rotate from landscape to portrait now I can see my list full with all the data. Why? Where am I wrong?

View 7 Replies View Related

How To Apply Rotation In Android 3.0

Nov 24, 2011

how to rotate fragment in android 3.0.I have an activity in which there is listfragment and fragment.on click of the item in list i want to apply rotation for the fragment.I have tried with below given code:

ObjectAnimator.ofFloat(getView(), "rotationY", 0, 360).setDuration(500).start();

This code works well witn listview in listfragment but when i used the same for fragment rotation it throws exception.

View 1 Replies View Related

Android :: Need App To Prevent Screen Rotation

Mar 30, 2010

I've got an app where I don't want the screen to rotate when they rotate their device, I need to keep the app in portrait mode all the time. How do I do this?

View 2 Replies View Related

Android :: Screen Rotation And ProgressDialog

Sep 20, 2010

How should I handle an active ProgressDialog when the screen is rotated? Perhaps I should cancel the dialog in onDestroy and restart it in response to a SavedInstanceState flag?

I'm getting an exception and the following message in logcat:

CODE:..............

View 7 Replies View Related

Android :: AsyncTask And Screen Rotation

Sep 10, 2010

Is there a standard pattern for handling a running AsyncTask with screen rotation? My AsyncTask runs for about 10 seconds. I could call AsyncTask.cancel in the Activity's onDestroy method and restart the task in onCreate but that would waste cycles, bandwidth, and user time. I'm guessing there is a better way.

View 1 Replies View Related







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