[APP] AnyTAG NFC Launcher - Galaxy S III Themes and Apps

What is AnyTAG NFC Launcher?
AnyTAG NFC Launcher is a task launcher app which lets you start tasks by scanning NFC tags.
What can AnyTAG NFC Launcher do?
✔ Bluetooth (on/off/toggle)
✔ Bluetooth discoverable (on)
✔ WiFi (on/off/toggle)
✔ WiFi Hotspot (on/off/toggle)
✔ Connect to specific WiFi SSID
✔ Mobile data (on/off/toggle)
✔ Airplane mode (on)
✔ GPS (on/off/toggle)
✔ Capture photo (front/back camera)
✔ Screenshot - root only (Beta)
✔ Launch an app
✔ Launch an activity
✔ Make a call or USSD
✔ Send an SMS
✔ Open a web page
✔ Navigation
✔ Launch tasker
✔ Silent mode (off/vibrate/mute)
✔ Set volume (ringer/notification/media/alarm)
✔ Auto rotate screen (on/off/toggle)
✔ Auto brightness (on/off/toggle)
✔ set screen brightness
✔ Stay Awake While Charging (on/off/toggle)
✔ Auto sync (on/off/toggle)
✔ Car mode (on/off/toggle)
✔ Display Timeout
And many more feature will add in future updates.
Why AnyTAG NFC Launcher is unique?
"AnyTAG" means you can use any NFC tags. Yes you hear it right, any NFC tags, no matter it is locked or not re-writable.
How AnyTAG NFC Launcher works?
Every NFC tags come with a unique tag ID.
Instead of writing task/action into the NFC tags like what other does.
AnyTAG NFC Launcher let user stored list of tasks and tied it with the NFC tag ID. So when user scanned NFC tag, AnyTAG will recognize the tag ID and perform configured tasks accordingly.
No modification of NFC tags stored data at all.
Why we created AnyTAG NFC Launcher?
We created this simply because we want you save money not to buy expensive NFC tags.
We actually surrounding with a lot of NFC tags,
For example in Malaysia:
✔ Nationality ID (MyKAD)
✔ Payment Card (Touch&Go)
✔ Transit Token (RapidKL)
✔ Parking Token
✔ Members Card
✔ PayPass Credit Card
✔ Visa Wave Credit Card
Benefit of AnyTAG NFC Launcher?
✔ Make your life easier
✔ Save money
✔ Existing NFC tags re-useable
✔ No tag memory size limit
✔ Environment friendly
Download link:
Google Play Store
♥ Want to have AnyTAG in your own language? Unfortunately, I can't speak every languages. Please contact me if you willing to help.
Brilliant ideas & bug report are welcome!!!
XDA Review Video

AnyTAG NFC Launcher DEMO

ov-chipkaart netherlands
i installed this program on my new sIII 32gb and works fine with latest stockrom build IMM76D
nice addition to this is one can use the ov-chipkaart here in netherlands
with this program one can add m.9292.nl to the ov-chipkaart so it would go straight to the website on touch of the chipkaart to the back of the phone :highfive: note: cannot write the chipcard without the proper security key B(this can read and write and is found in the blue boxes) (A is only for reading.. this yellow boxes in the busses) . so dont worry about ruinin the chipcard, it just reads the serialnr and data of the card which is then be used for recognition of the card. it does not write or alter anything on the chipcard itself, however with right key and writer prog it would work :angel:
just briljant..

da_jojo said:
i installed this program on my new sIII 32gb and works fine with latest stockrom build IMM76D
nice addition to this is one can use the ov-chipkaart here in netherlands
with this program one can add m.9292.nl to the ov-chipkaart so it would go straight to the website on touch of the chipkaart to the back of the phone :highfive: note: cannot write the chipcard without the proper security key B(this can read and write and is found in the blue boxes) (A is only for reading.. this yellow boxes in the busses) . so dont worry about ruinin the chipcard, it just reads the serialnr and data of the card which is then be used for recognition of the card. it does not write or alter anything on the chipcard itself, however with right key and writer prog it would work :angel:
just briljant..
Click to expand...
Click to collapse
Thanks for trying out and review

So how does the launcher work after you've created tasks for the tag? In other words, AnyTAG isn't the default app associated with NFC, so it doesn't automatically start up when scanning a tag from the home screen. When I scan a tag set up in AnyTAG, I'm prompted to go to Google Play, because the tag doesn't have anything written to it.
How to I make AnyTAG the associated app for "blank" tags?

I'd like to use this app with the Samsung TecTiles (http://goo.gl/5ECmQ) but am having an issue. The tags launch the Play Store if you don't have the Samsung app installed. So, I can set up the task in AnyNFC using one of the tags, but when I try to use the tag, it just launches the Play Store instead of performing the AnyNFC task. Of course, if I install the Samsung app, it just tries to execute the task programmed by Samsung, not AnyNFC. Any ideas on how I could get AnyNFC to take priority?
I can send a logcat if it would help debug or find a workaround.

Is app can support screen locked phone (sleep)?

Uh, I'm using "NFC Task Launcher": let's try it .
Bye!
! !

After doing some more investigation, I see how the Samsung app is working. Basically there is a preprogrammed NDEF record that is somehow associated to the Play Store, and a package name. Great, that launches the market, but how does the Samsung app process the tag after programming, before the Play Store is launched?
These two lines pretty much give it away:
Code:
I/NfcDispatcher( 673): matched AAR to NDEF
I/ActivityManager( 362): START {act=android.nfc.action.NDEF_DISCOVERED dat=tectile://www.samsung.com/us/microsite/tectile/error?action=settings&bluetooth=on&description=null pkg=com.samsung.tectile cmp=com.samsung.tectile/.TagReaderActivity (has extras) u=0} from pid 673
It seems that the programmed NdefRecord has a payload with some data (the "tectile://" part). Unprogrammed TecTiles have a single payload with a samsung.com web address that redirects to the Play Store.
Now, according to the Android developer docs, the intent ACTION_NDEF_DISCOVERED is launched before any others, and if something handles the intent, then no further intents are attempted. This is where I get stuck. How to get the AnyTAG app to respond to http:// intents or other intents already found on a tag?
Hopefully this helps and something can be done. I'd really like to use this app, or another as the Samsung app is not very comprehensive and limited to one "category" of actions per tag.
EDIT:
One thing I quickly tried was decompiling the APK and adding
Code:
<intent-filter>
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="tectile" android:host="www.samsung.com" android:path="/us/microsite/tectile/error" />
</intent-filter>
to AndroidManifest.xml, in order to match the Samsung app, but it had no effect. Not sure why.

jimbobtexas said:
So how does the launcher work after you've created tasks for the tag? In other words, AnyTAG isn't the default app associated with NFC, so it doesn't automatically start up when scanning a tag from the home screen. When I scan a tag set up in AnyTAG, I'm prompted to go to Google Play, because the tag doesn't have anything written to it.
How to I make AnyTAG the associated app for "blank" tags?
Click to expand...
Click to collapse
May I know what Tag are you using?
kari kimber said:
Is app can support screen locked phone (sleep)?
Click to expand...
Click to collapse
Not for official rom. some custom rom do allow that.
jjohns63 said:
After doing some more investigation, I see how the Samsung app is working. Basically there is a preprogrammed NDEF record that is somehow associated to the Play Store, and a package name. Great, that launches the market, but how does the Samsung app process the tag after programming, before the Play Store is launched?
These two lines pretty much give it away:
Code:
I/NfcDispatcher( 673): matched AAR to NDEF
I/ActivityManager( 362): START {act=android.nfc.action.NDEF_DISCOVERED dat=tectile://www.samsung.com/us/microsite/tectile/error?action=settings&bluetooth=on&description=null pkg=com.samsung.tectile cmp=com.samsung.tectile/.TagReaderActivity (has extras) u=0} from pid 673
It seems that the programmed NdefRecord has a payload with some data (the "tectile://" part). Unprogrammed TecTiles have a single payload with a samsung.com web address that redirects to the Play Store.
Now, according to the Android developer docs, the intent ACTION_NDEF_DISCOVERED is launched before any others, and if something handles the intent, then no further intents are attempted. This is where I get stuck. How to get the AnyTAG app to respond to http:// intents or other intents already found on a tag?
Hopefully this helps and something can be done. I'd really like to use this app, or another as the Samsung app is not very comprehensive and limited to one "category" of actions per tag.
EDIT:
One thing I quickly tried was decompiling the APK and adding
Code:
<intent-filter>
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="tectile" android:host="www.samsung.com" android:path="/us/microsite/tectile/error" />
</intent-filter>
to AndroidManifest.xml, in order to match the Samsung app, but it had no effect. Not sure why.
Click to expand...
Click to collapse
i do not have tagtile tag, if you don't mind i can compile a version for you with the tagtile intent filter. I suspect the same.

Oppss....AnyTAG is featured in XDA TV. Checkout video below
Minute 3:55

wedjohn57 said:
i do not have tagtile tag, if you don't mind i can compile a version for you with the tagtile intent filter. I suspect the same.
Click to expand...
Click to collapse
That'd be cool, I appreciate it.

Not working on VZW Galaxy Nexus 4.1, build JRN84D.
The app runs fine, detects a protected NFC tag on a mouse pad I got. Allows me to set a different action. But when I tap the phone to try the action (any type available) it still does the default action programmed to the tag, which is launch a webpage.

Great app OP, just tried it with my student card which has visa paypass on it and works flawlessly. I'm looking for alarm setting functionality, so I can have a sticker for each day and have it set an alarm at different times every morning.

Good, but some hiccups
Hey there,
Just watched your XDA TV and definiately was curious. I also just found out that my Samsung TecTiles came so I was excited there too! I have a Galaxy SIII (VZW) and once I opened the package the glich happened.
What I'm guessing is that the TecTiles are preprogrammed to send you to download the Samsung App. This superceeds AnyTAG. Once I downloaded it I could use your app. But if anything is programmed on the TecTile it won't launch your app.
Also I'm having forced closing issues. I set up on a lil crazy:
1) Toggle the Wifi
2)Take a picture with the front camera
3) Launch a music player
4)Hit play
5) send a test text message
After it saves the picture then it force closes. I believe it's the camera action. I send a Google Report for you. If I knew how to export it from a stock phone I would.
This may be a noob thing as well but I also tried out NFC Task Launcher, and their tasks take over your launcher too if it's programmed by it.
Geat App, let me know if there is anything else you need.

Hi all, I made a new release. you can get it from google play store.
changelog:
added - car mode
bug fixed - tagtiles (need those have tagtiles tag to verify)
bug fixed - camera capture force closed on some phone model

Hello! I have the same isue that another user: after configuring the tags with AnyTAG NFC Launcher, when I san it again, it launches the default instruccions that where written and not the ones asigned in AnyTAG.
I am currently using a Nexus 7, maybe this can be the problem?

wedjohn57 said:
Hi all, I made a new release. you can get it from google play store.
changelog:
added - car mode
bug fixed - tagtiles (need those have tagtiles tag to verify)
bug fixed - camera capture force closed on some phone model
Click to expand...
Click to collapse
Well it did not fix the Tectiles for me. Both programmed and unprogrammed. The programmed ones will still either open the Tectiles app, or if that is disabled/uninstalled, the Play Store. Unprogrammed tags open a web browser that redirects to the Play Store.
Here is the full AndroidManifest.xml from the tectiles app, in case you haven't looked at it yourself: http://pastebin.com/eXSex2ER. Maybe you can see something that I can't.
Thanks for your help

jjohns63 said:
Well it did not fix the Tectiles for me. Both programmed and unprogrammed. The programmed ones will still either open the Tectiles app, or if that is disabled/uninstalled, the Play Store. Unprogrammed tags open a web browser that redirects to the Play Store.
Here is the full AndroidManifest.xml from the tectiles app, in case you haven't looked at it yourself: http://pastebin.com/eXSex2ER. Maybe you can see something that I can't.
Thanks for your help
Click to expand...
Click to collapse
Yeah, I actually include tectile intent-filter into AnyTAG. it seems like doesn't help too. give me some time to figure out.
This is what i include into AnyTAG manifest:
Code:
<intent-filter android:label="@string/app_name">
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
<data android:scheme="http" android:host="www.samsung.com" android:path="/us/microsite/tectile/error" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter android:label="@string/app_name">
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
<data android:scheme="tectile" android:host="www.samsung.com" android:path="/us/microsite/tectile/error" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>

willylatorre said:
Hello! I have the same isue that another user: after configuring the tags with AnyTAG NFC Launcher, when I san it again, it launches the default instruccions that where written and not the ones asigned in AnyTAG.
I am currently using a Nexus 7, maybe this can be the problem?
Click to expand...
Click to collapse
May I know what tag are you using?

Related

[APP] 6/12 NFC Task Launcher 3.6.1

