LoginSignup
9
9

More than 5 years have passed since last update.

Nexus7(2012)をLolipopからKitkatへのダウングレードする手順

Posted at

基本的にデータはクラウドサービスに置いてるのでバックアップ取っていない。

ブートローダのアンロック

以下のページを参考にアンロック

ファクトリーイメージを入手

以下のページから端末に対応したファクトリーイメージを入手

自分の場合は "nakasi" の 4.4.4 をダウンロード

スクリーンショット 2015-01-29 12.34.26.png

ファクトリーイメージをインストール

詳細の手順は以下のページを参考に

端末を fastboot モードに

電源 + ボリューム下 を長押し(30秒くらい)

インストール

ファクトリーイメージ(.tgz)を展開

ターミナルから、展開したファイルの中の flash-all.sh を実行

$ ./flash-all.sh
...
(bootloader) Bootloader is already unlocked
OKAY [  0.020s]
finished. total time: 0.020s
erasing 'boot'...
OKAY [  0.088s]
finished. total time: 0.088s
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [  0.127s]
finished. total time: 0.127s
erasing 'recovery'...

... 省略 ...

インストールが終わると端末が再起動する。

9
9
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
9
9