-
Configuring Ethernet 802.1x on Android
READ MORE →: Configuring Ethernet 802.1x on AndroidWhat is 802.1x? 802.1x is a network access control protocol that provides authentication for devices trying to connect to a LAN or WLAN. It’s commonly used in enterprise environments to secure Ethernet and Wi-Fi networks. The authentication is usually performed using RADIUS servers.…
-
Setup testing environment to test Android Ethernet 802.1x
READ MORE →: Setup testing environment to test Android Ethernet 802.1xSetting up a testing environment to test Android Ethernet 802.1x requires a combination of hardware and software configurations. Below are the steps to create and configure the environment: Hardware Requirements Software Requirements Overall connection diagram is shown below. Note: Here TPLink TL-SG2210 switch…
-
SSH server support in AOSP Android
READ MORE →: SSH server support in AOSP AndroidFollow the below steps to add SSH Server support in AOSP Android source code. Download the OpenSSH source code and replace it with existing source code inside external folder. Add below code in device make file (e.g. device.mk). Download ssh.rc file. Add below…
-
802.1x Authentication over Ethernet in AOSP Android
READ MORE →: 802.1x Authentication over Ethernet in AOSP AndroidIn today’s enterprise environments, secure wired network access is essential—especially in sectors like education, government, and large corporations. IEEE 802.1X, a port-based Network Access Control (PNAC) protocol, provides a robust mechanism for authenticating devices connected via Ethernet. However, native support for Ethernet 802.1X…
-
Scientific Calculator application in Flutter using Webview and HTTP Server
READ MORE →: Scientific Calculator application in Flutter using Webview and HTTP ServerIn this blog, we are exploring Scientific calculator application using Webivew and HTTP Server. Getting started Here, we would use HTTP Server running in background while application is running and open a scientific calculator html file in Webview. Add below project dependencies in…
-
File based OTA update along with Block-based OTA
READ MORE →: File based OTA update along with Block-based OTAOTA is the mechanism by which OEMs remotely update the system partition of a device: File based OTA update in not available beyond AOSP Android 5.0. Sometimes it is require to provide few configuration files along with OTA. We have solutions that provide…