I am consolidating threads. Maintaining several threads was getting to be too much. Please move to the new thread here with any new questions or comments: http://forum.xda-developers.com/showthread.php?p=34417369
Market Link: https://market.android.com/details?id=com.jwsoft.nfcactionlauncher
Application Site: http://www.jwksoftware.com/
Screenshots: http://www.jwksoftware.com/screenshots
Where to get Tags?
http://www.jwksoftware.com/nfc-tags
Features:
NFC Task Launcher uses the NFC Hardware and RFID/NFC Tags to allow you to create tags several types of tags, including a custom "Task" tag that will automatically execute tasks when read. See Site for full feature list.
If you do use and enjoy the app it is up in the Market as a paid app. Any purchases / ratings are appreciated as I have put quite a few hours into this expanding it to fill requests for functionality.
Change log:
6/12 Version 3.6
- GPS (Root needed)
- Mobile Data (Root needed)
- Display Timeout
- Fixed Airplane mode bugs
- Precision timer
- New languages
- Cloud backup and restore
5/9 Version 3.4
- UI updates
- Added German, Spanish and Korean
- Removed Italian as it is out of date
- All tags now save to "Your Tags". Recent shows the 5 most recently used
- Changed Tag limiting to uniquely track switch tags
4/19 Version 3.3
3.3
- Added Google Places support in Latitude
- Added Navigate to address support
- Added Auto-rotation
- Added write lock option when writing
- Added size to vCards
- Added setting to pause after launching an app (for launching multiple apps or launching and then interacting)
- Added notification when tags save when hitting finish
- Updated Tasker integration (should fix issues with HTC One X)
- Enhanced debugging to make bug reports easier
- Fixed condition where tasks would stop executing when wifi changed
- Fixed reported crashes and typo
Full: http://www.jwksoftware.com/change-log
If you'd like to see some functionality added feel free to make a request.
The APK linked below is free of the license check of the Market version and is fully functional for 7 days.
http://goo.gl/xBBOU
For anyone who decides to purchase the app after using the APK attached to the thread - un-install the free version first otherwise the market installation may fail.
Here's a few videos I made for a current demo:
Tag Demos
Car Dock Demo
Awesome. I'm gonna have to research this. Off topic but how much do those tags cost?
My mind is racing with ideas.... oh no
player911 said:
Awesome. I'm gonna have to research this. Off topic but how much do those tags cost?
My mind is racing with ideas.... oh no
Click to expand...
Click to collapse
They are pretty reasonable. If you check out the site I compiled a list of shops that I've tested. Usually $1.15 - 1.50 a piece for Ultralight C or Classic 1K tags.
Question for you guys with the nfc tags what have you done with them I like the idea of swiping my phone over a credit card scanner but what can be created with your own tags
Sent from my SCH-I510 using xda premium
Can't wait to try this. Already ordered the starter pack from tagstand. Looks like an amazing app. Will definitely buy as soon as I get my phone = ]. Thanks for the hard work.
@krohnjw
Can these tags be pre-defined and written into the software?
Was just thinking, you could be onto a winner here.
Set your program to know whats tags are, so say put a tag for a store. When someone scans it with your app, it auto checks them in at whatever app they have installed
Evostance said:
@krohnjw
Can these tags be pre-defined and written into the software?
Was just thinking, you could be onto a winner here.
Set your program to know whats tags are, so say put a tag for a store. When someone scans it with your app, it auto checks them in at whatever app they have installed
Click to expand...
Click to collapse
The instruction set is encoded on the tag. Any user with the app that scans the tag will see the same actions performed. It makes no calls back to any server or outside service.
Sent from my Nexus S using xda premium
Ah ok, makes sense. How do you code the tag though?
Sent from my iPad 2 using Tapatalk
Evostance said:
Ah ok, makes sense. How do you code the tag though?
Sent from my iPad 2 using Tapatalk
Click to expand...
Click to collapse
It's fairly simple. I designed a basic syntax describing the actions to be taken and wrote a complementary parser for when the tags are read.
That's simply amazing. I knew the NFC would be a nice toy, but not that nice!
Does anyone know where to get some cheap tags in germany. Cheapest I found so far was ebay, but still around 2,50 EUR per tag (incl. shipping).
Atreus said:
That's simply amazing. I knew the NFC would be a nice toy, but not that nice!
Does anyone know where to get some cheap tags in germany. Cheapest I found so far was ebay, but still around 2,50 EUR per tag (incl. shipping).
Click to expand...
Click to collapse
Did you check http://www.tagage.net/tagage-shop/ ?
I purchased these nfc tags which the seller has confirmed that they are in working order and bought the application. However, the app says that the nfc type is not supported. What's up with that?
drdino said:
I purchased these nfc tags which the seller has confirmed that they are in working order and bought the application. However, the app says that the nfc type is not supported. What's up with that?
Click to expand...
Click to collapse
See the edited first post. Something in 4.0 changed and Mifare Ultralight, Ultralight C and Classic 1K tags are no longer reporting as NdefFormatable - so the functionality to format them TO NDEF is broken.
Essentially the NdefFormatable class verifies that the tag lists the tech before it will operate on them. As they no longer list that tech it refuses to do anything with them.
This affects all NFC Apps I've tried in the Market so far. If the tags are already formatted NDEF then they work without issue.
I've got a bug report open to see if I can get a response on this as well as a post on the dev group as it's not a listed change in the API changes anywhere from 3.0 up.
If you don't want to wait it out and want a refund let me know and I'll process it.
Its allright, seems like a decent app so I still want to explore the possibilities.
drdino said:
Its allright, seems like a decent app so I still want to explore the possibilities.
Click to expand...
Click to collapse
There are shops that sell the tags pre formatted with NDEF - those will work. Anything that comes blank though currently will not.
As a curiosity I sent an email to NXP as well to see if they have any more information. I'd like to get this sorted sooner rather than later so hang in there
Can this app be set to do something when moved away from an NFC tag?
So say you put it in car dock and a tag turns on BT. But when removed its turns off BT
Sent from my Galaxy Nexus using Tapatalk
Evostance said:
Can this app be set to do something when moved away from an NFC tag?
So say you put it in car dock and a tag turns on BT. But when removed its turns off BT
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
No, there's no intent raised when the tag is moved out of range, only when it is detected.
It is reported in the logcat, but to do that you'd need to constantly be reading the logs and scanning for that (which would involve a read logs permission).
For all Europeans: I contacted tagage and their tags are not pre-formatted by default, but if you send them an email, they'll format your tags first.
Atreus said:
For all Europeans: I contacted tagage and their tags are not pre-formatted by default, but if you send them an email, they'll format your tags first.
Click to expand...
Click to collapse
Most vendors don't pre-format their tags - so get in touch with them before/when your order for now to be sure.
Hopefully this is something that I can get an answer on, but I don't currently see a good workaround.
krohnjw said:
No, there's no intent raised when the tag is moved out of range, only when it is detected.
It is reported in the logcat, but to do that you'd need to constantly be reading the logs and scanning for that (which would involve a read logs permission).
Click to expand...
Click to collapse
Can you put implement it as an option on each tag? That way we could enable it for a car tag only and not another tag etc.
If that makes sense?
Sent from my Galaxy Nexus using Tapatalk

