Friday 31 July 2020

Secure NFC : A new Approach in Android

Hi Guys !!! Hope all is well
In my previous post, I have discussed NFC related technology, implementation and its uses. 
Now Google Android comes with  Secure NFC, Its mainly for payment related stuff. 

Secure NFC is a feature introduced in Android 10 that allows off-host NFC card emulation to be enabled only when the device's screen is unlocked. Implementing this feature gives users the option to enable Secure NFC for improved security.

Android NFC :The technical detail

Hi Guys !!! Hope all is well
Near Field Communication (NFC) is a set of short-range wireless technologies, typically requiring a distance of 4cm or less to initiate a connection. NFC allows you to share small payloads of data between an NFC tag and an Android-powered device, or between two Android-powered devices.

Build a Custom Kernel Module for Android

Hi Guys!!!Hope you are doing well !!!. Today I will describe how you can write a custom kernel module(Hello world) for Android and load it a...