Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Google Glass 刷機實錄
Search
Johnny Sung
June 25, 2014
Technology
1
1.6k
Google Glass 刷機實錄
Google Glass壞掉了?讓我們來看看要怎麼做
Johnny Sung
June 25, 2014
Tweet
Share
More Decks by Johnny Sung
See All by Johnny Sung
Event Driven Ansible (EDA) 使用情境分享 @ Red Hat Ansible User Club 線上交流會
j796160836
0
19
用 Gemma 3 開放模型來解決企業難解的問題 @ COSCUP 2025
j796160836
0
24
[GDG Build with AI] 善用現代 AI 科技:打造專屬行銷工具箱 @ GDG Changhua 彰化
j796160836
0
29
Kubernetes 地端自建 v.s. GKE,哪個更適合你? @Devfest Taipei 2024
j796160836
0
71
地端自建 Kubernetes (K8s) 小宇宙 (On-premises Kubernetes) @ CNTUG 2024/11 Meetup #63
j796160836
0
53
[AI LLM] Gemma 初體驗 @ GDG Cloud Taipei Meetup #70
j796160836
0
45
ArgoCD 的雷 碰過的人就知道 @TSMC IT Community Meetup #4
j796160836
0
150
使用 Kong 與 GitOps 來管理您企業的 API 呼叫 @ 2024 台灣雲端大會
j796160836
0
91
[AI / ML] 用 LLM (Large language model) 來整理您的知識庫 @ Devfest Taipei 2023
j796160836
0
260
Other Decks in Technology
See All in Technology
20260305_【白金鉱業】分析者が地理情報を武器にするための軽量なアドホック分析環境
yucho147
1
170
LINEヤフーにおけるAI駆動開発組織のプロデュース施策
lycorptech_jp
PRO
0
400
Introduction to Sansan Meishi Maker Development Engineer
sansan33
PRO
0
360
大規模サービスにおける レガシーコードからReactへの移行
magicpod
1
130
EMからICへ、二周目人材としてAI全振りのプロダクト開発で見つけた武器
yug1224
3
400
「ストレッチゾーンに挑戦し続ける」ことって難しくないですか? メンバーの持続的成長を支えるEMの環境設計
sansantech
PRO
1
310
Exadata Fleet Update
oracle4engineer
PRO
0
1.3k
LY Tableauでの Tableau x AIの実践 (at Tableau Now! - 2026-02-26)
yoshitakaarakawa
0
1.3k
Kiro のクレジットを使い切る!
otanikohei2023
0
110
Lookerの最新バージョンv26.2がやばい話
waiwai2111
1
150
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
4
22k
オンプレとGoogle Cloudを安全に繋ぐための、セキュア通信の勘所
waiwai2111
3
1.1k
Featured
See All Featured
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
1.1k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.6k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
93
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
80
GitHub's CSS Performance
jonrohan
1032
470k
Why Our Code Smells
bkeepers
PRO
340
58k
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.1k
Fashionably flexible responsive web design (full day workshop)
malarkey
408
66k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
254
22k
Prompt Engineering for Job Search
mfonobong
0
180
Why Your Marketing Sucks and What You Can Do About It - Sophie Logan
marketingsoph
0
99
Transcript
當然,有時候開發不是這麼順遂
Glass 刷機實錄 Flashing firmware with google glass Johnny Sung https://fb.com/j796160836
2014.06.25
Johnny Sung https://fb.com/j796160836 x Mobile devices Developer https://plus.google.com/+JohnnySung
None
None
500 收 壞了噢... 那...
⾃自⼰己的眼鏡⾃自⼰己修 ⾃自⼰己的國家⾃自⼰己救
事前準備 • ⼀一隻Google glass • Linux 主機 (Fedora) • USB
線
這只能在Linux下運作 不要在鐵⿒齒⽤用Mac / Windows... 因為我試過...
步驟 • 安裝 Android Development Tools (ADT) • http://developer.android.com/tools/sdk/eclipse-adt.html •
下載 system image • https://developers.google.com/glass/tools-downloads/system • 進⼊入救援模式 • 鍵⼊入指令 • 祈禱 (?)
None
None
None
None
救援模式 (fastboot) • 若沒有開Debug模式 • ⻑⾧長按電源鍵 10-15 秒 • 按住相機鍵
+ 電源鍵 開機 • 持續按住相機鍵 (約4-5秒) 直到電源燈閃爍 • 若有開Debug模式 • adb reboot bootloader
救援模式 (fastboot) • 確認⽅方式 • 螢幕不會顯⽰示任何東⻄西 • 電源燈每隔約2秒閃爍⼀一次 • fastboot
devices 有顯⽰示該裝置
鍵⼊入指令 • $ su - • 切換權限⾄至 root (或者為 sudo
su -)
鍵⼊入指令 • $ fastboot oem unlock • 注意這會失去保固,並且清除所有資料
鍵⼊入指令 • $ fastboot flash boot boot.img • 刷⼊入開機磁區 •
$ fastboot flash system system.img • 刷⼊入主系統 • $ fastboot flash recovery recovery.img • 刷⼊入還原磁區
鍵⼊入指令
鍵⼊入指令 • $ fastboot erase cache $ fastboot erase userdata
• 清除使⽤用者資料 • $ fastboot reboot • 重開機
鍵⼊入指令
執⾏行成功重開機
執⾏行成功重開機
! That’s it!
None
Q & A
One more thing …
http://fb.com/groups/glassdev.taiwan Google glass developer Taiwan