[APP] Locale/Tasker NFC Plugin

About the app
This is a plug-in for Locale and Tasker that extends them with NFC-functionality. It works by reading the UID (Unique Identifier) of a tag. Actions can then be associated with this UID and will be executed when the tag is scanned.
This allows you to reuse old discarded NFC-tags/cards that you might have lying around. Maybe you have some old access-cards or commuter-cards that you can use. It currently supports all NFC-standards that are supported by the Android system.
How to use it
Add a new situation
Add a new condition
Choose Locale NFC Plugin
Scan the tag
Add settings of your choice
You have now registered the tag with the phone and associated it with the desired actions. The next time you scan the tag the actions will be executed.
How do I get the app?
Please note that it's only a plug-in so you MUST have Locale or Tasker already installed on your device for it to work!
Follow the link to Google Play Store
Or scan the QR-code with your phone.
I'm happy to answer any questions that you might have.
reserved
reserved 2
I was under the impression tasker already had this functionality built in?
Evostance said:
I was under the impression tasker already had this functionality built in?
Click to expand...
Click to collapse
What I know Tasker dosen't have this functionality built in. At least I haven't been able to find it. However I do believe that NFC Task Launcher + Tasker makes a similar combination.
The difference between Locale NFC Plugin + Tasker and NFC Task Launcher + Tasker would be that, with NFC Task Launcher you will have to write to the tag what it is that the phone should do once the tag is scanned. This means that you will have to buy tags that you can write to.
With Locale NFC Plugin you won't have to write anything to the tag. Hence you can reuse old NFC-tags/cards that you might have lying around.
Edit: strike the following as it's now showing as compatible (now purchased!). Not sure what happened but it's all good now.
Market / Play Store says it's not compatible with my device - a GSM GNex running AOKP (4.0.4 / build 32) and Franco kernel #135. I'm guessing your plug-in appears for devices that haven't been messed around with quite so much? It sounds very handy!
Advertising of paid apps is only allowed in the Paid Software Announcement and Discussion forum.
Please read the forum rules and any relevant stickied threads before creating any new posts.
Forum & Marketplace Rules

Tasker/Locale NFC Plugin

