[Q] NFC Task launcher - Auto reply SMS - Nexus 4 Q&A, Help & Troubleshooting

So..I have a set up that i'm trying to get going with NFC tags..this is not nexus 4 specific per se, but I'm using it with my nexus 4, so here i am
I've been programming nfc tags without a problem with nfc task launcher...which works amazing
there is one thing that i'd like to do that i can't fully figure out
I want to set it up so that when my phone is connected to bluetooth, that it will auto-reply with an SMS
I have a "car mode" tag where it turns off wifi, turns on bluetooth...i'd like it to also do an auto reply to any sms with a message
i currently have tasker and i can set up a profile that will do the auto reply (although i can't figure out the "only send reply when connected with bluetooth" part..but i'm getting close). The problem is that it's a profile, and not a task...so even if i use nfc task launcher to turn on the "task" in tasker...it's the profile that determines if it will automatically send the sms and not the task
is there a way to turn tasker profiles on and off with an nfc task launcher?
Is there an easier way that i'm not getting on how to make my phone auto reply with an sms through nfc task launcher's tags? (llama? launching one of those auto reply apps?)
thanks for the help..

bump for anyone that might know that did not see the thread...

The following was taken from: tasker.wikidot.com/auto-replysms-driving
First we need to setup a profile that will automatically respond to any SMS that we receive. We will later disable it until it is called by our other profile for when the Car Cradle is active.
Profile (SMS Responder)
Click New then Event
Next Click Phone then Received SMS
Make sure to leave the Sender & Message fields blank and click Done
Now we will customize the SMS Responder profile to send SMS responses to everyone except the last sender. This will ensure that a person who texts you twice in a row won't be bombarded with auto-reply texts.
Click the + then Tasker
Select the option If from the menu
Input %LASTSMS in the first box
Ensure the !~ (doesn't match) is selected as the operator
In the last box input %SMSRF
Click Done.
Click the + then Phone
Select the option Send SMS from the menu
Input %SMSRF as the number
For the message input whatever you want to be set back to the sender.
An Example:
Auto-Response: Hi, %SMSRN, I'm currently driving. I'll respond when I can.
If you want to see if the auto-response actually sent make sure to check the box "Store in Messaging App"
Click Done
Click the + then Variable
Select the option Variable Set from the menu
Input %LASTSMS in field Name
Input %SMSRF as the To field
Click Done.
Click the + then Tasker
Select the option End If from the menu
Click Done.
We are almost done with this profile.
Make sure you disable the profile by returning to the main menu
and clicking and holding on the profile name and select Disable
This ensures that tasker won't automatically send an auto-response to everyone that texts you.
Profile (Car Mode)
Click New then Application
Select Car Cradle
Click Done.
Click the + then Tasker
Click Profile Status
Input SMS Responder and select set to On
Click Done.
Click the Enter Task then Add Exit Task
Click the + then Variable
Select the option Variable Clear
Enter %LASTSMS in the Name field.
Click Done.
Click + then Tasker
Select the option Profile Status
Input SMS Responder and select Set to Off
Click Done.
The final two steps clear the %LASTSMS variable and turn off the profile when you take your phone out of the car dock. You want to clear the variable so that the next time your phone is placed in the car dock, everyone will receive the auto response at least once.
If the variable isn't cleared, if Person A texts you the next time the phone is in the dock, and Person A also happens to be the last person who sent you a text before removing the phone from the dock last time, they will not get an auto-response.
You can add other functionality to this profile like bluetooth toggling and volume controls, but this is the bare minimum to get auto-response to a SMS working.
This should help you out with the profile. Instead of having the state be "Car Cradle", yours would be Bluetooth.
I am in a similar situation. I would like to avoid using Tasker profiles all together and just have the NFC Tag be my trigger (context). I will continue to play around, but my end goal is to enter my car, swipe the tag, and have all incoming texts from that point have an autorespond message. Then, upon exiting the car, I will reswipe the tag and the autorespond will be deactivated. Any advice or suggestions would be much appreciated!

Solution
So I've got it working exactly how I want, and I am posting this as a conclusion to this thread.
Basically, you can use the above steps to get an idea of what needs to be done. What you can do (this directly solves the OP's problem) is create a TASK that involves a PROFILE.
So, using the above example, I created a PROFILE called AutoSMS. The context being receiving a message and the result being the Send SMS. Then, disable this profile so it doesn't happen.
Then, you just need to create a new TASK > + > Tasker > Profiles > Select the profile and set to 'ON'. This will activate the profile and from that point all incoming texts will receive an automated response.
To deactivate this feature, I created another TASK called Home, that will TASK > + > Tasker > Profiles > Select profile and set to 'OFF'. This disables the profile. I swipe the NFC tag a second time on my way out of the car to activate TASK: Home, which disables this feature and returns my phone to its home.

thanks for the help..i'll test it out when i get home and let you know...it sounds like this could work
like you mentioned, i'd rather the nfc tag take care of everything...but this might be a reasonable compromise

Yeah... This isn't working.. Hehe
I programmed everything as it's supposed to be.. That is setup a task/profile to auto reply to any SMS sent.. Then setup a new task to toggle that profile..
When I "play" the task in tasker, it works and toggles the profile successfully and it replies to any SMS...
But when I associate this task to NFC task launcher, it does nothing... Does not turn the profile on or off.. I even tried other tasks and it doesn't work...
I clicked the settings to allow external use of tasker.. but it really seems like NFC task launcher is not touching the task in tasker..
Is there another setting I am missing?
I'm so close to getting this to work..

truthlesshero said:
Yeah... This isn't working.. Hehe
I programmed everything as it's supposed to be.. That is setup a task/profile to auto reply to any SMS sent.. Then setup a new task to toggle that profile..
When I "play" the task in tasker, it works and toggles the profile successfully and it replies to any SMS...
But when I associate this task to NFC task launcher, it does nothing... Does not turn the profile on or off.. I even tried other tasks and it doesn't work...
I clicked the settings to allow external use of tasker.. but it really seems like NFC task launcher is not touching the task in tasker..
Is there another setting I am missing?
I'm so close to getting this to work..
Click to expand...
Click to collapse
Was Tasker installed BEFORE NFC Task Launcher was installed. Tasker requires that any app that wants to start a task has a permission that it grants. If this permission isn't available at install it will never be granted (thank Android for this). All I do from NFC Task Launcher is use Tasker's shared class to tell it to start Task N where N is the supplied name. Everything else is on Tasker.

krohnjw said:
Was Tasker installed BEFORE NFC Task Launcher was installed. Tasker requires that any app that wants to start a task has a permission that it grants. If this permission isn't available at install it will never be granted (thank Android for this). All I do from NFC Task Launcher is use Tasker's shared class to tell it to start Task N where N is the supplied name. Everything else is on Tasker.
Click to expand...
Click to collapse
Tasker was installed after NFC task launcher.. Should I reinstall both and install tasker first?
Beyond that.. Tasker and NFC task are both working fine separately and the NFC task has the trigger of starting "task n" as well.. It's just not actually doing it.. Hehe

My Tasker was installed before NFC Task Launcher.
So, its good that your task does toggle the profile. That's a good start. Now you just need to use NFC Task Launcher to trigger that task.
A few things to consider..
- Make sure that Tasker is active.
- Make sure that external applications have access to Tasker (which can be adjusted in the settings portion of Tasker).
- When you create an NFC profile, make sure that the Tasker Task name is exact. This is important and this is the only thing I can think of with regards to your particular dilemma.
- My Tasker Task switches the Tasker Profile to ON and then an exit task to OFF. I did not use the "TOGGLE" feature.
- IF nothing else, I would deactivate tasker > ensure that my NFC Task Launcher is up to date > re-activate tasker, disable the Tasker Profile > create a new NFC Task Launcher profile > ensure the correct Tasker Task is used and the name of the task is spelled correctly > write the NFC Profile to the tag.
I hope this helps!

You might optionally consider using the app Tasker URL Launcher. It's a free plug-in. Once installed you can then write a URL to an NFC Tag that will trigger a tasker task. In this case everything must be handled by Tasker as all the tag does is trigger a tasker task. Anyway, I've found it to be the best way to use Tasker with NFC Tags. And the plug-in doesn't conflict with NFC Task Launcher so you can still use that app for other tags if you don't want to use Tasker for everything...

Hi guys, I am ater similar but maybe a bit more complicated. I am riding a motorcycle and i wuld like to use an nfc sticker that would autoreply when the profile is active, and here comes the complications: i would like to reply to sms texts that come only from my contacts. Also, i would be great if when the profile is active, any calls received will be fowarded directly to a preset voice mail - "i'm riding my bike right now, leave a message and i will call later" this option shold also work only for contacts.
don't ask for much, do i?!
thanks

Related

Automatic Speaker Phone + Profile Question

Hi,
I noticed when I had the O2 UI set up (following a standard hard reset and choosing home user) there was an applet called Profiles. I have since hard reset again and chosen corporate and no longer have the side or bottom tabs on the today page, but notice that there doesn't seem to be a profile manager or profile app, does anyone know of any software you can use to have different profiles?
The reason I want it is so that I can set up a profile for use in the car whereby all calls are automatically set to speaker phone when I answer them, is this possible too?
Cheers
You should try phone alarm by pocketmax. It does exactly what you want!
thanks, I'll give it a try

Add missing WP7/Omnia 7 functionality here

LIVE TILES/HOME SCREEN:
- Power control toggles (e.g. Bluetooth, WiFi, GPS, etc.)
OVERALL
- Marking/selection of any text passage, and
- Copy/paste (wtf, hasn't MS learned anything from the mistakes made by Apple...?)
ALARMS
- Display of alarm icon in the notification area of the 'home screen', when one or more alarms have been set (not ONLY on the lock screen)
PEOPLE
- Ability to save phone number in Call History or Conversations lists to existing/new contact
MEDIA PLAYER
- Sound playback in Bluetooth (+wired?) headphones when watching video content/podcasts
IE BROWSER
- Display of/access to URL in landscape mode
I agree with Copy and Paste, but have only needed it once or twice so am happy to wait until Jan or whenever they're gonna stick it in.
Hadn't noticed the ID landscape thing, but now you've pointed it out I guess they should probably sort that too (although there'd be very little view of the page by the time the keyboard and address bar are displayed in landscape mode)
You can save a number from your call history if you tap it, then at the bottom there's a save button.
The things I'd like to see fixed are:
MAPS
- Get the compass working so I can see what direction I'm walking in
INTERNET EXPLORER
- Ability to change what the search button does, and what page loads when you first start IE after switching the phone on. (T-mobile have managed to set both the homepage and the search button to point to the crappy t-mobile-favourites page, which is a bit annoying)
PICTURES
- See who's tagged in photos (either through Facebook or through Windows Live Photo Gallery)
- Ability to stop photos from Facebook showing up - these may be duplicates from what you've already put on the device
PHONE
- It would be good to have smart dialling available rather than having to go through contacts
One think really annoys me: We cannot disable vibration on back, win and search keys.
Missing Send Contact
I'm not sure if this is missing content or if I'm being too stupid to work it, but that's not my usual style so I'm assuming it's missing till someone puts me straight.
I wanted to send a contact by text (or any other method) today but can't seem to find out how to do this.
Any ideas?
I don't think theres a solution for this.
I heard someone saying before, that there is not a nice way available to send/ copy contact-data.
Bluetooth SIM Access Profile
Anyone know if the Bluetooth SIM Access Profile will be coming in the next update? New phone doesn't work with my bloody car = I feel like I've just stepped back in time
Added the following to the first post:
ALARMS
- Display of alarm icon in the notification area of the 'home screen', when one or more alarms have been set (not ONLY on the lock screen)
Sticky camera settings
CAMERA
--------
I change the settings for the camera every time I take a photo. Particularly the "anti-shaking" setting as I can't seem to take a decent photo with that off. Settings always revert to defaults. Makes you wonder why there is a "Rever to default" option!
richardhauer said:
CAMERA
--------
I change the settings for the camera every time I take a photo. Particularly the "anti-shaking" setting as I can't seem to take a decent photo with that off. Settings always revert to defaults. Makes you wonder why there is a "Rever to default" option!
Click to expand...
Click to collapse
I noticed that today, as i also found myself taking better pics with the anti shake on. Other half tried to take a photo of herself and ended up asking me to take the pic, of which i found that setting off....odd
I would like vibrate on screen buttons as well as the hardware buttons.
Added the following to my first post:
LIVE TILES/HOME SCREEN:
- Power control toggles (e.g. Bluetooth, WiFi, GPS, etc.)
aussieak said:
I would like vibrate on screen buttons as well as the hardware buttons.
Click to expand...
Click to collapse
I would like to disable the vibration on hardware buttons!
Switch power off when charging the phone: should have the ability to switch off the phone when it is charging. It is not possible to do it now.
2G/3G toggle: The Omnia & I got from Orange doesn't have the option to toggle between 3G and 2G. It is set for 3G as default
Smart dialing: The dialer should display contacts that match the combination of letters/numbers being dialed
Tasks sync: Outlook should sync tasks in addition to Mail, Contacts and Calendar
Calendars: WP7 should sync all calendars in GMail and Hotmail. It only syncs the default calendar.
My wish list
I'd like:
Folders
Folders - want folders that I can pin items inside, ideally on both main 'Tile' screen and app list. Would really help to be able to organise apps into folders as the list is getting long already.
Volume
Would like different volume controls for Media and ringing. Would like these to be locked when the phone is locked too (unlocking the phone is no hasstle after all).
Caching/Updating
Would like apps like Facebook to cache data (only a few do this). I expect not an OS issue as some apps do it already - having them load from fresh when started is a pain as it means you need signal to look at content. I'd also like these apps to update automatically so content it there when they are opened.
Single Mailbox
Would like a single mailbox for all incoming mail.
Sim Lock
I use a Pin to protect my sim, if I miss entering this in initial boot the phone brings up a home screen but allows Emergancy calls only - getting to a point I can enter the Pin seems pointlessly difficult (seem to have to try and make a call).
Zune
Why is this so unintuitive....get rid of reserved space and clean it up. Content also seems very US centric, online (as in via the website) I can see a load more content than I can see in the app itself, presume this is due to me being in the UK.
Back and Search buttons
Allow apps to lock these buttons, lose count of how many times I have pressed these accidentally when playing a game or a video which gets really annoying.
Power button
Give me a 'do you want to shutdown' prompt, only found my phone turned off in my pocket a few times but not had it that long....the button is too easy to press accidentally and a prompt would solve a lot of these problems.
raajkay said:
2G/3G toggle: The Omnia & I got from Orange doesn't have the option to toggle between 3G and 2G. It is set for 3G as default
Click to expand...
Click to collapse
Orange provide this functionality for me by giving no 3G signal at home, would be better if I could choose to turn it on and off though...reliable 2G at home would also be good...
PEOPLE
- Ability to save phone number in Call History or Conversations lists to existing/new contact
Click to expand...
Click to collapse
You can do that.
Just in Call History press the phone number that want to save and then press the Save icon.
my wishlist:
1. PHONE:
- matching contacts should appear when dialling number or texting person's name
- call recording possibility would be a nice touch.
2. PEOPLE huB
- more customisation options (contacts sources sorting/hiding
3. MESSAGING:
- ability to edit MMS settings (MMS APN, default photo size, etc)
4. EMAIL/CALENDAR HUB:
- I do not like the idea of LIVE being leading account - If I add my live accoutn all the contacts and calendars are being fetched from there and synced live.
But I used to keep all my contacts and calendars at gmail - so I had to add gmail as well - that results in a big mess and you cannot turn your added LIVE account now - you might reset your phone to factory defaults and start again.
so I did and while I want my XBOX LIVE avatar I had to move all my contacts and other email providers to LIVE. I did that but now my default outlook calendar doesnt sync with LIVE calendar and WP7 calendar, and there is now ay to have it fixed...
If only MS would allow to choose what to import from LIVE it would be much better...
5. IE - no JAVA, no comment
MARKETPLACE - we need more quality software there
MAPS - I don't like bing approach, maybe I just have to get used to it ?
SERVICE AVAILABILITY - MS you need to start working hard and deliver solutions NOW!
It should not happen that only supported regions during the premiere are UK and US - your services like marketplace or zune don't work in many countries, XBOX Live is not supported in Poland, although there are tens of thousands of xbox360 sold here. I am afraid MS has to rethink their policies and this will be the main factor of WP7 success or fail.
I do not touch areas like multitasking, copy/paste and some other basics that should already be available in updates.
Just realized: Someone's actually made an app for submitting and voting for already submitted ideas for improvements to WP7. It's called "My WP7 Idea", and yes, it already contains my favourite ideas. USE IT!
... and please vote for this feature:
http://forum.xda-developers.com/show....php?p=9484842
Thank you!
User/MP3 Ringtones... allowing the ability to choose own mp3 ringtones
I don't like this thread being mixed wp7 and omnia specific features. wp7 features should go into the wp7 forum.
the omnia should get an app to turn on and off the led for flashlight purposes. other phones have that.
richardhauer said:
Anyone know if the Bluetooth SIM Access Profile will be coming in the next update? New phone doesn't work with my bloody car = I feel like I've just stepped back in time
Click to expand...
Click to collapse
SAME FOR ME - SAP is used by VW widely in Premium Bluethooth....

[Q] Tasker & GV Settings issue

I've been using Tasker for a few months now and love it. I went ahead and purchased the GV Settings plugin to work with my Google Voice account, but I can't seem to get it to work. When I try to configure the task, I'll go into the GV Settings plugin, make my changes, then hit save and Tasker just goes back to the task, but there's no GV Settings item. It's almost like GV Settings just crashes before it creates the task item. I have noticed that in my notification bar, I'll get the Tasker icon and "Active" but thats it. I can't configure GV Settings at all. I've tried emailing the dev, but no reply yet. I'm on a Sprint Galaxy S4. Nova launcher. Not rooted. Pretty stock setup.
Any ideas from the hive mind?
Thanks.

Internet Calling - How to enable?

Standard Android supports internet calling; Call > Setting > Internet Calls
Samsung sometimes disable it in some regions via CSC feature.
/csc/features.xml : <CscFeature_Contact_EnableIPCall>true</CscFeature_Contact_EnableIPCall>
Enables SIP calls, but it doesn't seem to be working on my Note 4.
Do any of you have internet calling enabled? If yes, can you post your /csc/features.xml file?
Thanks.
anyone got a solution for this?
I believe this should help. did for me
https://play.google.com/store/apps/details?id=eu.siebeck.sipswitch&hl=en
thecrater said:
I believe this should help. did for me
https://play.google.com/store/apps/details?id=eu.siebeck.sipswitch&hl=en
Click to expand...
Click to collapse
I can't download it from play ... i suspect it doesn't work on lollipop and the developer made the choice to block it for lollipop devices ...
i'll search the apk and try it ...
but i guess the apk is playing with the settings too, maybe someone could give a hint on what and where to change in the settings
thanx for the answer!
wifi sucks too since lollipop ...
Hi guys
internet call works fine on Note 4
if you create a contact with a SIP profile (like [email protected] - may be done online and synchronized) and try to call it then you receive an error and the setting to add any SIP accounts open. register and call works fine.
after my test i removed all SIP accounts in order to force the error again and enter the menu.
I guess if i don't remove all those accounts the the menu is vanished forever.
I wasn't able to activate the setting for allow to receive calls.
So...
It works but the menu-entries are disabled. Shame on you Samsung!
My hope One of you freaksters and androidteers can do something however to enable those two entries in the call settings menu.
live long and prosper
Ben
PS
You can remove the SIP accounts as long as you can open the setting in the "history" but better kill after your experiments
any news on this one ?
Hi !
kn8 said:
after my test i removed all SIP accounts in order to force the error again and enter the menu.
Click to expand...
Click to collapse
How do you manage to remove your SIP account ?
I manage to have SIP enabled with CSipSimple : https://play.google.com/store/apps/details?id=com.csipsimple
But the calls to mobiles don't work.
EDIT : Damned ! That was tough !
I managed to launch the SIP settings window with adb.
This is the command
Code:
adb shell am start -n "com.android.phone/com.android.services.telephony.sip.SipSettings"
And you're done !
The settings window for adding an account is here. You can now delete/add acounts
You can install Quick Shortcuts Maker too. Look for "sip" in the normal search. There's only one answer.
But better, search for "account" and create a shortcut to Phone Account Settings. You can now choose to receive the calls, define which account must be used for calls, create/delete/modify accounts.
If you install Nova Launcher you can access loads of hidden functions, including Phone Account Settings. To do this you add a Nova widget called Activities, scroll down to Phone (third instance with 96 sub-entries), and from the list of sub-entries select Phone Account Settings. Then use the shortcut it creates to access SIP account settings, and voila.

Android Wear iOS - Enable features not supported

As we know setting up the application using the iOS version of Android Wear removes certain features from the smart watch.
I have my LG Ubrane setup with my iPhone and indeed the wifi settings are not in the menu.
It seems that data remains on the filesystem even after a factory reset, when you configure the watch using Android it copies across the wpa_supplicant.conf.
When you reset the device and configure it using the iOS app the files remain so the wifi works, but theres no option to configure the menu.
If you run the following command it will bring the wifi settings into view:
Code:
adb shell am start -n com.google.android.apps.wearable.settings/com.google.android.clockwork.settings.wifi.WifiSettingsActivity
However i cant find a way of having this option enabled in the settings menu.
If setup the device using Android and used TWRP to backup the DATA folder, then setup using iOS and again TWRP to backup the DATA folder. Ive then done a diff but for the life of me I cant see where the settings is being configured. The APK files are the same so there must be a local file dictating whats enabled or not.
So my questions is, where on Android wear is the com.google.android.apps.wearable.settings packing getting its configuration?
Many Thanks
Hope you get this reply, as I have been working on this same thing or similar for a long time. I was able to get the watch to make calls from my iPhone, and the ability to receive and answer calls on the watch. The issue is that the only calls that come through that are answerable with the watch, are numbers that are not in my contact list. I've searched up and down, even got the android wear app on the iPhone to prompt for contacts sync, and the contacts do in fact sync. In the data folder of com.google.android.apps.wearable.settings, if you change the value of "setup skipped" to "1" instead of "2", you get the whole UI, the one you would get with a paired android phone. The same goes with "bluetooth mode" switching to '1" from "2". When either of these are switched, the watch still connects with the iPhone, but does not receive notifications (i.e. text messages, app notifications, etc.) Also, the google voice search stops working, yet you can manually check the weather fine with the weather app on the watch. I am using a jailbroken iPhone, and was able to get permission for contacts sync using the tweak "Flex 2". If you have found out anything new since you posted this, please let me know. Lastly, I was able to get the watch to make calls by having it paired for both BLE and standard bluetooth, so when you look at the list of paired/connected bluetooth devices on my iPhone, my watch shows up twice, both connected at the same time. I was also able to get the input methods (keyboard selection) to show up in settings, but am unable to make it happen again.
Hi,i also have my lg urbane connected to my iphone ,but there are no much things i can do.i cant even make a phone call from the watch.i am using ios 9.2 so i cant jailbreak it to use flex and get some tweaks.so what i want to ask is,if there is a way to make a phone call or even reply to text messages.please reply ,all iphone users want to find a solution for this problem.MAKE ANDROID WEAR
FULLY WORKING WITH IPHONE
This is not an answer!!sorry for the trouble

Categories

Resources