<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Developer Functions in Android TV</title>
    <link>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2143560#M3498</link>
    <description>&lt;P&gt;Thanks Quinnicus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seven times worked for me. No reboot required &lt;img class="lia-deferred-image lia-image-emoji" src="https://community.sony.gr/html/@0248C33DDCF34AA61B8F8F33F5AFA5BE/images/smilies/013.png" alt=":wink:" title=":wink:" /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2016 14:40:00 GMT</pubDate>
    <dc:creator>MiCal1967</dc:creator>
    <dc:date>2016-03-09T14:40:00Z</dc:date>
    <item>
      <title>Developer Functions</title>
      <link>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2143518#M3496</link>
      <description>&lt;P&gt;Do all of us have the option to go in Developer Functions or only specific models?&lt;/P&gt;&lt;P&gt;Previously reported method does not work for me:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sony.gr/t5/televisions/2015-bravia-android-tv-issues/td-p/1949079/page/523" target="_blank"&gt;https://community.sony.gr/t5/televisions/2015-bravia-android-tv-issues/td-p/1949079/page/523&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;KD-55X8508C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 13:36:50 GMT</pubDate>
      <guid>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2143518#M3496</guid>
      <dc:creator>MiCal1967</dc:creator>
      <dc:date>2016-03-09T13:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Developer Functions</title>
      <link>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2143520#M3497</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As this is going to be openly discussed now, im going to post this information from my 'experimentations' of developers mode:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: To disable dev mode settings, you must factory reset the tv.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A couple of things you need to do:&lt;BR /&gt;• Put tv into developers mode&lt;BR /&gt;• Download Android SDK Tools&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;SDK Tools are from:&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;A href="https://dl.google.com/android/android-sdk_r24.4.1-windows.zip" target="_blank" rel="nofollow"&gt;https://dl.google.com/android/android-sdk_r24.4.1-&lt;WBR /&gt;windows.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also use Remote ADB Shell from Google Play Store on another android device if you dont want to use a windows pc or install the SDK above - this is what im using on my Z4 Tablet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;On the TV&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;1. Goto Settings &amp;gt; About and highlight Build. Press OK on the remote control 7 times. &lt;BR /&gt;2. Go back to the main settings menu and see if developer mode options are there. If not press and hold the power button on the remote control for 6-10 seconds to force s reboot. They should now be present upon reboot (it was for me)&lt;BR /&gt;3. Go into developer settings &amp;gt; monitoring and enable logcat&lt;BR /&gt;4. In debugging menu, enable adb&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;How to use&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;1. On your pc, go into command prompt/console and go into the folder where adb.exe was installed (part of the sdk tools installed above)&lt;BR /&gt;2. Ensure you know the tvs ip adress&lt;BR /&gt;3. Type ‘adb connect 192.168.xxx.xxx’ the ip address of the tv&lt;BR /&gt;4. A message should pop up on the tv to accept connection.&lt;BR /&gt;5. You should now be able to use adb commands&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If using Remote ADB Shell on another android device&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Run the app&lt;/LI&gt;
