-
Notifications
You must be signed in to change notification settings - Fork 21
Provided instruction does not work or is not clear. #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Just realized that I also needed to do |
I have changed the code such that it does actually use the device identifier from |
With the new changes, you would not need to do this. You can specify the port of the device in the config |
Amazing! This works. A little suggestion - config.yml.example should be config.yaml.example since error prone (at least I stumbled upon the fact that the script expects .yaml. Thanks a lot for such a useful project! I'm using it to hack into my chinese AR glasses using WindSurf (https://github.com/OpenClosedOS/UnRayNeo if you're curious). |
Added this as part of my PR #4. |
It says to put the following to the config:
So I called adb devices:
Put de32c005 in the config but clearly it's not an IP address so it fails with:
Worked around that by adb shell -> ifconfig on my AR glasses and then put the IP into the config
The text was updated successfully, but these errors were encountered: