-
Notifications
You must be signed in to change notification settings - Fork 15
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
Diagnostic report contents #3
Comments
Cool – I will definitely take a look and see what I can gather, thanks! |
Merged your PR #4 – great stuff! How did you find those? Through traffic sniffing or perhaps via your parser? |
One part from Android apk, another from ap-api-server executable (from GaleForce firmware). |
Hi Guys, I bought a few Google Wifi’s, which have an old 8688.0.0 version of firmware from the test image channel (instead of the usual stable channel) and having field updateRequired = 0. It seems that some kind of write protection / restriction were in force in the test image firmware, preventing the execution of Recovery Mode when trying to flash a newer stable image firmware. Since I am not familiar with CrOS development, could you please advise the procedure for me to flash the Google Wifi to 9334.x.x steady channel image (downloaded from OnHub Recovery Utility). Below is my posting seeking for help in Google Help Forum, for your reference: https://groups.google.com/a/chromium.org/forum/m/#!topic/chromium-os-dev/98yOPE3UEBo https://productforums.google.com/forum/#!topic/googlewifi/etya6Mqeo-Y https://productforums.google.com/forum/#!topic/googlewifi/-AvwS-S-h2Q https://productforums.google.com/forum/#!topic/googlewifi/IH16V17l6J4 I also attached the status page of the Google Wifi (http://192.168.86.1/api/v1/status) below for your information, many thanks! { |
Hi.
I've just wrote a diagnostic report parser, which decodes the attached logs and command outputs.
Usage:
python ./parser.py diagnostic-report
It will create a
diagnostic-report-files
directory with all attached logs (some logs are gzipped, so it would also unpack them), and dump information tostdout
.Hope it would help in your research.
The text was updated successfully, but these errors were encountered: