162 Commits

Author SHA1 Message Date
Daniel Micay
7a879a324e add 9th generation Pixel support 2024-08-24 06:05:00 -04:00
Daniel Micay
c7e634364a clarify requirements for installation 2024-08-16 21:04:49 -04:00
GrapheneOS
5b7f81aef7 raise minimum fastboot version to 35.0.1 2024-08-09 14:26:03 -04:00
Daniel Micay
83f207dbe7 update platform-tools for CLI install to 35.0.2 2024-08-09 13:54:47 -04:00
Daniel Micay
b369d188e5 generic Windows USB driver works on Windows 10 2024-08-06 14:04:17 -04:00
Dmitry Muhomor
e2c7694230 cli-install: update flashing-factory-images section
It now matches the corresponding web install section.
2024-08-06 13:18:43 -04:00
Daniel Micay
03be1b8687 firmware anti-rollback is actively used since Pixel 6 2024-08-06 13:12:28 -04:00
Daniel Micay
ff5968ba40 use new factory images naming in CLI install guide 2024-08-06 12:00:32 -04:00
Daniel Micay
c8acb854cc flash-all.sh is no longer executable in the new format
Our optimized factory images currently don't mark this script as
executable because there's no API for it in the zip library used by
fastboot. For now, just run it directly with the shell.
2024-08-06 09:31:16 -04:00
Daniel Micay
255283e1f4 driver no longer needed on latest Windows 11 for 4a (5G) onwards 2024-08-06 03:14:52 -04:00
Daniel Micay
f10468fc39 clearer statement on fwupd workaround 2024-08-06 02:24:38 -04:00
Daniel Micay
3fc56fd0ee fwupd workaround usually not required anymore 2024-08-04 11:47:11 -04:00
Daniel Micay
b4e6ea6ea0 update supported Ubuntu / Linux Mint versions 2024-08-04 03:01:08 -04:00
Job
5faa74bed0
improve guide on removing the non-stock key via fastboot mode 2024-07-28 15:24:27 -04:00
Daniel Micay
12142258d6 remove obsolete paragraph about OEM unlocking 2024-07-09 16:13:11 -04:00
Daniel Micay
df13bf6c13 replace twitter.com with x.com 2024-05-17 11:57:55 -04:00
Daniel Micay
a41afea74a add Pixel 8a support 2024-05-15 14:01:27 -04:00
Daniel Micay
658886d8d4 remove trailing whitespace 2024-05-11 18:58:48 -04:00
matchboxbananasynergy
cb04cd3536 cli-install: adjust OEM unlocking section 2024-04-07 19:58:30 -04:00
Daniel Micay
91e0f3ee5a raise minimum fastboot version to 34.0.5 2024-03-22 12:15:11 -04:00
b068931cc450442b63f5b3d276ea4297
7bd36165b4 Since the texts have been swapped -> Menu updated 2024-03-14 10:18:17 -04:00
sandbank52641
93036db661 move up "Further information" section
After installation, the user may want to dive into more information
about the new system they got (=> "Further information"). This should
have a higher priority than the section "Replacing GrapheneOS with the
stock OS."
2024-03-03 11:18:02 -05:00
sandbank52641
e0aeedbc30 update standalone platform-tools
Tested on:
- Arch Linux
- macOS Monterey (12)
- Windows 10
2024-03-01 11:15:38 -05:00
Daniel Micay
6e28603066 fix typo 2024-02-21 13:39:30 -05:00
Daniel Micay
7bf1a8d299 use variable for CLI install guide version 2024-02-15 05:44:45 -05:00
Daniel Micay
aa7c181e8b add Windows signature verification command 2024-02-14 11:41:45 -05:00
Daniel Micay
e5c522c4a2 document signature verification via macOS OpenSSH 2024-02-14 10:50:28 -05:00
Daniel Micay
66be8af453 macOS and Windows include OpenSSH 2024-02-14 10:49:02 -05:00
Daniel Micay
4f3bee20cd move to OpenSSH signing for factory images 2024-02-14 09:34:07 -05:00
Daniel Micay
d7db6a7ece drop official support for installing via Debian 10
Debian 10 no longer receives official security support and has an
OpenSSH version predating file signing support. We plan to move away
from signify to OpenSSH for more portability so this has to go.
2024-02-14 06:32:40 -05:00
sandbank52641
0ee05afdbb start introducing conforming procedure style
The changes summarized:

* Use angle brackets (`>`) instead of arrow symbols (`➔`).
* Put a non-breaking space (` `) before each angle bracket.
* Wrap sequences and elements in bold element (`<b>`).
* Accessibility: Wrap angle bracket in a span tag with an aria-label.

References:

* https://developers.google.com/style/procedures#multi-action-procedures
* https://developers.google.com/style/ui-elements#angle-brackets

I use the entity number `&#160;` for the non-breaking space instead of
the named character entity `&nbsp;` because `xmllint` produces a linting
error (which is to be expected).

```
parser error : Entity 'nbsp' not defined
```

Ideally we want to use the named character entity (`&nbsp;`), but I
couldn't find a reasonable solution. In order not to block this change,
I've opted for the entity number (`&#160;`). If a reasonable solution is
found, the entity number can be easily replaced by the named character
entity.

The changes require more than just replacing the currently used arrow.
The surrounding context should be checked to determine whether a change
is appropriate at this point and whether it requires further changes in
the context itself.

The paragraphs are wrapped with the currently used 98 characters. If
using vim:

```
:set tw=98
```

Vim's wrapping is weird when applied several times. To work around this,
we can unwrap the paragraph first. To select a paragraph, unwrap and
rewrap: Point to the line of the paragraph, and type `vipJgqq` in normal
mode.
2024-02-04 02:48:46 -05:00
Daniel Micay
211db6850e mark Linux Mint as supported for installation 2023-12-30 18:15:02 -05:00
Daniel Micay
49a62ebb14 drop end-of-life macOS Big Sur 2023-12-30 17:01:52 -05:00
Daniel Micay
1f2546b4db update fwupd instructions 2023-12-30 16:40:12 -05:00
Daniel Micay
b96df9c32f disconnect Pixel Tablet from stand for installing 2023-12-21 18:19:46 -05:00
sgost1
0d89a83c51 Fix wording in cli.html 2023-12-18 09:44:12 -05:00
Daniel Micay
399d28714f document workaround for fwupd bug 2023-11-26 07:19:25 -05:00
Daniel Micay
fd2170de15 remove GNOME workaround for now
This appears to cause issues and we need more information on when this
may be required.
2023-11-07 01:58:33 -05:00
Daniel Micay
85d4f3ee8f make CLI install guide consistent 2023-10-29 09:37:59 -04:00
Daniel Micay
5a16284828 publish experimental support for husky and shiba 2023-10-17 09:44:28 -04:00
Jorge Luis Carrillo
89f74ca4c2 install: update supported OSes 2023-10-12 19:32:46 -04:00
Daniel Micay
4ab7c8678e add key fingerprints for husky/shiba 2023-10-12 08:58:23 -04:00
matchboxbananasynergy
7989b02e85 avoid specifically referring to phones in install guides 2023-07-30 13:54:17 -04:00
Jorge Luis Carrillo
684029d074 Update platform-tools hashes 2023-07-23 00:27:34 -04:00
Daniel Micay
ca66d0a3c4 update platform-tools to 34.0.4 2023-07-15 13:19:55 -04:00
smdyv
150608e016 Use simple templating for static processing 2023-07-13 16:08:16 -04:00
smdyv
4430036ea2 Change string markings for replacements 2023-07-13 16:08:16 -04:00
Daniel Micay
959ea0412e add Pixel Fold key fingerprint to install guides 2023-06-28 11:49:16 -04:00
Daniel Micay
7db9a46500 publish Pixel Tablet support 2023-06-21 03:59:51 -04:00
tedgravlin
48acf5cd5f Add Mastodon link to footer 2023-06-16 16:14:06 -04:00