How to install the WOO X app on Android?
Method 1: Install from Google Play
The WOO X app is available on Google Play. If the app is listed on Google Play in your region, you can download and install it using your Google account.
- On the WOO X web application, click the download icon in the top right corner of the web browser, or directly visit https://woox.io/download.
- Click [Android] and scan the QR code with your mobile phone, or click [Google Play] directly if you are already viewing the page on your mobile phone. This will direct you to the WOO X app on Google Play.
- Click [Install] and follow the system prompts to complete the installation.
Method 2: Install via the APK published by WOO X
If you do not have access to Google Play or the WOO X app is not listed on Google Play in your region, you can download and install it via the APK published by WOO X.
- On the WOO X web application, click the download icon in the top right corner of the web browser, or visit https://woox.io/download.
- Click [Android], then [Can’t access Google Play?] to access the download instructions for the APK download. You can also directly visit https://woox.io/download#apk.
- You should see the instructions for APK download and installation. Scan the QR code with your mobile device, or directly click [APK (Android)] if you are already viewing the page on your mobile device. This will start the download process for the APK file.
- Follow the system prompts to complete the installation. Some Android devices may display warnings about security or vulnerability risks during installation. Before proceeding, always verify the downloaded APK file using the SHA-256 checksum hash value provided by WOO X on the download page.
Stay vigilant against fake apps!
The SHA-256 checksum hash value is provided to help verify the source of the downloaded APK file. Always check it after downloading and before installing, to avoid phishing and counterfeit apps.
Note: If you cannot access the link, try switching to a different network or mobile browser. If the link still doesn't work, please contact our customer support.
How to verify the SHA-256 checksum?
To verify the SHA-256 checksum of a downloaded APK file, you need to generate a checksum of the downloaded APK file and compare it to the checksum provided by WOO X.
Follow the instructions below to learn how to generate a file checksum on your operating system.
Windows
You can use Command Prompt to generate a SHA-256 checksum on Windows.
- Press Windows+R to open the Run box
- Type cmd and click OK.
- The Command Prompt window will open.
- Run the following command, replacing C:\file\path\filename.apk with the actual path to the downloaded APK file.
certutil -hashfile C:\file\path\filename.apk SHA256
- Compare the output with the SHA-256 checksum provided by WOO X on the download page.
If the generated checksum matches the provided checksum, the APK file is verified. If it does not, the file may be corrupted or tampered with. Do not install it. Discard the file and try downloading it again.
Linux
Every Linux distribution comes with tools for various checksum algorithms. The SHA-256 checksum tool is called sha256sum.
- Open the Terminal application.
- Navigate to the directory where the downloaded APK file is located, e.g.:
cd home/downloads
- Run the following command, replacing filename.apk with the name of the downloaded APK file:
sha256sum filename.apk
- Compare the output with the SHA-256 checksum provided by WOO X on the download page.
If the generated checksum matches the provided checksum, the APK file is verified. If it does not, the file may be corrupted or tampered with. Do not install it. Discard the file and try downloading it again.
macOS
- Open the Terminal application.
- Navigate to the directory where the downloaded APK file is located, e.g.:
cd downloads
- Run the following command, replacing filename.apk with the downloaded APK file:
shasum -a 256 filename.apk
- Compare the output with the SHA-256 checksum provided by WOO X on the download page.
If the generated checksum matches the provided checksum, the APK file is verified. If it does not, the file may be corrupted or tampered with. Do not install it. Discard the file and try downloading it again.