[TASKER] Share All Your Tasker Profiles Here - Nexus 4 Themes and Apps

Please share your tasker profiles.
I want to share some profiles that i've been using it.
* Auto 3G On
automatically enable 3G on some apps.
* Auto Brightness
Automatically set up to the highest brightness on some apps (youtube, gallery,video player) and then return to its normal brightness after close those apps.
* Auto Gps
Turn on gps on some apps (maps,waze,foursquare) and turn the gps off when closing those apps.
* Auto Off Unpaired Bluetooth/wifi
Disable bluetooth/wifi when it is unpaired/disconnected.
* Auto Rotation
Enable auto rotation only for certain apps (youtube,games,browser) that you want.
* Battery Low/Full Alert
Change the desired tones and its volumes
* Display On/ Display Off
Switch to 3g mode when the screen is on and 2g mode when the screen is off
* Headset Plugged
Load desired apps (poweramp) when you plug in your headset.
* Locked Apps
Some apps can be lock like (gallery,whatsapp,messaging)
* Wallpaper Changer
Wallpaper can be change automatically from time to time depending on the interval that you set.
* Photo & Email Location
Automatically take photo/location then email it. It is very useful to locate the location of the theft for example.
It would be fun to see some of your profiles too..
Sent from my Nexus 4 using Tapatalk 2

Autobrightness that only polls the sensor and adjust at power on, no dynamic adjustment, based on this:
http://androidforums.com/tasker/615585-profile-light-sensor-v2-brightness-adjust-screen.html
I also manage wifi per app, have a night reading mode triggered when I launch particular readers at a certain time of night, I'm planning some notification area toggles and I think I'm going to adopt your per app autorotation management too. That's a good idea.

I have an all text homescreen, and while Minimalist Widgets isn't my speed anymore, I've found a lightweight tasker fueled alternative called text widget: https://play.google.com/store/apps/details?id=com.tampiss.tText&hl=en
So far I just use it for the date, day of the week and ram free, but it can display any tasker variable you want on a home screen, so if you have built any complex applications like todo lists found at pocketables (See my sig), you can display content from there, or from files or webscrapping or anything you've stored in a variable.
If you want Month names, see: https://groups.google.com/forum/#!msg/taskerpro/zxsyJN3X3is/gxkxXEa4eLIJ
If you want properly matched ordinals, I went with some conditionals (i.e. set %Ordinal to st if %DAYM = 1,21,31, or to nd if 2,22, or rd if 3,23, if none of those then th). Not super efficient, but not that hard either.
I might add weather next.

I use tasked to manage plenty stuff on my phone
One of my favorite profiles is my school profile
When I activate 2g and its Monday through Friday from 8 to 3
All volumes go silent and the phone goes on vibrate mode
Also the pattern lock gets enabled and network related stuff gets disabled (auto sync, location services , etc)
After 3 it runs the exit task which enables 3g and triggers my normal profile
---------- Post added at 12:43 AM ---------- Previous post was at 12:40 AM ----------
I also have a night mode profile which after I enable airplane mode it triggers it and simply disables all other network related stuff that doesn't disable with airplane mode
It also enables pattern lock to prevent nosey people from looking in to my phone at night
And when they fail to access my phone five times the lock screen widgets get disabled and the phone shuts off

Can you post yours fauzi?
Sent from my Nexus 4 using Tapatalk

Yes, please post your profile... i could use that 3G switching profile.

fauzi_91 said:
* Display On/ Display Off
Switch to 3g mode when the screen is on and 2g mode when the screen is off
Click to expand...
Click to collapse
can you please post some details on how this profile is setup ?

please post fauzi

cenwesi said:
Yes, please post your profile... i could use that 3G switching profile.
Click to expand...
Click to collapse
eurochild said:
can you please post some details on how this profile is setup ?
Click to expand...
Click to collapse
sorry, i dont know how to share the profiles. i've made a backup files but i'm not sure whether u can try it or not.. extract and put it in tasker folder then open tasker app and restore it.

Does anyone know how to create a profile with an either/or condition? Specifically, I have 2 networks on my LAN and is I'd like a profile to run if the phone is coming connected to either one.
Sent from my Nexus 4

