Tasker Near cell - Tasker Tips & Tricks

Hi all
I created trigger for near cell to make vibration mode to activate.. But it will activate when I unlock device..
How can I resolve it? Or what is the issue?
Thanks

So what your saying is even if your not near the cell, the profile activates any time you unlock your phone?
Or are you saying that the profile only activates when near the cell AND you unlock the device? It won't properly activate if the device is locked?
What is the device? What android version? Posting the description of the profile here might allow other eyes to see a problem.
There is a sticky thread at the top of this forum explaining how to post the description of a profile.

Yes I mean to say.. Profile only activates when near the cell and after unlocking device.. If I don't unlock device even in near cell it will not activate..
And this issue is with only near cell profile all other profile works properly irrespective of device lock
Description
Profile: Office (11)
State: Cell Near [ Cell Tower / Last Signal:GSM:2.1879576 / 0
GSM:34374.28688717 / 8
LTE:405.861.1879576 / 0
LTE:405.861.268435455 / 4
GSM:34374.28682495 / 0
LTE:405.861.4595749 / 0
LTE:405.861.1879579 / 6 Ignore Cells:* ]
Enter: @office (12)
A1: Media Volume [ Level:0 Displayff Soundff ]
A2: Ringer Volume [ Level:0 Displayff Soundff ]
A3: Vibrate Mode [ Mode:Vibrate ]
Thanks

What is the device? Android version?

Xperia xa1 plus
Android 8.0

In tasker preferences -> monitor tab enable cell workaround. If that doesn't help, then enable Net/Cell wake screen which is just below the cell workaround entry.

Related

Wifi troubles

Hey guys i know ther has been a few threads created asking about wifi not working at all, my wifi works but its shockingly bad. I have 801.11g devices that can hold a connection way better than this phone is. Im on the lastest euro 4.1 firmware, on multiple routers the connection will drop if i move about 10 meters away from a router lol ive unticked the only use strong connections tick box but the issue continues.
I upgraded to 4.1 before i used the 4.0.3 firmware so i dont know whether this is firmware or hardware issue.
Cheers
It's not a matter the distance between you and the router ,, it's depends on the density of the medium between you and the router (walls , doors ...etc) .
For me the router is about 8 m from me and I have only one degree signal . While in another router (in another place) I can connect from 20 m .
#------------------------------------------
echo "Sender.product.model=LG-P880" # (O4X) .
if [ $thanks -eq $pressed ] ; then
thanks_meter=$((${thanks_meter} + 1)) ; fi #Press it
Go to settings > Wifi > Press menu button > Advanced > Untick "Avoid wifi with bad connection"
(i have rom in different language, so it can have different names).
At my phone this improved wifi stability and also wifi, where before was shown zero signal bar, now have 2
My wifi, doenst work!
Sent from my MZ601 using xda premium

Need Help With Home WiFi Profile

