Skip to content

Instantly share code, notes, and snippets.

@Jung0
Last active November 16, 2015 06:48
Show Gist options
  • Save Jung0/65602727da46b5421d99 to your computer and use it in GitHub Desktop.
Save Jung0/65602727da46b5421d99 to your computer and use it in GitHub Desktop.
Nexus6にCyanogenmodを入れた時のメモ。 ref: http://qiita.com/pfavill/items/789b6d9fc46b859484b2
$vi ~/.bashrc
export PATH=$PATH:/Users/ユーザー名/Library/Android/sdk/platform-tools
$adb reboot bootloader
$fastboot oem unlock
$fastboot flash recovery TWRPのimgファイルをドラッグ
$adb push インストールしたzipをドラッグ/sdcard/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment