efforg/rayhunter#731

View on GitHub →
#731 Installation on pinephone pro

I successfully installed rayhunter on pinephone pro (running arc linux for arm), I used this document for instructions

adb forward tcp:8080 tcp:8080 gives me the error adb: error: no devices/emulators found, I’m not sure whether this should run on the phone or on my device while the phone is connected but I get the same error in both cases.

I did run ./installer util pinephone-start-adb to see if it helps with the error but that didn’t change anything, no output was shown.

Any help pointing me out to the right direction is appreciated <3

1
Comments (3)

More interesting information (I hope!), I switched to an ubuntu touch OS and tried again, this time I get this error message instead

Unlocking modem ... Failed to install rayhunter on the Pinephone's Quectel modem

Caused by:
    Received unexpected response: AT+QADBKEY?
1

hmm, there is a chance this because adb was started already? adb shell and adb forward tcp:8080 tcp:8080 both worked and I have a working rayhunter on my pinephone pro now but I have no idea how I reached there lol

the adb built into the installer sometimes conflicts with the system adb in weird ways. you can also open adb shell using installer util shell, maybe that works more reliably