<?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>nayeem, Author at Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/author/nayeem/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 07 Oct 2019 19:25:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>What is Fastboot and Recovery option on Android</title>
		<link>https://www.osradar.com/fastboot-and-recovery-option-android/</link>
					<comments>https://www.osradar.com/fastboot-and-recovery-option-android/#respond</comments>
		
		<dc:creator><![CDATA[nayeem]]></dc:creator>
		<pubDate>Tue, 17 Sep 2019 22:26:58 +0000</pubDate>
				<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[android fastboot]]></category>
		<category><![CDATA[fastboot]]></category>
		<category><![CDATA[fastboot and recovery option]]></category>
		<category><![CDATA[recovery]]></category>
		<guid isPermaLink="false">https://www.googez.com/?p=1354</guid>

					<description><![CDATA[<p>The Android platform is growing faster than ever. This pace will not slow down soon because of the never ending line of manufacturers and largest community of developers. If you are a regular Android user and curious to know some internal android staff, you should stick with this series of article. Yes, you heard it [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/fastboot-and-recovery-option-android/">What is Fastboot and Recovery option on Android</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The Android platform is growing faster than ever. This pace will not slow down soon because of the never ending line of <a href="https://en.wikipedia.org/wiki/List_of_mobile_phone_brands_by_country">manufacturers </a>and largest community of developers. If you are a regular Android user and curious to know some internal android staff, you should stick with this series of article. Yes, you heard it right. It will be an ongoing series of operations, usability and hidden features of Android Operating System. Let&#8217;s dig in to Android advance features with fastboot and recovery option. </p>



<h4><strong>What is Android Fastboot?</strong></h4>



<p>Android Fastboot is probably the most questioned hidden feature. It is also the most powerful diagnostic protocol of the Android operating system. Fastboot makes the connection bridge between your smartphone&#8217;s hardware and software with computers. From Fastboot, you can modify the operating system itself and add new software components from your computer over a USB connection. You might hear about Fastboot already from a friend who is using <a href="https://en.wikipedia.org/wiki/Custom_firmware">custom ROM</a> or from a forum notification to test the beta version of your running system. If you aren&#8217;t, let break it down.</p>



<h4>With Android Fastboot, you can do three types of work as:</h4>



<ul><li>Communicating between your phone&#8217;s hardware and software, </li><li>Allowing a computer to communicate with your phone&#8217;s hardware, and</li><li>Push new upgrade to your phone from computers.</li></ul>



<p>Most of the manufacturing companies make Fastboot easily accessible to their user but some of them don&#8217;t. However, it can be accessible with the help of the support team and independent developer&#8217;s who develops the necessary files to unlock.</p>



<figure class="wp-block-image"><img src="//1910974556.rsc.cdn77.org/wp-content/uploads/2019/09/Redmi_Note_3_Pro_Fastboot_Mode_Full.png" alt="" class="wp-image-1355"/><figcaption>Fastboot option on MIUI</figcaption></figure>



<h4><strong>What can be done using Fastboot? </strong></h4>



<p>Flashing or installing a new/upgraded operating system using computers is the most use case of Fastboot. However, you can flash any type of files when you&#8217;re in Fastboot mode, even if it shouldn&#8217;t be used or the phone won&#8217;t boot up. It&#8217;s like installing a Windows Operating System on your computer using a USB drive. You can erase everything from internal storage, erase partitions or even overriding the kernel command line using Fastboot. Thus, it comes handy when you are developing any solutions which require custom booting procedures.</p>



<p>With some great knowledge about the internal system and required data, Fastboot can be a great tool to customize your Android!</p>



<h4>What is Recovery Option on Android?</h4>



<p>Like the recovery option on the computer, the Android Recovery option is also a dedicated partition where a set of instructions are pre-installed. Using Recovery option, you can repair your running system, update, factory reset and wipe out everything. As Android is an open-source, all the recovery source code, image files are available on the internet. And, using the recovery option, you can customize and install a modified operating system or applications.</p>



<figure class="wp-block-image"><img src="//1910974556.rsc.cdn77.org/wp-content/uploads/2019/09/How-to-Fix-Android-Phone-using-Android-Recovery-Mode-on-All-Phones-1024x576.jpg" alt="" class="wp-image-1366"/><figcaption> <strong>Stock recovery</strong> on an android device</figcaption></figure>



<h4>There are two types of recovery option available on Android: </h4>



<p><strong>Stock recovery, and Custom recovery. </strong></p>



<p>Stock recovery is a pretty simple setup where you can have limited access such as formatting storage, deleting user data and files, perform system update with official update package, etc. On the other hand, custom recovery is more advanced and beautifully tweaked. It offers much more than actual stock recovery. Different developers and groups develop different custom recovery every day! This recovery allows you to backup and restore your files, install custom ROM, mount/unmount selective partitions and so on.</p>



<figure class="wp-block-image"><img src="//1910974556.rsc.cdn77.org/wp-content/uploads/2019/09/TWRP_3.0.0-0.png" alt="" class="wp-image-1369"/><figcaption>custom TWRP recovery</figcaption></figure>



<p>Stock recovery isn&#8217;t as cool as the custom recoveries. However, without stock recovery, it wouldn&#8217;t be possible to develop custom ones. In addition, none of the custom ROM would be possible to develop as well. </p>



<p>As we have demonstrated about fastboot and Recovery option on Android, we will continue the series with lots of information of how to access, tweak and perform different actions using these features in next days. Let us know your experience in learning staffs from our site. You may also check out <a href="https://www.googez.com/remotely-play-ps4-games-on-android-phone/">how to play PS4 games on Android</a>. </p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/fastboot-and-recovery-option-android/">What is Fastboot and Recovery option on Android</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/fastboot-and-recovery-option-android/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Remotely Play PS4 Games on Android Phone</title>
		<link>https://www.osradar.com/remotely-play-ps4-games-on-android-phone/</link>
					<comments>https://www.osradar.com/remotely-play-ps4-games-on-android-phone/#respond</comments>
		
		<dc:creator><![CDATA[nayeem]]></dc:creator>
		<pubDate>Sat, 14 Sep 2019 22:12:51 +0000</pubDate>
				<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[ps4]]></category>
		<category><![CDATA[remotely play ps4 games on android]]></category>
		<guid isPermaLink="false">https://www.googez.com/?p=1285</guid>

					<description><![CDATA[<p>We all know PlayStation is dominating the video games dimension for so long. And, gaming in PS4 can be absolutely addicting. As the world is moving towards the interconnected network, Sony follows the same way too. And, this time for Sony, the interconnected network means remotely playing PS4 games on Sony Smartphones. If you are [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/remotely-play-ps4-games-on-android-phone/">How to Remotely Play PS4 Games on Android Phone</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>We all know PlayStation is dominating the video games dimension for so long. And, gaming in PS4 can be absolutely addicting. As the world is moving towards the interconnected network, Sony follows the same way too. And, this time for Sony, the interconnected network means remotely playing PS4 games on Sony Smartphones. If you are already aware about the news but do not know how to remotely play PS4 games on android phone, then follow the step by step instructions to get over it.</p>



<h5>Sony launched an android application called PS4 Remote Play, which can be installed on your Xperia devices and pair with your PS4 to remotely play PS4 games on android phones.</h5>



<h3><strong>So, what do you need?</strong></h3>



<ul><li>PS4 with Games</li><li>A Sony Xperia device (Though some people reported, a moded version of the app works in other android devices too. However, for your own protection, we don&#8217;t recommend installing an application outside the <a href="http://www.google.com">Google </a><a href="https://play.google.com/store?hl=en">Play Store</a>)</li><li>And, PS4 Remote Play application.<br>(You can also connect the PS4 controller with android VIA Bluetooth if you want, but that would be optional)</li></ul>



<h3><strong>Setup your PS4:</strong></h3>



<ul><li><strong>Turn on</strong> your PS4 and navigate to <strong>Settings</strong>.</li></ul>



<figure class="wp-block-image"><img src="https://www.googez.com/wp-content/uploads/2019/09/1-4.png" alt="" class="wp-image-1286"/></figure>



<ul><li>Select <strong>Remote Play Connection Settings</strong> and hit <strong>Enter</strong>.</li></ul>



<figure class="wp-block-image"><img src="https://www.googez.com/wp-content/uploads/2019/09/2-5.png" alt="" class="wp-image-1287"/></figure>



<ul><li>Check the <strong>Enable Remote Play</strong> checkbox (Turn it on)<br>(Don&#8217;t close the menu yet, because you will need this menu after the next step.)</li></ul>



<h3><strong>Setting up your Android Device:</strong></h3>



<p>Now, in order to play PS4 games on your android device, finish setting up the device too. Follow the steps below:</p>



<ul><li>Open Play Store and Search for <a href="https://play.google.com/store/apps/details?id=com.playstation.remoteplay&amp;hl=en">PS4 Remote Play</a>.</li></ul>



<ul><li>Tap <strong>Install </strong>and <strong>Open </strong>when finishes installing.</li></ul>



<p>At the first page, the app says that you can operate the PS4 using the device. In addition, it also prompts you to connect with PS4 DUALSHOCK controller. You can either connect or skip it depending on if you already have the controller. <br><br>Tap <strong>Next </strong>and forward to the next screen. And, <strong>sign in</strong> to your <strong>PlayStation </strong>account.</p>



<figure class="wp-block-image"><img src="https://www.googez.com/wp-content/uploads/2019/09/11-638x1024.png" alt="" class="wp-image-1289"/></figure>



<p>After signing to your PlayStation account, the application will start searching for the device connected to the same Wi-Fi.</p>



<figure class="wp-block-image"><img src="https://www.googez.com/wp-content/uploads/2019/09/22-639x1024.png" alt="" class="wp-image-1290"/></figure>



<p>Once the app successfully finds the device, go to &#8220;Add a Device&#8221; on your <strong>PlayStation </strong>and it will generate a code. Enter the code on your Xperia Device to connect with the PS4.</p>



<figure class="wp-block-image"><img src="https://www.googez.com/wp-content/uploads/2019/09/33-633x1024.png" alt="" class="wp-image-1291"/></figure>



<h3>Things to remember:</h3>



<ul><li>Make sure that your PS4 and your Xperia Device is connected to the same network.</li><li>Remote Play PS4 works only with PlayStation 4 and Xperia devices. So, make sure you are not using any other PlayStation or other android devices.</li><li>Be sure to sign in with the same PlayStation account on both of the devices or it won&#8217;t be connected.</li></ul>



<p>Finally, if anything goes wrong and you still fail to connect your PS4 with your smartphone, try to restart both PlayStation and Android phone. And. try the above steps again. You will be able to remotely play PS4 games on android.<br>Let us know about your experience with PS4 Remote Play and you may also like <a href="https://www.googez.com/enable-wi-fi-calling-on-android-phone/">how to enable Wi-Fi calling on Android</a></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/remotely-play-ps4-games-on-android-phone/">How to Remotely Play PS4 Games on Android Phone</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/remotely-play-ps4-games-on-android-phone/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Enable Wi-Fi calling on Android Phone</title>
		<link>https://www.osradar.com/enable-wi-fi-calling-on-android-phone/</link>
					<comments>https://www.osradar.com/enable-wi-fi-calling-on-android-phone/#respond</comments>
		
		<dc:creator><![CDATA[nayeem]]></dc:creator>
		<pubDate>Thu, 12 Sep 2019 17:32:54 +0000</pubDate>
				<category><![CDATA[Mobiles]]></category>
		<guid isPermaLink="false">https://www.googez.com/?p=1224</guid>

					<description><![CDATA[<p>Wi-Fi calling is a special service provided by the service provider. If you are in an area where Wi-Fi calling is available, yet you don&#8217;t know how to enable Wi-Fi calling on Android phone, let&#8217;s take a closer look. As mentioned above, Wi-Fi calling is strictly provided by the mobile service provider itself. Therefore, the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/enable-wi-fi-calling-on-android-phone/">How to Enable Wi-Fi calling on Android Phone</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h6>Wi-Fi calling is a special service provided by the service provider. If you are in an area where Wi-Fi calling is available, yet you don&#8217;t know how to enable Wi-Fi calling on Android phone, let&#8217;s take a closer look.</h6>



<p>As mentioned above, Wi-Fi calling is strictly provided by the mobile service provider itself. Therefore, the availability of Wi-Fi calling can be rare. However, if you are a user of well-known providers such as <a href="https://www.att.com">AT&amp;T</a> or <a href="https://www.verizonwireless.com/">Verizon</a>, you can take the benefit of Wi-Fi calling. Device compatibility will be another issue while trying to get into Wi-Fi calling. Check the <a href="https://forums.att.com/t5/forums/forumtopicprintpage/board-id/Android/message-id/80314/print-single-message/true/page/1">list</a> to see if you have supported device. If everything looks good so far, and you are out of your phone plans, let roll to the Wi-Fi calling.</p>



<h3>What is Wi-Fi Calling and how does it work?</h3>



<p>Wi-Fi calling is a High Definition voice service, offered by mobile service providers. If you have an HD voice supported smartphone, together with the service provider, Wi-Fi calling allows you to make calls using a Wi-Fi network. Usually, a SIM card allows you to make calls, so you need to have some plans activated. However, with Wi-Fi calling enabled,  you can make calls directly using Wi-Fi. And, the best part is, you can make calls from your dial pads, no third-party applications required.</p>



<p>Wi-Fi calling on Android phone uses the same technology like Skype, Viber or other third party calling applications. However, it doesn&#8217;t require such applications because it uses 4G LTE service to make calls, resulting in more natural and clear sounding calls.</p>



<h4>Enable Wi-Fi calling on Android Phone:</h4>



<p>To enable Wi-Fi calling on android phone, you can ask your service provider if your device is capable of HD calling or not. Sometimes there are options to check with IMEI number from your career&#8217;s website. You can try that too. If everything is all right, follow the steps below to enable Wi-Fi calling on your Android smartphone:</p>



<ul><li>Navigate the <strong>Settings</strong> on your phone and turn on <strong>Wi-FI</strong> to connect with your Wi-Fi network.</li><li>Open <strong>Settings </strong>again, tap to Wi-Fi and navigate to <strong>Wi-Fi preferences</strong>.</li></ul>



<figure class="wp-block-image"><img src="https://www.googez.com/wp-content/uploads/2019/09/2-4.png" alt="" class="wp-image-1240"/></figure>



<ul><li>Tap on Wi-Fi calling and Enable Wi-Fi calling with Calling preference as <strong>Wi-Fi preferred</strong>.</li></ul>



<figure class="wp-block-image"><img src="https://www.googez.com/wp-content/uploads/2019/09/3-5.png" alt="" class="wp-image-1241"/></figure>



<p>Finally, you are ready to rumble. When Wi-Fi calling is enabled, you will see a Wi-Fi phone icon on the status bar. In addition, the notification bar will show a message that calls will be made over Wi-Fi networks.</p>



<figure class="wp-block-image"><img src="https://www.googez.com/wp-content/uploads/2019/09/4-4-1024x473.png" alt="" class="wp-image-1243"/></figure>



<p>Wi-Fi calling allows you to make calls for free, even when calling from overseas. And, just like regular phone calls, you can use your dialpad to make calls to any number without any plans on your career. </p>



<p>If you are done enabling Wi-Fi calling on your Android phone, let us know your experience about calling using Wi-Fi. You might check out how to pay with <a href="https://www.googez.com/how-to-use-google-pay-on/">Google Pay</a></p>



<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/enable-wi-fi-calling-on-android-phone/">How to Enable Wi-Fi calling on Android Phone</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/enable-wi-fi-calling-on-android-phone/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to use Google Pay on Android</title>
		<link>https://www.osradar.com/how-to-use-google-pay-on/</link>
					<comments>https://www.osradar.com/how-to-use-google-pay-on/#respond</comments>
		
		<dc:creator><![CDATA[nayeem]]></dc:creator>
		<pubDate>Wed, 11 Sep 2019 20:30:23 +0000</pubDate>
				<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[android pay]]></category>
		<category><![CDATA[Google Pay]]></category>
		<category><![CDATA[GPAY]]></category>
		<category><![CDATA[How to use Google Pay]]></category>
		<guid isPermaLink="false">https://www.googez.com/?p=1198</guid>

					<description><![CDATA[<p>There are lots of virtual or contactless payment options available nowadays. Even the local banks offer electronic devices to make the payment more secure and efficient as well. However, when you can just use your phone to pay anywhere, you should not worry about anything else. Google Pay is the all in one solution for [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-use-google-pay-on/">How to use Google Pay on Android</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>There are lots of virtual or contactless payment options available nowadays. Even the local banks offer electronic devices to make the payment more secure and efficient as well. However, when you can just use your phone to pay anywhere, you should not worry about anything else. Google Pay is the all in one solution for people who feel comfortable paying from their smartphone. Google Pay was known as Android Pay before with fewer features and support. The picture is now different. Google Pay allows you to pay using your smartphone for both online and physical payments. </p>



<p>If your phone has a built-in NFC support and Google Pay installed, you can pay any amount anywhere through your smartphone. It supports payment for lots of merchant such as best buy, CVS, subway and so on! In addition, you can use Google Pay in any contactless payment outlet. And, it also allows you to pay lots of online businesses such as Airbnb, Wish, and HotelTonight.</p>



<h3>How to install and use Google pay on Android</h3>



<ul><li>Open the<a href="https://play.google.com/store"> Play Store</a>, search for <strong>&#8220;<a href="https://play.google.com/store/apps/details?id=com.google.android.apps.walletnfcrel">Google Pay</a>&#8221; </strong>and Tap install.</li></ul>



<figure class="wp-block-image"><img src="https://www.googez.com/wp-content/uploads/2019/09/1-3-473x1024.png" alt="" class="wp-image-1199"/></figure>



<ul><li>When the installation is complete, tap Open to start Google Pay and tap <strong>Get Started</strong>.</li></ul>



<figure class="wp-block-image"><img src="https://www.googez.com/wp-content/uploads/2019/09/2-3.png" alt="" class="wp-image-1200"/></figure>



<ul><li>On the next screen, you can proceed to:<br>1. add a card;<br>2. connect your PayPal account; and <br>3. Skip everything by tapping the cross sign which will take you to the home screen of Google Pay application.</li></ul>



<figure class="wp-block-image"><img src="https://www.googez.com/wp-content/uploads/2019/09/3-4.png" alt="" class="wp-image-1203"/></figure>



<p>On the home screen, you can see all the necessary alert such as adding loyalty card option, supported merchants, banks, recent activities, etc. as card notifications.</p>



<figure class="wp-block-image"><img src="https://www.googez.com/wp-content/uploads/2019/09/4-3.png" alt="" class="wp-image-1204"/></figure>



<p>Tap on <strong>Payment </strong>to see or add your preferred payment methods such as cards, banks or PayPal. In addition, you can see your current play balance too.</p>



<figure class="wp-block-image"><img src="https://www.googez.com/wp-content/uploads/2019/09/5-2.png" alt="" class="wp-image-1205"/></figure>



<p>In <strong>passes</strong>, you can store your loyalty cards, gift cards or tickets to access anytime with just one tap.</p>



<figure class="wp-block-image"><img src="https://www.googez.com/wp-content/uploads/2019/09/7-1.png" alt="" class="wp-image-1206"/></figure>



<p>From <strong>Send</strong>, you can transfer fund to your closest ones, as well as request money from them.</p>



<figure class="wp-block-image"><img src="https://www.googez.com/wp-content/uploads/2019/09/8-1.png" alt="" class="wp-image-1207"/></figure>



<p>Finally, from <strong>Settings</strong>, you can check your activity, get bank information, use promo codes and many more.</p>



<figure class="wp-block-image"><img src="https://www.googez.com/wp-content/uploads/2019/09/9.png" alt="" class="wp-image-1208"/></figure>



<p>Google Pay is a finalized version of Google Wallet and Android Pay. It ensures the best secure transactions possible and offers by far the easiest way to pay. The nearest competitor of Google Pay would be Samsung Pay and Apple Pay. However, both have their limitation to reach people out. Apple Pay supports only to some of their devices and also uses NFC communication to process the transactions. And, Samsung supports a couple of devices such as Note  8 &amp; 9, S 8,9, 10. <br>Google Pay is on the verge of getting lots of attention rather than its competitors because of its availability. However, it&#8217;s not yet available all over the world. If you have any problems using Google Pay, see these <a href="https://support.google.com/pay/answer/9023773?hl=en">list</a> to check if your country is available or not.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-use-google-pay-on/">How to use Google Pay on Android</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-use-google-pay-on/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to use Android Accessibility Settings</title>
		<link>https://www.osradar.com/how-to-use-android-accessibility-settings-features/</link>
					<comments>https://www.osradar.com/how-to-use-android-accessibility-settings-features/#respond</comments>
		
		<dc:creator><![CDATA[nayeem]]></dc:creator>
		<pubDate>Sat, 07 Sep 2019 19:58:13 +0000</pubDate>
				<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[accessibility settings]]></category>
		<category><![CDATA[Android Accessibility features]]></category>
		<category><![CDATA[talkback]]></category>
		<category><![CDATA[texttospeech]]></category>
		<guid isPermaLink="false">http://www.googez.com/?p=1120</guid>

					<description><![CDATA[<p>Android Accessibility Settings, A package of the coolest but comparatively little known features. These Accessibility features can be useful and can incorporate users into daily use. Accessibility settings were intended to those who have eyesight issue, hearing problem or other types of disorders. The reason for developing accessibility features was simple. To ensure that the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-use-android-accessibility-settings-features/">How to use Android Accessibility Settings</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Android Accessibility Settings, A package of the coolest but comparatively little known features. These <a href="https://support.google.com/accessibility/android/answer/6006564?hl=en">Accessibility features</a> can be useful and can incorporate users into daily use. Accessibility settings were intended to those who have eyesight issue, hearing problem or other types of disorders. The reason for developing accessibility features was simple. To ensure that the people, who can not make the standard operation properly will not be left behind. However, anyone can use the Accessibility Settings to become more efficient while using smartphones. Therefore, to start using Accessibility you must know what features are there and how to use Android Accessibility settings. Let&#8217;s get started:</p>



<h3>The most useful Accessibility features:</h3>



<h4>Accessibility features may vary depending on the manufactures. As well as the versions of the operating system you are using. However, the most useful ones are available to all devices which includes:</h4>



<ul><li><strong>Text-to-Speech</strong></li><li><strong>Magnification Gestures</strong></li><li><strong>Invert Colors/Color adjustment</strong></li><li><strong>TalkBack</strong></li><li> <strong>Interaction Control</strong> </li></ul>



<p><a href="https://en.wikipedia.org/wiki/Google_Text-to-Speech">Text-to-speech</a> is the most used feature of accessibility settings. It is a simple way to listen to your saved notes.  All you need to do is find <strong>Text-to-Speech</strong> from Additional Settings <strong>turn on</strong> accessibility feature. Hit the listen button on the top right corner and let Google read it for you while preparing the assignments. </p>



<figure class="wp-block-image"><img src="//1910974556.rsc.cdn77.org/wp-content/uploads/2019/09/speech.png" alt="" class="wp-image-1124"/></figure>



<p><a href="https://en.wikipedia.org/wiki/Magnification">Magnification </a>Gestures allows you to zoom contents of a specific area on the display. To turn on the Magnification Gesture, navigate Accessibility Settings and turn on the Magnifying checkbox.</p>



<figure class="wp-block-image"><img src="//1910974556.rsc.cdn77.org/wp-content/uploads/2019/09/4-2-485x1024.png" alt="" class="wp-image-1125"/></figure>



<p>It will allow you to zoom specific area of your display by triple tapping it. And, get back to normal with tripple tap again. In addition, magnifying gestures also allows you to pan around by holding and moving around after tapping three times.</p>



<figure class="wp-block-image"><img src="//1910974556.rsc.cdn77.org/wp-content/uploads/2019/09/5-1.png" alt="" class="wp-image-1126"/></figure>



<p><a href="https://en.wikipedia.org/wiki/Google_TalkBack">TalkBack </a>is by far the most useful accessibility feature. If you have problems with eyesight and away from your glasses, TalkBack is what you need. In addition, it can be used if the display has issues but the touch is still working. Navigate the TalkBack option from settings and <strong>turn on</strong> the accessibility.</p>



<figure class="wp-block-image"><img src="//1910974556.rsc.cdn77.org/wp-content/uploads/2019/09/2-2-485x1024.png" alt="" class="wp-image-1122"/></figure>



<p>As soon as you turn on TalkBack, it will read every section of the display you touch.</p>



<figure class="wp-block-image"><img src="//1910974556.rsc.cdn77.org/wp-content/uploads/2019/09/3-2-485x1024.png" alt="" class="wp-image-1123"/></figure>



<p>Do you like the classy dark UI of the Android operating system? Even you feel comfortable with the dark menu rather than white-grey? <strong>Invert Colors</strong> is the solution. Invert colors lets you have the opposite colors of the UI you currently have. In addition, sometimes it also allows you to use custom colors.</p>



<h4>Last but not least: <strong>Interaction Control</strong></h4>



<p><strong>Interaction Control</strong> helps you to control your display. You can turn on or off the touch input of specific areas on your display. Moreover, it can be used to turn motion gestures and screen timeout on or off.</p>



<figure class="wp-block-image"><img src="//1910974556.rsc.cdn77.org/wp-content/uploads/2019/09/s.png" alt="" class="wp-image-1127"/></figure>



<p>Accessibility Settings can be different on particular devices. Find out the Accessibility Settings to explore what your device has to offer. Have you ever tried accessibility features? Feel free to let us know your experience and you might like how to use <a href="http://www.googez.com/how-to-use-find-my-device-on-android/">Find My Device</a> on your android device.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-use-android-accessibility-settings-features/">How to use Android Accessibility Settings</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-use-android-accessibility-settings-features/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Use Find My Device on Android</title>
		<link>https://www.osradar.com/how-to-use-find-my-device-on-android/</link>
					<comments>https://www.osradar.com/how-to-use-find-my-device-on-android/#respond</comments>
		
		<dc:creator><![CDATA[nayeem]]></dc:creator>
		<pubDate>Thu, 05 Sep 2019 12:38:56 +0000</pubDate>
				<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Find My Device]]></category>
		<category><![CDATA[Google Find My Device]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[How to Use find my device]]></category>
		<guid isPermaLink="false">http://www.googez.com/?p=1062</guid>

					<description><![CDATA[<p>Google Play Store is overflown with apps and there is no different when it comes to application to track your Android devices. However, Find My Device is the most recommended tracking app which is published by Google itself. If you don&#8217;t know how to get started with Find My Device yet, this visual walkthrough will [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-use-find-my-device-on-android/">How to Use Find My Device on Android</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><a href="https://play.google.com/store?hl=en">Google Play Store </a>is overflown with apps and there is no different when it comes to application to track your Android devices. However, Find My Device is the most recommended tracking app which is published by Google itself. If you don&#8217;t know how to get started with Find My Device yet, this visual walkthrough will help you to understand and use Find My Device on Android smartphones.</p>



<h3>What is Find My Device and how do you get it?</h3>



<p>Find My Device is a tracking application that can show where your devices are located, remaining battery life and the network it is connected to. It is also a part of Google Play Protects suite to protect your phone from malicious contents and increase the security of your information.</p>



<h4>How to install Find My Device on your Android devices?</h4>



<ul><li> Open Play Store on your device and search for &#8220;Find My Device&#8221; </li></ul>



<figure class="wp-block-image"><img src="//1910974556.rsc.cdn77.org/wp-content/uploads/2019/09/8-485x1024.png" alt="" class="wp-image-1064"/></figure>



<ul><li>Tap <strong>Install </strong>and then click <strong>Open </strong>when the installation is complete.</li></ul>



<ul><li>The first page of the app will ask for location access. Tap <strong>Allow </strong>and follow the next page.</li></ul>



<figure class="wp-block-image"><img src="//1910974556.rsc.cdn77.org/wp-content/uploads/2019/09/7-485x1024.png" alt="" class="wp-image-1067"/></figure>



<ul><li>Now <strong>continue </strong>with the default account or change it from the dropdown menu.</li></ul>



<figure class="wp-block-image"><img src="//1910974556.rsc.cdn77.org/wp-content/uploads/2019/09/3-1-485x1024.png" alt="" class="wp-image-1069"/></figure>



<ul><li>Enter password and tap to <strong>Sign In</strong> option.</li></ul>



<figure class="wp-block-image"><img src="//1910974556.rsc.cdn77.org/wp-content/uploads/2019/09/4-1-485x1024.png" alt="" class="wp-image-1070"/></figure>



<p>Finally, you are in!!<br>Now, you can check all the devices signed in with the account you have just entered. <br><strong>Find My Device</strong> shows each of the device&#8217;s location, battery, and network status. <br>You can also play sound, secure/lock, and erase connected devices from inside the application.</p>



<figure class="wp-block-image"><img src="//1910974556.rsc.cdn77.org/wp-content/uploads/2019/09/2-1-485x1024.png" alt="" class="wp-image-1071"/></figure>



<h6>You might be thinking about what you will do if the android device gets stolen by now?<br>How can you access <strong>Find My Device</strong> to track your stolen phone? <br>Even lock it, or erase your phone to prevent stealing sensitive information? </h6>



<p>Well, in that case, you can visit Find My Device <a href="https://www.google.com › android › find">Website</a> and sign in with the same Google account you have used to sign in on your Android device. Therefore, you will get a similar interface to track, delete, or lock your phone.</p>



<figure class="wp-block-image"><img src="//1910974556.rsc.cdn77.org/wp-content/uploads/2019/09/1-2-1024x786.png" alt="" class="wp-image-1074"/></figure>



<p>Are you able to use Find My Device successfully after reading this? How has the experience so far? Let us know in the comments. And, You can also check out <a href="http://www.googez.com/how-to-set-up-email-on-your-android-phone/">how to set up email on your phone</a> if you haven&#8217;t already!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-use-find-my-device-on-android/">How to Use Find My Device on Android</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-use-find-my-device-on-android/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Set up Email on Your Android Phone</title>
		<link>https://www.osradar.com/set-up-email-on-android/</link>
					<comments>https://www.osradar.com/set-up-email-on-android/#respond</comments>
		
		<dc:creator><![CDATA[nayeem]]></dc:creator>
		<pubDate>Wed, 04 Sep 2019 10:42:14 +0000</pubDate>
				<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[how to set up email on your android]]></category>
		<category><![CDATA[setup email on android]]></category>
		<guid isPermaLink="false">http://www.googez.com/?p=1020</guid>

					<description><![CDATA[<p>Android was the fastest growing mobile operating system in 2009 and after a decade the pace hasn&#8217;t slowed down a bit. Statistics in 2019 showed that there are more than 2.5 billion active android devices available across the world. With this much growth, lots of manufacturers were involved to produce lots of android devices. As [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/set-up-email-on-android/">How to Set up Email on Your Android Phone</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Android was the fastest growing mobile operating system in 2009 and after a decade the pace hasn&#8217;t slowed down a bit. Statistics in 2019 showed that there are more than 2.5 billion active android devices available across the world. With this much growth, lots of manufacturers were involved to produce lots of android devices.  As a result, Android devices have a massive variety of design and internal software distribution. Therefore, it might be confusing to set up email on your Android phone as soon as you get it.</p>



<h3>Use the following steps to Set up Email on Your Android Phone:</h3>



<p>Using the Gmail App: Before you begin, go to <strong><a href="https://play.google.com">Play Store</a></strong><a href="https://play.google.com"> </a>and search for <strong><a href="https://play.google.com/store/apps/details?id=com.google.android.gm">Gmail</a></strong>, and select <strong>Update</strong>.</p>



<ol><li>Open the Gmail app and tap to the menu icon in the upper left side. </li></ol>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/09/1.png" alt="" class="wp-image-1021"/></figure>



<p>You can use any of the options regarding your email service. </p>



<p>If it’s a Gmail account, click Google; for Microsoft account, click Outlook, Hotmail and Live; For Yahoo account, Click Yahoo; for Exchange Email, click Exchange and Office 365 and for a custom domain Email, click Other. After that, follow the next Screen.</p>



<ul><li>Enter
your full email address and tap <strong>Next</strong>.</li></ul>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/09/2.png" alt="" class="wp-image-1022"/></figure>



<p>Then, enter your password and tap
<strong>Next</strong>.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/09/3.png" alt="" class="wp-image-1023"/></figure>



<ul><li>Follow
any prompts you may get to sign in to different email accounts:</li></ul>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/09/4.png" alt="" class="wp-image-1024"/></figure>



<p>Finally, go to the inbox of your Gmail app and navigate the emails from the account you just set up.</p>



<h3>Manual Method: If you are unable to sign in to your custom email account, then follow the manual set up below:</h3>



<p>Open the Gmail app. <strong>Go to Settings</strong> &gt; <strong>Add account</strong> &gt; <strong>Other</strong>.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/09/5.png" alt="" class="wp-image-1025"/></figure>



<p>Enter your full
email address and then tap Manual Setup:</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/09/6.png" alt="" class="wp-image-1026"/></figure>



<p>From the list you should now a list, choose POP3 ACCOUNT, IMAP ACCOUNT, or MICROSOFT EXCHANGE ACTIVESYNC based on your account type. </p>



<ol><li>You can choose Personal (IMAP) or Personal (POP3) and then enter your password and tap <strong>Next</strong>.</li><li>If you&#8217;re prompted to enter settings, use these for the options available, such as:</li><li>Domain\Username: Enter your full email address here.</li><li>Password: Use the password you use to access the Email.</li><li>Server: Use specific server for your Email. For example <strong>imap-mail.outlook.com</strong> for an outlook account.</li><li>Port: Use the port.</li><li>Security Type: Select <strong>SSL/TSL</strong> and tap <strong>Next.</strong></li><li>Follow any prompts you may get, including security permissions and setting a display name.</li><li>You&#8217;re now ready to use your email in the Android Gmail app!</li></ol>
<p>The post <a rel="nofollow" href="https://www.osradar.com/set-up-email-on-android/">How to Set up Email on Your Android Phone</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/set-up-email-on-android/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
