ブログ編集などに GooglePlay のブックマークレット 2個

 

GooglePlay のページですが、
ページをみながら、URLをブログ貼り付けたり、
LINEでだれかに送ったりしようとすると、
だらだらと長い文字列がついてきます。

https://play.google.com/store/apps/details?id=com.koushikdutta.rommanager&feature=related_apps#?t=W251bewsMSwxsDEwO4wiY2otLmtvdXNo4WtkdXR09S5yb21tYW5hZ2VyIl0.

 

こいつカッコ悪いのですが、手動で削除は面倒くさいので、
ブックマークレットでとっちゃいましょう。

ROM_Manager_-_Google_Play_の_Android_アプリ
続きを読む >>


ADBオーバーネットワークでWiFiで複数端末を一括接続する

 

便利なものでUSB接続なしでもADBデバックできます。

CyanogenMod標準実装のADBオーバーネットワークとか。

adb over network

rooted なアプリとか。

WiFiで接続できれば USBケーブルが不要になるアプリ – ADB Wireless  WiFiで接続できれば USBケーブルが不要になるアプリ – ADB Wireless | 新! #android ファッション通信 Σ(^A^;)

USBを抜いたり挿したりするのが不要になります。


$ adb connect 192.168.0.3:5555

このとき Android側のIPアドレスがローカルルータなDHCPとかで変わったりします。
固定にもできるようですが、衝突とか、リリース範囲とかあるので。

Android OS 4.0 では WiFiアクセスポイント別に静的IPアドレスやDNSの設定が可能になっておる Android OS 4.0 では WiFiアクセスポイント別に静的IPアドレスやDNSの設定が可能になっておる | 新! #android ファッション通信 Σ(^A^;)

よく切れたり、 IPアドレス調べたり、なんか面倒くさいので
一括で全部接続してあと切替はIDEに任せればいいと思ったりしました。

接続端末切替

ただIDEで切替するには、すべての実機を接続しなくてはいけません。

実機の接続できる可能性のあるIPアドレスに対して、
確認してすべて一括で接続しちゃいましょう。

続きを読む >>


Android Studio 0.1.6 がリリース

どんどん進歩を続けています。

今から約1時間ほど前です。

スクリーンショット_2013_06_21_5_34

むむ、こんな。

Lots of bug fixes. We've addressed many exceptions submitted via the crash reporter (thanks for your reports and keep coming). Some other notable fixes:
Fixes to SDK configuration in Gradle builds.
Fixed layout rendering where bitmaps were painted using incorrect densities
Fixed the exception which occurred when trying to use the context menu to create new resource files
Fixed a lint API check error which incorrectly flagged some methods as being newer than they really are
New Activity template
Template wizard parameter validation (so for example it now ensures that classes and resources do not clash with existing ones, except for cases where it intentionally merges, such as adding to the manifest file.)
New lint rule checking that inline id definitions are valid

あれ、どうなったか。

AndroidStudio0.1.6

ワロタ。

Android Studio 0.1.6 Released - Android Tools Project Site Android Studio 0.1.6 Released - Android Tools Project Site