From c893f8e2a9fb204b4c9ee1171c4c402128cd021e Mon Sep 17 00:00:00 2001 From: Andrej Date: Mon, 4 Aug 2025 13:16:46 -0400 Subject: [PATCH] uz801: update docs --- doc/uz801.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/uz801.md b/doc/uz801.md index fcfd902..ed1d5ed 100644 --- a/doc/uz801.md +++ b/doc/uz801.md @@ -27,9 +27,8 @@ The UZ801 supports various LTE bands depending on the specific hardware revision The most frequent bands found on these devices are LTE bands 1/3/5/8/20. In the US, this means that Verizon's band 5 towers are the only towers that this device could communicate with in its normal usage as an LTE modem. Research on whether Qualcomm diagnostic tools can be used to write new band support into the NVRAM is pending. ## Installing -Connect to the UZ801's network over WiFi or USB tethering. -The UZ801 uses a unique installation process that activates a hidden USB debugging backdoor: +With the device fully booted (i.e. beaming a wifi network, blue LED, etc.) and plugged into the computer that is performing the installation, run: ```sh ./installer uz801 @@ -37,12 +36,6 @@ The UZ801 uses a unique installation process that activates a hidden USB debuggi Note: The default IP for UZ801 is typically `192.168.100.1`; if yours differs, use the `--admin-ip` argument to specify it. -The installation process works as follows: -1. Activates the USB debugging backdoor via HTTP AJAX request -2. Waits for device reboot and ADB availability -3. Uses ADB to install rayhunter files and modify the startup script -4. Launches rayhunter daemon automatically - ## LED modes | Rayhunter state | LED indicator | | ---------------- | ------------------- | @@ -61,6 +54,14 @@ adb shell ## Device-specific notes +The UZ801 uses a unique installation process that activates a hidden USB debugging backdoor. + +The installation process works as follows: +1. Activates the USB debugging backdoor via HTTP AJAX request +2. Waits for device reboot and ADB availability +3. Uses ADB to install rayhunter files and modify the startup script +4. Launches rayhunter daemon automatically + - The UZ801 does not symlink busybox for some core system utils, for some reason. Please use `busybox `, e.g. `busybox df -h`. -- USB debugging must be activated via the web backdoor before ADB access is possible (this is required only once.) +- USB debugging must be activated via the web backdoor before ADB access is possible (this is required only once.) The installer does this already. - The device uses `/system/bin/initmifiservice.sh` as the main startup script.