I just purchased this plugin to use with Tasker:
https://play.google.com/store/apps/....&purchaseButton=9yzEcX63VIYisA_oRMh13HqYUXs=
Seems to work ok, but ever time it scans my NFC tag it pops up a dialogue asking if I want to "Activate NFC condition" or "New tag collected". I just want it to kick off the action in Tasker without any dialogue. Anyone have experience with this plugin, or should I use something else?
Nevermind... got it working with NFC ReTAG FREE. Works great! Don't mess with the app I posted a link to above, it's a pain to use.
Glad you like NFC ReTag ;-)
For any questions: http://forum.xda-developers.com/showthread.php?t=1477138
kimboinatl said:
I just purchased this plugin to use with Tasker:
https://play.google.com/store/apps/....&purchaseButton=9yzEcX63VIYisA_oRMh13HqYUXs=
Seems to work ok, but ever time it scans my NFC tag it pops up a dialogue asking if I want to "Activate NFC condition" or "New tag collected". I just want it to kick off the action in Tasker without any dialogue. Anyone have experience with this plugin, or should I use something else?
Click to expand...
Click to collapse
Hi kimboinatl!
I'm the developer of the NFC plugin for Locale. The reason why this chooser pops-up is because there are multiple apps on your phone that can handle the NFC-tag that was scanned.
This can be solved by either disabling the other apps that the NFC scan action can choose from or you can create a unique tag following this guide.
I'm glad that you have been able to solve your needs with NFC ReTAG.
May I ask what it is that makes it a pain to use ? The feedback is greatly appreciated so that I might make it more pain free for other users.
Kind Regards
m3llon
m3llon said:
Hi kimboinatl!
I'm the developer of the NFC plugin for Locale. The reason why this chooser pops-up is because there are multiple apps on your phone that can handle the NFC-tag that was scanned.
This can be solved by either disabling the other apps that the NFC scan action can choose from or you can create a unique tag following this guide.
I'm glad that you have been able to solve your needs with NFC ReTAG.
May I ask what it is that makes it a pain to use ? The feedback is greatly appreciated so that I might make it more pain free for other users.
Kind Regards
m3llon
Click to expand...
Click to collapse
Hey m3llon,
I think the the problem was getting rid of the popup. Typically when there are multiple apps that can be launched from an action my phone gives me the option to select a default, but I couldn't do it in this case. I spent a while trying to figure out how to disable the popup, or if there was another app that was causing this, and had no luck, so I ended up uninstalling it. If there was a way to specify what the default action was I probably would have kept the plugin. Sorry if my feedback sounded a bit harsh, I was just grumpy after not being able to get it to work the way I wanted it to. Thanks for checking in with me about it, I appreciate the work you have put into it.
kimboinatl said:
Hey m3llon,
I think the the problem was getting rid of the popup. Typically when there are multiple apps that can be launched from an action my phone gives me the option to select a default, but I couldn't do it in this case. I spent a while trying to figure out how to disable the popup, or if there was another app that was causing this, and had no luck, so I ended up uninstalling it. If there was a way to specify what the default action was I probably would have kept the plugin. Sorry if my feedback sounded a bit harsh, I was just grumpy after not being able to get it to work the way I wanted it to. Thanks for checking in with me about it, I appreciate the work you have put into it.
Click to expand...
Click to collapse
Ok thanks for explaining what the neusens was. That have been fixed in the last update together with the workarounds that's linked in the app description.
Good luck with your future NFC endeavours
Sent from my Galaxy Nexus using Tapatalk 2
Just in case anyone else has issues with the popup, I find that using non-formatted tags doesn't produce a popup. Once the tag is formatted, or if you buy them preformatted, it doesn't look like it can be UNformatted though (wiped, yes.. but not unformatted)
When I first got my GS3 and started scanning everything possible, I found that some tags would produce the popup discussed (despite having no other nfc apps installed), and others wouldn't.. I ended up realising that unformatted tags don't produce the popup.
I ended up using the Tasker/Locale NFC Plugin as I didn't want something else running all the time when I had Tasker for that - and since the plugin uses the serial number (or what I assume is a serial number - it's different on each tag) rather than what's written on the tag itself, there's no need to format it - Same would apply with NFC ReTAG.
So as long as any tags are unformatted, you should be good to go.
So I bought the plugin and wrote the bad://access/developer URL to one of my tags. I scan it and Locale reacts accordingly.
But then what? Locale is in that situation forever.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Trinition said:
So I bought the plugin and wrote the bad://access/developer URL to one of my tags. I scan it and Locale reacts accordingly.
But then what? Locale is in that situation forever.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
Yes, you will have to scan another tag to exit the situation.
For using Tasker with NFC Tags I like Tasker URL Launcher the best. Once installed you simply write a short URL that ends with the name of your Tasker Task to a tag then anytime you tap that tag it intiates that Tasker Task.
I did at one time have issues with those pop-ups (new tag collected) and through much searching found that I needed to disable a system app on my Galaxy S3 called "Tags". It wasn't there on ICS, but was after the update to Jelly Bean so not sure if it's something Android added into JB and not sure why they would or what it's purpose is, but disabling it fixed the annoying pop-up issue and has had no affect on reading/writing tags with various apps.
Kaibosh said:
Just in case anyone else has issues with the popup, I find that using non-formatted tags doesn't produce a popup. Once the tag is formatted, or if you buy them preformatted, it doesn't look like it can be UNformatted though (wiped, yes.. but not unformatted)
So as long as any tags are unformatted, you should be good to go.
Click to expand...
Click to collapse
They can be unformatted. Using NFC TagWriter by NXP (which I LOVE), you choose Tools > Clean. This resets the tag to factory default (unformatted). NXP manufactures the Xperia tags, they make nice products.
dragon_76 said:
They can be unformatted. Using NFC TagWriter by NXP (which I LOVE), you choose Tools > Clean. This resets the tag to factory default (unformatted). NXP manufactures the Xperia tags, they make nice products.
Click to expand...
Click to collapse
Thanks for that.. That definitely wasn't the case when I wrote the post as I'd tried with numerous apps (including NFC Tagwriter, which is also my go to app for writing) and using the Clear option left the tag wiped, but did not leave it in the same state as prior to formatting.
Also, the developer of the app implemented a direct url that could be written to the tags so that only this app is launched - so the need for unformatted tags (when using this app at least) is somewhat moot.
I have this app and I must say it makes building tasks extremely tedious.
If you want to scan the same tag twice, you have to put an action in your task to disable the first task after the first one is done and then put a disable of the task you are running in the second task.
Also, both need to run as exit tasks.
It would have helped if the dev used some better logic and came up with exit tasks on repetitive scan
Sent from my DROID RAZR MAXX HD
dragon_76 said:
They can be unformatted. Using NFC TagWriter by NXP (which I LOVE), you choose Tools > Clean. This resets the tag to factory default (unformatted). NXP manufactures the Xperia tags, they make nice products.
Click to expand...
Click to collapse
You can also use the app StartNFC Expert to "unformat" a tag. It's a great simple app for formatting/unformatting and testing tags and seeing what types they are etc.
It's extremely disappointing they the developer has completely abandoned this plugin.
Solution
Hello !
A solution I found to avoid this popup :
- Scan a tag (popup appears)
- Long press on the unwanted app
- Choose disable
- Enjoy the plugin
You can also go to your apps list and search "tags" and disable it
Hopefully pent does something with NFC in the next version of Tasker so we can be rid of this unsupported plugin.
Sent from my Nexus 7 using Tapatalk
Hoping someone is still using this plugin and can answer my question...
Do I have to have two tags if I want an on / off tasks? For example, I have hue lights and I would like to turn off the bedroom light on / off with the same NFC tag but not sure if that is possible
No.. Just use the check box for repetitive scan
Ignore: Haha I accidentally posted in the wrong thread.

