<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: HTC Shangrila, Voice Calling</title>
	<atom:link href="http://blog.htc-unlocks.com/2008/12/23/htc-shangrila-voice-calling/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.htc-unlocks.com/2008/12/23/htc-shangrila-voice-calling/</link>
	<description>Infrequent to Frequent Ramblings About Technology and Anything Else Entering My Warped Mind</description>
	<lastBuildDate>Mon, 28 Jun 2010 22:54:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Olipro</title>
		<link>http://blog.htc-unlocks.com/2008/12/23/htc-shangrila-voice-calling/comment-page-1/#comment-18</link>
		<dc:creator>Olipro</dc:creator>
		<pubDate>Mon, 26 Jan 2009 03:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.htc-unlocks.com/?p=90#comment-18</guid>
		<description>actually, I&#039;m wondering if the WM side has any access to the mic at all since it can&#039;t record voice notes either.</description>
		<content:encoded><![CDATA[<p>actually, I&#8217;m wondering if the WM side has any access to the mic at all since it can&#8217;t record voice notes either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radhoo</title>
		<link>http://blog.htc-unlocks.com/2008/12/23/htc-shangrila-voice-calling/comment-page-1/#comment-17</link>
		<dc:creator>radhoo</dc:creator>
		<pubDate>Fri, 16 Jan 2009 07:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.htc-unlocks.com/?p=90#comment-17</guid>
		<description>Hi,

Did you try any audio routing code, like:

RILAUDIODEVICEINFO audioDeviceInfo;
	audioDeviceInfo.cbSize = sizeof(audioDeviceInfo);
	audioDeviceInfo.dwParams = RIL_PARAM_ADI_ALL;
	audioDeviceInfo.dwRxDevice = RIL_AUDIO_NONE;
	audioDeviceInfo.dwTxDevice = RIL_AUDIO_NONE;
	DWORD hr = RIL_SetAudioDevices(m_hRil, &amp;audioDeviceInfo);
	return !FAILED(hr);

I don&#039;t have a shift so I&#039;m only guessing this could be the problem.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Did you try any audio routing code, like:</p>
<p>RILAUDIODEVICEINFO audioDeviceInfo;<br />
	audioDeviceInfo.cbSize = sizeof(audioDeviceInfo);<br />
	audioDeviceInfo.dwParams = RIL_PARAM_ADI_ALL;<br />
	audioDeviceInfo.dwRxDevice = RIL_AUDIO_NONE;<br />
	audioDeviceInfo.dwTxDevice = RIL_AUDIO_NONE;<br />
	DWORD hr = RIL_SetAudioDevices(m_hRil, &amp;audioDeviceInfo);<br />
	return !FAILED(hr);</p>
<p>I don&#8217;t have a shift so I&#8217;m only guessing this could be the problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
