【またこれか!】Android 4.0~4.2系に該当する人がしておくべきいつものマルウェア対策

2013/08/07付にて、こんな記事が。

バージョン2.6.37~3.8.8のLinuxカーネルに権限昇格につながる脆弱性が発見された。この脆弱性を悪用するとローカルユーザーが管理者権限(root権限)を奪取できてしまう。Android 4.0~4.2系にもこの脆弱性があり、既に攻撃ツールが出回っているため注意が必要である。

ネットワーク・ホットトピックス - カーネルに権限昇格バグが見つかる、Android 4.0~4.2系では要注意:ITpro ネットワーク・ホットトピックス - カーネルに権限昇格バグが見つかる、Android 4.0~4.2系では要注意:ITpro

「Android 4.0〜4.2系」て、現在販売されてるやつ
ほとんどじゃね?

もともとこれって数カ月前に話題になってたのですね。

Linux カーネルに権限昇格の脆弱性、広範囲に影響か | スラッシュドット・ジャパン Linux Linux カーネルに権限昇格の脆弱性、広範囲に影響か | スラッシュドット・ジャパン Linux

Linux Kernel Exploit Ported to Android | Symantec Connect Community Linux Kernel Exploit Ported to Android | Symantec Connect Community

で、こんな「脆弱性」がAndroidで
話題なるときに対策法として締めに使われる
いつものアレです。

以下、前記事より抜粋のおさらいです。

続きを読む >>


Android SDK update SDK Tools, Revision 22.0.5 (July 2013)

アップデートです。

Dependencies:
Android SDK Platform-tools revision 16 or later.
If you are developing in Eclipse with the ADT Plugin, note that this version of SDK Tools is designed for use with ADT 22.0.5 and later. If you haven't already, update ADT to 22.0.5.
If you are using Android Studio, note that this version of the SDK Tools is designed to work with Android Studio 0.2.x and later.
If you are developing without an integrated development environment (IDE), you must have Apache Ant 1.8 or later.
General Notes:
Fixed Renderscript compilation issue for Windows platforms with ant.
Updated Systrace to work with the Android 4.3 platform image.
Fixed packaging of Renderscript compiler.
Build tools 18.0.0 is obsolete and 18.0.1 should be used instead.

Android_Tools_Updated_と_Android_SDK_Manager

Android_SDK_Manager

続きを読む >>


「Android Device Manger」を使ってみる、使ってみようとする

サードパーティ製の「Android Lost」が
なんか激しいアプリでしたが。

Androidを紛失してもかならず見つかりそうな「AndroidLost」の凄さを見よ!! Androidを紛失してもかならず見つかりそうな「AndroidLost」の凄さを見よ!!

こんなやつの本家Google版のアプリとなるのでしょう。

Find your lost phone with Android Device Manager | Official Android Blog Find your lost phone with Android Device Manager | Official Android Blog

不完全なのでしょうが、apk が非公式版であったので
いれてみましたよ。

device-2013-08-04-061721

続きを読む >>


Android 4.3 バイナリをインストールする手順

Android 4.3 のソースとバイナリ公開。Nexus 4, 旧7, 10, Galaxy Nexus用 - Engadget Japanese Android 4.3 のソースとバイナリ公開。Nexus 4, 旧7, 10, Galaxy Nexus用 - Engadget Japanese

公開されてます。
入れてみました。

NEXUSシリーズのみの特典!! 工場出荷時のイメージとインストーラをGoogleが一挙公開!! NEXUSシリーズのみの特典!! 工場出荷時のイメージとインストーラをGoogleが一挙公開!!

20130802-091706

続きを読む >>


コマンドラインからAndroidのスクリーンショットをPCデスクトップに取得する方法

プログ用に実機やエミュレータ上でスクリーンショットや
キャプチャを撮る機会が多いので。

20130802-004301

adb コマンドで簡単に取得出来ます。


adb shell screencap -p /sdcard/foo.png

android - Read binary stdout data from adb shell? - Stack Overflow android - Read binary stdout data from adb shell? - Stack Overflow

ついでに、パソコン上に持ってきちゃいましょう。


adb shell screencap -p /sdcard/screen.png
adb pull /sdcard/screen.png
adb shell rm /sdcard/screen.png

Random Stuff: Grab Android screenshot to computer via ADB Random Stuff: Grab Android screenshot to computer via ADB

もひとつついでにブログ用にリサイズしちゃいましょう。
最近のGooglebotはレスポンスの速度に厳しいです。

続きを読む >>