Check-in tamigo - Tasker Tips & Tricks

Hi
Does anyone know if it's possible to check-in in tamigo with nfc Chip and tasker, right now it does it with autoinput, but can I do it with tamigo api?
Api attached in post

Related

[Q] Anyone know where to pick up some RFID tags for use with NFC

Anyone know where to pick up some RFID tags for use with NFC?
I've started playing around with NFC and want to do some fun POC things.
I currently have taken the NFC demo and extended it to support text input as delimited commands (for example e:bt;d:wifi;l:com.slacker.radio to enable bt, disable wifi and launch slacker for when I hop into the car). This works great using the SDK and static text from the tags as input, but I'd like to get a few actual tags to write a quick app to write the tags using the new API and then test them (and use them as it would save me doing some things manually).
I tried http://www.touchatag.com/e-store but they're out of stock currently. Anyone else pick some up anywhere reasonable?
Well, I found http://www.tagage.net/tagage-shop/ and picked up several tags for testing. We'll see how long shipping takes from finland
another good source is ebay

NFC and ISO 15693

Hello,
I want to by some NFC tags like http://www.ebay.de/itm/271097721834 and then do some smartactions with them. Does somebody know whether the Razr i can do ISO/IEC 15693 writing?
Thanks

How to look at application stack trace to create an xposed mod?

Hi,
I want to write an xposed mod for e.g. Facebook. I want to know what all api's are being called so that I can hook into those APIs. In case I want to add my signature whenever I post something on facebook. I want to know what API is called when I click on Post Status. Is there any way to record stack trace of app inside or outside(adb or something) android device.
I tried logcat, but that is not of help, it is showing only those messages which are logged. I want to see the stacktrace if u can help me with that.
Thanks in advance.
compilerNayan said:
Hi,
I want to write an xposed mod for e.g. Facebook. I want to know what all api's are being called so that I can hook into those APIs. In case I want to add my signature whenever I post something on facebook. I want to know what API is called when I click on Post Status. Is there any way to record stack trace of app inside or outside(adb or something) android device.
I tried logcat, but that is not of help, it is showing only those messages which are logged. I want to see the stacktrace if u can help me with that.
Thanks in advance.
Click to expand...
Click to collapse
Android Device Monitor might be of help to you. It can be found under tools of the Android SDK.
The best practice is to decompile APK and do some reverse engineering.
There are even tools that can generate java sources from smali for better readability.
E.g., take a look at Virtuous Ten Studio. It's a tool that makes reverse engineering process a lot more easier.

[Q]How to resolved hidden class ItemInfo in xposed module development, thanks!

[Q]How to resolved hidden class ItemInfo in xposed module development, thanks!
I want to develop an xposed module to hide some shortcut in the launcher workspace,
but i can't resolve the hidden class ItemInfo, because i need remove specific item from ArrayList<ItemInfo>,
how to deal with it, thanks!
You can cast it to ArrayList<?>
C3C076 said:
You can cast it to ArrayList<?>
Click to expand...
Click to collapse
sure, i think i can, but how to change the single items in the ArrayList?
because i need to iterate every element in ArrayList to check if someone need to be blocked,
but the element is ItemInfo class type, so....
is there any solution to resolve it, thanks!
is there anybody has good experience on it, thanks!
If you can't use ItemInfo directly at design time simply use xposed functions on its instances to check for property values and call its methods.
E.g. you can iterate through array list and cast items to Object. Then use xposed functions on those objects like getIntField/getFloatField/... to get property or callMethod to call function.
C3C076 said:
If you can't use ItemInfo directly at design time simply use xposed functions on its instances to check for property values and call its methods.
E.g. you can iterate through array list and cast items to Object. Then use xposed functions on those objects like getIntField/getFloatField/... to get property or callMethod to call function.
Click to expand...
Click to collapse
thanks, C3C076, it's good idea, i will try

UWB (ultra-wideband) use possible?

I would like to use ultra-wideband. I.e. I would like to build a Tasker rule that when I approach a UWB tag that but a certain distance an action is triggered.
Is this already possible with Tasker?

Categories

Resources