diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-13 12:49:38 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-17 09:44:28 -0400 |
| commit | 5a16284828a1bbee996f9ba680393e409c5ade86 (patch) | |
| tree | f78ddae631fe24323acde812c8d8b8cacabc038c /static | |
| parent | 9a1715f7010ce259925f1b80709abde0f0535b7d (diff) | |
publish experimental support for husky and shiba
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 29 | ||||
| -rw-r--r-- | static/install/cli.html | 4 | ||||
| -rw-r--r-- | static/install/web.html | 4 | ||||
| -rw-r--r-- | static/js/web-install.js | 2 | ||||
| -rw-r--r-- | static/releases.html | 24 |
5 files changed, 42 insertions, 21 deletions
diff --git a/static/faq.html b/static/faq.html index 72db8cb9..a586c968 100644 --- a/static/faq.html +++ b/static/faq.html @@ -128,6 +128,13 @@ <article id="supported-devices"> <h3><a href="#supported-devices">Which devices are supported?</a></h3> + <p>GrapheneOS has official experimental support for the following devices:</p> + + <ul> + <li>Pixel 8 Pro (husky)</li> + <li>Pixel 8 (shiba)</li> + </ul> + <p>GrapheneOS has official production support for the following devices:</p> <ul> @@ -196,10 +203,12 @@ <h3><a href="#recommended-devices">Which devices are recommended?</a></h3> <p>We <strong>strongly recommend</strong> only purchasing one of the following - devices for GrapheneOS due to better security and a minimum 5 year guarantee - from launch for full security updates and other improvements:</p> + devices for GrapheneOS due to better security and a long minimum support + guarantee from launch for full security updates and other improvements:</p> <ul> + <li>Pixel 8 Pro — experimental</li> + <li>Pixel 8 — experimental</li> <li>Pixel Fold</li> <li>Pixel Tablet</li> <li>Pixel 7a</li> @@ -210,8 +219,10 @@ <li>Pixel 6</li> </ul> - <p>Newer devices have more of their 5 year minimum guarantee remaining but the - actual support time may be longer than the minimum guarantee.</p> + <p>Pixel 8 and Pixel 8 Pro have a minimum of 7 years of support from launch + instead of 5 years. 7th generation Pixels have more of their 5 year minimum + guarantee remaining than 6th generation Pixels but the actual support time may + be longer than the minimum guarantee.</p> <p>The Pixel 7 and Pixel 7 Pro are all around improvements over the Pixel 6 and Pixel 6 Pro with a significantly better GPU and cellular radio along with @@ -375,6 +386,16 @@ <th>OEM minimum support length</th> </tr> <tr> + <td>Google Pixel 8 Pro</td> + <td>October 2030</td> + <td>7 years</td> + </tr> + <tr> + <td>Google Pixel 8</td> + <td>October 2030</td> + <td>7 years</td> + </tr> + <tr> <td>Google Pixel Fold</td> <td>June 2028</td> <td>5 years</td> diff --git a/static/install/cli.html b/static/install/cli.html index 246eac88..5d9366ed 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -556,8 +556,8 @@ curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-factory-202111012 verified boot hashes below:</p> <ul> - <li hidden="">Pixel 8 Pro: <code>896db2d09d84e1d6bb747002b8a114950b946e5825772a9d48ba7eb01d118c1c</code></li> - <li hidden="">Pixel 8: <code>cd7479653aa88208f9f03034810ef9b7b0af8a9d41e2000e458ac403a2acb233</code></li> + <li>Pixel 8 Pro: <code>896db2d09d84e1d6bb747002b8a114950b946e5825772a9d48ba7eb01d118c1c</code></li> + <li>Pixel 8: <code>cd7479653aa88208f9f03034810ef9b7b0af8a9d41e2000e458ac403a2acb233</code></li> <li>Pixel Fold: <code>ee0c9dfef6f55a878538b0dbf7e78e3bc3f1a13c8c44839b095fe26dd5fe2842</code></li> <li>Pixel Tablet: <code>94df136e6c6aa08dc26580af46f36419b5f9baf46039db076f5295b91aaff230</code></li> <li>Pixel 7a: <code>508d75dea10c5cbc3e7632260fc0b59f6055a8a49dd84e693b6d8899edbb01e4</code></li> diff --git a/static/install/web.html b/static/install/web.html index 4d54bd15..b10c6c3a 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -367,8 +367,8 @@ verified boot hashes below:</p> <ul> - <li hidden="">Pixel 8 Pro: <code>896db2d09d84e1d6bb747002b8a114950b946e5825772a9d48ba7eb01d118c1c</code></li> - <li hidden="">Pixel 8: <code>cd7479653aa88208f9f03034810ef9b7b0af8a9d41e2000e458ac403a2acb233</code></li> + <li>Pixel 8 Pro: <code>896db2d09d84e1d6bb747002b8a114950b946e5825772a9d48ba7eb01d118c1c</code></li> + <li>Pixel 8: <code>cd7479653aa88208f9f03034810ef9b7b0af8a9d41e2000e458ac403a2acb233</code></li> <li>Pixel Fold: <code>ee0c9dfef6f55a878538b0dbf7e78e3bc3f1a13c8c44839b095fe26dd5fe2842</code></li> <li>Pixel Tablet: <code>94df136e6c6aa08dc26580af46f36419b5f9baf46039db076f5295b91aaff230</code></li> <li>Pixel 7a: <code>508d75dea10c5cbc3e7632260fc0b59f6055a8a49dd84e693b6d8899edbb01e4</code></li> diff --git a/static/js/web-install.js b/static/js/web-install.js index 396377e9..65e46d10 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -188,7 +188,7 @@ async function unlockBootloader(setProgress) { return "Bootloader unlocked."; } -const supportedDevices = ["felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const supportedDevices = ["husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; diff --git a/static/releases.html b/static/releases.html index ef833c8f..880f8c88 100644 --- a/static/releases.html +++ b/static/releases.html @@ -47,8 +47,8 @@ <li> <a href="#stable-channel">Stable channel</a> <ul> - <li hidden=""><a href="#husky-stable">Pixel 8 Pro</a></li> - <li hidden=""><a href="#shiba-stable">Pixel 8</a></li> + <li><a href="#husky-stable">Pixel 8 Pro (experimental)</a></li> + <li><a href="#shiba-stable">Pixel 8 (experimental)</a></li> <li><a href="#felix-stable">Pixel Fold</a></li> <li><a href="#tangorpro-stable">Pixel Tablet</a></li> <li><a href="#lynx-stable">Pixel 7a</a></li> @@ -68,8 +68,8 @@ <li> <a href="#beta-channel">Beta channel</a> <ul> - <li hidden=""><a href="#husky-beta">Pixel 8 Pro</a></li> - <li hidden=""><a href="#shiba-beta">Pixel 8</a></li> + <li><a href="#husky-beta">Pixel 8 Pro (experimental)</a></li> + <li><a href="#shiba-beta">Pixel 8 (experimental)</a></li> <li><a href="#felix-beta">Pixel Fold</a></li> <li><a href="#tangorpro-beta">Pixel Tablet</a></li> <li><a href="#lynx-beta">Pixel 7a</a></li> @@ -387,8 +387,8 @@ <section id="stable-channel"> <h2><a href="#stable-channel">Stable channel</a></h2> - <section id="husky-stable" hidden=""> - <h3><a href="#husky-stable">Pixel 8 Pro</a></h3> + <section id="husky-stable"> + <h3><a href="#husky-stable">Pixel 8 Pro (experimental)</a></h3> <p>Version: <a href="#[[husky-stable-BUILD_NUMBER]]">[[husky-stable-BUILD_NUMBER]]</a></p> <ul> <li><a href="https://releases.grapheneos.org/husky-factory-[[husky-stable-BUILD_NUMBER]].zip">husky-factory-[[husky-stable-BUILD_NUMBER]].zip</a></li> @@ -396,8 +396,8 @@ <li><a href="https://releases.grapheneos.org/husky-ota_update-[[husky-stable-BUILD_NUMBER]].zip">husky-ota_update-[[husky-stable-BUILD_NUMBER]].zip</a></li> </ul> </section> - <section id="shiba-stable" hidden=""> - <h3><a href="#shiba-stable">Pixel 8</a></h3> + <section id="shiba-stable"> + <h3><a href="#shiba-stable">Pixel 8 (experimental)</a></h3> <p>Version: <a href="#[[shiba-stable-BUILD_NUMBER]]">[[shiba-stable-BUILD_NUMBER]]</a></p> <ul> <li><a href="https://releases.grapheneos.org/shiba-factory-[[shiba-stable-BUILD_NUMBER]].zip">shiba-factory-[[shiba-stable-BUILD_NUMBER]].zip</a></li> @@ -536,8 +536,8 @@ <section id="beta-channel"> <h2><a href="#beta-channel">Beta channel</a></h2> - <section id="husky-beta" hidden=""> - <h3><a href="#husky-beta">Pixel 8 Pro</a></h3> + <section id="husky-beta"> + <h3><a href="#husky-beta">Pixel 8 Pro (experimental)</a></h3> <p>Version: <a href="#[[husky-beta-BUILD_NUMBER]]">[[husky-beta-BUILD_NUMBER]]</a></p> <ul> <li><a href="https://releases.grapheneos.org/husky-factory-[[husky-beta-BUILD_NUMBER]].zip">husky-factory-[[husky-beta-BUILD_NUMBER]].zip</a></li> @@ -545,8 +545,8 @@ <li><a href="https://releases.grapheneos.org/husky-ota_update-[[husky-beta-BUILD_NUMBER]].zip">husky-ota_update-[[husky-beta-BUILD_NUMBER]].zip</a></li> </ul> </section> - <section id="shiba-beta" hidden=""> - <h3><a href="#shiba-beta">Pixel 8</a></h3> + <section id="shiba-beta"> + <h3><a href="#shiba-beta">Pixel 8 (experimental)</a></h3> <p>Version: <a href="#[[shiba-beta-BUILD_NUMBER]]">[[shiba-beta-BUILD_NUMBER]]</a></p> <ul> <li><a href="https://releases.grapheneos.org/shiba-factory-[[shiba-beta-BUILD_NUMBER]].zip">shiba-factory-[[shiba-beta-BUILD_NUMBER]].zip</a></li> |
