Skip to content
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

Open
pieceofsummer opened this issue Sep 16, 2017 · 4 comments
Open

Diagnostic report contents #3

pieceofsummer opened this issue Sep 16, 2017 · 4 comments

Comments

@pieceofsummer
Copy link
Contributor

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 to stdout.

Hope it would help in your research.

@olssonm
Copy link
Owner

olssonm commented Sep 17, 2017

Cool – I will definitely take a look and see what I can gather, thanks!

@olssonm
Copy link
Owner

olssonm commented Sep 18, 2017

Merged your PR #4 – great stuff! How did you find those? Through traffic sniffing or perhaps via your parser?

@pieceofsummer
Copy link
Contributor Author

One part from Android apk, another from ap-api-server executable (from GaleForce firmware).

@lycca
Copy link

lycca commented Jan 26, 2018

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!

{
softwareStatus = {
updateChannel = "testimage-channel";
updateProgress = 0;
updateRequired = 0;
updateStatus = 1;
version = "8688.0.0";
};
systemStatus = {
deviceId = "ed6640ea-ccbd-8c48-a02f-6c9102300f44";
hardware = 4;
hardwareId = "GALE A2A-A2A-E3A-A4Q-A9C";
uptime = 19893;
};
wanStatus = {
captivePortal = 0;
ethernetLink = 1;
invalidCredentials = 0;
online = 1;
pppoeDetected = 0;
};
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants