<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ngi644の日記 &#187; Android</title>
	<atom:link href="http://ngi644.net/blog/archives/category/android/feed" rel="self" type="application/rss+xml" />
	<link>http://ngi644.net/blog</link>
	<description>備忘録も兼ねています。</description>
	<lastBuildDate>Fri, 27 Jan 2012 07:44:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Android 1.6から搭載されたフォーカスモード</title>
		<link>http://ngi644.net/blog/archives/543</link>
		<comments>http://ngi644.net/blog/archives/543#comments</comments>
		<pubDate>Sun, 13 Dec 2009 17:23:33 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[日常]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/543</guid>
		<description><![CDATA[今月から、本格的にAndroid OSを搭載したHT-03Aを使っています。いろんな人が言っているように、Googleのサービスに簡単にアクセスできるのは大変便利です。カメラで撮影した画像をピカサに簡単にアップロードでき [...]]]></description>
			<content:encoded><![CDATA[<p>今月から、本格的にAndroid OSを搭載したHT-03Aを使っています。いろんな人が言っているように、Googleのサービスに簡単にアクセスできるのは大変便利です。カメラで撮影した画像をピカサに簡単にアップロードできるのは非常にうれしいです。</p>
<p>ファームウェアが1.6になり、更にいいのが、カメラ機能のフォーカスモードが追加されたことです。</p>
<p><a href="http://ngi644.net/blog/wp-content/uploads/2009/12/photo.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="photo" border="0" alt="photo" src="http://ngi644.net/blog/wp-content/uploads/2009/12/photo_thumb.png" width="164" height="244" /></a> </p>
<p>今までは、オートフォーカスしか無く、このオートが遅く、正直、カメラ機能は使いものになりませんでした。今回から無限遠モードが加わったので、シャッターを押してから撮影までのレスポンスが良くなり、スナップに使えるようになりました。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/543/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windowsのテストモード</title>
		<link>http://ngi644.net/blog/archives/216</link>
		<comments>http://ngi644.net/blog/archives/216#comments</comments>
		<pubDate>Wed, 24 Dec 2008 08:57:50 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[64bit]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/216</guid>
		<description><![CDATA[64bitでG1を接続するにはテストモードで起動して作業をする必要がある。 先日のエントリのリンクに、その方法が記されている。 念のため、自分のサイトにもメモとして置いておこうと思う。 テストモードにする 管理者モードコ [...]]]></description>
			<content:encoded><![CDATA[<p>64bitでG1を接続するにはテストモードで起動して作業をする必要がある。</p>
<p>先日のエントリのリンクに、その方法が記されている。</p>
<p>念のため、自分のサイトにもメモとして置いておこうと思う。</p>
<h4>テストモードにする</h4>
<ol>
<li>管理者モードコマンドプロンプトを起動 </li>
<li>bcdedit -set testsigning on を入力 </li>
<li>再起動 </li>
</ol>
<h4>テストモードの終了</h4>
<ol>
<li>管理者モードコマンドプロンプトを起動 </li>
<li>bcdedit -set testsigning off を入力 </li>
<li>再起動 </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/216/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>G1での開発で参考になるＵＲＬ</title>
		<link>http://ngi644.net/blog/archives/213</link>
		<comments>http://ngi644.net/blog/archives/213#comments</comments>
		<pubDate>Mon, 22 Dec 2008 15:26:38 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/213</guid>
		<description><![CDATA[Develop and Debug http://code.google.com/intl/ja/android/intro/develop-and-debug.html 開発とデバッグについて書かれている。 また、ここ [...]]]></description>
			<content:encoded><![CDATA[<h3>Develop and Debug</h3>
<ul>
<li><a title="http://code.google.com/intl/ja/android/intro/develop-and-debug.html" href="http://code.google.com/intl/ja/android/intro/develop-and-debug.html">http://code.google.com/intl/ja/android/intro/develop-and-debug.html</a> </li>
</ul>
<p>開発とデバッグについて書かれている。</p>
<p>また、ここでWindowsのドライバーをダウンロードもできる。</p>
<p>追記：Windows Vista 64bitでは、このドライバーがインストールできなかった。ので、XPのマシンで開発をすることにした。</p>
<p>追記：<a title="http://www.xda-developers.com/" href="http://www.xda-developers.com/">http://www.xda-developers.com/</a>にて64bitでもインストールできるようにしている人がいた。このサイトは、とても役に立ちそうだ。</p>
<p>下記アドレスが64bitドライバのエントリ</p>
<p><a title="http://forum.xda-developers.com/showthread.php?t=446274" href="http://forum.xda-developers.com/showthread.php?t=446274">http://forum.xda-developers.com/showthread.php?t=446274</a></p>
<p>添付ファイルをダウンロードして、ガイドの通りにインストールしてあげれば動く。</p>
<p>さっき頑張ってXPセットアップしたのは・・・。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/213/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dev Phone</title>
		<link>http://ngi644.net/blog/archives/207</link>
		<comments>http://ngi644.net/blog/archives/207#comments</comments>
		<pubDate>Sun, 21 Dec 2008 01:47:37 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[日常]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/207</guid>
		<description><![CDATA[Dev Phone 1 が発送されたようだ。到着が楽しみ。]]></description>
			<content:encoded><![CDATA[<p>Dev Phone 1 が発送されたようだ。到着が楽しみ。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/207/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

