Skip to content

Commit e411cb3

Browse files
committed
publish experimental Pixel 7 / Pixel 7 Pro support
1 parent 72e1d9c commit e411cb3

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

static/faq.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ <h3><a href="#supported-devices">Which devices are supported?</a></h3>
142142
<p>GrapheneOS has official production support for the following devices:</p>
143143

144144
<ul>
145+
<li>Pixel 7 Pro (cheetah) — experimental</li>
146+
<li>Pixel 7 (panther) — experimental</li>
145147
<li>Pixel 6a (bluejay)</li>
146148
<li>Pixel 6 Pro (raven)</li>
147149
<li>Pixel 6 (oriole)</li>
@@ -203,6 +205,10 @@ <h3><a href="#supported-devices">Which devices are supported?</a></h3>
203205
<article id="recommended-devices">
204206
<h3><a href="#recommended-devices">Which devices are recommended?</a></h3>
205207

208+
<p>The Pixel 7 and Pixel 7 Pro are incremental all around improvements over
209+
the Pixel 6 and Pixel 6 Pro. GrapheneOS already has experimental support for
210+
these devices which will soon be considered stable.</p>
211+
206212
<p>The Pixel 6 and Pixel 6 Pro are flagship phones with much nicer hardware
207213
than previous generation devices (cameras, CPU, GPU, display, battery), 5
208214
years of guaranteed full security updates / support and substantial security

static/js/web-install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ async function unlockBootloader(setProgress) {
140140
return "Bootloader unlocked.";
141141
}
142142

143-
const supportedDevices = ["bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
143+
const supportedDevices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
144144

145145
const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
146146

static/releases.html

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ <h2><a href="#table-of-contents">Table of contents</a></h2>
6161
<li>
6262
<a href="#stable-channel">Stable channel</a>
6363
<ul>
64-
<li hidden=""><a href="#cheetah-stable">Pixel 7 Pro</a></li>
65-
<li hidden=""><a href="#panther-stable">Pixel 7</a></li>
64+
<li><a href="#cheetah-stable">Pixel 7 Pro (experimental)</a></li>
65+
<li><a href="#panther-stable">Pixel 7 (experimental)</a></li>
6666
<li><a href="#bluejay-stable">Pixel 6a</a></li>
6767
<li><a href="#raven-stable">Pixel 6 Pro</a></li>
6868
<li><a href="#oriole-stable">Pixel 6</a></li>
@@ -81,8 +81,8 @@ <h2><a href="#table-of-contents">Table of contents</a></h2>
8181
<li>
8282
<a href="#beta-channel">Beta channel</a>
8383
<ul>
84-
<li hidden=""><a href="#cheetah-beta">Pixel 7 Pro</a></li>
85-
<li hidden=""><a href="#panther-beta">Pixel 7</a></li>
84+
<li><a href="#cheetah-beta">Pixel 7 Pro (experimental)</a></li>
85+
<li><a href="#panther-beta">Pixel 7 (experimental)</a></li>
8686
<li><a href="#bluejay-beta">Pixel 6a</a></li>
8787
<li><a href="#raven-beta">Pixel 6 Pro</a></li>
8888
<li><a href="#oriole-beta">Pixel 6</a></li>
@@ -332,17 +332,17 @@ <h2><a href="#release-announcements">Release announcements</a></h2>
332332
<section id="stable-channel">
333333
<h2><a href="#stable-channel">Stable channel</a></h2>
334334

335-
<section id="cheetah-stable" hidden="">
336-
<h3><a href="#cheetah-stable">Pixel 7 Pro</a></h3>
335+
<section id="cheetah-stable">
336+
<h3><a href="#cheetah-stable">Pixel 7 Pro (experimental)</a></h3>
337337
<p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{cheetah-stable-BUILD_ID}}.{{cheetah-stable-BUILD_NUMBER}}">{{cheetah-stable-BUILD_ID}}.{{cheetah-stable-BUILD_NUMBER}}</a></p>
338338
<ul>
339339
<li><a href="https://releases.grapheneos.org/cheetah-factory-{{cheetah-stable-BUILD_NUMBER}}.zip">cheetah-factory-{{cheetah-stable-BUILD_NUMBER}}.zip</a></li>
340340
<li><a href="https://releases.grapheneos.org/cheetah-factory-{{cheetah-stable-BUILD_NUMBER}}.zip.sig">cheetah-factory-{{cheetah-stable-BUILD_NUMBER}}.zip.sig</a></li>
341341
<li><a href="https://releases.grapheneos.org/cheetah-ota_update-{{cheetah-stable-BUILD_NUMBER}}.zip">cheetah-ota_update-{{cheetah-stable-BUILD_NUMBER}}.zip</a></li>
342342
</ul>
343343
</section>
344-
<section id="panther-stable" hidden="">
345-
<h3><a href="#panther-stable">Pixel 7</a></h3>
344+
<section id="panther-stable">
345+
<h3><a href="#panther-stable">Pixel 7 (experimental)</a></h3>
346346
<p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{panther-stable-BUILD_ID}}.{{panther-stable-BUILD_NUMBER}}">{{panther-stable-BUILD_ID}}.{{panther-stable-BUILD_NUMBER}}</a></p>
347347
<ul>
348348
<li><a href="https://releases.grapheneos.org/panther-factory-{{panther-stable-BUILD_NUMBER}}.zip">panther-factory-{{panther-stable-BUILD_NUMBER}}.zip</a></li>
@@ -472,17 +472,17 @@ <h3><a href="#blueline-stable">Pixel 3 (legacy)</a></h3>
472472
<section id="beta-channel">
473473
<h2><a href="#beta-channel">Beta channel</a></h2>
474474

