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.5k
Google Glass 刷機實錄
Google Glass壞掉了?讓我們來看看要怎麼做
Johnny Sung
June 25, 2014
Tweet
Share
More Decks by Johnny Sung
See All by Johnny Sung
Kubernetes 地端自建 v.s. GKE,哪個更適合你? @Devfest Taipei 2024
j796160836
0
12
地端自建 Kubernetes (K8s) 小宇宙 (On-premises Kubernetes) @ CNTUG 2024/11 Meetup #63
j796160836
0
15
[AI LLM] Gemma 初體驗 @ GDG Cloud Taipei Meetup #70
j796160836
0
12
ArgoCD 的雷 碰過的人就知道 @TSMC IT Community Meetup #4
j796160836
0
52
使用 Kong 與 GitOps 來管理您企業的 API 呼叫 @ 2024 台灣雲端大會
j796160836
0
52
[AI / ML] 用 LLM (Large language model) 來整理您的知識庫 @ Devfest Taipei 2023
j796160836
0
150
[Flutter] Flutter Provider 看似簡單卻又不簡單的狀態管理工具
j796160836
0
21
[Golang] 以 Mobile App 工程師視角,帶你進入 Golang 的世界 (Introduction of GoLang)
j796160836
0
42
[Flutter] 來體驗 bloc 小方塊的神奇魔法 @Devfest 2022
j796160836
0
240
Other Decks in Technology
See All in Technology
開発組織を進化させる!AWSで実践するチームトポロジー
iwamot
2
480
どちらかだけじゃもったいないかも? ECSとEKSを適材適所で併用するメリット、運用課題とそれらの対応について
tk3fftk
2
230
EDRの検知の仕組みと検知回避について
chayakonanaika
12
5.2k
1行のコードから社会課題の解決へ: EMの探究、事業・技術・組織を紡ぐ実践知 / EM Conf 2025
9ma3r
12
4.3k
Change Managerを活用して本番環境へのセキュアなGUIアクセスを統制する / Control Secure GUI Access to the Production Environment with Change Manager
yuj1osm
0
110
株式会社Awarefy(アウェアファイ)会社説明資料 / Awarefy-Company-Deck
awarefy
3
11k
技術スタックだけじゃない、業務ドメイン知識のオンボーディングも同じくらいの量が必要な話
niftycorp
PRO
0
120
What's new in Go 1.24?
ciarana
1
110
Snowflake ML モデルを dbt データパイプラインに組み込む
estie
0
110
20250304_赤煉瓦倉庫_DeepSeek_Deep_Dive
hiouchiy
2
110
Introduction to OpenSearch Project - Search Engineering Tech Talk 2025 Winter
tkykenmt
2
140
AI自体のOps 〜LLMアプリの運用、AWSサービスとOSSの使い分け〜
minorun365
PRO
9
700
Featured
See All Featured
Building an army of robots
kneath
303
45k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.6k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
366
25k
Writing Fast Ruby
sferik
628
61k
How STYLIGHT went responsive
nonsquared
99
5.4k
Building Your Own Lightsaber
phodgson
104
6.2k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.2k
The Language of Interfaces
destraynor
156
24k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
Raft: Consensus for Rubyists
vanstee
137
6.8k
A designer walks into a library…
pauljervisheath
205
24k
Navigating Team Friction
lara
183
15k
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