bruce7373 said:
Does anyone know how to create a profile with an either/or condition? Specifically, I have 2 networks on my LAN and is I'd like a profile to run if the phone is coming connected to either one.
Sent from my Nexus 4
Click to expand...
Click to collapse
Hi
I don't think it's hard. Just make an If-condition, but two times!
If LAN n°1
Then go to step XX
End If
If LAN n°2
Then go to step XX'
End If
I think I'm gonna loooove this thread as I loooove this app ^^
My favorites profiles :
- Eco mode
If my battery is under 15% then the phone vibrate and asks me if I want to turn into the Eco mode through a notifications with button (yes or no) if I choose yes, than it disables the 3G, gps, auto rotate, put the light to the minimum, and turn some apps I've chosen to hibernate through the App Greenify (if you don't know, you better try it!!)
- 3G on
If 3G is on and I lock the phone, a 1 minute countdown starts and if I do not wake my phone it disables the 3G, if I do it, the countdown stops
I'll share more later
-From my Nexus 4-

azertguigui said:
Hi
I don't think it's hard. Just make an If-condition, but two times!
If LAN n°1
Then go to step XX
End If
If LAN n°2
Then go to step XX'
End If
Click to expand...
Click to collapse
So create a couple of variables, one for each SSID, and run the above task when triggered by WiFi Connected?
Sent from my Nexus 4

bruce7373 said:
So create a couple of variables, one for each SSID, and run the above task when triggered by WiFi Connected?
Sent from my Nexus 4
Click to expand...
Click to collapse
Absolutely just create one new variable (ex : %LAN) and then two different profile. The first will assign 01 to %LAN while you're connected to 01 then the second will assign 02 to %LAN while you're connected to 02
Finally just use the task you want as I described it in my last post with
If %LAN ~ 01
etc...
-From my Nexus 4-

May you share your 3g on profile azert
Thanks!

Shadow-Nexus said:
May you share your 3g on profile azert
Thanks!
Click to expand...
Click to collapse
Sure, here is a French screen, of you don't understand it, I'll describe it once I'll be on my PC
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
-From my Nexus 4-

azertguigui said:
Sure, here is a French screen, of you don't understand it, I'll describe it once I'll be on my PC
-From my Nexus 4-
Click to expand...
Click to collapse
Yes please describe it in english when you can, thanks!

Ok it's like
1. Wait 5 seconds
2. Affect a variable : %DELAY ~ %TIMES +55
3. Stop - If %SCREEN ~ On -
4. Wait 1 second
5. Go to step 3 - If %DELAY > %TIMES -
6. 3G Off
Let me know if you understand
-From my Nexus 4-

I've finally completed my tasker profiles related to network connectivity for maximum battery life
My profiles and tasks
Profile 1: 2G/3G Auto
* launched task priority set to 1
state: Mobile Network On (check the items.. 2G 3G 3G-HSPA)
task: Mobile Data 2G/3G > Mode 3G Prefered
+ task: Tasker > Profile Status > Profile 2 set on
exit task: Mobile Data 2G/3G > Mode 2G Only
+ task: Tasker > Profile Status > Profile 2 set off
Profile 2: Display off Data Mode
* launched task priority set to 2
state: Display Off
task: Mobile Data 2G/3G > Mode 2G Only
exit task: Mobile Data 2G/3G > Mode 3G Prefered
* The following (profile 3) is required so when you make or receive a call and your screen turns off to not switch network mode and end your call..
Profile 3: Call Any, *
* launched task priority set to 1
state: Call Any, * (incoming and outgoing)
task: Tasker > Profile Status > Profile 2 set off
exit task: Tasker > Profile Status > Profile 2 set on
Profile 4: Wifi on / Data off
state: wifi connected
task: Secure settings > Mobile data disabled
Mobile Data 2G/3G > Mode 2G Only
exit task: Secure settings > Mobile data disabled
Mobile Data 2G/3G > Mode 2G Only

