<?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>Hugo Jonker &#187; android/galaxy note 3</title>
	<atom:link href="https://sandcat.nl/~hugo/blog/?cat=28&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://sandcat.nl/~hugo/blog</link>
	<description></description>
	<lastBuildDate>Wed, 11 Sep 2019 18:22:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>Ubuntu and WiFiMax as access point!</title>
		<link>https://sandcat.nl/~hugo/blog/?p=1020</link>
		<comments>https://sandcat.nl/~hugo/blog/?p=1020#comments</comments>
		<pubDate>Tue, 21 Oct 2014 17:05:53 +0000</pubDate>
		<dc:creator><![CDATA[Hugo]]></dc:creator>
				<category><![CDATA[android/galaxy note 3]]></category>
		<category><![CDATA[unix/windows]]></category>

		<guid isPermaLink="false">http://sandcat.nl/~hugo/blog/?p=1020</guid>
		<description><![CDATA[Years ago, I bought a &#8220;WifiMAX&#8221; usb dongle that (under Windows, with the packed CD) would coax your computer into creating a wifi network to share with your Wii. I dug it out to check if I could get that working under Unix. The problem I ran into way back when was that the WiFi [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Years ago, I bought a &#8220;WifiMAX&#8221; usb dongle that (under Windows, with the packed CD) would coax your computer into creating a wifi network to share with your Wii.</p>
<p>I dug it out to check if I could get that working under Unix.<br />
The problem I ran into way back when was that the WiFi driver could not switch the USB stick to Master Mode (read: become an access point). Now, I found out<br />
<a href="http://askubuntu.com/questions/472794/hostapd-error-nl80211-could-not-configure-driver-mode">how to do that</a>. Hooray for me!</p>
<p>Of course, I&#8217;m not there yet &#8211; the phone can find the network, but now it still needs to forward everything from its normal Internet connection (i.e. bridge ppp0).</p>
<p>To prevent failure in case of linkrot, below is a recap of the partial solution provided by the above link.</p>
<p>You need:<br />
&#8211; sudo apt-get install hostapd<br />
&#8211; sudo apt-get install isc-dhcp-server</p>
<pre>
# turn the wifi off - can also just click "Enable WiFi"
sudo nmcli nm wifi off
# deblock Wifi with rfkill
sudo rfkill unblock wlan

# bring the wifi back up &#038; wait a bit
sudo ifconfig wlan0 10.15.0.1/24 up
sleep 1
# start the DHCP server
sudo service isc-dhcp-server restart
# start the Access Point server
sudo service hostapd restart
</pre>
<p>Remaining challenges:<br />
&#8211; get an IP (somehow not working)<br />
&#8211; setup WPA2 (if I try, I get authentication errors)</p>
<p><strong>Edit:</strong> the main challenge is that I&#8217;m using a 3G usb modem as my internet connection. That modem does not speak IP (but ThreeGeese). So standard bridging solutions don&#8217;t work &#8211; the packets arriving at the computer are not in ThreeGeese and thus cannot be forwarded.<br />
Pointers to investigate:<br />
&#8211; <a href="https://help.ubuntu.com/community/SharingMobileBroadband">https://help.ubuntu.com/community/SharingMobileBroadband</a><br />
&#8211; <a href="http://ubuntuforums.org/showthread.php?t=1822957">http://ubuntuforums.org/showthread.php?t=1822957</a></p>
]]></content:encoded>
			<wfw:commentRss>https://sandcat.nl/~hugo/blog/?feed=rss2&#038;p=1020</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android says &#8220;Currently unable to download&#8221;&#8230;</title>
		<link>https://sandcat.nl/~hugo/blog/?p=1018</link>
		<comments>https://sandcat.nl/~hugo/blog/?p=1018#comments</comments>
		<pubDate>Tue, 21 Oct 2014 16:00:12 +0000</pubDate>
		<dc:creator><![CDATA[Hugo]]></dc:creator>
				<category><![CDATA[android/galaxy note 3]]></category>

		<guid isPermaLink="false">http://sandcat.nl/~hugo/blog/?p=1018</guid>
		<description><![CDATA[Well doh, my phone hardly ever has a connection. Funny thing, the problem persists even after it was connected to the Internet. It seems to be caused by trying to download an MMS. You cannot download MMS&#8217;s over the Internet &#8211; they&#8217;re not on there, they are on the cellular network. Moreover, I had actually [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Well doh, my phone hardly ever has a connection.<br />
Funny thing, the problem persists even after it was connected to the Internet.<br />
It seems to be caused by trying to download an MMS. You cannot download MMS&#8217;s over the Internet &#8211; they&#8217;re not on there, they are on the cellular network. Moreover, I had actually turned off MMS downloading (never use it, so prevent accidents).</p>
<p>To prevent the popup message from appearing at random times, go to the Messages app, settings -> MMS, and uncheck &#8220;auto-retrieve&#8221; (or similar named setting).</p>
]]></content:encoded>
			<wfw:commentRss>https://sandcat.nl/~hugo/blog/?feed=rss2&#038;p=1018</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
