Overview
The EMDK for Android allows you to configure Wi-Fi of a Symbol device.
The available actions are:
- Disable Wi-Fi
- Enable Wi-Fi
- Add a Network
- Connect to a Network
- Enable a Network
- Disconnect from a Network
- Disable a Network
- Remove a Network
Note: In order to perform all Wi-Fi network operations, Wi-Fi should be enabled.
This sample application will allow you to perform all the above mentioned Wi-Fi actions on Symbol device.
Prerequisites
- Java JDK
- Eclipse with ADT plugin or Android Studio
- EMDK for Android
- An EMDK supported Android device
For more information about setting up the EMDK please see the EMDK Setup Guide.
Loading the Sample Application
The following guide will walk you through setting up the EMDK samples in your IDE.
Using This Sample
When the application starts it should look like the following.

Select the Wi-Fi operation you want (Enable/Disable).
Select the Network action you want to execute from the Network Action drop-down.
Let us select "Add(Default Open Network)" option.

Note: You could also add Personal Network with Passphrase and Enterprise Network with required certificate, which is not in the scope of this sample.
- Provide some SSID to the network you want to add in SSID field (Ex. Test_Network).

Click "Apply" button.
Check the status field.