Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Google Glass 刷機實錄
Johnny Sung
June 25, 2014
Technology
1
1.4k
Google Glass 刷機實錄
Google Glass壞掉了?讓我們來看看要怎麼做
Johnny Sung
June 25, 2014
Tweet
Share
More Decks by Johnny Sung
See All by Johnny Sung
與 Sign in with Apple 的愛恨情仇 @ iPlayground2020
j796160836
3
4.2k
Flutter 是什麼?用 Flutter 會省到時間嗎? @ GDG Devfest2020
j796160836
1
1k
談談 Android constraint layout
j796160836
0
30
炎炎夏日學 Android 課程 - Part3: Android app 實作
j796160836
0
10
炎炎夏日學 Android 課程 - Part2: Android 元件介紹
j796160836
0
22
炎炎夏日學 Android 課程 - Part 0: 環境搭建
j796160836
0
13
炎炎夏日學 Android 課程 - Part1: Kotlin 語法介紹
j796160836
0
13
Introductions of Messaging bot 做聊天機器人
j796160836
0
26
First meet with Android Auto
j796160836
0
30
Other Decks in Technology
See All in Technology
1,000万人以上が利用する「家族アルバム みてね」のSRE組織は4年間でどのように作られてきたのか/SRE NEXT 2022
isaoshimizu
6
3.1k
HTTP Session Architecture Pattern
chiroito
1
410
AWS ChatbotでEC2インスタンスを 起動できるようにした
iwamot
0
160
次期LTSに備えよ!AOS 6.1 HCI Core 編
smzksts
0
180
數據的多重宇宙 @ LINE Taiwan
line_developers_tw
PRO
0
690
インフラエンジニアBooks 30分でわかる「Dockerコンテナ開発・環境構築の基本」
cyberblack28
11
7.1k
Who owns the Service Level?
chaspy
5
1.1k
[AKIBA.AWS] それ、t2.micro選んで大丈夫?
tsukuboshi
0
210
Stripe Search APIを利用した、LINEとStripeの顧客情報連携/line-dc-202205
stripehideokamoto
0
130
How We Foster Reliability in Diversity
nari_ex
PRO
9
2.8k
LINEスタンプの実例紹介 小さく始める障害検知・対応・振り返りの 改善プラクティス
line_developers
PRO
3
1.7k
THETA Xの登場はジオ業界を変えるか?
furuhashilab
0
170
Featured
See All Featured
The Most Common Mistakes in Cover Letters
jrick
PRO
4
24k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
15
910
Statistics for Hackers
jakevdp
781
210k
ParisWeb 2013: Learning to Love: Crash Course in Emotional UX Design
dotmariusz
100
5.9k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
151
12k
Fireside Chat
paigeccino
11
1.3k
Raft: Consensus for Rubyists
vanstee
126
5.4k
Atom: Resistance is Futile
akmur
255
20k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
226
15k
VelocityConf: Rendering Performance Case Studies
addyosmani
316
22k
Debugging Ruby Performance
tmm1
65
10k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
655
120k
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