475-
<section id="cheetah-beta" hidden="">
476-
<h3><a href="#cheetah-beta">Pixel 7 Pro</a></h3>
475+
<section id="cheetah-beta">
476+
<h3><a href="#cheetah-beta">Pixel 7 Pro (experimental)</a></h3>
477477
<p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{cheetah-beta-BUILD_ID}}.{{cheetah-beta-BUILD_NUMBER}}">{{cheetah-beta-BUILD_ID}}.{{cheetah-beta-BUILD_NUMBER}}</a></p>
478478
<ul>
479479
<li><a href="https://releases.grapheneos.org/cheetah-factory-{{cheetah-beta-BUILD_NUMBER}}.zip">cheetah-factory-{{cheetah-beta-BUILD_NUMBER}}.zip</a></li>
480480
<li><a href="https://releases.grapheneos.org/cheetah-factory-{{cheetah-beta-BUILD_NUMBER}}.zip.sig">cheetah-factory-{{cheetah-beta-BUILD_NUMBER}}.zip.sig</a></li>
481481
<li><a href="https://releases.grapheneos.org/cheetah-ota_update-{{cheetah-beta-BUILD_NUMBER}}.zip">cheetah-ota_update-{{cheetah-beta-BUILD_NUMBER}}.zip</a></li>
482482
</ul>
483483
</section>
484-
<section id="panther-beta" hidden="">
485-
<h3><a href="#panther-beta">Pixel 7</a></h3>
484+
<section id="panther-beta">
485+
<h3><a href="#panther-beta">Pixel 7 (experimental)</a></h3>
486486
<p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{panther-beta-BUILD_ID}}.{{panther-beta-BUILD_NUMBER}}">{{panther-beta-BUILD_ID}}.{{panther-beta-BUILD_NUMBER}}</a></p>
487487
<ul>
488488
<li><a href="https://releases.grapheneos.org/panther-factory-{{panther-beta-BUILD_NUMBER}}.zip">panther-factory-{{panther-beta-BUILD_NUMBER}}.zip</a></li>
@@ -629,6 +629,7 @@ <h3><a href="#2022101600">2022101600</a></h3>
629629
<ul>
630630
<li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/TP1A.221005.002.2022101600">TP1A.221005.002.2022101600</a> (Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a, Pixel 6, Pixel 6 Pro)</li>
631631
<li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/TP1A.221005.003.2022101600">TP1A.221005.003.2022101600</a> (Pixel 6a, emulator, generic, other targets)</li>
632+
<li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/TD1A.220804.031.2022101600">TD1A.220804.031.2022101600</a> (Pixel 7, Pixel 7 Pro)</li>
632633
</ul>
633634
634635
<p>Changes since the 2022101500 release:</p>
@@ -647,6 +648,7 @@ <h3><a href="#2022101600">2022101600</a></h3>
647648
<ul>
648649
<li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/TP1A.221005.002.2022101600">TP1A.221005.002.2022101600</a> (Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a, Pixel 6, Pixel 6 Pro)</li>
649650
<li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/TP1A.221005.003.2022101600">TP1A.221005.003.2022101600</a> (Pixel 6a, emulator, generic, other targets)</li>
651+
<li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/TD1A.220804.031.2022101600">TD1A.220804.031.2022101600</a> (Pixel 7, Pixel 7 Pro)</li>
650652
</ul>
651653

652654
<p>Changes since the 2022101500 release:</p>

0 commit comments

Comments
 (0)