mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-12 07:43:30 -07:00
uz801: Update documentation
This commit is contained in:
+6
-8
@@ -38,7 +38,7 @@ 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 request to `/usbdebug.html`
|
||||
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
|
||||
@@ -46,8 +46,8 @@ The installation process works as follows:
|
||||
## LED modes
|
||||
| Rayhunter state | LED indicator |
|
||||
| ---------------- | ------------------- |
|
||||
| Recording | WiFi (blue) LED solid on|
|
||||
| Paused | Green LED solid on |
|
||||
| Recording | Green LED solid on |
|
||||
| Paused | WiFi (blue) LED solid on |
|
||||
| Warning Detected | Red LED solid on |
|
||||
|
||||
Note: Unlike the TMOHS1, the UZ801 uses solid LED indicators instead of blinking patterns.
|
||||
@@ -61,8 +61,6 @@ adb shell
|
||||
|
||||
## Device-specific notes
|
||||
|
||||
- The UZ801 has a limited set of coreutils, so some standard Linux commands may not be available
|
||||
- The `df` command doesn't support the `-h` flag for human-readable output
|
||||
- The `free` command is not available; memory information is read from `/proc/meminfo`
|
||||
- USB debugging must be activated via the web backdoor before ADB access is possible (this is required only once)
|
||||
- The device uses `/system/bin/initmifiservice.sh` as the main startup script
|
||||
- The UZ801 does not symlink busybox for some core system utils, for some reason. Please use `busybox <utility_name>`, e.g. `busybox df -h`.
|
||||
- USB debugging must be activated via the web backdoor before ADB access is possible (this is required only once.)
|
||||
- The device uses `/system/bin/initmifiservice.sh` as the main startup script.
|
||||
|
||||
Reference in New Issue
Block a user