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
More interesting information (I hope!), I switched to an ubuntu touch OS and tried again, this time I get this error message instead
hmm, there is a chance this because adb was started already?
adb shellandadb forward tcp:8080 tcp:8080both worked and I have a working rayhunter on my pinephone pro now but I have no idea how I reached there lolthe 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