<?xml version="1.0" encoding="UTF-8"?> 
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="ja">
<title>KMC Staff Blog</title> 
<link rel="alternate" type="text/html" href="http://blog.kmckk.com/" />
<link rel="service.post" type="application/x.atom+xml" href="http://cms.blog.livedoor.com/atom/blog_id=3247272" title="KMC Staff Blog" />
<link rel="hub" href="http://pubsubhubbub.appspot.com" />
<link rel="self" href="http://blog.kmckk.com/atom.xml" />
<modified>2012-02-07T13:26:41Z</modified> 
<tagline><![CDATA[JTAG-ICE デバッガベンダー、京都マイクロコンピュータ株式会社 (Kyoto Microcomputer Co., Ltd. ; KMC) スタッフのブログです。]]></tagline> 
<id>tag:blog.livedoor.jp,2009:kmckk</id>
<author>
<name>kmckk</name> 
</author>
<generator url="http://blog.livedoor.com/" version="1.0">livedoor Blog</generator> 
<copyright>Copyright (c) 2012, kmckk </copyright>
<entry>
<title>Androidのadbのメモ(9) Android端末同士をadbでつなぐ</title> 
<link rel="alternate" type="text/html" href="http://blog.kmckk.com/archives/4094716.html" />
<modified>2012-02-07T04:26:38Z</modified> 
<issued>2012-02-03T11:03:31+09:00</issued> 
<id>tag:blog.livedoor.jp,2012:kmckk.4094716</id>
<summary type="text/plain">「Androidのadbのメモ(7) Androidデバイス側でadbを動かす」では、自分の中でループバックさせてadbから自分自身のadbdとつないでみましたが、これにどんな用途があるのかいまひとつわかりませんでした。
@matsuu さんのつぶやきではっと気がついたのですが、これは2台のAndr...</summary> 
<dc:subject>android</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://blog.kmckk.com/archives/4094716.html">
<![CDATA[<div class="section">
<p><a href="http://blog.kmckk.com/archives/4092970.html" target="_blank" title="">「Androidのadbのメモ(7) Androidデバイス側でadbを動かす」</a>では、自分の中でループバックさせてadbから自分自身のadbdとつないでみましたが、これにどんな用途があるのかいまひとつわかりませんでした。</p>
<p>@matsuu さんのつぶやきではっと気がついたのですが、これは2台のAndroid端末をつなげば、Android端末でAndroid端末をデバッグできるということなのです。さっそく試してみました。</p>
</div>

<a href="http://blog.kmckk.com/archives/4094716.html">続きを読む</a>]]> 
</content>
<author>
<name>t2koba</name> 
</author>
</entry>

<entry>
<title>Androidのadbのメモ(8) Android以外でadbを使う実験</title> 
<link rel="alternate" type="text/html" href="http://blog.kmckk.com/archives/4093193.html" />
<modified>2012-02-02T03:47:17Z</modified> 
<issued>2012-02-02T12:39:11+09:00</issued> 
<id>tag:blog.livedoor.jp,2012:kmckk.4093193</id>
<summary type="text/plain">ARM Ubuntu 11.10でadbdを動かして使用することができたので、そのメモ。
</summary> 
<dc:subject>Linux</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://blog.kmckk.com/archives/4093193.html">
<![CDATA[<div class="section">
<p>ARM Ubuntu 11.10でadbdを動かして使用することができたので、そのメモ。</p>
</div>

<a href="http://blog.kmckk.com/archives/4093193.html">続きを読む</a>]]> 
</content>
<author>
<name>t2koba</name> 
</author>
</entry>

<entry>
<title>Androidのadbのメモ(7) Androidデバイス側でadbを動かす</title> 
<link rel="alternate" type="text/html" href="http://blog.kmckk.com/archives/4092970.html" />
<modified>2012-02-01T10:44:39Z</modified> 
<issued>2012-02-01T19:44:28+09:00</issued> 
<id>tag:blog.livedoor.jp,2012:kmckk.4092970</id>
<summary type="text/plain">adbdはAndroidデバイス側、adb clientとadb serverはホスト側で動かすのが普通ですが、Android 4.0ではAndroidデバイス側用のadbコマンド (adb clinet &amp; adb server) がビルドされています。これを動かしてみましょう。
</summary> 
<dc:subject>android</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://blog.kmckk.com/archives/4092970.html">
<![CDATA[<div class="section">
<p>adbdはAndroidデバイス側、adb clientとadb serverはホスト側で動かすのが普通ですが、Android 4.0ではAndroidデバイス側用のadbコマンド (adb clinet & adb server) がビルドされています。これを動かしてみましょう。</p>
</div>

<a href="http://blog.kmckk.com/archives/4092970.html">続きを読む</a>]]> 
</content>
<author>
<name>t2koba</name> 
</author>
</entry>