&lt;LI&gt;Type in the TVs ip address and the port is 5555&lt;/LI&gt;
&lt;LI&gt;See part 4 and 5 above&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;Commands:&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;adb logcat -v time *: E&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The "* E" ensures that you only can see errors or worse things. Warnings, or other status messages are not interesting for us. With "CTRL + C" you can pause live watching.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;adb logcat&amp;gt; log.txt&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;adb logcat -v time *: E&amp;gt; log.txt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can ouput log to a different folder on the tv, such as:&lt;/P&gt;
&lt;P&gt;adb logcat &amp;gt; /sdcard/Download/log.txt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Various other adb and shell commands:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://developer.android.com/tools/help/shell.html" target="_blank" rel="nofollow"&gt;http://developer.android.com/tools/help/shell.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="http://developer.android.com/tools/help/adb.html" target="_blank" rel="nofollow"&gt;http://developer.android.com/tools/help/adb.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 13:49:37 GMT</pubDate>
      <guid>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2143520#M3497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-09T13:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Developer Functions</title>
      <link>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2143560#M3498</link>
      <description>&lt;P&gt;Thanks Quinnicus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seven times worked for me. No reboot required &lt;img class="lia-deferred-image lia-image-emoji" src="https://community.sony.gr/html/@0248C33DDCF34AA61B8F8F33F5AFA5BE/images/smilies/013.png" alt=":wink:" title=":wink:" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 14:40:00 GMT</pubDate>
      <guid>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2143560#M3498</guid>
      <dc:creator>MiCal1967</dc:creator>
      <dc:date>2016-03-09T14:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Developer Functions</title>
      <link>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2145288#M3499</link>
      <description>&lt;P&gt;Check memory usage. What is Unknown memory Usage?&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.sony.gr/t5/image/serverpage/image-id/312176iD428CE8076079FD6/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="DeviceMonitor.JPG" title="DeviceMonitor.JPG" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2016 10:12:24 GMT</pubDate>
      <guid>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2145288#M3499</guid>
      <dc:creator>MiCal1967</dc:creator>
      <dc:date>2016-03-12T10:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Developer Functions</title>
      <link>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2145514#M3500</link>
      <description>&lt;P&gt;Good question. Unknown - Sorry&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.sony.gr/html/@199DF89EEADCF7DA1F48630D6BEBF71A/images/smilies/051.png" alt=":dizzy:" title=":dizzy:" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe someone reading this might know?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2016 16:49:16 GMT</pubDate>
      <guid>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2145514#M3500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-12T16:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Developer Functions</title>
      <link>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2145619#M3501</link>
      <description>&lt;P&gt;Got this from:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://developer.android.com/tools/debugging/debugging-memory.html" target="_blank"&gt;http://developer.android.com/tools/debugging/debugging-memory.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;CODE&gt;Unknown&lt;/CODE&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Any RAM pages that the system could not classify into one of the other more specific items. Currently, this contains mostly native allocations, which cannot be identified by the tool when collecting this data due to Address Space Layout Randomization (ASLR). As with the Dalvik heap, the &lt;CODE&gt;Pss Total&lt;/CODE&gt; for Unknown takes into account sharing with Zygote, and&amp;nbsp;&lt;CODE&gt;Private Dirty&lt;/CODE&gt; is unknown RAM dedicated to only your app.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2016 18:31:06 GMT</pubDate>
      <guid>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2145619#M3501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-12T18:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Developer Functions</title>
      <link>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2266197#M14494</link>
      <description>&lt;P&gt;&lt;IMG src="https://community.sony.gr/t5/image/serverpage/image-id/345440iA1F56A9614A2FAB4/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="main.png" title="main.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.sony.gr/t5/image/serverpage/image-id/345441i82DCFC58C1D250EA/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="menu.png" title="menu.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.sony.gr/t5/image/serverpage/image-id/345568iD81C4C887D6025B9/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="pref.png" title="pref.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.sony.gr/t5/image/serverpage/image-id/345569iEC0FDCC5F40D0685/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="multicopy.png" title="multicopy.png" /&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Who is interested in:&lt;BR /&gt;I write a program that uses ADB works with the Android(TV) file system, and displays it in your own Windows Explorer.&lt;BR /&gt;Forum:&lt;BR /&gt;&lt;A href="http://4pda.ru/forum/index.php?showtopic=787749&amp;amp;st=60" target="_blank"&gt;http://4pda.ru/forum/index.php?showtopic=787749&amp;amp;st=60&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or download, you must be a registered there. Those who have an account can reupload&amp;nbsp;to another file sharing and put a link.&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;tested on : android 5-7 (for mobiles), android tv&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;work with USB,HDD attached to TV or mobile&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 12:22:58 GMT</pubDate>
      <guid>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2266197#M14494</guid>
      <dc:creator>svansvan</dc:creator>
      <dc:date>2016-12-15T12:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Developer Functions</title>
      <link>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2266382#M14502</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.sony.gr/t5/user/viewprofilepage/user-id/638591"&gt;@svansvan&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gotta give this a test out at some point &lt;img class="lia-deferred-image lia-image-emoji" src="https://community.sony.gr/html/@3191CA7235A406D833094BA2DD1CF2FF/images/smilies/011.png" alt=":slight_smile:" title=":slight_smile:" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kudos!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 21:06:58 GMT</pubDate>
      <guid>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2266382#M14502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-14T21:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Developer Functions</title>
      <link>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2266452#M14508</link>
      <description>&lt;P&gt;Hi. Can you upload your program to other server please?&lt;/P&gt;&lt;P&gt;It is very hard to register on 4pda.ru if you don't know russian language:)&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 07:02:48 GMT</pubDate>
      <guid>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2266452#M14508</guid>
      <dc:creator>Amix80</dc:creator>
      <dc:date>2016-12-15T07:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Developer Functions</title>
      <link>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2266511#M14510</link>
      <description>&lt;P&gt;&lt;SPAN&gt;transate forum to english&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://translate.google.ru/translate?hl=en&amp;amp;sl=auto&amp;amp;u=http://4pda.ru/forum/index.php?showtopic=787749&amp;amp;st=60" target="_blank"&gt;http://translate.google.ru/translate?hl=en&amp;amp;sl=auto&amp;amp;u=http://4pda.ru/forum/index.php?showtopic=787749&amp;amp;st=60&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Windows x64: &lt;/SPAN&gt;&lt;A href="https://yadi.sk/d/ee37pDm833aDLP" target="_blank"&gt;https://yadi.sk/d/ee37pDm833aDLP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Windows x32: &lt;A href="https://yadi.sk/d/_sQxri3x33aDMn" target="_blank"&gt;https://yadi.sk/d/_sQxri3x33aDMn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sources: &lt;A href="https://yadi.sk/d/S7wNvYmD33aDMC" target="_blank"&gt;https://yadi.sk/d/S7wNvYmD33aDMC&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(added this links in main post in bottom - &lt;SPAN&gt;For Unregistered Users&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;tested on Android 5-7&lt;/P&gt;&lt;P&gt;mobiles:&amp;nbsp;&lt;SPAN&gt;nexus 6p, sony xperia, samsung note 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sony Android TV:&amp;nbsp;&lt;SPAN&gt;KD-55x9305c, KDL-55w807c&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 10:51:20 GMT</pubDate>
      <guid>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2266511#M14510</guid>
      <dc:creator>svansvan</dc:creator>
      <dc:date>2016-12-15T10:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Developer Functions</title>
      <link>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2266521#M14511</link>
      <description>&lt;P&gt;I did this before. Problem is with CAPTCHA code. Google translator is not working&amp;nbsp;there:)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 10:21:17 GMT</pubDate>
      <guid>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2266521#M14511</guid>
      <dc:creator>Amix80</dc:creator>
      <dc:date>2016-12-15T10:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Developer Functions</title>
      <link>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2266536#M14512</link>
      <description>&lt;P&gt;Additional:&lt;/P&gt;&lt;P&gt;1) Sony Satellite Channels Editor:&lt;/P&gt;&lt;P&gt;&lt;A href="http://4pda.ru/forum/index.php?showtopic=731708&amp;amp;st=280#entry56076702" target="_blank"&gt;http://4pda.ru/forum/index.php?showtopic=731708&amp;amp;st=280#entry56076702&lt;/A&gt;&lt;/P&gt;&lt;P&gt;source code:&amp;nbsp;&lt;A href="https://yadi.sk/d/XQLMuPOg33aeZH" target="_blank"&gt;https://yadi.sk/d/XQLMuPOg33aeZH&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2) Sony Tv Remote:&lt;/P&gt;&lt;P&gt;&lt;A href="http://4pda.ru/forum/index.php?showtopic=738311&amp;amp;st=100#entry56076625" target="_blank"&gt;http://4pda.ru/forum/index.php?showtopic=738311&amp;amp;st=100#entry56076625&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;source code:&amp;nbsp;&lt;A href="https://yadi.sk/d/Vx3-3RkJ33aeYW" target="_blank"&gt;https://yadi.sk/d/Vx3-3RkJ33aeYW&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;And I really hope that it is the source code of these programs will allow programmers to do other interesting programs for Sony (hope that they will be free). No rights and copyrights for a not save, do whatever you want.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;in private messages: i can register you account in this (4pda) site and send login-password&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You need send my you wanted nik and email (or translate screenshot capture) - Only private messages - this is - OFFTOP.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 11:32:44 GMT</pubDate>
      <guid>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2266536#M14512</guid>
      <dc:creator>svansvan</dc:creator>
      <dc:date>2016-12-15T11:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Developer Functions</title>
      <link>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2266557#M14513</link>
      <description>&lt;P&gt;I try to write short instructions. Sorry for the translation.&lt;/P&gt;&lt;P&gt;and create topic in more native site:&amp;nbsp;&lt;A href="http://forum.xda-developers.com/android/software-hacking/network-adb-extension-windows-explorer-t3519741" target="_blank"&gt;http://forum.xda-developers.com/android/software-hacking/network-adb-extension-windows-explorer-t3519741&lt;/A&gt;&lt;BR /&gt;1) Turn on your TV - developer mode.&lt;BR /&gt;1.1 Go to the "Settings" section and select "About phone (or on TV)"&lt;BR /&gt;1.2 find the "Build Number", click on it seven times (the system will report that enabled mode)&lt;BR /&gt;1.3 In the setting will be a new item - Developer Mode&lt;BR /&gt;2) In option "developer mode" enable - "remote debug"&lt;/P&gt;&lt;P&gt;3) After install my application - in context menu click - "Preferces" and type IP Adress (port 5555 not change - this is ADB port)&lt;/P&gt;&lt;P&gt;4)&amp;nbsp;&lt;SPAN&gt;in context menu click - Connect. In TV or Mobile message appears for authorization to operate the device with your computer - click allow.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Amen, in Windows Explorer, you should see a Android file system.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;nuances and more details - read forum&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 16:57:49 GMT</pubDate>
      <guid>https://community.sony.gr/t5/android-tv/developer-functions/m-p/2266557#M14513</guid>
      <dc:creator>svansvan</dc:creator>
      <dc:date>2016-12-15T16:57:49Z</dc:date>
    </item>
  </channel>
</rss>