azertguigui said:
Ok it's like
1. Wait 5 seconds
2. Affect a variable : %DELAY ~ %TIMES +55
3. Stop - If %SCREEN ~ On -
4. Wait 1 second
5. Go to step 3 - If %DELAY > %TIMES -
6. 3G Off
Let me know if you understand
-From my Nexus 4-
Click to expand...
Click to collapse
I have done the same but more on emulating Catalyst Rom feature.
1. I delay the switch to 2G if there is still high data traffic (repeatly check every 15s, only switch to 2G if less than 15KB transfer, all these can be set as i like)
2. On screen on & unlock if still on 3G (2G not switch due to active data traffic), kill task no.1
3. On screen on & unlock change to 3G if currently on 2G network
4.Change to 2G when connected to Wifi
5. Switch between 3G/2G if signal loss for more than 15s (This is kinda important to me as some buildings in my country have no 2G signal underground, so my phone will be dead until i open it)
Attach my project file for references. Remember to initiate vars value for Log (0 for profile activation logging, 1 mean have) and State2G (0 mean on 3G, 1 mean on 2G).
Also put the "tasker log" file at root of internel SD card.
Also due to data traffic calculation method, this file only applicable for 4.3 base ROM. For 4.2 ROM the file to read is at different location.

Another long time Tasked user here. Keep them coming guys!
Did anyone tried to automatically enable GPS when launching Maps or Navigation? I didn't manage to make it work even if I'm rooted. The profile triggers but GPS doesn't get activated.

Related

[Q] [HELP] Locale + widgetpro together?

(Hello)
BACKGROUND
'been trying locale aiming to enable data conn at certain time, check email, and close data conn again, using plugin powersave to open/close data conn. I think this plugin uses the "apn suffix method" to enable/disable apn.
Previously I had widgetpro installed to enable/disable manually data connection.
Widgetpro CAN -as an option- use the same method to enable/disable data conn, but I never needed it, 'cause in my case it works without that feature.
FACTS
Whenever any locale situation triggers change in data connection (working properly), widgetpro will never work again enabling data connection manually... so I wont use locale (promising app) anymore unless any advice of you can help me...
If anyone has any idea/experience to fix it, please wave your hand
Thx

Program to disable 2G/3G data

I have a plan with 350 MB, but I overstepped it this month. So, is there a program with which I can totally disable 2G/3G data for certain period of time (until 22nd ) and to continue to use voice and WiFi?
Highl1 said:
I have a plan with 350 MB, but I overstepped it this month. So, is there a program with which I can totally disable 2G/3G data for certain period of time (until 22nd ) and to continue to use voice and WiFi?
Click to expand...
Click to collapse
Do try APNDroid. Its free and able to do exactly what you ask!
Basically it will disable your 3G by changing the APN values and backing it up. Once you need to use 3G again, it restore the original values to your APN settings.
No reboot required! 3 to 5 secs is all it takes to disable/enable 3G
Great, just tried it. Thanks a lot. I only hope data connection won't start somehow by itself
Be aware that sometimes, when you uninstall APNDroid it can mess your APN values and you will have to re-enter them manually
iuzar said:
Be aware that sometimes, when you uninstall APNDroid it can mess your APN values and you will have to re-enter them manually
Click to expand...
Click to collapse
Can't say I encounter this.
You encounter this before? Perhaps you might want to let the author know so can fix it?
APN droid is perfect dont worry.
If you uninstall it with your connection off, you can fiz this by going to your apn settings from Settings>Wireless...>Mobile Networks...>Access Point names>the current apn>Rename it and remove the apndroid from the name.
Thats it.
I would recommend 3G Watchdog. It automatically switches to 2G when you reach previously defined data limit.
APNDroid didn't help, data connection was still turning on after WiFi wents off
But this helped
1. Type *#*#4636#*#* on your dial pad
2. Select "Phone Information"
3. Press "Menu" soft key
4. Select "More"
5. Select "Disable Data on Boot"
6. Reboot
I can also recommend to use '3g Watchdog' combined with 'APNDroid' (both free)
3g watchdog will let you set your monthly data allowance (350MB) so that it resets its counters at a specific date you set (i.e. the 1st of each month) You can then set 3g watchdog to turn off your data connection (via APNDroid) when you've used a percentage amount of data of your choice (i.e. 99%/100% of your allowance for that month).
I'm using APNdroid and 3GWatchdog together and they work great so far.
One thing you have to be careful of is if you are using a task killer. If it kills 3GWatchdog and then you use your data connection, the data you send or receive won't be added to the amount of data in 3GWatchdog.
So be careful with it, especialy if you set your task killer to autokill applications
I recommend data-on-demand. It's free and shuts off your 2g/3g automatically + post reboot without having to mess with the settings. When you want to start it back up again, just go into the settings and set it as turned on.
The best program to enable/disable 3G i recommend Smoda Widget.
You can find it free in the market
Battery Defender works greats for me.
Quick Settings.
It's on the market, one click to disable APn and wifi along with other things, ringer, brightness, bluetooth etc.