<entry>
<title>Androidのadbのメモ(6) 直接adb serverと通信するrubyスクリプト</title> 
<link rel="alternate" type="text/html" href="http://blog.kmckk.com/archives/4092210.html" />
<modified>2012-01-31T08:54:15Z</modified> 
<issued>2012-01-31T16:16:45+09:00</issued> 
<id>tag:blog.livedoor.jp,2012:kmckk.4092210</id>
<summary type="text/plain">Androidのadbのメモ(5) adb shell lsを実行したときのログで採取したログをみながら、adbのクライアントと同じようにadb serverにソケットで通信するrubyスクリプトを書いてみました。役に立つかどうかというより単に理解を深めるためです。
</summary> 
<dc:subject>android</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://blog.kmckk.com/archives/4092210.html">
<![CDATA[<div class="section">
<p><a href="http://blog.kmckk.com/archives/4087230.html" target="_blank" title="">Androidのadbのメモ(5) adb shell lsを実行したときのログ</a>で採取したログをみながら、adbのクライアントと同じようにadb serverにソケットで通信するrubyスクリプトを書いてみました。役に立つかどうかというより単に理解を深めるためです。</p>
</div>

<a href="http://blog.kmckk.com/archives/4092210.html">続きを読む</a>]]> 
</content>
<author>
<name>t2koba</name> 
</author>
</entry>

<entry>
<title>Androidのemulator consoleに簡単にコマンドを送る方法</title> 
<link rel="alternate" type="text/html" href="http://blog.kmckk.com/archives/4091258.html" />
<modified>2012-01-30T09:55:26Z</modified> 
<issued>2012-01-30T16:36:43+09:00</issued> 
<id>tag:blog.livedoor.jp,2012:kmckk.4091258</id>
<summary type="text/plain">Androidのemulatorをひとつ起動している状態で、&quot;adb emu window scale 0.5&quot; を実行するとemulatorの表示が縦横半分に小さくなります。&quot;adb emu window scale 1.0&quot; で元に戻ります。狭い画面で作業しているときには便利かもしれません。aliasに設定するとよいでしょう。
この...</summary> 
<dc:subject>android</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://blog.kmckk.com/archives/4091258.html">
<![CDATA[<div class="section">
<p>Androidのemulatorをひとつ起動している状態で、"adb emu window scale 0.5" を実行するとemulatorの表示が縦横半分に小さくなります。"adb emu window scale 1.0" で元に戻ります。狭い画面で作業しているときには便利かもしれません。aliasに設定するとよいでしょう。</p>
<p>このadb emuコマンドを詳しく見ていきましょう。</p>


</div>

<a href="http://blog.kmckk.com/archives/4091258.html">続きを読む</a>]]> 
</content>
<author>
<name>t2koba</name> 
</author>
</entry>

<entry>
<title>Android Builders Summit 2012で話をします</title> 
<link rel="alternate" type="text/html" href="http://blog.kmckk.com/archives/4088419.html" />
<modified>2012-01-27T10:00:14Z</modified> 
<issued>2012-01-27T16:53:48+09:00</issued> 
<id>tag:blog.livedoor.jp,2012:kmckk.4088419</id>
<summary type="text/plain">2012 年 2 月 13-14 日 - アメリカ、カリフォルニア州レッドウッド ショアズで開催されるAndrroid Builders Summit 2012で講演します。
Android Builers Summit 2012 スケジュール
引き続き同じ場所で開催されるEmbedded Linux Conferenceも注目です。
Embedded Linux Confer...</summary> 
<dc:subject>android</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://blog.kmckk.com/archives/4088419.html">
<![CDATA[<div class="section">
<p>2012 年 2 月 13-14 日 - アメリカ、カリフォルニア州レッドウッド ショアズで開催されるAndrroid Builders Summit 2012で講演します。</p>
<p><a href="https://events.linuxfoundation.org/events/android-builders-summit/schedule" target="_blank" title="">Android Builers Summit 2012 スケジュール</a></p>
<p>引き続き同じ場所で開催されるEmbedded Linux Conferenceも注目です。</p>
<p><a href="https://events.linuxfoundation.org/events/embedded-linux-conference/schedule" target="_blank" title="">Embedded Linux Conference 2012 スケジュール</a></p>
</div>
]]> 
</content>
<author>
<name>t2koba</name> 
</author>
</entry>