Specific nfc app

Hello everybody
I was wondering if there is a nfc app which makes it possible to write on a nfc tag to connect to a specific wifi-connection.
Sent from my LG-P880 using xda app-developers app
TeunowNL said:
Hello everybody
I was wondering if there is a nfc app which makes it possible to write on a nfc tag to connect to a specific wifi-connection.
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
Yep, easy
Get NFC ReTag ...tap a tag ... name the tag....add activity "Add new SSID" (Wireless/Network) configure your SSID, Security and password and then use the Write option within the tag edit screen (action bar above) to write the activity on your tag.
Et voila, ssid and password written on your tag and everybody with nfc retag installed can easily connect to your network ....
Remark: Unfortunately, there is NO WAY to write a tag which doesn´t require an app to interpret the information, because Android (and the NFC specification!) doesn´t provide any native way to do this without an app installed... ... However, if someone without NFC ReTag installed, scans the tag, the tag will open Google Play and let the user download NFC ReTag (FREE version and less than 700kb).
Thanks! It works. I've been searching for an app like this one for so long
Sent from my LG-P880 using xda app-developers app
So far, it looks like this is the app I was looking for as well. I wanted something more capable than Samsung's TecTile app and this seems to fit the bill.
Sent from my SCH-I535 using Tapatalk
TeunowNL said:
Thanks! It works. I've been searching for an app like this one for so long
Click to expand...
Click to collapse
liteon163 said:
So far, it looks like this is the app I was looking for as well. I wanted something more capable than Samsung's TecTile app and this seems to fit the bill.
Click to expand...
Click to collapse
Hmm, you´re welcome .... and thanks for the wake up call ... either I should improve my marketing or you should improve your search skills ...:laugh:... NFC ReTag is currently the number 2 result within Google Play, if you search for "NFC"... ....but apparently a lot of people are not aware of it ....
NFC Retag was #4 when I just searched.
I particularly like that the app doesn't actually seem to write to the tag, it simply forms an association with its value that triggers my settings.
Samsung's TecTile app actually seems to change the tile's value. At least it seems this way when reading the tag first with NFC Retag, programming it with the TecTile app, and then reading it again with NFC Retag.
Sent from my SCH-I535 using Tapatalk
liteon163 said:
NFC Retag was #4 when I just searched.
I particularly like that the app doesn't actually seem to write to the tag, it simply forms an association with its value that triggers my settings.
Samsung's TecTile app actually seems to change the tile's value. At least it seems this way when reading the tag first with NFC Retag, programming it with the TecTile app, and then reading it again with NFC Retag.
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
Yep, the Google Play search rank is currently a bit unstable ... Goggle obviously had just changed their ranking algorithm and mess it up somehow ....seems that a lot of apps jumping 100+ ranks up and down several times a day ...so #4 is a setback, but it could be worse
However, yes NFC ReTag doesn´t write anything on the tag, unless you want it to do so
It´s designed to work with read-only tags,too...therefore it saves all your activities in an app internal database on your device....
BUT it also has some cool write features: e.g.:
- the write Activity tag option mentioned in post 2 (action bar; tag edit screen) --> writes a cycle on a tag ... and usually needs a lot less space on the tag than the TecTile app --> means more activities per tag ... and it´s perfect for sharing your wifi credentials ...
- the write "special NFC ReTag tag" option (more button) writes only some small dispatching information on the tag ....so it combines both concepts (written tag + database) --> bulletproof dispatching, best performance, cycles and unlimited number of activities ... if you have writeable tags, I would always recommend to write a special NFC ReTag tag ....
So with ReTag, you can use both concepts depending on your use-case, tag size, requirement, restriction or preference ....Hack, you can even beam your tag activities from one device to another device

