Android System WebView が ベータ配布 されているのだが

webクライントなコンポーネントが 5.0+ から独立するということのベータ版PlayStoreリリース. ということなのだが.

AndroidシステムのWebView_-_Google_Play_の_Android_アプリ 2

Beta Channel for the Android WebView | Android Developers Blog

コミュニティメンバーになればPlayStoreで見れるようになりインスール可能となります.

WebView Beta Channel - コミュニティ - Google+

WebView_Beta_Channel_-_コミュニティ_-_Google_

AndroidシステムのWebView_-_Google_Play_の_Android_アプリ

2つ仲良く並んでる状態となり,

20150214-191703

新しいほう.

20150214-191900

古いほう.

20150214-192009

まとめると,

新:
com.google.android.webview
バージョン40(1728298-arm)
56.07MB

旧:
com.android.webview
バージョン37(594484533a-arm)
1.66MB

インストール後 webview 経由でみてみる.

    ...
    WebView webView = (WebView) findViewById(R.id.web_view);
    WebSettings webSettings = webView.getSettings();
    webSettings.setJavaScriptEnabled(true);
    webView.loadUrl("https://html5test.com/");
    ...

20150214-195013

フツーにアプリ内 webview は稼働しているのだが, 違いが見えないので反映されてるのか分かりにくいが, 「旧」が適用されている.

コミュニティのやりとりをみていると,

You can check the user agent - it should now mention version 40 rather than 37. Alternatively check the app version number under system settings > apps > Android System WebView

UAでみてみると,

Mozilla/5.0 (Linux; Android 5.0.2; Nexus 6 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36

おもいっきり 旧のまま.

旧を無効にして再度.

20150214-193302

Mozilla/5.0 (Linux; Android 5.0.2; Nexus 6 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36

変化なし...

どうやったら適用できるのかな?

ちなみに, ChromeBeta で HTML5 TEST を見てみると, 「新」は適用されている. これは, com.google.android.webview をインストールしてる, してないにかかわらず同じ.

20150214-195520

CMがダメなのかな.

なんでかな.


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


OS 5.0 (Lillipop) にバージョンアップしたらギャラリーがなくて写真が見れないのですが, どうしたらよいでしょうか

OS4.4 まではデフォルトで入ってました「ギャラリー」.

20150117-174645

20150117-174831

特にフツーに写真の一覧などを表示して使っていた人も多いはず.

でも, OS5.0 (Lollipop) にバージョンアップすると, プレインストールではなくなっている機種も多いはずです.

代わりの機能を担当するのが, デフォルトでインストールされている「フォト」というアイコンのアプリです.

風車なやつです.

20150117-175258

「フォト」の実体は, アプリ「Googleプラス」に含まれています.

20150117-175557

Googleのクラウドなサービスと連携してたりで, 機能が多くややこしいですが, 以前の「ギャラリー」と同じ機能はメニューの「端末内」の部分が担当しています.

20150117-175753

20150117-175823

これで,「ギャラリー」なしでも写真が見れるようになるので, あとは, その他の機能を少しづつ覚えていけば良いです.

Googleのサービスと連携しつつパソコンやiPhone でも閲覧したり, 整理したりできますよ.

http://android.benigumo.com/wp-content/uploads/2014/10/fff0ee33c6f16e41f3db0f39e9c2a386.png

Android と iPhone 間のデータ移行の説明をながめる