battery drain: wi-fi v. LTE hmmmmmmmm

when I am here at work, I usually tap the wi-fi for streaming my music, consequently, wi-fi has always been at the top for battery use
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I noticed on this graph that the LTE radio never shows up on it though.
Today, I turned off the wi-fi and using only LTE for the last 3+ hours streaming tunes
WTF!!1one
i can assure everyone there is no debate.
If you run (from a root prompt):
# adb logcat
then look carefully, you will see that even with Wifi active, the phone is accessing the LTE network for updates and transmitting data to the network, therefore using 2x the battery usage. the best way to use only Wifi is to use Airplane mode then turn on your Wifi ONLY. this assures you of a near 100% Wifi only usage.
Only then can you produce accurate results for battery usage regarding LTE vs Wifi
there must be some confusion, allow me to restate my original post.
I am curious why the LTE radio's battery usage does not show up on the graphs I posted while the wi-fi does.
7.5 hours on battery, 6 of those hours streaming music via LTE, + a bit of browserin- battery @ 38%
Probably because it would be so huge, all others graphs would be a pixel wide....
because the 4G LTE radio usage is not tracked by an app, it is a system service. wifi is tracked because it has a separate app that controls the Wifi radio. the only way to shut off the cellular modem is by using airplane mode. make sense??
---------- Post added at 06:16 PM ---------- Previous post was at 06:16 PM ----------
@[email protected]: ROTFLMAO!!!
repherb said:
the best way to use only Wifi is to use Airplane mode then turn on your Wifi ONLY. this assures you of a near 100% Wifi only usage.
Click to expand...
Click to collapse
And converts Nitro into overpriced iPod...
[email protected] said:
Probably because it would be so huge, all others graphs would be a pixel wide....
Click to expand...
Click to collapse
lolz. it doesn't seem to be as bad as it's made out to be by reviews.
repherb said:
because the 4G LTE radio usage is not tracked by an app, it is a system service. wifi is tracked because it has a separate app that controls the Wifi radio. the only way to shut off the cellular modem is by using airplane mode. make sense??
---------- Post added at 06:16 PM ---------- Previous post was at 06:16 PM ----------
@[email protected]: ROTFLMAO!!!
Click to expand...
Click to collapse
yes, I am familiar with airplane mode, thank you, it does make sense.
Interesting that LTE is not considered a system service/left out while such things as android OS, cell standby and phone idle are displayed in the graph.
@[email protected]: dude, you have a clarity of thought none of us have.
I swear, we really need to somehow disable LTE on this phone and just run on either HSPA+ or 3G when we don't need LTE. I've always know that while it's not being used, it's still searching and updating constantly, and actually using up much more battery in the process.
i will see what i can come up with for disabling LTE.
EDIT: Found a way, but i will NOT accept credit for this method. the author is unknown, but whoever you are, thanks a bunch!!
1. Tap the Phone app.
2. Dial *#*#4636#*#*
3. The hidden test menus will appear. Select the Phone information menu.
4. Scroll down to the Set preferred network type menu and set it to CDMA auto (PRL).
5. Tap the Home button and you’re done.
The setting will go into effect immediately and the phone will stop searching for an LTE signal.
If you find one day that your town has LTE service or if you travel to a major city that does, you can perform steps 1 to 3 again and set the setting back to CDMA + LTE/EvDo auto.
repherb said:
i will see what i can come up with for disabling LTE.
EDIT: Found a way, but i will NOT accept credit for this method. the author is unknown, but whoever you are, thanks a bunch!!
1. Tap the Phone app.
2. Dial *#*#4636#*#*
3. The hidden test menus will appear. Select the Phone information menu.
4. Scroll down to the Set preferred network type menu and set it to CDMA auto (PRL).
5. Tap the Home button and you’re done.
The setting will go into effect immediately and the phone will stop searching for an LTE signal.
If you find one day that your town has LTE service or if you travel to a major city that does, you can perform steps 1 to 3 again and set the setting back to CDMA + LTE/EvDo auto.
Click to expand...
Click to collapse
Did you test this? Because it DOESN'T work for me on my Nitro. It brings me to the test menus and I can choose Phone Information...But there's no option to choose network type.
EDIT: Just tried again and this time I pressed the menu softkey and it brought up a sub-menu and there's a choice for 'Select radio band'. But every time I click it I get a Force Close. :-(
Same force close when I attempt to pick radio band menu item.
I like my LTE so it'll stay but I was just this morning messing around trying to find out the sequence to open that hidden menu, thanks for that!
If you're using Launcher Pro, or any app that allows you to create a shortcut to system activities, you can create a shortcut to the Test menu:
With Launcher Pro:
1. At the Home screen, press the menu softkey, select Add
2. Choose Shortcuts > Activities > Settings > Testing (com.android.settings.TestingSettings)
Namuna said:
If you're using Launcher Pro, or any app that allows you to create a shortcut to system activities, you can create a shortcut to the Test menu:
With Launcher Pro:
1. At the Home screen, press the menu softkey, select Add
2. Choose Shortcuts > Activities > Settings > Testing (com.android.settings.TestingSettings)
Click to expand...
Click to collapse
drat, this is a no-go with go launcher.
If you're really interested in the shortcut there's a FREE app that can also do it called Any Cut:
https://market.android.com/details?id=com.appdroid.anycut

