I hereby claim:
- I am liryna on github.
- I am liryna (https://keybase.io/liryna) on keybase.
- I have a public key ASBjzzWKnV54JYoAQHyDg-rJqW2Ewu99dGe_huuMADjhqgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import android.annotation.TargetApi; | |
import android.nfc.Tag; | |
import android.nfc.tech.IsoDep; | |
import android.os.Build; | |
import android.os.Handler; | |
import android.os.HandlerThread; | |
import android.os.Looper; | |
import android.support.annotation.NonNull; | |
import android.support.annotation.Nullable; | |
import android.util.Log; |
You might want to read this to get an introduction to armel vs armhf.
If the below is too much, you can try Ubuntu-ARMv7-Qemu but note it contains non-free blobs.
First, cross-compile user programs with GCC-ARM toolchain. Then install qemu-arm-static
so that you can run ARM executables directly on linux