Due to changes in Qualcomm's tool distribution mechanism, it is now necessary to log in online to properly download and install. However, many customers' development machines have network restrictions. So, how should it be configured in an offline environment?
This article uses QCM3 as an example to demonstrate the complete process of offline installation of ADKToolkit 2.0. Currently, both ADK 1.2 and ADK 2.0 can be installed in this way.
Environment: One online computer, one offline computer, operating system required to be Windows 10 or above.
1. Download and install QPM3; both computers need to have it installed.Qualcomm Package Manager 3
Before installing on an offline computer, it is necessary to install the required tools.
VC++ 2015-2022 Redistributable (x86) -- https://aka.ms/vs/17/release/vc_redist.x86.exe
VC++ 2015-2019 Redistributable (x64) -- https://aka.ms/vs/16/release/vc_redist.x64.exe
Dot Net Framework 4.8 or later --https://dotnet.microsoft.com/en-us/download/dotnet-framework/thankyou/net481-offline-installer
2. Execute qpm-cli --product-list to retrieve tool information.

3. If you need to install a specific version, execute a query to check the available software version information.
qpm-cli --info adk_toolkit_2.0

4. Download the ADK installation file
qsc-cli tool offline-download -n adk_toolkit_2.0 --output-dir ./adk2.0

5. Install ADK2 on an offline computer
qpm-cli --install offline --install-dir c:\adk\ADK_Toolkit_2.0\ADK_Toolkit_2.0.qikz --path c:\qtil

6. For other unrestricted files, please manually install and configure the environment variables. Refer to the blog post for guidance.https://www.wpgdadatong.com.cn/blog/detail/76589.
If it's truly impossible to connect to the internet, ADK pyenv311 cannot be installed properly because it requires downloading Python dependency packages. It is recommended to directly copy this directory in its entirety.
Python311
LLVM-17.0.6-win64.exe
Xplorer-10.2.2-windows-installer.exe
XtensaTools_RJ_2023_2_patch860930_win32.tgz
HiFi3_Aria2_0_RJ2023_2_win32_redist.tgz
HiFi4_Aria2_0_win32_redist.tgz
7. Other software requires the same tools to be installed.
BlueSuite.WIN.4.0
QACT.WIN.8.1
8. Copy the code to complete the final setup of the environment.
FAQ
1. Does this method also require activating an original manufacturer account?
It is required to log in first when downloading, but it is not necessary during installation.
2. Are there any risks associated with installing it this way?
No, it can be used normally.
3. How to update the version?
Download and copy the installation package, then reinstall it.
4. Does an offline computer require a license?
Check the requirements of the toolkit. ADK has been tested and is not required, but some testing tools are necessary.
5. Can it be installed at the factory?
Yes, but the ADK is not needed during factory testing; just providing the driver package will suffice.