Detailed battery history shows wi-fi allways on

Hi everyone, when checking my detailed battery usage, my phone showed that the Wi-fi had been on all the time, even though its turned off in the settings? Anyone else have this issue? Or does anyone know how to fix it?
Settings > Location > 3 dots on top > Disable WiFi/Bluetooth Scanning
850T5m said:
Settings > Location > 3 dots on top > Disable WiFi/Bluetooth Scanning
Click to expand...
Click to collapse
Allready checked that, its been off since i got the phone, so its not that
Zulliz said:
Allready checked that, its been off since i got the phone, so its not that
Click to expand...
Click to collapse
Not questioning your knowledge but I saw that everytime I used maps it gave me a location settings pop-up and if you pick yes it switches on WiFi and Bluetooth scanning for location. Check if that's the case.
Else it could be a hardware issue.
I had this also on my Nexus... And wondered how to turn wlan off...
Go to Wifi -> 3 dots on corner -> Advanced Wifi
Check for a setting named "Keep Wifi on during Sleep" and it will have 3 options (set to "Always" by default).
Choose "Never" and it may pop-up a warning of increased data usage.
Check battery life after 3-4 hours (with Wifi toggle OFF) to see if the graph shows anything in that Wi-Fi row for those 3 - 4 hours (i bet it wont )
Simple!!
Same for me, i have done this fix but wifi is shown on in the battery menu. Hotspot is off... I don't Know...
Sent from my ONEPLUS A3003 using XDA Free mobile app
If you have viber go to general settings > WiFi sleep policy and check use device's settings.
Ive also discovered that my Oneplus 3t seems to switch on and off the WiFi when I'm using it. Have switched off the scanning too. Any ideas why?
If you use High Accuracy location settings it will turn on your GPS and your WiFi. Google's device manager will use high accuracy settings and you will get GPS and WiFi on almost all the time.
Try setting you location to device only, which means GPS only. This will stop it from using WiFi for location reporting
Sent from my ONEPLUS A3000 using Tapatalk

