The iDigi Connector for Android implements the iDigi protocol in an Android device allowing it to be discovered and managed by Digi applications, establish communication with the iDigi Device Cloud Portal for remote management, and exchange data between the device and iDigi.
You can install the iDigi Connector for Android either from Google Play or performing a manual installation.
The iDigi Connector for Android is located in the Google Play. It means that you can install it directly from your Android device, or through this URL:
You can also install it using the following QR:
The manual installation process of the iDigi Connector for Android in the device is the same for physical and virtual devices. Just make sure the device is ready for the installation:
Depending on the operating system you are working on, you will need to follow a different set of instructions to install the iDigi Connector for Android.
Open a Windows command line console. To do so, go to Start and type cmd in the search box, then press <Enter>.
Change to the directory where you installed the Android and go to the platform-tools folder. To do so write the following command:
|
cd "<path-to-sdk>\platform-tools" |
Where <path-to-sdk> is the path where the Android is installed.
You need to know the ID of the device in order to install the iDigi Connector for Android. To determine this ID issue the following command:
|
adb.exe devices |
You will receive an answer like this:
|
List of devices attached |
Where <device-id> is the ID of the Android devices (virtual and physical) connected to your PC.
Now write the following command to install the iDigi Connector for Android:
|
adb.exe -s <device-id> install "<path-to-sdk>\platforms\<api-level>\iDigi Connector\iDigiConnectorAndroid.apk" |
Where <device-id> is the ID of the device where you will install the iDigi Connector for Android, <path-to-sdk> is the path where the Android is installed and <api-level> is the folder of the Android you will use to develop iDigi Android applications.
Wait for the installation process to finish. You will see Success in the console when the service is installed successfully.
Open a shell console and kill the current process by executing the following command:
|
/<path-to-sdk>/platform-tools/adb kill-server |
Where <path-to-sdk> is the path where the Android is installed.
Restart the process by issuing this command:
|
sudo /<path-to-sdk>/platform-tools/adb start-server |
Where <path-to-sdk> is the path where the Android is installed.
To verify that you are the owner of the instead of Eclipse, you should see the following output in the shell:
|
* daemon not running. starting it now on port 5037 * |
If you don't see that output, you should repeat steps 1 and 2.
Change to the directory where you installed the Android and go to the platform-tools folder. To do so write the following command:
|
cd /<path-to-sdk>/platform-tools |
Where <path-to-sdk> is the path where the Android is installed.
You need to know the ID of the device to install the iDigi Connector for Android. To determine this ID issue the following command:
|
./adb devices |
You will receive an answer like this:
|
List of devices attached |
Where <device-id> is the ID of the Android devices (virtual and physical) connected to your PC.
Now write the following command to install the iDigi Connector for Android application:
|
./adb -s <device-id> install /<path-to-sdk>/platforms/<api-level>/iDigi Connector/iDigiConnectorAndroid.apk |
Where <device-id> is the ID of the device where you will install the iDigi Connector for Android, <path-to-sdk> is the path where the Android is installed and <api-level> is the folder of the Android you will use to develop iDigi Android applications.
Wait for the installation process to finish. You will see Success in the console when the service is installed successfully.
|
You have just learned how to install an Android application using the Android Debug Bridge. |
Registering the device in iDigi is a necessary step to allow for remote management of the device, and data exchange between the device and the iDigi server.
Depending on if you are using a physical device or a virtual device, you should follow a different set of instructions.
Follow these steps to register your physical Android device in your iDigi account:
![]()
Follow these steps to register your virtual Android device in your iDigi account:
![]()
To specify the address for the , press the Emulated address option.
|
You have just learned how to register your Android device in iDigi. |
|
Prev. Step |
Home |
Next Step |