Google Drive 「セキュリティ診断で 2GB 無料追加」はどこで確認できるのか

2/17 までにセキュリティ診断を行うと, 2GB無料追加のキャンペーン.

This Safer Internet Day, we’re reminded how important online safety is and hope you’ll use this as an opportunity to take 2 minutes to complete a simple Security Checkup. While everything stored in Drive is always encrypted in transit and at rest in Google’s custom-built data centers, this checkup ensures you’re making the most of the 24/7 protection you already get from Google. As our way of saying thanks for completing the checkup by 17 February 2015, we’ll give you a permanent 2 gigabyte bump in your Google Drive storage plan.

Google Drive Blog: A quick checkup and a simple thanks

確認しながらボタンを押すだけ. 数分で終わる.

アカウントの保護_-_アカウント設定

で, どこで確認したらいいのか.

Google ドライブは、ウェブ上でも、携帯端末でも、パソコンでも使用できます。使用中の容量を確認するには、ウェブ上の Google ドライブにアクセスして左下にカーソルを合わせます。開いたウィンドウに使用容量が表示されます。Google ドライブ、Gmail、Google+ フォトでの使用状況を確認するには www.google.com/settings/storage にアクセスしてください。

保存容量の上限を確認する - ドライブ ヘルプ

Drive, Gmail など容量のカウントにいくつかきまりがあるようだけども.

https://www.google.com/settings/storage

ドライブ_ストレージ

あれ, 増えてないような...

先ほどの公式ブログの説明をよく見てみると,

We’ll be granting the storage automatically to everyone around 28 February 2015 and we’ll send you an email when your adjustment is complete.

今月末頃に追加されて, メールで追加完了のお知らせくるのかっ.


Chromecast で 600円 もらえるキャンペーンですよ

As part of their Valentine’s Day celebration, Google is giving out $6 in Google Play credit for free to all Chromecast owners.

Google is offering $6 in Play Store credit to all Chromecast owners

これ, 日本でもいけまます.

Chromecast アプリを開いて, 接続してから, メニューから

20150207-162537

20150207-162454

600円ゲット!!

20150207-162915

Android だけでなく iPhone もいけるっぽい.

Chromecast

Chromecast - Google Play の Android アプリ


Factory Image を焼こうとして「archive does not contain boog.sig」といわれた場合

簡単にインストーラでできると思ったらうまくいかなかったよ.

Nexus6 にて 5.0.1 (LRX22C) が.

Android OS 4.4 (KRT16M) の Factory Images 公開されてる

Factory_Images_for_Nexus_Devices_-_Android_—_Google_Developers

Factory Images for Nexus Devices - Android — Google Developers

...
archive does not contain boog.sig
...

ダウンロードしたアーカイブの中身はこうなってるが.

shamu-lrx22c/
├── bootloader-shamu-moto-apq8084-71.05.img
├── flash-all.bat
├── flash-all.sh
├── flash-base.sh
├── image-shamu-lrx22c.zip
└── radio-shamu-d4.0-9625-02.55.04.img

image-shamu-lrx22c.zip をばらすと,

shamu-lrx22c/
├── android-info.txt
├── boot.img
├── bootloader-shamu-moto-apq8084-71.05.img
├── cache.img
├── flash-all.bat
├── flash-all.sh
├── flash-base.sh
├── image-shamu-lrx22c.zip
├── radio-shamu-d4.0-9625-02.55.04.img
├── recovery.img
├── system.img
└── userdata.img

それらを 個別に flash したらいける.

fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot flash recovery recovery.img

Flashing the factory image, "archive does not contain boot.sig", normal? : nexus4