[Q] Large file copies failing - Nexus 10 Q&A, Help & Troubleshooting

I'm using EStrong File Explorer to copy files over wifi from a Windows 7 samba share to my stock nexus 10 (5.0.2). If I keep the screen on it succeeds. If the screen goes off and it's a large file then typically it'll stop copying with a generic `copy failed` message. Retry will retry (from where it left of) and if I repeat this enough times it'll eventually finish. But this is boring, especially if copying a large number of largish files (ie video). Keep wifi on during sleep = always. I don't notice the wifi quickly reestablishing the connection whenever the screen comes back on, so it might be on all the time. Pressing the power button to turn the screen off doesn't stop every copy. Are there any other relevant settings I could check. I don't remember this problem before lollipop. The device is typically very stable; definitely a lot more so than when it had kitkat.

Just a guess but please looking in WiFi settings, menu, advanced, Keep WiFi on during sleep and select always. That maybe the answer. I use FolderSync with CIFS shares and do not have any problems no matter how long my devices (Nexus 5 and 10) have been asleep.
Sent from my Nexus 10 using XDA Premium HD app

3DSammy said:
Just a guess but please looking in WiFi settings, menu, advanced, Keep WiFi on during sleep and select always. That maybe the answer. I use FolderSync with CIFS shares and do not have any problems no matter how long my devices (Nexus 5 and 10) have been asleep.
Sent from my Nexus 10 using XDA Premium HD app
Click to expand...
Click to collapse
I made it clear in my question that was already selected, thanks.

Oops sorry missed that.
Sent from my Nexus 10 using XDA Premium HD app

AFAIK "sleeping" interrupting file copies is a known "feature" of Android. It may be apps such as Keep Screen On https://play.google.com/store/apps/details?id=com.nbondarchuk.android.keepscn would work. "Description
Prevents screen from turning off when preselected applications are in the foreground. Will be useful when browsing, reading mail, etc..."

Related

[DEV] Experimenting with pppd options

