AI RMA Documentation:AI AI Factory Tool Configuration
AI Factory Tool Configuration
You will need a switch box to be able to power on the AI and Ignition switches, a micro USB3 cable and a Wi-Fi. You will not need a programmer. Also a TORX Driver to open the case if needed.
Download Tools
https://admincenter.idriveglobal.com/wiki/?title=Idrive_Downloads
Idrive Manufacturing - Factory Tool 3.7.5
AI Firmware – ASOP 6.0 – Factory Tool (this is the android OS for the camera)
AI Firmware – Firmware 41.0.130 Build 65 (Latest Idrive firmware)
Install Tools
Factory Tool
Remove any old Factory Tool and install the new version
Idrive Development PW is Idrive2#dev
ASOP 5.0 & Firmware instructions from Radu:
Once the Factory Tool is installed, you have to go in c:\Program Files (x86)\idrive\FactoryTool2.0\Factory\FactoryToolsAI folder.
1. Aosp folder is the place where FT is looking for installing the Aosp (Android Operating System) on camera. By default this folder is empty and you have to populate it with the files from the aosp archive.
- Every time when a new AOSP is released, the files from Aosp folder should be replaced with the new files.
2. Firmware folder is auto-populated by the Factory Tool installer and should have the following structure:
- firmware.apk represents the current firmware version (40.1.65)
- updater.apk is a background application taking care about firmware and aosp upgrades / firmware crashes / background staffs. The current version is 1.0
- idrive_root is the place where we keep different files (neural networks, settings, etc)
- firmware.apk should be replaced every time when a new stable firmware is released. For example, if you have a new update.apk file, you can rename this file and copy it over firmware.apk. You have also to copy the same file over idrive_root/recovery.apk file
- The same mechanism should be used if we will upgrade updater.apk. That apk should also be copied over idrive_root/recovery_updater_app.apk.
- Any file from idrive_root folder is replaceable. In the future we can add / remove / replace any file from idrive_root
3. Tools folder should be leaved as it is 🙂
The Factory Tool is documented, but I don't have the documentation now 🙂 (Alexandra will send you all documents tomorrow morning) However the process is very similar with X2. There are AI settings in Idrive Development->Settings->Config and Install (see below)
(DO NOT CHANGE the "sleep seconds" fields for AI devices only).
Updating Firmware
The usb files are available in Idrive Downloads.
The updater_app.apk from archive is identical with the one from 40.4.90. You can ignore it if you choose to upgrade a 40.4.90 camera with an USB stick.
For Factory Tool (US / Mexico), you have to upgrade FactoryToolsAI folder:
- rename update.apk from archive with firmware.apk and copy it over FactoryToolsAI\Firmware\firmware.apk
- rename update.apk from archive with recovery.apk and copy it over FactoryToolsAI\Firmware\idrive_root\recovery.apk
- rename updater_app.apk from archive with updater.apk and copy it over FactoryToolsAI\Firmware\updater.apk
- rename updater_app.apk from archive with recovery_updater_app.apk and copy it over FactoryToolsAI\Firmware\idrive_root\recovery_updater_app.apk