Question How I get excellent battery life

First open settings and turn on wifi calling. Then create the two Bixby Routines below and put the widgets on your home screen. Use the first one whenever you're home or at work (anyplace with wifi) and use the second one when away from wifi. SMS still works with wifi calling.
I'm getting 5 hours screen on time with 50% battery left with about 70/30% unfolded/folded.
I'd like to trigger these routines automatically without leaving GPS on so if anyone knows how let me know.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
90% big screen use. I just removed all the bloatware including bixby. So i would say with or without those routine! same sot? No?
bryanhayn said:
First open settings and turn on wifi calling. Then create the two Bixby Routines below and put the widgets on your home screen. Use the first one whenever you're home or at work (anyplace with wifi) and use the second one when away from wifi.
I'm getting 5 hours screen on time with 50% battery left with about 70/30% unfolded/folded.
View attachment 5699267
Click to expand...
Click to collapse
For me for some reason it doesn't start wifi calling and just keep wifi on. I remember it used to work with my old note 20 ultra.
eswar539 said:
90% big screen use. I just removed all the bloatware including bixby. So i would say with or without those routine! same sot? No?
Click to expand...
Click to collapse
Do you have a list of all apps that we can remove safely?
eswar539 said:
90% big screen use. I just removed all the bloatware including bixby. So i would say with or without those routine! same sot? No?
Click to expand...
Click to collapse
That's pretty good. Add the routines and get even better battery life. Here's what I have:
Could you please help by sharing how and which applications you removed?
eswar539 said:
90% big screen use. I just removed all the bloatware including bixby. So i would say with or without those routine! same sot? No?
Click to expand...
Click to collapse
bryanhayn said:
First open settings and turn on wifi calling. Then create the two Bixby Routines below and put the widgets on your home screen. Use the first one whenever you're home or at work (anyplace with wifi) and use the second one when away from wifi. SMS still works with wifi calling.
I'm getting 5 hours screen on time with 50% battery left with about 70/30% unfolded/folded.
I'd like to trigger these routines automatically without leaving GPS on so if anyone knows how let me know.
View attachment 5699267
Click to expand...
Click to collapse
Question, for your routines your have setup do you have the reverse actions option turned off?
Another question, there are only 4 locations for which I connect to WiFi, do you think it's better to automate these results based on location so you don't forget to activate one or the other?
mprunty said:
Question, for your routines your have setup do you have the reverse actions option turned off?
Another question, there are only 4 locations for which I connect to WiFi, do you think it's better to automate these results based on location so you don't forget to activate one or the other?
Click to expand...
Click to collapse
I have reverse actions off.
I wanted to automate it based on location but the only way I could see to do this is to have GPS on constantly which uses a lot of battery. I just use the 1x1 widgets on my home screen and so far it works well between work and home.
Do you have any recommendations for gps setup so I can have apps like camera and maps use GPS though it's turned off by default. I tried a couple configurations but none that will actually turn on location for those apps and turn it off when done.
mprunty said:
Do you have any recommendations for gps setup so I can have apps like camera and maps use GPS though it's turned off by default. I tried a couple configurations but none that will actually turn on location for those apps and turn it off when done.
Click to expand...
Click to collapse
I have a routine setup to turn on GPS when I open Google Maps and turn off when I close/switch apps or go back to the home screen. This should work for other apps.
bryanhayn said:
First open settings and turn on wifi calling. Then create the two Bixby Routines below and put the widgets on your home screen. Use the first one whenever you're home or at work (anyplace with wifi) and use the second one when away from wifi. SMS still works with wifi calling.
I'm getting 5 hours screen on time with 50% battery left with about 70/30% unfolded/folded.
I'd like to trigger these routines automatically without leaving GPS on so if anyone knows how let me know.
View attachment 5699267
Click to expand...
Click to collapse
Thanks for your post, after a bit of searching I've got this setup which I think solves your issue, or at least it does for me. Granted only did this a few hours ago so I can't tell if gps or wifi always on is a better battery saver.
Firstly as per URL I changed airplane mode to leave wifi on while disabling cell connectivity, for whatever reason on my phone it doesn't want to keep BT on even specifying cell as the only option to turn off when flight mode is enabled, so as per the screenshot I have Bixby Routines turn it back on after 2 secs.
Prevent airplane mode on Android from turning off WiFi, Bluetooth | DEM Flyers
With the advent of Bluetooth earphones, and in-flight WiFi, I've had multiple experiences of having my music listening and WiFi connection interrupted by switching on airplane mode. Fortunately, there is a trick to keep airplane mode from turning off those services! Here are the full...
www.demflyers.com
Then you just setup based on Home Wifi connectivity rather than GPS, so you save battery life, ofc wifi will still be on which may or may not use more power, but as stated before have yet to test this.
^I tried that and a few similar routines triggered by wifi connection status but it doesn't work. It will either go into a continuous loop of wifi on/off or airplane on/off. It seems the only way to completely kill the cell connection and auto enable wifi is to use GPS (or other trigger not involving wifi or airplane mode).
A new revelilizarion accorded when using the Wifi/Cell Only setup. When I'm on WiFi and Mobile data is disabled I don't receive any text messages until I switch to Cell Only. I blame those iPhone users in my family. Is there any modification I can use to ensure I get text messages or is it more so I would have to check here and there by switching settings to see if I have any new messages (voicemail too)?
Do you need to put those apps in deep sleeping section into the sleeping group. Those apps put in Deeping sleeping list still shows up in the sleeping list.
I have iPhone family members and I get their texts with data off and wifi only.
bryanhayn said:
^I tried that and a few similar routines triggered by wifi connection status but it doesn't work. It will either go into a continuous loop of wifi on/off or airplane on/off. It seems the only way to completely kill the cell connection and auto enable wifi is to use GPS (or other trigger not involving wifi or airplane mode).
Click to expand...
Click to collapse
Even after setting "settings put global airplane_mode_radios cell" via adb to change what flight mode actually does?
I initially had the same issue where wifi connecting was triggering flight mode which would then drop wifi which would turn back on and restart the loop, the config change above fixed that.
That I still have the issue where flight mode is still setting bt off and need to set a task to turn it back on. Perhaps you could try another combo, like "settings put global airplane_mode_radios cell,wimax" and see if that'll allow it to work as expected?
mprunty said:
A new revelilizarion accorded when using the Wifi/Cell Only setup. When I'm on WiFi and Mobile data is disabled I don't receive any text messages until I switch to Cell Only. I blame those iPhone users in my family. Is there any modification I can use to ensure I get text messages or is it more so I would have to check here and there by switching settings to see if I have any new messages (voicemail too)?
Click to expand...
Click to collapse
Your carrier needs to support Wifi Calling and SMS delivery via IMS, your phone needs to have Wifi calling enabled... by the sounds of it one of these may not be the case.
Edit: Some light reading to help explain a bit better: https://en.wikipedia.org/wiki/IP_Multimedia_Subsystem
You can use Tasker to do all of this automatically.
TechSilver13 said:
I have iPhone family members and I get their texts with data off and wifi only
Click to expand...
Click to collapse
Elusivity said:
Your carrier needs to support Wifi Calling and SMS delivery via IMS, your phone needs to have Wifi calling enabled... by the sounds of it one of these may not be the case.
Edit: Some light reading to help explain a bit better: https://en.wikipedia.org/wiki/IP_Multimedia_Subsystem
Click to expand...
Click to collapse
I have Verizon Wireless for my carrier and wifi calling is activated on my Fold 4. Simply don't seem to come through when I have data disabled, which wierd. Never had the problem before this phone.
mprunty said:
I have Verizon Wireless for my carrier and wifi calling is activated on my Fold 4. Simply don't seem to come through when I have data disabled, which wierd. Never had the problem before this phone.
Click to expand...
Click to collapse
Further discovers, the issue arrives when I'm in a group chat with a couple people. By default messages are sent as a MMS. I can switch it to SMS, however the replies in the group messages will not come back in the same group chat.

Categories

Resources