
Android
-
Configuring Ethernet 802.1x on Android
What is 802.1x? 802.1x is a network access control protocol that provides authentication for devices trying to connect…
-
Setup testing environment to test Android Ethernet 802.1x
Setting up a testing environment to test Android Ethernet 802.1x requires a combination of hardware and software configurations.…
-
802.1x Authentication over Ethernet in AOSP Android
In today’s enterprise environments, secure wired network access is essential—especially in sectors like education, government, and large corporations.…
-
Allwinner H6 OrangePi Lite2 Android 7.0 source code compilation
Install compilation dependencies sudo apt-get install git gnupg flex bison gperf build-essential \ zip curl zlib1g-dev gcc-multilib g++-multilib…
-
Force landscape orientation through Android build system
Open the following file from Android framework. /android/frameworks/base/services/java/com/android/server/wm/WindowManagerService.java Go to “computeForcedAppOrientationLocked” function. Add below code at appropriate place.…
-
Disable the lock screen forever
Open the following file from Android framework. /android/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardViewMediator.java Go to “doKeyguardLocked(Bundle options)” function. Add below code at appropriate…
-
Get Ethernet and WiFi bandwidth in Android
Ethernet:- Make ethernet_bw.sh file. Copy below code snippet in file. [code lang=”bash”] #!/bin/sh INTERVAL=”1″ # update interval in…
-
Call Java functions in Cocos2d-x
Java [code lang=”java”] public static Activity _activiy; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); //Save activity instance _activiy…
-
AES encryption and description
[code lang=”java”] import android.util.Base64; import javax.crypto.Cipher; import javax.crypto.spec.IvParameterSpec; import javax.crypto.spec.SecretKeySpec; public class AESCrypt { private final Cipher cipher;…
-
Error: base operand of ‘->’ has non-pointer type ‘JNIEnv’
You are using the C variant, but are compiling with g++, which invokes the C++ compiler (even if…

Tyler Moore
Hello, my name is Tyler Moore and with the help of many people I made this template. I made it so it is super easy to update and so that it flows perfectly with my tutorials. I wish you the best of luck with your business, enjoy the adventure.
Must Read
Categories








