Shadow

Shadow

How to bypass NFC tag reading using ADB?

Good afternoon. Brief story: My institution has several nfc tags in building which have to be scanned with specific app built and used in Microsoft PowerApps. Now, my question is, if it’s possible to “imitate” that the specific nfc tag, with specific uid and data was scanned via ADB tools using windows and performin so on my android devixe. After some research, I found kind of solution but it didn’t work so far:
adb shell am start -W -a android.nfc.action.TAG_DISCOVERED --es “uid” “someuid” -t “text/plain” --es “android.nfc.extra.TEXT” “sometext” -c android.intent.category.DEFAULT -n com.microsoft.msapps/.MainActivity
To be honest, Im not really familiar with the topic, but I really hope to find some help here. Maybe you could suggest anothe methods of solution, maybe there is already written application which imitates that an nfc tag was scanned for whole android system? Maybe there is any AC122U emulator which also provides opportunity to scan non-physically-existing nfc tag for Windows or Android? Any other suggestions are welcome. Best wishes.

Popular Android topics Top

PragmaticBookshelf
Google Android dominates the mobile market, and by targeting Android, your apps can run on most of the phones and tablets in the world. T...
New
PragmaticBookshelf
Creating your own domain specific languages (DSLs) is both challenging and exhilarating. DSLs give users a way to interact with your appl...
New
Exadra37
We have Android guides for everyone whether you are a beginner, intermediate or expert . Want to learn how to use the ActionBar or the in...
New
Exadra37
I am in the process of research for my next technical blog about bypassing certificate pinning with Frida, thus I need to find some open ...
New
Prosper226
Hi guys, I’m trying to do multi ussd with java on android, I can’t do it. I looked at the documentation of telephonyManager on android, ...
New
ciger
I want to get a clone of Instagram APK But with a difference I want to define in this clone that, for example, it is not possible to acc...
New
Apoorv
I have made my version of browser on android platform.I have used chromium as base. I have build it successfully & but the logo or i...
New
AndroidDog123
I’m a developer working as a contractor for a company. I’m finding it confusing on how I should answer these questions? Has Google just b...
New
Sadik
I’ve been hearing a lot about AI in mobile phones lately, and I’m kind of confused about how it’s different from the usual smart features...
New
Garrett
I’m stuck trying to understand how to get a variable initialised, and later updated, in kotlin to update in Jetpack Compose and cause a c...
New

Other popular topics Top

DevotionGeo
I know that these benchmarks might not be the exact picture of real-world scenario, but still I expect a Rust web framework performing a ...
New
Rainer
My first contact with Erlang was about 2 years ago when I used RabbitMQ, which is written in Erlang, for my job. This made me curious and...
New
PragmaticBookshelf
Rust is an exciting new programming language combining the power of C with memory safety, fearless concurrency, and productivity boosters...
New
Exadra37
I am asking for any distro that only has the bare-bones to be able to get a shell in the server and then just install the packages as we ...
New
PragmaticBookshelf
Learn different ways of writing concurrent code in Elixir and increase your application's performance, without sacrificing scalability or...
New
PragmaticBookshelf
“A Mystical Experience” Hero’s Journey with Paolo Perrotta @nusco Ever wonder how authoring books compares to writing articles?...
New
AstonJ
Continuing the discussion from Thinking about learning Crystal, let’s discuss - I was wondering which languages don’t GC - maybe we can c...
New
wmnnd
Here’s the story how one of the world’s first production deployments of LiveView came to be - and how trying to improve it almost caused ...
New
husaindevelop
Inside our android webview app, we are trying to paste the copied content from another app eg (notes) using navigator.clipboard.readtext ...
New
NewsBot
A new Scala blog post/announcement has been posted! Get the full details here: https://www.scala-lang.org/news/3.3.6/
New

Latest in Android

View all threads ❯