<?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: Android Raspberry Pi display over USB	</title>
	<atom:link href="https://joshuawoehlke.com/android-raspberry-pi-display-over-usb/feed/" rel="self" type="application/rss+xml" />
	<link>https://joshuawoehlke.com/android-raspberry-pi-display-over-usb/</link>
	<description>Developer</description>
	<lastBuildDate>Fri, 17 May 2024 00:42:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Dmitry		</title>
		<link>https://joshuawoehlke.com/android-raspberry-pi-display-over-usb/#comment-27602</link>

		<dc:creator><![CDATA[Dmitry]]></dc:creator>
		<pubDate>Sun, 23 Feb 2020 07:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://joshuawoehlke.com/?p=399#comment-27602</guid>

					<description><![CDATA[Thanks for the article. Updated steps for Buster is here
https://ten0s.github.io/blog/2020/02/22/raspberrypi-static-ip-address-for-android-usb-tethering

TL;DR

Leave /etc/network/interfaces as it is

Add to /etc/dhcpcd.conf

interface usb0
static ip_address=192.168.42.42/24
static routers=192.168.42.129
static domain_name_servers=192.168.42.129

Restart the Dhcpcd service

$ sudo systemctl restart dhcpcd]]></description>
			<content:encoded><![CDATA[<p>Thanks for the article. Updated steps for Buster is here<br />
<a href="https://ten0s.github.io/blog/2020/02/22/raspberrypi-static-ip-address-for-android-usb-tethering" rel="nofollow ugc">https://ten0s.github.io/blog/2020/02/22/raspberrypi-static-ip-address-for-android-usb-tethering</a></p>
<p>TL;DR</p>
<p>Leave /etc/network/interfaces as it is</p>
<p>Add to /etc/dhcpcd.conf</p>
<p>interface usb0<br />
static ip_address=192.168.42.42/24<br />
static routers=192.168.42.129<br />
static domain_name_servers=192.168.42.129</p>
<p>Restart the Dhcpcd service</p>
<p>$ sudo systemctl restart dhcpcd</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ken Weinert		</title>
		<link>https://joshuawoehlke.com/android-raspberry-pi-display-over-usb/#comment-13310</link>

		<dc:creator><![CDATA[Ken Weinert]]></dc:creator>
		<pubDate>Fri, 11 Oct 2019 14:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://joshuawoehlke.com/?p=399#comment-13310</guid>

					<description><![CDATA[This has, so far, been a very frustrating journey.

I *think* my issue is that my home network is a 10.0 and not a 192.168 and I&#039;ve not quite hit the correct combination yet.

If I set up like this and other posts state then I see the usb0 interface and it has the 192.168.42.42 address but the tablet can never connect there - either &#039;no route to host&#039; or the connection just times out.

If I ssh into the pi on it&#039;s assigned address then I can ping the 192.168.42.42 address and I get a response.

I&#039;ve tried changing the 192.168 to 10.0 in all the examples but so far no joy.

I know just enough to be dangerous but if anyone can give me a pointer in this case I&#039;d greatly appreciate it.]]></description>
			<content:encoded><![CDATA[<p>This has, so far, been a very frustrating journey.</p>
<p>I *think* my issue is that my home network is a 10.0 and not a 192.168 and I&#8217;ve not quite hit the correct combination yet.</p>
<p>If I set up like this and other posts state then I see the usb0 interface and it has the 192.168.42.42 address but the tablet can never connect there &#8211; either &#8216;no route to host&#8217; or the connection just times out.</p>
<p>If I ssh into the pi on it&#8217;s assigned address then I can ping the 192.168.42.42 address and I get a response.</p>
<p>I&#8217;ve tried changing the 192.168 to 10.0 in all the examples but so far no joy.</p>
<p>I know just enough to be dangerous but if anyone can give me a pointer in this case I&#8217;d greatly appreciate it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike		</title>
		<link>https://joshuawoehlke.com/android-raspberry-pi-display-over-usb/#comment-4014</link>

		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Mon, 05 Nov 2018 23:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://joshuawoehlke.com/?p=399#comment-4014</guid>

					<description><![CDATA[Thank you for taking the time to post this thread.  It&#039;s people like you who truly have a great impact on the development of tech.  My hats off to you. Keep up the great work !]]></description>
			<content:encoded><![CDATA[<p>Thank you for taking the time to post this thread.  It&#8217;s people like you who truly have a great impact on the development of tech.  My hats off to you. Keep up the great work !</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rishi Khan		</title>
		<link>https://joshuawoehlke.com/android-raspberry-pi-display-over-usb/#comment-2813</link>

		<dc:creator><![CDATA[rishi Khan]]></dc:creator>
		<pubDate>Fri, 23 Mar 2018 19:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://joshuawoehlke.com/?p=399#comment-2813</guid>

					<description><![CDATA[Hey!
Great tutorial. 
Only thing to edit is that when you are editing the network/interfaces file
the following line needs to be added to the top :
allow-hotplug usb0]]></description>
			<content:encoded><![CDATA[<p>Hey!<br />
Great tutorial.<br />
Only thing to edit is that when you are editing the network/interfaces file<br />
the following line needs to be added to the top :<br />
allow-hotplug usb0</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lion		</title>
		<link>https://joshuawoehlke.com/android-raspberry-pi-display-over-usb/#comment-2605</link>

		<dc:creator><![CDATA[Lion]]></dc:creator>
		<pubDate>Tue, 30 Jan 2018 19:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://joshuawoehlke.com/?p=399#comment-2605</guid>

					<description><![CDATA[Hi guy&#039;s,

So I have done all steps from this blog , but after the reboot  I only see &quot;lo&quot; in the ifconfig (before the Reboot everything was fine, I also have seen USB0) and my wireless interface is gone too.]]></description>
			<content:encoded><![CDATA[<p>Hi guy&#8217;s,</p>
<p>So I have done all steps from this blog , but after the reboot  I only see &#8220;lo&#8221; in the ifconfig (before the Reboot everything was fine, I also have seen USB0) and my wireless interface is gone too.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Zach Alewel		</title>
		<link>https://joshuawoehlke.com/android-raspberry-pi-display-over-usb/#comment-2300</link>

		<dc:creator><![CDATA[Zach Alewel]]></dc:creator>
		<pubDate>Wed, 04 Oct 2017 02:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://joshuawoehlke.com/?p=399#comment-2300</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://joshuawoehlke.com/android-raspberry-pi-display-over-usb/#comment-308&quot;&gt;Ashley&lt;/a&gt;.

How to fix the usb0 not showing up in ifconfig.

Make sure to do each step.

- Connect data cable
- Physically go and turn on usb tethering again. Mine shut off every time I plugged in the usb
- Run ifconfig with tether turned on. You will see usb0 but it will probably have a different address.
- Change the address in the VNC app to what is actually shown on the ifconfig print out
 * mine changed from 192.168.42.42 to 192.168.42.214. I left it at port 1, so 192.168.42.214 but they key here is that it&#039;s not actually on 42.42 but something else.

That should fix it. 

FYI I am on a raspberry pi 3 late 2017 and android 6.0 not that it matters.

Here is a picture of it working.
https://pasteboard.co/GNj836W.jpg]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://joshuawoehlke.com/android-raspberry-pi-display-over-usb/#comment-308">Ashley</a>.</p>
<p>How to fix the usb0 not showing up in ifconfig.</p>
<p>Make sure to do each step.</p>
<p>&#8211; Connect data cable<br />
&#8211; Physically go and turn on usb tethering again. Mine shut off every time I plugged in the usb<br />
&#8211; Run ifconfig with tether turned on. You will see usb0 but it will probably have a different address.<br />
&#8211; Change the address in the VNC app to what is actually shown on the ifconfig print out<br />
 * mine changed from 192.168.42.42 to 192.168.42.214. I left it at port 1, so 192.168.42.214 but they key here is that it&#8217;s not actually on 42.42 but something else.</p>
<p>That should fix it. </p>
<p>FYI I am on a raspberry pi 3 late 2017 and android 6.0 not that it matters.</p>
<p>Here is a picture of it working.<br />
<a href="https://pasteboard.co/GNj836W.jpg" rel="nofollow ugc">https://pasteboard.co/GNj836W.jpg</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: chris-Bubbles		</title>
		<link>https://joshuawoehlke.com/android-raspberry-pi-display-over-usb/#comment-1826</link>

		<dc:creator><![CDATA[chris-Bubbles]]></dc:creator>
		<pubDate>Mon, 21 Aug 2017 18:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://joshuawoehlke.com/?p=399#comment-1826</guid>

					<description><![CDATA[Hi guy&#039;s ,

Just a little remark if you have a PI 3 B  you need to leave /etc/network/interfaces allone 
when you need a static IP . But instead go and add e.g. 
 interface eth0 
static ip_address = 192.168.xxx.xxx/24 
to the /etc/dhcpcd.conf file ..
more info can be found at :  https://www.raspberrypi.org/forums/viewtopic.php?f=66&#038;t=140252
I hope this helps]]></description>
			<content:encoded><![CDATA[<p>Hi guy&#8217;s ,</p>
<p>Just a little remark if you have a PI 3 B  you need to leave /etc/network/interfaces allone<br />
when you need a static IP . But instead go and add e.g.<br />
 interface eth0<br />
static ip_address = 192.168.xxx.xxx/24<br />
to the /etc/dhcpcd.conf file ..<br />
more info can be found at :  <a href="https://www.raspberrypi.org/forums/viewtopic.php?f=66&#038;t=140252" rel="nofollow ugc">https://www.raspberrypi.org/forums/viewtopic.php?f=66&#038;t=140252</a><br />
I hope this helps</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neeraj nagi		</title>
		<link>https://joshuawoehlke.com/android-raspberry-pi-display-over-usb/#comment-1794</link>

		<dc:creator><![CDATA[neeraj nagi]]></dc:creator>
		<pubDate>Wed, 16 Aug 2017 21:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://joshuawoehlke.com/?p=399#comment-1794</guid>

					<description><![CDATA[I found your blog after I hit an issue with something built on same strategy. Still debugging that. What happened , android has two dns range 192.168.42.255  and 192.168.43.255

Now I tried to create 2 virtual usb with following static ips
192.168.42.11
and 
192.168.43.11

and assume one of them will be accessible , but now mobile is giving me a dynamic ip with same config as yours. Any idea how to handle this. I am basically running an http app on rpi and check in app which of the ip is up 42.11 or 43.11 via simple http get and launch whichever comes up. If I do networking reboot once tethering is on, this works.]]></description>
			<content:encoded><![CDATA[<p>I found your blog after I hit an issue with something built on same strategy. Still debugging that. What happened , android has two dns range 192.168.42.255  and 192.168.43.255</p>
<p>Now I tried to create 2 virtual usb with following static ips<br />
192.168.42.11<br />
and<br />
192.168.43.11</p>
<p>and assume one of them will be accessible , but now mobile is giving me a dynamic ip with same config as yours. Any idea how to handle this. I am basically running an http app on rpi and check in app which of the ip is up 42.11 or 43.11 via simple http get and launch whichever comes up. If I do networking reboot once tethering is on, this works.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: A PI guy		</title>
		<link>https://joshuawoehlke.com/android-raspberry-pi-display-over-usb/#comment-1695</link>

		<dc:creator><![CDATA[A PI guy]]></dc:creator>
		<pubDate>Tue, 25 Jul 2017 02:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://joshuawoehlke.com/?p=399#comment-1695</guid>

					<description><![CDATA[So when I type &quot;sudo chmod 755 vncboot&quot; to give the files the permissions, it returns nothing.  So when I run &quot;sudo update-rc.d vncboot defaults&quot;, it says that vncboot missing lsb tags and ovverrides.]]></description>
			<content:encoded><![CDATA[<p>So when I type &#8220;sudo chmod 755 vncboot&#8221; to give the files the permissions, it returns nothing.  So when I run &#8220;sudo update-rc.d vncboot defaults&#8221;, it says that vncboot missing lsb tags and ovverrides.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: markogrbic		</title>
		<link>https://joshuawoehlke.com/android-raspberry-pi-display-over-usb/#comment-1103</link>

		<dc:creator><![CDATA[markogrbic]]></dc:creator>
		<pubDate>Tue, 18 Apr 2017 17:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://joshuawoehlke.com/?p=399#comment-1103</guid>

					<description><![CDATA[I&#039;m getting a different IP address every time the PI restarts, so the static part is not working. Is anyone having the same problem, or found a solution?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m getting a different IP address every time the PI restarts, so the static part is not working. Is anyone having the same problem, or found a solution?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
