<?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>scrcpy Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/scrcpy/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 03 Feb 2020 00:07:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to cast Android screen in Ubuntu 18.04</title>
		<link>https://www.osradar.com/how-to-cast-android-screen-in-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/how-to-cast-android-screen-in-ubuntu-18-04/#comments</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Mon, 03 Feb 2020 00:07:45 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android cast screen]]></category>
		<category><![CDATA[scrcpy]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=17961</guid>

					<description><![CDATA[<p>Hey, what&#8217;s up. Android is the most widely used mobile operating system in the world. Also, it&#8217;s an open-source system run by Google, but it&#8217;s based on Linux. Currently, its most recent version is number 10. On the other hand, the possibility of casting the screen is present since version 5.0. Well, in this post [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-cast-android-screen-in-ubuntu-18-04/">How to cast Android screen in Ubuntu 18.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hey, what&#8217;s up. Android is the most widely used mobile operating system in the world. Also, it&#8217;s an open-source system run by Google, but it&#8217;s based on Linux. Currently, its most recent version is number 10. On the other hand, the possibility of casting the screen is present since version 5.0. Well, in this post we will see how to cast an android screen in Ubuntu 18.04. With this intention, we&#8217;ll use <a href="https://github.com/Genymobile/scrcpy" target="_blank" rel="noreferrer noopener" aria-label="Scrcpy (opens in a new tab)">Scrcpy</a>. This is a free, open-source application that allows you to view and control Android devices connected via USB or wirelessly.  It offers 30 ~ 60 FPS with a resolution that can go up to 1920×1080. In addition, the communication between the server and the client is done through ADB. But perhaps its most interesting feature is that it does not require Root on android. So let&#8217;s get down to business.</p>



<h2>Prerequisites</h2>



<ul><li>An Android device with at least 5.0 version</li><li>It is necessary to enable ADB debugging. On some devices, it is also necessary to enable USB debugging in the security options. In fact, this function is essential to manage the Android device via USB.</li><li>ADB and Fastboot installed. To download and install it, simply run this command:</li></ul>



<figure class="wp-block-image size-large"><img loading="lazy" width="485" height="1024" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/02/Screenshot_2020-02-02-11-30-56-957_com.android.settings-1-485x1024.jpg" alt="" class="wp-image-17998" srcset="https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_2020-02-02-11-30-56-957_com.android.settings-1-485x1024.jpg 485w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_2020-02-02-11-30-56-957_com.android.settings-1-142x300.jpg 142w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_2020-02-02-11-30-56-957_com.android.settings-1-696x1469.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_2020-02-02-11-30-56-957_com.android.settings-1-199x420.jpg 199w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_2020-02-02-11-30-56-957_com.android.settings-1.jpg 720w" sizes="(max-width: 485px) 100vw, 485px" /></figure>



<pre class="wp-block-preformatted">sudo apt-get&nbsp;install android-tools-adb android-tools-fastboot</pre>



<p>After installation, check the version of ADB with the following command:</p>



<pre class="wp-block-preformatted">adb version</pre>



<p>We must obtain a result similar to this:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="644" height="140" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/02/2-1.jpeg" alt="" class="wp-image-17996" srcset="https://www.osradar.com/wp-content/uploads/2020/02/2-1.jpeg 644w, https://www.osradar.com/wp-content/uploads/2020/02/2-1-300x65.jpeg 300w" sizes="(max-width: 644px) 100vw, 644px" /></figure>



<ul><li>An android device connected to the computer via USB It is also possible to connect via wireless. However, the connection loses effectiveness.</li></ul>



<h2>Step 1. Install the scrcpy snap package.</h2>



<p>The Snapd package is present from Ubuntu 16.04 so there is no need to install it. So to install Scrcpy please run the following command:</p>



<pre class="wp-block-preformatted">sudo snap install scrcpy</pre>



<p>This snap package is updated with the latest version of scrcpy available. It also installs the snap core dependency needed to run the program.</p>



<h2>Step 2. Connect the phone via USB.</h2>



<p>Once the preparations are done, you just have to connect the phone with the USB cable.</p>



<h2>Step 3. Start Scrcpy.</h2>



<p>Then from the terminal, you run the following command:</p>



<pre class="wp-block-preformatted"><code>scrcpy</code></pre>



<p>Please note that the Android device screen must be unlocked. Also, confirm the USB connection by accepting the pop-up window on your phone. </p>



<figure class="wp-block-image size-large"><img loading="lazy" width="651" height="527" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/02/Screenshot_20200202_194409.jpeg" alt="Starting scrcpy" class="wp-image-18003" srcset="https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_20200202_194409.jpeg 651w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_20200202_194409-300x243.jpeg 300w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_20200202_194409-519x420.jpeg 519w" sizes="(max-width: 651px) 100vw, 651px" /><figcaption>Starting scrcpy</figcaption></figure>



<p>Once the program is started, it is possible to manage and transmit the Android screen in Ubuntu.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="578" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/02/Screenshot_20200202_103847-1-1024x578.jpeg" alt="" class="wp-image-18005" srcset="https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_20200202_103847-1-1024x578.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_20200202_103847-1-300x169.jpeg 300w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_20200202_103847-1-768x434.jpeg 768w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_20200202_103847-1-696x393.jpeg 696w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_20200202_103847-1-1068x603.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_20200202_103847-1-744x420.jpeg 744w, https://www.osradar.com/wp-content/uploads/2020/02/Screenshot_20200202_103847-1.jpeg 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>To stop the Scrcpy server, just run this command.</p>



<pre class="wp-block-preformatted">scrcpy.adb kill-server</pre>



<p>And if you finally decide to uninstall it, then from the terminal run it:</p>



<p><code>sudo snap remove scrcpy</code></p>



<h2>Conclusion</h2>



<p>Finally, we have seen how to cast the android screen in Ubuntu 18.06. As you can see, it is a simple procedure that allows you to manage the android device from the Ubuntu machine. This is all for the moment, before saying goodbye I invite you to see our post about fixing <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://www.osradar.com/repair-the-most-common-errors-in-windows-10-with-this-free-tool/" target="_blank">errors </a>in Windows 10.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-cast-android-screen-in-ubuntu-18-04/">How to cast Android screen in Ubuntu 18.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-cast-android-screen-in-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
	</channel>
</rss>
