Skip to content

Commit 47efb8c

Browse files
save file
1 parent 48b2802 commit 47efb8c

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

blog/25-12-29/flash-android-on-pixel-phone/flash-android-on-pixel-phone.html

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,70 @@ <h1 class=title>
152152
and unrooted it, at least thats my thinking anyway. There is talk of partition hashes, but ultimately the golden rule is, once someone has had physical
153153
access to the device - all bets are off.
154154
</p>
155+
<p>
156+
this blog will cover windows to start, i'll update later to include linux and macos
157+
</p>
158+
</div>
159+
160+
161+
<div class=blog-text>
162+
163+
<div class=blog-hdr>
164+
ADB Tools
165+
</div>
166+
167+
<p>
168+
first we will need adb tools from
169+
<br>
170+
<a href='https://developer.android.com/tools/releases/platform-tools'>
171+
https://developer.android.com/tools/releases/platform-tools
172+
</a>
173+
</p>
174+
175+
</div>
176+
177+
178+
<div class=blog-text>
179+
180+
<div class=blog-hdr>
181+
Windows Requires USB driver
182+
</div>
183+
184+
<p>
185+
<a href='https://developer.android.com/studio/run/win-usb'>
186+
https://developer.android.com/studio/run/win-usb
187+
</a>
188+
</p>
189+
190+
<p>
191+
open device manager, find the pixel device, this can be a bit tricky, i found mine under universal serial bus devices
192+
</p>
193+
194+
<ol>
195+
<li>
196+
right click the device
197+
</li>
198+
<li>
199+
select update driver
200+
</li>
201+
<li>
202+
select have disk
203+
</li>
204+
<li>
205+
navigate to where you unzipped the usb driver
206+
</li>
207+
<li>
208+
select file
209+
<code>
210+
android_winusb.inf
211+
</code>
212+
</li>
213+
</ol>
214+
215+
<p>
216+
the android device should now be recognised and available under Android Device
217+
</p>
218+
155219
</div>
156220

157221

@@ -332,6 +396,10 @@ <h1 class=title>
332396
</li>
333397
</ol>
334398

399+
<p>
400+
it requires a 4-6 GB download, other than that its pretty quick
401+
</p>
402+
335403
</div>
336404

337405

0 commit comments

Comments
 (0)