Hello,
would you please kindly help me resolve Tasker issue I have on my rooted MIUI Mi4c running MIUI 7 by xiaomi.eu 6.1.21, 5.1.1 android.
I made a Home profile, that enables itself, when I'm connected to my home wifi (based on my SSID).
So I have "State" type profile - Wifi Connected.
I have following action to be performed when profile is activated:
1. Pattern Lock Disabled (via Secure settings) - So I don't have to unlock my phone while at home.
I have following actions to be performed when profile is deactivated (I disconnect from WIFI), when leaving home:
1. Pattern Lock Enable.
2. Disable WIFI (to save battery, when I'm away from my home wifi).
The problem is though, that since 2 weeks ago, it seems as the "disable" actions of my home profile is randomely from time to time activated - meaning, wifi keep switching itself off. I thought there is some problem with my router, but as soon as I removed wifi off action from profile, wifi no longer keep switching itself off.
I cannot see anything wrong from with my profile, nor can I see anything useable in Tasker log.
Any idea what's wrong? Or how to mend this?
Thanks in advance !

Profile "CELL NEAR" not work anymore in Android Pie

Hi ,
For those we upgrade to Andoid Pie should experience the Profile state : CELL NEAR no more work as previous Android version and it requires location must be turn on prior.
My situation is that , I have from my old phone profile , STATE , CELL NEAR .
This CELL NEAR state containing 10+ GSM or LTE cell info in it.
I want to copy all those into the task so that I can make it like :
A1: Location on
A2: If %CELLID ~ GSM xxxxx
A3: do this
A4: do that
So that I get rid of the location mode "ON" requirement to save more battery.
Thank you very much.
edmond.

How Turn off mobile networks and Wi-Fi when turning off screen?

My battery is quickly consumed because Wifi and mobile networks are on all the time. I would like a Tasker auto that will allow me to turn off Wifi and mobile networks when I turn off my phone screen
Use a State -> Display State (off) context in your profile.
Then, in your task, you can either:
Code:
Use the action Net -> Airplane Radios [ Bluetooth: Off Cell: Off NFC: Off Wifi: Off Wimax: Off ] # this will set what radios are DISABLED when airplane mode is turned on.
Plus use Net -> Airplane Mode [ Set: On ]
Or, you can:
Code:
Use the action Net -> WiFi [ Set: Off ]
Plus use the action Net -> Mobile Data [ Set: Off ]
Both methods have positives and negatives. Turning the cell radio off will also affect calls. Turning mobile data off doesn't work on all devices, and Google apps may turn it back on.

Creating a pfofile that get triggered by other profile

Hi there,
I'm looking to create a profile that will trigger every time I'm having my weekly train commute and will compile different useful tasks for train riding like launching the Wi-Fi hotspot (so I can go online on my laptop) and mute the ringer, and some other stuff. I'm looking for some aid about about how to manage this through.
I thought about triggered this profile by using the speed data, but in that case it will launch on every ride I have, even when I'm riding my motorbike. So now I'm looking for something more sophisticated. Because I depart and arrive on regular stations and on regular times each week I want to have four new profiles - two for the the each of the two station I'm getting to and from of, for each commute occasion, setting one for the time window when I'm usually departure and one for arriving occasion. Those four will be used only as a platform. The train ride profile (a fifth one) will triggered by both of the departure profiles when I'll get to the station at the desired time and will turned off by the arriving stations profiles when I'll reach my destination station at the right time.
Doe's it make any sense? How can I pull this through?
Try WiFi near if the stations have a specific WiFi. That way, you don't need a time context.
You can use location with a time window you describe. That way, the device isn't trying to identify your location continuously outside of the time window you set.
ktmom said:
Try WiFi near if the stations have a specific WiFi. That way, you don't need a time context.
You can use location with a time window you describe. That way, the device isn't trying to identify your location continuously outside of the time window you set.
Click to expand...
Click to collapse
Thanks for the answer but you didn't got me. completely. I don't have a problem to detect the station location, the problem starts when the train leave the station and I want the profile to keep going on until I arrive at my destination station.
So use a speed evaluation combined with having the WiFi in proximity.
ktmom said:
So use a speed evaluation combined with having the WiFi in proximity.
Click to expand...
Click to collapse
It makes no sense, two reasons why:
1) When the train leave the station I'm loosing contact with any Wi-Fi
2) One of the reason I'm using Tasker to begin with is that I want my Wi-Fi to operate only when I'm in my home or in my workplace. The profile I want to operate on my train ride includes turning on my phone's hotspot (so I can use my laptop online during the ride). So I can't use any Wi-Fi network even if I want to.
3) I simply need to figure out a way how to trigger the "train ride" profile I want to have by other profile (station location profile in this case).
Yoghev
You can detect whether a WiFi network is nearby without connecting to it. You can use the WiFi's presence as the initial step to your process. Set a variable, them the exit task waits some time and a second profile looks for the variable to be set and some movement to be achieved.
Or not ¯\_(ツ)_/¯
You could always use a shortcut, or an NFC tag or location as I suggested before.
Create four profiles based on time and location.
One that's triggered at the train station A and in the average departure time of your commute to work.
Add an enter task which sets the variable $TrainStationCommute to A.
One that's triggered at the train station B and in the average arrive time of your commute to work.
Add an enter task which sets the variable $TrainStationCommute to B.
One that's triggered at the train station B and in the average departure time of your commute to home.
Add an enter task which sets the variable $TrainStationCommute to B.
One that's triggered at the train station A and in the average arrive time of your commute to home.
Add an enter task which sets the variable $TrainStationCommute to A.
Add another profile which is triggered as soon as variable $TrainStationCommute is set.
Add an new task "Commute" to this profile. Start with an IF action and check if variable $CommuteSettingsActive is not 1. Add your actions (enable hotspot, enable silent mode, etc.) to the IF loop and at the end, set the variable $CommuteSettingsActive to 1.
Add an IF ELSE action and check if variable $CommuteSettingsActive is not 0. Add your actions (disable hotspot, disable silent mode, etc.) to the IF ELSE loop and at the end, set the variable $CommuteSettingsActive to 0.
So every time the variable $TrainStationCommute is set, the task "Commute" will be executed. Based on variable $CommuteSettingsActive it will enable or disable your favorite settings.

Categories

Resources