I don't have data to spare to test things myself until next month, and have a fairly stable PPP setup anyway.
But I figured if someone wants to experiment the following might be worth a shot.
What I've done is attach a zip with 4 sample options files for pppd that attempt to address issues I've seen with pppd. Specifically the crash with memory issues due to compression, and pppd dying when disconnected and needing to be restarted (eg by LeTama's v0.3 wrapper). If you want to try these out I would suggest using them in conjunction with his wrapper as I'm unsure how other versions may work: http://forum.xda-developers.com/showthread.php?t=824413
The 4 versions for testing are as follows:
option1
- Makes the buffer size used for compression as small as possible.
- Tries to make the connection persistant.
option2
- Disables compression.
- Tries to make the connection persistant.
option3
- Makes the buffer size used for compression as small as possible.
option4
- Disables compression.
To use them they will need to be copied to your /etc/ppp/ folder as "options" and you'll need to ensure it's readable.
If you don't know what I mean I suggest you don't bother trying this.
If you do know what you're doing then you can try experimenting with the different options and see if they make things better/worse.
option3 is probably the safest, option4 may be needed if things still crash due to memory issues with option3.
option1 would be the ideal, but I can't guarantee the persist option is possible.
If option1 or option3 prove to improve things and prevent the crash, then the values used could be slowly increased (to a max of 15) to see if crashes start happening again.
Anyway, just something else the more adventurous and tech savvy users out there with PPP issues can try.
Can I copy these over via ADB push while Android is running, or do I need to put them in the Android root folder so they'll get copied into place on reboot?
Well with Option 1 the data connections drops almost instantly, Option 2 is doing without drops for 10 min now, but it is too early to say if it's an improvement over the old options.
Does compression influence the connection speed? Option 2 works as fast as possible on HSDPA... Option 2 dropped after about 15 minutes when downloading from the market, but downloading from the market was much faster than before.
Should we be copying it as "options" with no file extension or "options.smd"?
Probably as options.smd, that's what I did and it seemed to have some effect...
Now testing option3, will mess with it for the rest of the day and see what happens. At first glance, it seems a bit slow, but that's anecdotal at best.
MAsterokki said:
Well with Option 1 the data connections drops almost instantly, Option 2 is doing without drops for 10 min now, but it is too early to say if it's an improvement over the old options.
Does compression influence the connection speed? Option 2 works as fast as possible on HSDPA... Option 2 dropped after about 15 minutes when downloading from the market, but downloading from the market was much faster than before.
Click to expand...
Click to collapse
Seems like I drew my conclusion from Option 1 too early, after a reboot it works great, I have been downloading MDJ newest rom for 10 min now which resulted 20% of 170mb (from multiupload). No drops untill now, definitely a huge improvement over the old options.smd. Thanks alot Hastarin!
question when i get to the ppp file in i see options.smd and a options.smd1 do i just add this new option to it or delete the old ones and replace with this one?
imphoking said:
question when i get to the ppp file in i see options.smd and a options.smd1 do i just add this new option to it or delete the old ones and replace with this one?
Click to expand...
Click to collapse
I would backup your original files first, although the orig options.smd is probably blank anyhow.
Replace the options.smd with the renamed options from hastarin.
Hastarin, do you happen to know the default options when we were using the default "blank" options.smd? Does it use compression etc. Thanks for your efforts!
noellenchris said:
Hastarin, do you happen to know the default options when we were using the default "blank" options.smd? Does it use compression etc. Thanks for your efforts!
Click to expand...
Click to collapse
The wrapper supplies nodetach, debug and something I can't recall atm (should be in IRC logs).
Compression will be used by pppd by default but I couldn't find information on what size buffer it uses by default.
Google pppd man page for more information.
You are right about options.smd being the safest option. Using options file may affect other things that use pppd if there are any.
Sent from my HTC HD2
Option1 seems to be working fine for me right now. I will report more in a few hours while I'm out.
Hey just wanted to say that I am checking out these options also. So far using option1 and I haven't had any data drops or freezes. Haven't been able to test it extensively yet but will over the next few hours.
With option 1 can you make sure you can switch between WiFi and data and back again? And that you can turn mobile data off and on? And perhaps airplane mode and back to be thorough?
Thanks
Sent from my HTC HD2
It seems after some time options.smd gets reset to blank by itself? Anyone noticed?
Sent from my HTC HD2 using XDA App
memin1857 said:
It seems after some time options.smd gets reset to blank by itself? Anyone noticed?
Sent from my HTC HD2 using XDA App
Click to expand...
Click to collapse
I haven't rebooted yet, but mine is still there and not blank. I will try to toggle wifi etc next. Otherwise it's still rolling well, no disconnects yet or hangs.
memin1857 said:
It seems after some time options.smd gets reset to blank by itself? Anyone noticed?
Sent from my HTC HD2 using XDA App
Click to expand...
Click to collapse
I set mine to read only in case this actually happens lol.
noellenchris said:
I haven't rebooted yet, but mine is still there and not blank. I will try to toggle wifi etc next. Otherwise it's still rolling well, no disconnects yet or hangs.
Click to expand...
Click to collapse
Lucky.. I still can't get mine to last longer than 5 seconds.
Ok with option1 I started experiencing some data freeze again. It happened while downloading a large file and then again when I switched to wifi tethering. The freeze actually freezes my entire system and then my phone runs really really slow. It may be the build that I am using so I am going to try an older build that did not seem to have this problem. I will run option1 for a while again and then try the others.
Option 1 is no good - I think the persist option keeps 3g "connected" even though I'm getting timeouts, instead of dropping and reestablishing data connection.
Will test the other options once I upgrade to 0.4 ril wrapper and S4 mdeejay kernel.
EDIT: oh yeah, I noticed though the default options.smd is blank, when pppd is running it creates a options1.smd in /etc/ and it has the words "user dummy" in it?

[Q] Newie with a couple of questions?

Got my Desire Z yesterday
Got a couple of questions if someone could answer them for me please?
1) If Wi-Fi is turned on and I browse the web etc, does the phone use the wi-fi (my home wi-fi this is) over the phone network, i.e. so I don't get charged as I'm currently waiting for my contract plan to renew and my free data does not kick in until next month.
2) Is there a way of closing off apps that I have previously opened, or do I need another app to do this as I assume leaving apps running in the background will be a bigger drain on the battery?
3) I have setup a HTC Sense account, does the phone remain connected to this the whole time? (just want to make sure nothing racks up my data usage as I'm not on free data as yet).
Thanks for any info.
Oh, and PS - can anyone recommend some good apps?
If your Wi-fi is on and you are connected to a wireless network, the traffic will go over this network. You can also edit your settings so that the phone doesn't use phone network to update facebook, weather, etc. This goes for all apps and functions, including HTC Sense, email sync, etc.
Task killers are not supposed to be used with Android. You can read more about that here: http://forum.xda-developers.com/showthread.php?t=849974
What a good app for you is, depends on what you're looking for. But as for games, I do recommend Angry Birds and Doodle Jump (Santa doodle is just too cute these days )
A couple of must-have apps for me:
ChompSMS - replaces built-in text messaging app
Winamp - media player
Astro File Manager - does so much more than file management
ScoreMobile - real-time updates on sports scores
BuzzBox - RSS reader
Kayak - itinerary manager and travel application
Barcode Scanner
Tim Hortons Finder - for Canadians jonesing for their cup of Timmy's
JuiceDefender -
setCPU - set up CPU profiles for
Battery Graph - tracks drain on battery
TED Mobile
Some games and lighter fare:
Air Control Lite - fun game
Paper Toss
Angry Birds
Hungry Shark
Kobo reader
Aldiko reader
Hope this helps kick you off in the right direction.
stiscooby said:
2) Is there a way of closing off apps that I have previously opened, or do I need another app to do this as I assume leaving apps running in the background will be a bigger drain on the battery?
Click to expand...
Click to collapse
You don't need to worry, Android handles this automatically. The app won't be doing anything to drain the battery unless there's something seriously wrong with the app.
3) I have setup a HTC Sense account, does the phone remain connected to this the whole time? (just want to make sure nothing racks up my data usage as I'm not on free data as yet).
Click to expand...
Click to collapse
You can control how often the phone syncs with your HTC Sense account just like you control the other things is syncs with such as Gmail, Facebook, etc, etc. So you can set those to sync manually so you have more control, and then only go and sync particular things when you need them.
HTCSense.com doesn't work too well for a lot of people at the moment (though you might be lucky), see http://forum.xda-developers.com/showthread.php?t=849410
Thanks for the replies.
So is there one overall setting to turn the data off or is there a setting within each app, where I can turn it off (just for the time being).
Oh, and one other question is there a way of checking how much battery is remaining apart from the little symbol at the top of the screen? Only got it yesterday and it's showing about a 3rd remaining. Seems to have gone down quickly, although I have probably been fiddling a bit more than what I will do once I "get use to it".
Thanks
stiscooby said:
So is there one overall setting to turn the data off or is there a setting within each app, where I can turn it off (just for the time being).
Click to expand...
Click to collapse
Go into Menu->Settings->Accounts & Sync and you'll see all the settings in there. One overall setting to sync automatically or not, and then individual sections for each account where you can sync them manually.
Oh, and one other question is there a way of checking how much battery is remaining apart from the little symbol at the top of the screen? Only got it yesterday and it's showing about a 3rd remaining. Seems to have gone down quickly, although I have probably been fiddling a bit more than what I will do once I "get use to it".
Click to expand...
Click to collapse
You can also go into Menu->Settings->About Phone->Battery, and if you choose the "Battery Use" section you can see what's been using the battery.
There are loads of extra battery widgets you can install on the Android market, to give you a percentage display. I'm using this one - http://forum.xda-developers.com/showthread.php?t=724778
stiscooby said:
Thanks for the replies.
So is there one overall setting to turn the data off or is there a setting within each app, where I can turn it off (just for the time being).
Click to expand...
Click to collapse
I've installed the "Mobile Network" widget so I can turn data off and on at will.
Widgets > Settings... > Mobile Network

Top 10 most wanted Android new features & improvements

1. Allow copy-pasting and easier editting of phone numbers in the dialer and more generally dialer improvements (e.g. have log+TF9+dial+contacts all on the same tab, similar to Sense dialer), ability to call from anywhere within Android through longpress or double tap (e.g. of home button) when no hard key is available (e.g. on the SGSII)
2. Provide a stock application freezer within the task manager (similar to GoLauncher App Drawer but with freezing instead of killing apps)
3. Offer a data toggle: Off/Auto/2g only, either as a widget or in the notification bar.
4. Better way of looking for Apps in the market, similar to Appbrain but with more focus on app rating.
5. GPS location lock toogle: GPS only, Wireless only, GPS+Wireless: this is used too often depending on WiFi availability, and is too deep within the menus.
6. Create a separe setting menu entry for mobile data and USB connectivity. Things such as roaming and USB storage are used too often to be burried that deep down the Wireless & Network menu
7. Allow Lock Screen Wallpaper change from the home screen menu, not only regular wallpaper
8. Include functionality thermometer for external temperature (corrected for phone surface temperature heat). How often do I want to know room temperature in those hotels with a bad air conditionning!
9. Better music app
10. Why on earth is security grouped with location?
I have given you mine.
- What are you innovative features that Google could implement to beat the crap out of Apple's smart*ss. Universal remote control, thermometer,...?
- What are you missing most?
- What do you find poorly implemented and would like to see improved?
I will post the best ideas in the first post as they come along.
My most desired Android feature? The option to run stock on any Android device.
I don't care if it's an OTA or I have to find a computer. Just let me choose. And I don't want the option to turn off whatever the manufacturer has barfed on my device. I want the clean install pure Nexus stock.
Aside from that? I want the lockscreen to actually run realtime, weather, stocks, email, etc. rather than be useless. And I don't want to tack on three other apps out of the box to get the job done. I want it working the minute I turn it on, included in all future Android releases. It's 2011.
I would like most a screen capture feature like the one iPhone has by pressing power + menu key and a better music player. Yes both of these are available on market but no too integrated to work seamlessly like the iPhone.
Sent from my GT-I9100 using XDA App
Screen shot already there in stock! Press and hold the home button and then press and hold the power button!
kevinlee0602 said:
I would like most a screen capture feature like the one iPhone has by pressing power + menu key and a better music player. Yes both of these are available on market but no too integrated to work seamlessly like the iPhone.
On your SGSII you have a screen capture feature. Just press home+power a short time and it makes a screenshot.
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
Sent from my GT-I9100 using XDA App
an exchange push client without have battery drain. this is also possible with the gmail client. so please fix this also for exchange
Why would you want to defrag a flash memory
It will rather damage it than make it faster
Have separate screen timeout settings from phone lock.
USB reverse tethering (so I can use my PC connection and spare my data plan ) Can't be that hard since Windows Mobile could do it years and years ago...
du.renato said:
USB reverse tethering (so I can use my PC connection and spare my data plan ) Can't be that hard since Windows Mobile could do it years and years ago...
Click to expand...
Click to collapse
Yes would be nice if Stock android had that. HTC Sense already has it, so...Google should add this as a standard.
The ability to have on every phone stock Android!!! ​
This give us an option to run CM7, MiUi, or whatever we want on our phones!!! So everybody can make on his phone, what they need/want!!!
This would free us!!!
We can make a petition, like with the bootloaders!
Cheers
Ramalama said:
The ability to have on every phone stock Android!!! ​
This give us an option to run CM7, MiUi, or whatever we want on our phones!!! So everybody can make on his phone, what they need/want!!!
This would free us!!!
We can make a petition, like with the bootloaders!
Cheers
Click to expand...
Click to collapse
+ 1
Sent from my GT-I9100 using XDA App
GPU rendered UI for smooth transitions, CPU does a sloppy work even if its dualcore.
as other people stated before, i would also appreciate the internet sharing from the pc to the phone, as i'm used to, coming from windows mobile. an alternative would be to be able to use ad-hoc wi-fi, so that i could build a network bridge through my netbook to my wired network. that's something i miss every day, as in certain spots of my house, i don't receive any coverage from my wi-fi and using the netbook as a free accesspoint would be awesome.
while we are on the networking issue: can anybody tell me a good telnet client and a file explorer, that does not require root and offers the ability to access network shares or windows 7 homegroups?
this shouldn't be to hard as all android sense can already do this...
In honesty, I would like to be able to run ios apps
And game compatibilities between all Android hardware
A more standardized gaming API would be nice so we can have lots of great games like on iOS.
My Ten Cents
1. A better and customizable screen lock with many options.
2. A smarter dialer including a real T9 search engine like HTC dialers. Now that I am using RocketDialer instead, which is great for this.
3. Ability to connect internet over pc's connection when connected with wire.
4. More options for sound loudness and quality; including detailed settings for back speaker, head phone, bluetooth and incall volume settings. (This is actually number one priority for me)
5. Better Google apps integration for work especially for google docs and calendar.
6. A temperature sensor would be nice for room temperature.
7. A stronger vibrator with vibration presets
8. An easy option in somewhere, where we can say "do not turn off the screen and gps if connected to sats when connected to power source" (What do I have to do to use the device for navigation with google maps in my car connected to power source without turning off the screen?)
9. Better internet browsing; I mean we have these monsters in our hands, yet each different browser act differently on the same page, especially when it comes to text zooming and reflow; there must be an easier way of it. Plus, better flash support.
10. Better headset please with the phone; I don't want to look into alternatives after purchasing the phone.
Regards.
I think HW acceleration would be the best for Android, instead of just trying to hide the lag with raw power (which isn't working). Look at WP7 and see how smoothed everything is compared to any non-GS2, and it does it with less powerful hardware.

Tasker: Do you use it? How So?

I'm a user of AutoHotKey on my PC, and I love the little quirky scripts I can write to get rid of daily annoyances or do repetitive tasks.
I'm assuming Tasker is somewhat similar for Android. I've heard a bit about it, but because of the price-tag, never really indulged.
Who around here uses the app, can't live without it, etc?
What types of things do you rely on it for?
Thanks!
I really don't condone stealing, but find Tasker apk *hint* google*hint* test it out see does it meet your needs/wants and if you like purchase the legal app.
Sent from my SPH-D700 using XDA Premium App
I use it for a profile switcher and to toggle between 3g/WiFi when I enter/leave the home or office (each has an Airave).
When we had the Time Without Signal problem and toggling Airplane Mode was the quick fix, I set Tasker to toggle whenever I booted the phone or took it off the charger.
My kids have some geo-fencing text reminders set up for them as well for when they leave school.
Here's a quick link to some of the different tasks you can set up. Some quick Googling and you can pretty much find the script for whatever you need. I love it because one app can handle the job of 5-10 different apps, although sometimes the scripting can be frustrating.
http://tasker.wikidot.com/profile-index
Tasker
I use tasker for quite a few things. First and foremost is my pattern lock. I hate putting it in all the time at home, so I have tasker disable the pattern lock when I'm on my own wifi. I still keep the slide unlock active because I like the shortcuts on the lock screen.
I also use it for music. So when I plug in a 3.5mm plug without a mic it starts my music player and sets the volume. It also disables the lock screen which is insecure but when I'm driving or running I don't want to mess with a lock screen. When I'm casually listening to music, I have a headset which has a mic attached. Tasker can differentiate and therefore starts up my music app and sets the volume to a non-earsplitting level. For this I leave the lock screen active.
Lets see, when I start any app that uses GPS it automatically activates the GPS and polls my position. I have it automatically manage the screen brightness depending on the time of day. I also have it go to airplane mode if the battery is <5%. If I'm feeling lazy I have it manage when my wifi is on based on location. I have several locations (home, work, coffee shop) that I typically connect while I'm there and turn off wifi when I leave. I don't always use this because it's not 100% reliable.
That's about all I use it for. I can post instructions if anyone is interested.
I went ahead and purchased the app. Pretty cool so far. I'm interested in the profiles you are using, it sounds like you know what you are doing.
Thanks!
Sent from my Touchpad using XDA
Microsoft just introduced a similar app that's free. On{x} I think it's called.
I used to have it set wifi based on network location, but that wasn't always reliable. I use it to set volume levels depending on time, so that way it turns the phone down for work, and then cranks it up after work. I generally always have it making noise on email and phone calls, because I don't always feel it vibrate.
One other neat one I use is to put it in vibrate mode whenever I place the device face down. That way when I'm in a meeting, I take out my phone and just put it face down on the conference table...instant mute. When I pick it up, the sound comes back on. Also handy for charging at night, I just put it face down for the night and everything gets silenced.
I also have a profile that activates based on time and location...so now I don't have to worry about the "loudest cellphone in the world" -- one that goes off in church! :angel:
Only limited by your imagination, I found a lot of good ideas on the tasker site.
MeetFace said:
I went ahead and purchased the app. Pretty cool so far. I'm interested in the profiles you are using, it sounds like you know what you are doing.
Thanks!
Sent from my Touchpad using XDA
Click to expand...
Click to collapse
Here's how I have some of my tasks setup. I made a profile that activates when wifi connected (state->net->wifi connected->fill in whatever you need) and then have two tasks associated with it that I called "keyguard off" and "keyguard on". Keyguard on is my exit task. For Keyguard off go to (display->keyguard->set off) repeat for keyguard on. If you want to have the slide unlock to stay on you have to use a plugin called secure settings. Otherwise it's a similar process you just navigate to "plugins" instead of "display". From there it takes you into secure settings app which is easy enough to figure out.
For the music stuff: I made a profile one for a 3.5mm with a mic and one without (new profile->state->hardware->headset plugged in). Then I made a task which is assigned to the one without a mic, set the keyguard off like above then go to app->load app->your music app of choice. Then set the volume audio->media volume->whatever volume you want. Add an exit task that reactivates the keyguard I just use my wifi task for this. Same process for the one with the mic except I have it go to a lower volume.
To use GPS you probably have to use that secure settings plugin again depending on the rom you are on (im on AOKP and have to use it). Make an new profile (application->choose all apps with gps that you want to trigger this). Make a task (plugin->secure settings->edit->gps->pick state) then add another (misc->get location). Make an exit task that disables gps.
Finally, for low battery make a profile (state->power->battery level->whatever level) and associated task (net->airplane mode->on) and an exit task which turns it off.
There's plenty more that tasker can do, hope this helps you figure it out a little. I mostly just bumbled around the app until I found some useful things plus their website is full of good ideas.
I hope everyone doesn't mind if I add another question to the thread.
I'm interested in using Tasker as well, but I'm concerned that the benefits of automation will cost me in battery life. How much has you battery life changed using tasker, if at all?
Sent from my SPH-D700 using xda premium
amateurhack said:
I hope everyone doesn't mind if I add another question to the thread.
I'm interested in using Tasker as well, but I'm concerned that the benefits of automation will cost me in battery life. How much has you battery life changed using tasker, if at all?
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
Well, you could use the Battery Monitor Widget from the play store (the one with all the graphs and stuff), and use it to see how much the app is using. I doubt it's a lot but I know that it is SOME. The more apps running (and updating/logging) in the background the more battery you are using. Also, someone correct me if I'm wrong but, your phone has to "wake" every time an app needs to do something (update/log)
It does use power but nothing extreme in my experience. If you're using it for setting basic sound profiles and the like it won't be noticable really. You should look at it the other way though, taskers power of automating stuff like knocking off wifi and data connections when you dont need them will probably save battery life.
masaidjet said:
I really don't condone stealing, but find Tasker apk *hint* google*hint* test it out see does it meet your needs/wants and if you like purchase the legal app.
Click to expand...
Click to collapse
For the record, you can download a fully functional week-long trial from the dev's website for free.
I do a fair amount with Tasker, but one thing that I haven't seen many other people do is enable/disable battery-draining apps in certain contexts.
For example, I have a power-saving profile that disables a set of apps and services that would otherwise run 24/7. I also use have a profile which lets me run and disable AirDroid in response to a Google Voice text, so I can manage my phone from my laptop without ever touching it.
On my Nook, even small wakelocks add up over time when the battery life would otherwise be measured in days, so I use Tasker to disable just about any app that likely to throw a wakelock while I'm not using the device. Because I'm forgetful I also have profiles to disable wifi when the device goes to sleep, and to email me when the battery is getting low so I remember to charge it.
Finally, I also have generic profiles to lock and reply with GPS coordinates in response to text, turn volume to max and make noise in response to text, unlock when connected to home wifi, and unlock when my alarm goes off so that I don't have to enter my passcode and scan the alarm-silencing QR code I put up in the bathroom.
Let me know if you want more info on any of the above!
Would you mind posting the low battery profile?
I'd like to set that up on my TP.
Thanks!
Sent from my SGH-T989 using xda app-developers app
Sure, it's not too complicated although it does take a bit of setting up. To start with, in order to enable/disable apps you must use either the SecureSettings plugin with an updated su binary, or use adb commands. I choose to use SecureSettings, since that way I don't have to look up package names.
To disable groups of packages, I first make several individual tasks disabling each one. Then, I make another task which turns off wifi, 4g, and GPS. Next, I make another task which runs appropriate package-disabling tasks for that grouping, as well as the wifi/4g/GPS off task. Finally, I put an icon to run that group task on my homescreen.
Obviously, you'll have to figure out what apps/services you may want to disable for yourself.
Note that you could just as easily put all the package disabling actions in one task, thereby obviating the need to nest tasks. I just did it this way since that's what seemed natural to me, given that I have a few different groupings.
Links to XML files for the wifi/GPS off task, an example package disabling task, and a low power consumption master task.
amateurhack said:
I'm interested in using Tasker as well, but I'm concerned that the benefits of automation will cost me in battery life. How much has you battery life changed using tasker, if at all?
Click to expand...
Click to collapse
I had the same concerns when I purchased Tasker, and I've found the battery life impact to be undetectable by me. Mainly, that's because tasker runs based on states, and it doesn't constantly poll the OS for what state it's in.
For instance, I have a task that puts my device on silent when it's face down. From how I understand it works, tasker tells the OS "let me know when you are face down" and then pretty much goes to sleep. The OS handles that, and when it goes face down, it tells tasker "ok, i'm face down now" and then tasker executes its script.
So, tasker really doesn't impact battery life, but if you have it switch on high-drain stuff, then yep, you'll see a difference, but that's what you've set it to do, not the app itself.
HTH,
Michael
I've been very thankful for Tasker. I've used it for over a year now, and its one that I continually use and keep.
A few different ways I use is to set the sound profile depending day and time. It auto sets to vibrate at church and auto sets to sound off overnight. But if certain contacts call (mom, dad, wife, etc) the ringer turns on.
I also use it to turn on wifi when I'm home. Thankfully, I'm on Sprint with unlimited data. But I'm sure on other carriers, data usage may be a concern and using wifi at home could save that data usage.
Another cool way I use it is if I'm driving and recieve a text message, it will auto-reply with a text saying "Texting while driving is bad. I'm traveling at 47.3 mph currently. I'll reply later when it's safe". I know that's alittle overboard, but I think it's nifty.

Lost Wallpapers

I am wondering if this problem is unique to the device (LG Tablet 410-LTE). Every so often, the device will abruptly show the default L.O.S. desktop / wallpaper, as opposed to the one that is user selected. It doesn't seem to matter if there is a Wi-Fi or LTE data connection active, what other apps may or may not be running, sleeping / daydreaming, etc.. In other words, it is completely random. It is also not the end of the world to spend 30 seconds re-establishing the desired wallpaper settings, but it IS rather perplexing. Any suggestions ? Yes, I would like to simply submit a log file to LOS, but I invariably find the queue to be full and not accepting more bug reports, so posting this here is plan "B"
nezlek said:
I am wondering if this problem is unique to the device (LG Tablet 410-LTE). Every so often, the device will abruptly show the default L.O.S. desktop / wallpaper, as opposed to the one that is user selected. It doesn't seem to matter if there is a Wi-Fi or LTE data connection active, what other apps may or may not be running, sleeping / daydreaming, etc.. In other words, it is completely random. It is also not the end of the world to spend 30 seconds re-establishing the desired wallpaper settings, but it IS rather perplexing. Any suggestions ? Yes, I would like to simply submit a log file to LOS, but I invariably find the queue to be full and not accepting more bug reports, so posting this here is plan "B"
Click to expand...
Click to collapse
What launcher r u using
Sent from my XT1766 using XDA Labs
Standard LOS. As unmodified as you shall find ?
nezlek said:
Standard LOS. As unmodified as you shall find ?
Click to expand...
Click to collapse
Odd I had same issue on nova cause los background was different so idk what it could be
Sent from my XT1766 using XDA Labs

Categories

Resources