Android :: Disabling Idle Mode
Aug 1, 2010
I am currently searching to set out an issue I encounter. > I am developing an Application on Android which have to download a lot > of data and then be unused for a while.
> During the download, the device is locked and switch to a kind of idle > mode that close the wifi connection.
View 2 Replies
Jul 30, 2010
I am currently searching to set out an issue I encounter. I am developing an Application on Android which have to download a lot of data and then be unused for a while.
During the download, the device is locked and switch to a kind of idle mode that close the wifi connection. I don't find out anything about it so I need your precious help.
I would want to programmatically disable this idle mode. Is it possible, what sould I do for it?
View 3 Replies
View Related
Dec 15, 2012
My data connection goes into idle mode if I don't use it and stops downloads... How can I prevent it?? K-Touch E619
View 5 Replies
View Related
Apr 13, 2010
How to can to avoid my app goes in stand by while it's running?
View 3 Replies
View Related
Jul 17, 2009
have written code in my application to programmatically enable/ disable the airplane mode. This part of the application is working as intended. However, I also wish to disable only specific radios when the airplane mode is switched on. I found that there is the following string constant in android.provider.Settings.system: public static final String AIRPLANE_MODE_RADIOS A comma separated list of radios that need to be disabled when airplane mode is on. This overrides WIFI_ON and BLUETOOTH_ON, if Wi-Fi and bluetooth are included in the comma separated list. Constant Value: "airplane_mode_radios" So, I tried to change this system setting in my code to be able to disable only the WiFi radio in the airplane mode The problem is that doing this does not change the airplane mode as intended. It still seems to switch off all the wireless interfaces. I am using eclipse with the ADT plugin and using an Android 1.5 AVD Emulator. Can someone guide me on whether I am doing something wrong or if this is not supported on the emulator?
View 2 Replies
View Related
Nov 3, 2009
I want to get all the log info from phone reboot to enter IDLE screen. Using this reboot log info, I can debug some initialized prcocess.
View 3 Replies
View Related
Jun 8, 2010
I have 2 hotmail accounts, a gmail account, and another account. After doing some digging it seems that the only IMAP IDLE or other push-email support for hotmail is if you have a BB. There was something about a new feature coming out with the next windows live update but that is a while away.
1. What I'm trying to do is get my gmail set up in K-9 with the IMAP IDLE. As I understand it this is near enough instant email delivery which is exactly what I need. I entered my details into K-9 using the automatic account setup. Is there a drawback to this? What about security like SSL/TLS? and authentication? And whats this about compression on Mobile/WiFi/Other networks?
I sent an email from my hotmail to test if IMAP IDLE was working. It took a 3 minute delay for both my desktop and phone to pick up the email.
I am running K-9 2.6 on a Hero 1.5
2. It is likely it was just the latency between email servers at peak time, but are there any steps I could take to tune K-9 into a leaner meaner email receiver? In the options I see 1st class folders, 2nd class folders, folders to check with push, other folder options, configuring ingoing/outgoing mail servers.
3. I understand that the 1st/2nd class are priorities but what do the above options mean for me?
4. I'm going to forward both hotmails to my gmail. Any ideas for a better setup? Or have they tried similar and had problems?
View 3 Replies
View Related
Nov 2, 2010
In my application there are three activities A -> B -> C -> A. I want to detect application's idle time, so that after 15 mins it will pop up a message irrespective of activity. what is the best method to implement this.
View 2 Replies
View Related
May 26, 2009
i'm trying to write a program whichs detects the different states of the phone and mke a different noise in each case.There is a problem that i really don't understand. Please someone can take a look at it and try to explain to ma what's wrong ?
View 5 Replies
View Related
Jun 10, 2010
Luckily I have the "NetCounter" network traffic counter installed, so I monitor my data usage over the 3g/2g network. Recently I've discovered my usage have increased massively. According to the month graph I've jumped from average 8 MB/day to approx 40 MB/day and my habbits haven't changed!This morning when I woke up, and my phone has been idle all night, it had already used 7MB since midnight - without me using it. What kind of a background app/service downloads that much data? According to my netcounter it is almost 99% download and 1% upload.I have a 1gb/month dataplan which should be enough, but something is appearently abusing my Connection , and with 410MB used this month so far, it can't last all month this way.I can see which date more or less the cell usage have increased, but I honestly can't recall which programs I have installed around that point! So before I try randomly uninstalling programs, I would like to hear if there is any way I can see how the network usage is distributed between the apps, so I can find the sinners?
View 8 Replies
View Related
Feb 3, 2009
Is it possible to somehow detect and capture the idle state of the android device? Need help on the approach which should be followed for developing idle time based applications in android?
View 3 Replies
View Related
Jul 21, 2010
I would like to know if android has some kind of 'idle time broadcast message'. So for example if the user is currently using one activity of my application but haven't touched the screen or used any keyboard (and doesn't have the autolock at phone level or any screensaver) for a while, I would like to be informed (let's say after 60 seconds). I would like to avoid doing it manually (by tracking each user click, touch, activity changes...)
View 2 Replies
View Related
Jul 31, 2010
so Google Talk has different bubble statuses that you can give yourself. Green for available, red for busy, etc but there's a blue bubble that is displayed.I read online that this means you have been "Idle" for 10 minutes but how does this work on the Android phone? If someone is always signed in, why does this bubble pop up?
View 6 Replies
View Related
Jan 15, 2010
Generally while I'm at work my Droid sits on my desk, leaning up against my laptop. Usually I have it plugged in to the USB cable so it can charge while I'm using my computer.
I'm at my desk for approximately 4 hours out of the day.
What app should I be running while it sits there so I can see something more interesting than my finger prints reflecting back at me?
View 2 Replies
View Related
Jan 17, 2014
Battery is draining quickly on galaxy s4 when idle. On battery usage it shows android os using 33%. I don't know how to show a pic on my phone so I cant show the graph.
View 2 Replies
View Related
Sep 23, 2010
I am new to this forum, I came looking for help with the barnacle app and found a great forum for everything android, I am sure it will come handy.My problem is that my barnacle app disconnects when the phone screen turns off. I stay connected to the barnacle wifi signal but no Internet, in the barnacle app I get connection errors, I just need to stop the service and restart for the problem to be fixed, this only happens when the screen turns off so now I have the screen always on when tethering but that is not good form the battery.I have auto killer installed, I tought that it was the problem, and that auto killer was turning off the service but I uninstalled auto killer and problem persists, I have no other task manager installed.
View 1 Replies
View Related
Aug 18, 2010
I am new to the android programming environment. I am currently working on a project which deals with the user's phone battery level.I am showing the current battery level left on the phone.now i want to display the amount of duration of "idle time, talk time, video playback, audio playback and web surfing" that can be done based on the current battery level. What kind of approach shall i follow.(or) What available API shall i use to get those.
View 2 Replies
View Related
Sep 13, 2010
There has been almost no variation from that. Every now and then Display or Wi-Fi would show up as about 2% each, then disappear after a while. That's all.Last night my battery reached 10%, I turned off the power, charged it overnight for 12 hours, unplugged it, and turned the power back on. I noticed two things:
1. My Battery Use list changed drastically. I assume this is actually a better representation of what the list should look like than what I had been seeing for two weeks, but the other thing I noticed was
2. My battery was draining a lot faster than it ever had during the previous two weeks, even during idle periods.My battery had consistently been draining at around 1% per hour idle until today. Now I'm seeing it drop 5% in LESS than an hour while idle (idle meaning the screen shuts off and I don't use it).
So my question is, what do Cell Standby and Phone Idle mean? Previously they had both been 2% and my idle battery use was excellent. But today they both shot up to the 20-30% range and I'm thinking this may account for the excessive battery drain even while the phone is sleeping.Why would these two things be so high? Nothing changed between yesterday and today except that I turned off the phone and turned it back on. I almost feel like I messed something up by simply turning it off!
View 2 Replies
View Related
May 20, 2010
I have a few questions:
1. Why did HTC not include IMAP IDLE (push) as an option in their mail client?
2. Does K-9 Mail drain your battery faster if set to IMAP IDLE (push) ? I have heard varying opinions on this.
3. I considered just forwarding all email to gmail since it does use IMAP IDLE but I was wondering if I reply to an email that is forwarded to gmail will it send it from my gmail address or can I have it sent from the original forwarded address?
View 8 Replies
View Related
Aug 26, 2010
Is this normal? My battery hasn't lasted more than 7 hours of light use lately.
View 6 Replies
View Related
Jun 22, 2010
With the kickstand, the phone makes for a great desk clock when I'm just sitting at my desk. I was wondering if you could recommend other apps that would be useful while my phone is idle? A better desk clock, besides the stock HTC one? Weather? News ticker? etc.
View 2 Replies
View Related
Nov 4, 2013
my active applications are: 0
then i go to RAM tab, i press CLEAR MEMORY.. after clearing.. my RAM status is 594MB / 788MB
is there a way to lower it down to lets say 300MB?
View 5 Replies
View Related
May 10, 2014
i have Samsung Galaxy Y Duos GT-S6102 Android 2.3.6.
I am using the Stock ROM, My mobile is rooted.
I am also using GO Launcher EX and Go Locker.
When i am using my phone for a while it is fast, for example switching the AppDrawer screens, Open Messenger close it again, Go to home screen instantly after pressing ( Home ).but when i leave my mobile for a while ( 10min + ) it become slow ( when i unlock the screen the Home screen appear after a while, the app drawer take long time to load and is laggy while switching screens, opening an application take a while too.
Notes :
1- I Don't have any Auto-Task killer applications ( i had before but uninstalled it )
2- I noticed that my phone lose Internet Wifi connection too, because when i open FB messenger it show me the "Connecting" message.. i also doesn't receive notifications after leaving my phone idle for a while.
3- When i unlock the phone and start using it the notifications are revived ( delayed notification )
View 4 Replies
View Related
Jul 19, 2010
Does anyone know if the stock kernel on the DInc underclocks the cpu when it has little or no lo load?
View 4 Replies
View Related
Jul 7, 2010
Unfortunately, the HTC Mail client for the Desire doesn't support IMAP Idle (instant notification of mail updates).can anyone recommend an alternative mail client?
View 6 Replies
View Related
Jun 11, 2010
What is the difference between the two?
View 1 Replies
View Related
May 4, 2010
Is it normal to have phone idle around 31% and cell standby around 34%?
View 4 Replies
View Related
May 26, 2013
My idle cpu usage seems a little high and sporadic and I'd like to force them all to 0% when idle but still be able to receive background data like for instance my play store seems to use a continuous idle usage and a few others. I can freeze them with the System Tuner but I'd prefer to Globally force all apps to 0% usage so I'm getting say 1% usage at idle on occasion every hour or few hours? When I use System Monitor, I see my cpu usage kind of jumping from 0 to up to 35-40% while idling and I don't want these apps using any resources at idle. I'm trying to extend battery life a lot more.
My battery life is really good already since I have a 3600mah battery but I could get even better if I can dial in the usage at idle.
Is there application that can do that?
On another note, I can't seem to figure out why my Google Calendar won't open a "New Event" it just sits on the Loading... Screen
View 6 Replies
View Related
Sep 17, 2010
Is there a setting available that comes on this phone that you can change the amount of time before the screen goes to sleep?
View 3 Replies
View Related
Jun 23, 2010
I tried doing the Airplane trick...I am not sure this is the 50% issue others have mentioned because when I go to view my battery statistics, it doesn't show the 2 lines of information like it did before (i.e, 50%), but my phone idle and cell standby are Both hanging around 36%...seems kind of high in my opinion.
View 3 Replies
View Related