<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>RemoteDroid</title>
	<link>https://remotedroid.net/blog</link>
	<description>Use Your Android Phone as a Remote Trackpad!</description>
	<lastBuildDate>Tue, 22 Nov 2011 05:52:50 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.4" -->

	<item>
		<title>Volume down bug in Galaxy Nexus</title>
		<description><![CDATA[Dangit, I was really looking forward to this phone too. Apparently, Galaxy Nexus owners in the UK are experiencing an odd, intermittent bug where the phone mutes itself. In the original post, a commenter linked to a video demonstrating that another phone using the 900mHz 2G network held next to the Galaxy Nexus could trigger [...]]]></description>
		<link>https://remotedroid.net/blog/2011/11/22/volume-down-bug-in-galaxy-nexus/</link>
			</item>
	<item>
		<title>Random crashes with the x120e on Ubuntu</title>
		<description><![CDATA[So the last hangup I&#8217;ve had is random crashes on resume, and sometimes on suspend. Through a whole bunch of googling, I found that people more knowledgable than me pinned it down to the wireless drivers. If you&#8217;re experiencing crashes on 11.04, you use lsmod, and see that you&#8217;re using the r8192ce driver instead of [...]]]></description>
		<link>https://remotedroid.net/blog/2011/11/12/random-crashes-with-the-x120e-on-ubuntu/</link>
			</item>
	<item>
		<title>Twitchy touchpad in Ubuntu on the x120e</title>
		<description><![CDATA[So two-finger scrolling on the x120e has been acting unusably twitchy. Fixing this requires some command-line craziness. 1) xinput list 2) Find Synaptics Touchpad in the list of devices, and find the ID. (In this case, 12) 3) xinput set-prop &#8211;type=int 12 &#8220;Synaptics Finger&#8221; 44 49 255 This sets the Finger property. The first number, [...]]]></description>
		<link>https://remotedroid.net/blog/2011/11/08/twitchy-touchpad-in-ubuntu-on-the-x120e/</link>
			</item>
	<item>
		<title>Ubuntu and Windows 7 dual-boot on the Lenovo x120e</title>
		<description><![CDATA[So, I decided to get a Lenovo ThinkPad x120e for development purposes. The Chromebook I got from Google I/O made me appreciate the value of a light laptop with massive battery life, and the experience of installing Ubuntu on it made me think that I could actually start using something like that for development purposes. [...]]]></description>
		<link>https://remotedroid.net/blog/2011/11/08/ubuntu-and-windows-7-dual-boot-on-the-lenovo-x120e/</link>
			</item>
	<item>
		<title>Ubuntu on the Thinkpad x120e</title>
		<description><![CDATA[To paraphrase JFK, we do not choose to install Ubuntu, or any other form of Linux because it is easy, we install it because it is hard. That said, it&#8217;s not as hard as it could be, unless you install the wrong version. First, I installed the 32-bit version, which was what was recommended on [...]]]></description>
		<link>https://remotedroid.net/blog/2011/10/10/ubuntu-on-the-thinkpad-x120e/</link>
			</item>
	<item>
		<title>Android and https</title>
		<description><![CDATA[I recently had to deal with using https with Apache&#8217;s http libraries. Not a simple task. If you just create a Uri with https in front of it, and your SSL certificate isn&#8217;t from a trusted authority, or if you&#8217;re using a self-signed certificate, you&#8217;re in for a world of hurt. There&#8217;s a lot of [...]]]></description>
		<link>https://remotedroid.net/blog/2011/09/14/android-and-https/</link>
			</item>
	<item>
		<title>Slow Android autocomplete in Eclipse Helios</title>
		<description><![CDATA[Eclipse Helios has been slow for me for awhile, and it finally annoyed me enough to try to google a solution. This guy found a good, relatively easy fix. Basically, you&#8217;re just downloading the Android source, and adding it to your Android SDK directory. Hit the link for full details.]]></description>
		<link>https://remotedroid.net/blog/2011/01/21/slow-android-autocomplete-in-eclipse-helios/</link>
			</item>
	<item>
		<title>Referencing drawables in HTML in Android&#8217;s WebView</title>
		<description><![CDATA[Here&#8217;s another interesting Android quirk: So let&#8217;s say you have a webview that you want to populate with HTML from an arbitrary source, and you want to use an image in the res/drawable directory. You could try webview.loadData(html, &#8220;text/html&#8221;, &#8220;UTF-8&#8243;), and within the HTML, use &#60;img src=&#34;file:///android_res/drawable/icon.png&#34; /&#62; or something, but that won&#8217;t work. Instead, [...]]]></description>
		<link>https://remotedroid.net/blog/2011/01/14/referencing-drawables-in-html-in-androids-webview/</link>
			</item>
	<item>
		<title>Basic authentication with HttpClient on Android using https and PUT</title>
		<description><![CDATA[&#8216;ve been beating my head against a wall for hours with this one. The examples I&#8217;d been using all returned HTTP 400 Bad Request, and Apache&#8217;s HttpClient is cryptic enough so that the reason for this wasn&#8217;t obvious. The reason for this response still isn&#8217;t obvious, but thanks to Kyle Lampe, I now have some [...]]]></description>
		<link>https://remotedroid.net/blog/2010/12/15/basic-authentication-with-httpclient-on-android-using-https-and-put/</link>
			</item>
	<item>
		<title>Push notifications with Urban Airship on Android</title>
		<description><![CDATA[So I&#8217;m testing out push notifications using Urban Airship&#8217;s system, and I&#8217;ve been ripping my hair out for the last day or so trying to get my app to respond to them. It turns out that the example code they have on their site doesn&#8217;t actually work. If you do everything exactly as they say, [...]]]></description>
		<link>https://remotedroid.net/blog/2010/10/13/push-notifications-with-urban-airship-on-android/</link>
			</item>
</channel>
</rss>
