3
3

More than 5 years have passed since last update.

Nexus5にAndroid 5.0を入れる

Last updated at Posted at 2014-10-17

Download

こちらからダウンロードします。

なんか上手くダウンロードされない?

なぜかわかりませんがダウンロード用のボタンらしきものが出なかったので
DeveloperToolを開き直で呼び出す。

onDownload($("a[href=#download]")[0]) //Nexus5
onDownload($("a[href=#download]")[1]) //Nexus7(2013)

ん〜 成功したりもするから よくわからないですね。

Install

ブートローダーをアンロックします。さらば保証!

$ adb reboot bootloader
$ fastboot oem unlock

そしたら ダウンロードしたファイルの解答したディレクトリ内にカレントディレクトリを移し

$ ./flash-all.sh

完了

ヌルヌルです。
Nexus7(2012)にも降ってくることを期待しつつとりあえず今はこれで
遊んでみようと思います。

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3