Write NFC tags that do not require other users to have the app used to write the tag.

I have a done a bit of looking but all I've come up with is mainly 'use trigger' or something like it. But my question is: Is there a way with Trigger to write a tag that anyone can read? Or is there another NFC tag writer app that I should use?
The thing I want to do is make a tag for friends to tap when they call over that will connect them to my wifi network, but if they have to go and download trigger first then no one is going to use my tag.
Sorry if this is a re-posted question, I looked and didn't see it anywhere here and when I put the title in there was no recommended threads that had what I was asking.
I've tried different apps, and it looks like connect to wireless is not one of the default actions that is included in Android. I've only found connect to bluetooth.
Hi, you can use NFC Tools for that.
All records on "write" tab is compatible with other NFC device.
daniel_loft said:
I've tried different apps, and it looks like connect to wireless is not one of the default actions that is included in Android. I've only found connect to bluetooth.
Click to expand...
Click to collapse
I am new to NFC and I am a little confused about what NFC can do. I have the nfc-tool App and I can read many NFC tags that I have.
But for an Android phone with NFC support, without installing any 3rd party App, what can it do? Is NFC enabled by default? Are there native NFC apps that can trigger action, open URL, etc?
Also, since each NFC tag already has a unique identifier, it seems to me writing data to NFC tag isn't all that useful when only 1 phone is using it. As you could have just programmed the command to the phone. The same applies to multiple phones if you can program the phones through some other means. Am I missing something here?
As I was saying, looks like what you want is only possible in Android L.
Have a nice day!
nookin said:
I am new to NFC and I am a little confused about what NFC can do. I have the nfc-tool App and I can read many NFC tags that I have.
But for an Android phone with NFC support, without installing any 3rd party App, what can it do? Is NFC enabled by default? Are there native NFC apps that can trigger action, open URL, etc?
Click to expand...
Click to collapse
Android has native build-in support for some simple standard NFC activities, like reading a messages/contact, open URL/URI, launch application etc. .For more sophisticated activities you will always need an app to parse the tag content and handle the activities.
Also, since each NFC tag already has a unique identifier, it seems to me writing data to NFC tag isn't all that useful when only 1 phone is using it. As you could have just programmed the command to the phone. The same applies to multiple phones if you can program the phones through some other means. Am I missing something here?
Click to expand...
Click to collapse
yep, fully agree. Have a look at NFC ReTag
ascsa said:
Android has native build-in support for some simple standard NFC activities, like reading a messages/contact, open URL/URI, launch application etc.
Click to expand...
Click to collapse
I'm a newbie here. I have a phone running 4.2.2. How do I make it read an NFC tag and take action without installing additional app? Just tap?
So I finally found an official NFC tag in mall. When I place my phone on it, it asks me to choose between stock Browser and Chrome. I guess if I have already chosen a default, it will just open a webpage. Now I wonder if there are security concerns. What if the URL is malicious? What if it downloaded a lot of data when the user is roaming?
I wonder what other functions an NFC tag can trigger without installing additional Apps? If I buy writable NFC tags, like the Samsung TecTiles, can it be programmed just like the mall NFC tag?

Categories

Resources