<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Android nRF-UART program does not find any bluetooth devices at all...</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30944/android-nrf-uart-program-does-not-find-any-bluetooth-devices-at-all</link><description>I downloaded the Android App from https://github.com/NordicPlayground/Android-nRF-UART, and when I run it on my phone it does not see ANY bluetooth devices. However, when I download the app from the android play store, it works perfectly. 
 Anyone have</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Mar 2018 20:11:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30944/android-nrf-uart-program-does-not-find-any-bluetooth-devices-at-all" /><item><title>RE: Android nRF-UART program does not find any bluetooth devices at all...</title><link>https://devzone.nordicsemi.com/thread/123508?ContentTypeID=1</link><pubDate>Thu, 08 Mar 2018 20:11:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63d654e5-bfef-4e5e-bdb8-76af353962f5</guid><dc:creator>ericalbers</dc:creator><description>&lt;p&gt;I was able to get it working by adding in the below code to the android manifest...it then had a location slider in the apps area in settings ...before that it never had the location slider available.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;&lt;span&gt;uses-permission&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;android&lt;/span&gt;&lt;span&gt;:name=&lt;/span&gt;&lt;span&gt;&amp;quot;android.permission.BLUETOOTH&amp;quot;&lt;/span&gt;/&amp;gt;&lt;br /&gt;&amp;lt;&lt;span&gt;uses-permission&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;android&lt;/span&gt;&lt;span&gt;:name=&lt;/span&gt;&lt;span&gt;&amp;quot;android.permission.BLUETOOTH_ADMIN&amp;quot;&lt;/span&gt;/&amp;gt;&lt;br /&gt;&amp;lt;&lt;span&gt;uses-permission&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;android&lt;/span&gt;&lt;span&gt;:name=&lt;/span&gt;&lt;span&gt;&amp;quot;android.permission.ACCESS_COARSE_LOCATION&amp;quot;&lt;/span&gt;/&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;&lt;span&gt;uses-feature&lt;br /&gt;&lt;/span&gt;&lt;span&gt;   &lt;/span&gt;&lt;span&gt;android&lt;/span&gt;&lt;span&gt;:name=&lt;/span&gt;&lt;span&gt;&amp;quot;android.hardware.bluetooth_le&amp;quot;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;   &lt;/span&gt;&lt;span&gt;android&lt;/span&gt;&lt;span&gt;:required=&lt;/span&gt;&lt;span&gt;&amp;quot;true&amp;quot;&lt;/span&gt;/&amp;gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android nRF-UART program does not find any bluetooth devices at all...</title><link>https://devzone.nordicsemi.com/thread/122308?ContentTypeID=1</link><pubDate>Wed, 28 Feb 2018 13:57:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5a76d9e-02c8-494d-88ec-8a3ed643ff13</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;I guess the app on Google play is older and targets older soA, so runtime permissions are not required (compatibility mode). After installing yours from GitHub, go to Android settings, Apps, nRF uart, Permissions and enable location. Then it will work.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This app is fairly old one, now we recommend nRF Blinky as a starting point. This one asks for the location permission on runtime.&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Aleksander&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>