<entry>
<title>Androidのadbのメモ(5) adb shell lsを実行したときのログ</title> 
<link rel="alternate" type="text/html" href="http://blog.kmckk.com/archives/4087230.html" />
<modified>2012-01-27T06:39:33Z</modified> 
<issued>2012-01-27T15:36:06+09:00</issued> 
<id>tag:blog.livedoor.jp,2012:kmckk.4087230</id>
<summary type="text/plain">Androidのadbのメモ(3) adbのログで調べたことを使ってadb shell lsを実行したときのログを採取しました。
</summary> 
<dc:subject>android</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://blog.kmckk.com/archives/4087230.html">
<![CDATA[<div class="section">
<p><a href="http://blog.kmckk.com/archives/4080002.html" target="_blank" title="">Androidのadbのメモ(3) adbのログ</a>で調べたことを使ってadb shell lsを実行したときのログを採取しました。</p>
</div>

<a href="http://blog.kmckk.com/archives/4087230.html">続きを読む</a>]]> 
</content>
<author>
<name>t2koba</name> 
</author>
</entry>

<entry>
<title>SHのgccでの浮動小数点演算のオプションとその生成コード</title> 
<link rel="alternate" type="text/html" href="http://blog.kmckk.com/archives/4087429.html" />
<modified>2012-01-26T07:58:59Z</modified> 
<issued>2012-01-26T16:59:08+09:00</issued> 
<id>tag:blog.livedoor.jp,2012:kmckk.4087429</id>
<summary type="text/plain">SHのgccでは浮動小数点演算のオプションの指定方法が他のアーキテクチャと異なっています。
それぞれどんなコードが生成されるのか確認してみました。

</summary> 
<dc:subject>GCC</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://blog.kmckk.com/archives/4087429.html">
<![CDATA[<div class="section">
<p>SHのgccでは浮動小数点演算のオプションの指定方法が他のアーキテクチャと異なっています。</p>
<p>それぞれどんなコードが生成されるのか確認してみました。</p>

</div>

<a href="http://blog.kmckk.com/archives/4087429.html">続きを読む</a>]]> 
</content>
<author>
<name>t2koba</name> 
</author>
</entry>

<entry>
<title>GCCでunsignedの変数を0と比較したときにwarningを出すオプション</title> 
<link rel="alternate" type="text/html" href="http://blog.kmckk.com/archives/4085604.html" />
<modified>2012-01-24T09:43:04Z</modified> 
<issued>2012-01-24T16:48:01+09:00</issued> 
<id>tag:blog.livedoor.jp,2012:kmckk.4085604</id>
<summary type="text/plain">昨日、自分で修正したプログラムが意図した通りに動作しなくて少し悩んだのですが、それはunsignedの型の変数に負数を代入して、0と比較している部分が正しく動かなかったためでした。unsignedの型の変数は0より小さくなることはありません。
でも、こんなケースではgccはwar...</summary> 
<dc:subject>GCC</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://blog.kmckk.com/archives/4085604.html">
<![CDATA[<div class="section">
<p>昨日、自分で修正したプログラムが意図した通りに動作しなくて少し悩んだのですが、それはunsignedの型の変数に負数を代入して、0と比較している部分が正しく動かなかったためでした。unsignedの型の変数は0より小さくなることはありません。</p>
<p>でも、こんなケースではgccはwarningを出して教えてくれたはず。実はオプションの指定が必要でした。</p>
</div>

<a href="http://blog.kmckk.com/archives/4085604.html">続きを読む</a>]]> 
</content>
<author>
<name>t2koba</name> 
</author>
</entry>

<entry>
<title>Androidのadbのメモ(4) service</title> 
<link rel="alternate" type="text/html" href="http://blog.kmckk.com/archives/4081777.html" />
<modified>2012-01-20T10:10:25Z</modified> 
<issued>2012-01-20T14:50:40+09:00</issued> 
<id>tag:blog.livedoor.jp,2012:kmckk.4081777</id>
<summary type="text/plain">ADBのserviceについてのメモ。
</summary> 
<dc:subject>android</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://blog.kmckk.com/archives/4081777.html">
<![CDATA[<div class="section">
<p>ADBのserviceについてのメモ。</p>
</div>

<a href="http://blog.kmckk.com/archives/4081777.html">続きを読む</a>]]> 
</content>
<author>
<name>t2koba</name> 
</author>
</entry>

<entry>
<title>Androidのadbのメモ(3) adbのログ</title> 
<link rel="alternate" type="text/html" href="http://blog.kmckk.com/archives/4080002.html" />
<modified>2012-01-19T02:13:02Z</modified> 
<issued>2012-01-19T09:55:24+09:00</issued> 
<id>tag:blog.livedoor.jp,2012:kmckk.4080002</id>
<summary type="text/plain">adbのログについて。
</summary> 
<dc:subject>android</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://blog.kmckk.com/archives/4080002.html">
<![CDATA[<div class="section">
<p>adbのログについて。</p>
</div>

<a href="http://blog.kmckk.com/archives/4080002.html">続きを読む</a>]]> 
</content>
<author>
<name>t2koba</name> 
</author>
</entry>

