MikeC1408
Android Enthusiast
trying to get to grips with Tasker (Great App with loads of potential, better guide would be great
)
I want to create a homescreen widget that toggles car mode on and off. If it is on then when the phone rings I want bluetooth to turn on, when phone hangs up I want bluetooth to switch off.
Tried adding a widget to the homescreen and having
1.Variable Set Name %CAR TO 1 if %CAR = 0
2.Stop
3. Variable Set Name %CAR to 0 if %CAR =1
Then setting up a profile
Event - Phone Ringing
1.Task Bluetooth Set ON if %CAR = 1
2.Task Bluetooth Set OFF if %CAR = 0
This is as far as I have got as I can not get BT to turn on or off, also not sure how to check the value of %CAR
If I could get the above working I would then add the call end tasks
Any help or pointing in the right direction would be appreciated.
Thanks

I want to create a homescreen widget that toggles car mode on and off. If it is on then when the phone rings I want bluetooth to turn on, when phone hangs up I want bluetooth to switch off.
Tried adding a widget to the homescreen and having
1.Variable Set Name %CAR TO 1 if %CAR = 0
2.Stop
3. Variable Set Name %CAR to 0 if %CAR =1
Then setting up a profile
Event - Phone Ringing
1.Task Bluetooth Set ON if %CAR = 1
2.Task Bluetooth Set OFF if %CAR = 0
This is as far as I have got as I can not get BT to turn on or off, also not sure how to check the value of %CAR
If I could get the above working I would then add the call end tasks
Any help or pointing in the right direction would be appreciated.
Thanks