publish Pixel Tablet support
This commit is contained in:
parent
68b8ac56a6
commit
7db9a46500
@ -572,6 +572,7 @@ curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-factory-202111012
|
||||
verified boot hashes below:</p>
|
||||
|
||||
<ul>
|
||||
<li>Pixel Tablet: <code>94df136e6c6aa08dc26580af46f36419b5f9baf46039db076f5295b91aaff230</code></li>
|
||||
<li>Pixel 7a: <code>508d75dea10c5cbc3e7632260fc0b59f6055a8a49dd84e693b6d8899edbb01e4</code></li>
|
||||
<li>Pixel 7 Pro: <code>bc1c0dd95664604382bb888412026422742eb333071ea0b2d19036217d49182f</code></li>
|
||||
<li>Pixel 7: <code>3efe5392be3ac38afb894d13de639e521675e62571a8a9b3ef9fc8c44fd17fa1</code></li>
|
||||
|
@ -383,6 +383,7 @@
|
||||
verified boot hashes below:</p>
|
||||
|
||||
<ul>
|
||||
<li>Pixel Tablet: <code>94df136e6c6aa08dc26580af46f36419b5f9baf46039db076f5295b91aaff230</code></li>
|
||||
<li>Pixel 7a: <code>508d75dea10c5cbc3e7632260fc0b59f6055a8a49dd84e693b6d8899edbb01e4</code></li>
|
||||
<li>Pixel 7 Pro: <code>bc1c0dd95664604382bb888412026422742eb333071ea0b2d19036217d49182f</code></li>
|
||||
<li>Pixel 7: <code>3efe5392be3ac38afb894d13de639e521675e62571a8a9b3ef9fc8c44fd17fa1</code></li>
|
||||
|
@ -140,7 +140,7 @@ async function unlockBootloader(setProgress) {
|
||||
return "Bootloader unlocked.";
|
||||
}
|
||||
|
||||
const supportedDevices = ["lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"];
|
||||
const supportedDevices = ["tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"];
|
||||
|
||||
const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame"];
|
||||
|
||||
|
@ -62,7 +62,7 @@
|
||||
<li>
|
||||
<a href="#stable-channel">Stable channel</a>
|
||||
<ul>
|
||||
<li hidden=""><a href="#tangorpro-stable">Pixel Tablet</a></li>
|
||||
<li><a href="#tangorpro-stable">Pixel Tablet</a></li>
|
||||
<li><a href="#lynx-stable">Pixel 7a</a></li>
|
||||
<li><a href="#cheetah-stable">Pixel 7 Pro</a></li>
|
||||
<li><a href="#panther-stable">Pixel 7</a></li>
|
||||
@ -80,7 +80,7 @@
|
||||
<li>
|
||||
<a href="#beta-channel">Beta channel</a>
|
||||
<ul>
|
||||
<li hidden=""><a href="#tangorpro-beta">Pixel Tablet</a></li>
|
||||
<li><a href="#tangorpro-beta">Pixel Tablet</a></li>
|
||||
<li><a href="#lynx-beta">Pixel 7a</a></li>
|
||||
<li><a href="#cheetah-beta">Pixel 7 Pro</a></li>
|
||||
<li><a href="#panther-beta">Pixel 7</a></li>
|
||||
@ -379,7 +379,7 @@
|
||||
<section id="stable-channel">
|
||||
<h2><a href="#stable-channel">Stable channel</a></h2>
|
||||
|
||||
<section id="tangorpro-stable" hidden="">
|
||||
<section id="tangorpro-stable">
|
||||
<h3><a href="#tangorpro-stable">Pixel Tablet</a></h3>
|
||||
<p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{tangorpro-stable-BUILD_ID}}.{{tangorpro-stable-BUILD_NUMBER}}">{{tangorpro-stable-BUILD_ID}}.{{tangorpro-stable-BUILD_NUMBER}}</a></p>
|
||||
<ul>
|
||||
@ -501,7 +501,7 @@
|
||||
<section id="beta-channel">
|
||||
<h2><a href="#beta-channel">Beta channel</a></h2>
|
||||
|
||||
<section id="tangorpro-beta" hidden="">
|
||||
<section id="tangorpro-beta">
|
||||
<h3><a href="#tangorpro-beta">Pixel Tablet</a></h3>
|
||||
<p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/{{tangorpro-beta-BUILD_ID}}.{{tangorpro-beta-BUILD_NUMBER}}">{{tangorpro-beta-BUILD_ID}}.{{tangorpro-beta-BUILD_NUMBER}}</a></p>
|
||||
<ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user