doc/pinephone: the installer runs on the phone

This commit is contained in:
oopsbagel
2025-07-31 22:58:48 -07:00
committed by Cooper Quintin
parent 03c00a1f19
commit 8e708f145e
+4 -2
View File
@@ -35,12 +35,14 @@ The modem is fully capable of running Rayhunter, but lacks both a screen and a n
Note that the Quectel EG25-G does not support LTE band 48 (CBRS 3500MHz), used in the US for unlicensed 4G/5G connectivity. Note that the Quectel EG25-G does not support LTE band 48 (CBRS 3500MHz), used in the US for unlicensed 4G/5G connectivity.
## Installing ## Installing
Download and extract the installer *on a shell on the PinePhone itself*. Unlike other Rayhunter installers, this has to be run on the device itself. Then run:
```sh ```sh
./installer pinephone ./installer pinephone
``` ```
## Accessing rayhunter ## Accessing Rayhunter
Because the modem does not have its own display or network interface, rayhunter is only accessible on the pinephone by forwarding tcp over adb. Because the modem does not have its own display or network interface, Rayhunter is only accessible on the pinephone by forwarding tcp over adb.
```sh ```sh
adb forward tcp:8080 tcp:8080 adb forward tcp:8080 tcp:8080