Grabbing logs from my Orbic #669
-
|
Finally managed to get rayhunter working on my orbic, but i am running into the issue of saving logs. The only way I can get the log file to create is by connecting my Orbic, killing all services using the port, and then running the installer again, but that has permission issues. My device isn't using an activated sim and i have no way to use wifi. I'm stuck using USB. My issue is that every time I connect my device, something else grabs my device. I then need to set permissions with chmod, but they are lost every time i run the installer to force the log to rewrite. My log only has a note about the device being used by by another application so my logs are not writing properly to my file. So once it reboots, all the permissions i set with chmod 666 /dev/bus/usb/... are reset, because USB devices are recreated at the kernel level randomly. How do i get the temp logs from the Orbic and bypass this error? TL;DR: How do I get the logs off of the Orbic? I must be over thinking this or doing something wrong. United States, Orbic RC400L, v1.2.0 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I'm sorry, I cannot make sense of the first two paragraphs at all, and how that relates to the goal of getting logs. The error about another program using the orbic comes from the fact that you ran To get logs you can go to the Rayhunter UI, there's a button in the top right to get logs. You can also |
Beta Was this translation helpful? Give feedback.
-
|
I reinstalled using native linux and everything is working.
|
Beta Was this translation helpful? Give feedback.
I'm sorry, I cannot make sense of the first two paragraphs at all, and how that relates to the goal of getting logs.
The error about another program using the orbic comes from the fact that you ran
adb. you can fix it withadb kill-server. I don't understand why you are chmodding devices, please just run the installer with sudo if you have to.To get logs you can go to the Rayhunter UI, there's a button in the top right to get logs. You can also
adb shellinto it and runcat /data/rayhunter/rayhunter.log, it's the same content.