<entry>
<title>Androidのadbのメモ(2) adbdの観察</title> 
<link rel="alternate" type="text/html" href="http://blog.kmckk.com/archives/4078813.html" />
<modified>2012-01-18T10:48:04Z</modified> 
<issued>2012-01-18T13:22:11+09:00</issued> 
<id>tag:blog.livedoor.jp,2012:kmckk.4078813</id>
<summary type="text/plain">今度はターゲット側で動作しているadbdをみてみます。KZM-A9-Dualボードで動かしたAndroid 4.0.3を使いました。
</summary> 
<dc:subject>android</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://blog.kmckk.com/archives/4078813.html">
<![CDATA[<div class="section">
<p>今度はターゲット側で動作しているadbdをみてみます。<a href="http://www.kmckk.co.jp/kzma9/index.html" target="_blank" title="">KZM-A9-Dualボード</a>で動かしたAndroid 4.0.3を使いました。</p>
</div>

<a href="http://blog.kmckk.com/archives/4078813.html">続きを読む</a>]]> 
</content>
<author>
<name>t2koba</name> 
</author>
</entry>

<entry>
<title>Androidのadbのメモ(1) adb serverの観察</title> 
<link rel="alternate" type="text/html" href="http://blog.kmckk.com/archives/4078773.html" />
<modified>2012-01-18T10:47:30Z</modified> 
<issued>2012-01-17T13:26:35+09:00</issued> 
<id>tag:blog.livedoor.jp,2012:kmckk.4078773</id>
<summary type="text/plain">adbのadb serverの動きをstrace, gdbで観察しました。Android 4.0.3を使用しています。
</summary> 
<dc:subject>android</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://blog.kmckk.com/archives/4078773.html">
<![CDATA[<div class="section">
<p>adbのadb serverの動きをstrace, gdbで観察しました。Android 4.0.3を使用しています。</p>
</div>

<a href="http://blog.kmckk.com/archives/4078773.html">続きを読む</a>]]> 
</content>
<author>
<name>t2koba</name> 
</author>
</entry>

<entry>
<title>Linuxカーネルのmake menuconfigでの検索機能</title> 
<link rel="alternate" type="text/html" href="http://blog.kmckk.com/archives/4078122.html" />
<modified>2012-01-17T01:31:04Z</modified> 
<issued>2012-01-16T18:36:04+09:00</issued> 
<id>tag:blog.livedoor.jp,2012:kmckk.4078122</id>
<summary type="text/plain">カーネルのconfigを変えるときに、.configファイルを直接変更すると依存する項目の処理がややこしいので、make menuconfig としますが、変更したい項目がどの階層にあるのかがわからなくて、ちょっと苦労していました。
しかし今日、@l_b__さんからTwitterで、make menuconfi...</summary> 
<dc:subject>Linux</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://blog.kmckk.com/archives/4078122.html">
<![CDATA[<div class="section">
<p>カーネルのconfigを変えるときに、.configファイルを直接変更すると依存する項目の処理がややこしいので、make menuconfig としますが、変更したい項目がどの階層にあるのかがわからなくて、ちょっと苦労していました。</p>
<p>しかし今日、@l_b__さんからTwitterで、make menuconfigに検索機能があることを教えてもらいました。</p>


</div>

<a href="http://blog.kmckk.com/archives/4078122.html">続きを読む</a>]]> 
</content>
<author>
<name>t2koba</name> 
</author>
</entry>

<entry>
<title>KZM-A9-DualボードでAndroid 4.0.3(Ice Cream Sandwich)を動かす</title> 
<link rel="alternate" type="text/html" href="http://blog.kmckk.com/archives/4075163.html" />
<modified>2012-01-13T05:50:46Z</modified> 
<issued>2012-01-13T14:00:46+09:00</issued> 
<id>tag:blog.livedoor.jp,2012:kmckk.4075163</id>
<summary type="text/plain">先日の&quot;KZM-A9-DualボードでAndroid 4.0.1(Ice Cream Sandwich)を動かす &quot;の記事のとおりにAndroid 4.0.3を試したら、いくつか追加の修正が必要だったので、整理しつつ再度メモを載せます。

</summary> 
<dc:subject>android</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://blog.kmckk.com/archives/4075163.html">
<![CDATA[<div class="section">
<p>先日の"<a href="http://blog.kmckk.com/archives/4030770.html" target="_blank" title="">KZM-A9-DualボードでAndroid 4.0.1(Ice Cream Sandwich)を動かす</a> "の記事のとおりにAndroid 4.0.3を試したら、いくつか追加の修正が必要だったので、整理しつつ再度メモを載せます。</p>

</div>

<a href="http://blog.kmckk.com/archives/4075163.html">続きを読む</a>]]> 
</content>
<author>
<name>t2koba</name> 
</author>
</entry>
</feed>

