<?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: Download straight to SD card? in M Series</title>
    <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428495#M12712</link>
    <description>&lt;P&gt;I also have the M4 Aqua and it is crucial for me to get my apps directly installed to SD, cause right now I can't use any app over like 500mb or so. Anyway, I just tried the ADB thing and I'm getting this error: Error: java.lang.SecurityException: Package android does not belong to 2000&lt;/P&gt;&lt;P&gt;And I also read from the Sony website that it is possible to change download location to SD card, so am I doing something wrong or?&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2016 12:35:55 GMT</pubDate>
    <dc:creator>Traccceur</dc:creator>
    <dc:date>2016-01-27T12:35:55Z</dc:date>
    <item>
      <title>Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428486#M12703</link>
      <description>Hello everyone&lt;BR /&gt;Does anyone know how to make it so that everything I download from the Play Store goes straight to the SD card?</description>
      <pubDate>Tue, 28 Jul 2015 06:51:04 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428486#M12703</guid>
      <dc:creator>John1979</dc:creator>
      <dc:date>2015-07-28T06:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428487#M12704</link>
      <description>&lt;P&gt;As far as I know it's not possible to install/download directly&amp;nbsp;to the SD card. You have to move the apps via settings &amp;gt; apps afterwards.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 07:28:43 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428487#M12704</guid>
      <dc:creator>Samuel1</dc:creator>
      <dc:date>2015-07-28T07:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428488#M12705</link>
      <description>&lt;P&gt;Sorry to say but this is not possible and is not limited to Sony - Same happens on Samsung and LG&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 07:29:12 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428488#M12705</guid>
      <dc:creator>Thommo</dc:creator>
      <dc:date>2015-07-28T07:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428489#M12706</link>
      <description>&lt;P&gt;hi, there is something else written in user guide on this website&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class="li-content"&gt;When installing an app, you can choose to install it on either the internal storage or the memory card. If the internal storage is full while the memory card has a lot of available space, it is a good idea to install apps on the memory card.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class="li-content"&gt;can someone please double check this as my new xperia is only 800 mb free space ( i have 64 gb sd card in it ) and when im trying to download game i just cant as i have not enough space&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="li-content"&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="li-content"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2015 14:21:12 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428489#M12706</guid>
      <dc:creator>rozix</dc:creator>
      <dc:date>2015-07-29T14:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428490#M12707</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@John1979 @rozix&lt;/P&gt;&lt;P&gt;You can also set with the Android adb, to store apps in the SD Card intead of the internal memory.&lt;/P&gt;&lt;P&gt;You should have ADB installed, the SDK up to date, and the USB debugging turned on from your device on the Developer Options.&lt;BR /&gt;Then plug your Xperia to your computer and from a command prompt (you'll probably have to be in the folder where adb.exe is,&lt;/P&gt;&lt;P&gt;most likely something like C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe) run this command:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;adb shell pm setInstallLocation 2&lt;/STRONG&gt; (where 0 represents the internal storage and 2 represents the SD Card storage).&lt;/P&gt;&lt;P&gt;To clear warnings about the available memory space on your device you can run:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;adb shell pm hide com.sonymobile.storagechecker&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope can be useful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2015 18:20:50 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428490#M12707</guid>
      <dc:creator>xavinux</dc:creator>
      <dc:date>2015-07-31T18:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428491#M12708</link>
      <description>&lt;P&gt;how do i transfer to sd card?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2015 21:58:21 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428491#M12708</guid>
      <dc:creator>oiwalter</dc:creator>
      <dc:date>2015-08-02T21:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428492#M12709</link>
      <description>&lt;P&gt;Hi @oiwalter&lt;BR /&gt;&lt;BR /&gt;I should use the File Commander app, you could read about it here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://play.google.com/store/apps/details?id=com.mobisystems.fileman&amp;amp;hl=es_419" target="_blank" rel="nofollow noopener noreferrer"&gt;https://play.google.com/store/apps/details?id=com.mobisystems.fileman&amp;amp;hl=es_419&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can also set with the Android adb, to store apps in the SD Card intead of the internal memory.&lt;BR /&gt;&lt;BR /&gt;You should have ADB installed, the SDK up to date, and the USB debugging turned on from your device on the Developer Options. Then plug your Xperia to your computer and from a command prompt (you'll probably have to be in the folder where adb.exe is, most likely something like C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe) run this command:&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;adb shell pm setInstallLocation 2&lt;/STRONG&gt;&lt;/EM&gt; (where 0 represents the internal storage and 2 represents the SD Card storage).&lt;BR /&gt;&lt;BR /&gt;To clear warnings about the available memory space on your device you can run:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;adb shell pm hide com.sonymobile.storagechecker&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I hope can be useful.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2015 23:28:28 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428492#M12709</guid>
      <dc:creator>xavinux</dc:creator>
      <dc:date>2015-08-02T23:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428493#M12710</link>
      <description>Hi Xavinux. I was trying to do it since last three days. Maybe im an idiot &lt;IMG class="lia-deferred-image lia-image-emoji" src="https://community.sony.rs/html/images/smilies/011.png" alt="Slightly_smiling_Face" title="Slightly_smiling_Face" /&gt; but my adb cant see the phone. Maybe i downloaded wrong adb and sdk. Can u please send link of those two. Many thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Aug 2015 19:28:15 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428493#M12710</guid>
      <dc:creator>rozix</dc:creator>
      <dc:date>2015-08-04T19:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428494#M12711</link>
      <description>&lt;P&gt;Hi @rozix&lt;/P&gt;&lt;P&gt;You're welcome.&lt;/P&gt;&lt;P&gt;Check this link about ADB installer:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forum.xda-developers.com/showthread.php?p=48915118" target="_blank" rel="nofollow noopener noreferrer"&gt;http://forum.xda-developers.com/showthread.php?p=48915118&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can also take a look on how to install Google USB Driver in SDK to let ADB see your Xperia device here:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://visualgdb.com/tutorials/android/usbdebug/manualinstall.php" target="_blank" rel="nofollow noopener noreferrer"&gt;http://visualgdb.com/tutorials/android/usbdebug/manualinstall.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I hope can be useful.&lt;BR /&gt;&lt;BR /&gt;I'm at disposal for any question.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 20:29:22 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428494#M12711</guid>
      <dc:creator>xavinux</dc:creator>
      <dc:date>2015-08-04T20:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428495#M12712</link>
      <description>&lt;P&gt;I also have the M4 Aqua and it is crucial for me to get my apps directly installed to SD, cause right now I can't use any app over like 500mb or so. Anyway, I just tried the ADB thing and I'm getting this error: Error: java.lang.SecurityException: Package android does not belong to 2000&lt;/P&gt;&lt;P&gt;And I also read from the Sony website that it is possible to change download location to SD card, so am I doing something wrong or?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 12:35:55 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428495#M12712</guid>
      <dc:creator>Traccceur</dc:creator>
      <dc:date>2016-01-27T12:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428496#M12713</link>
      <description>I have the exact same problem with my M4, and from digging in the settings I have found now way to install apps straight to your sd from there.</description>
      <pubDate>Fri, 29 Jan 2016 20:42:04 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428496#M12713</guid>
      <dc:creator>Cyberjazza</dc:creator>
      <dc:date>2016-01-29T20:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428497#M12714</link>
      <description>&lt;P&gt;How&amp;nbsp;Download straight to SD card?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 18:44:40 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428497#M12714</guid>
      <dc:creator>JEZZA8</dc:creator>
      <dc:date>2016-02-09T18:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428498#M12715</link>
      <description>&lt;P&gt;No, you're doing fine.&lt;/P&gt;&lt;P&gt;Sony just fool his costumers announcing 8GB of memory, without counting all the insatalling Android OS and predetermined apps.&lt;/P&gt;&lt;P&gt;Is just a shame that such a good phone came with that amount of memory.&lt;/P&gt;&lt;P&gt;Try to pick a google music account, practicly impossible...you need free space in your main memory to download songs, so that's a forbiden feature for M4 aqua users.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:53:36 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428498#M12715</guid>
      <dc:creator>danidusk</dc:creator>
      <dc:date>2016-02-10T21:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428499#M12716</link>
      <description>&lt;P&gt;How ? Android system doesn't allow it.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:54:36 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428499#M12716</guid>
      <dc:creator>danidusk</dc:creator>
      <dc:date>2016-02-10T21:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428500#M12717</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does this process require the device to be rooted?&lt;/P&gt;&lt;P&gt;I'm trying to follow the instructions and what I'm seeing is an error:&lt;/P&gt;&lt;PRE&gt;java.lang.SecurityException: Package android does not belong to 2000&lt;/PRE&gt;&lt;P&gt;What should I do next? My phone is an Xperia M4 Aqua. It truly is a great phone that is hamstrung by it's lack of memory.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 09:45:48 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428500#M12717</guid>
      <dc:creator>savaii</dc:creator>
      <dc:date>2016-03-01T09:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428501#M12718</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;On your "App" settings, you can move your Apps to SD Card, this will create space on your Internal Storage.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shap&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 07:53:55 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428501#M12718</guid>
      <dc:creator>Sinesipho</dc:creator>
      <dc:date>2016-08-02T07:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428502#M12719</link>
      <description>When marshmallow comes for the M4 it will work it's a android m feature</description>
      <pubDate>Wed, 03 Aug 2016 21:57:02 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428502#M12719</guid>
      <dc:creator>RedComet</dc:creator>
      <dc:date>2016-08-03T21:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428503#M12720</link>
      <description>pm set-install-location: changes the default install location&lt;BR /&gt;0 [auto]&lt;BR /&gt;1 [internal]&lt;BR /&gt;2 [external]</description>
      <pubDate>Tue, 11 Oct 2016 05:29:27 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428503#M12720</guid>
      <dc:creator>trioset</dc:creator>
      <dc:date>2016-10-11T05:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428504#M12721</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;A href="https://community.sony.co.uk/t5/user/viewprofilepage/user-id/585961"&gt;@xavinux&lt;/A&gt; wrote:&lt;BR /&gt;&lt;P&gt;&lt;A href="https://community.sony.co.uk/t5/user/viewprofilepage/user-id/62446"&gt;@hi&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.sony.co.uk/t5/user/viewprofilepage/user-id/585502"&gt;@John1979&lt;/A&gt; &lt;A href="https://community.sony.co.uk/t5/user/viewprofilepage/user-id/586740"&gt;@rozix&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can also set with the Android adb, to store apps in the SD Card intead of the internal memory.&lt;/P&gt;&lt;P&gt;You should have ADB installed, the SDK up to date, and the USB debugging turned on from your device on the Developer Options.&lt;BR /&gt;Then plug your Xperia to your computer and from a command prompt (you'll probably have to be in the folder where adb.exe is,&lt;/P&gt;&lt;P&gt;most likely something like C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe) run this command:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;adb shell pm setInstallLocation 2&lt;/STRONG&gt; (where 0 represents the internal storage and 2 represents the SD Card storage).&lt;/P&gt;&lt;P&gt;To clear warnings about the available memory space on your device you can run:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;adb shell pm hide com.sonymobile.storagechecker&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope can be useful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Is this work for xperia z5 compact, too?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 03:37:33 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428504#M12721</guid>
      <dc:creator>azurazura</dc:creator>
      <dc:date>2016-10-19T03:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Download straight to SD card?</title>
      <link>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428505#M12722</link>
      <description>I've got no room on my phone</description>
      <pubDate>Thu, 23 Mar 2017 04:33:01 GMT</pubDate>
      <guid>https://community.sony.rs/t5/m-series/download-straight-to-sd-card/m-p/3428505#M12722</guid>
      <dc:creator>P1343</dc:creator>
      <dc:date>2017-03-23T04:33:01Z</dc:date>
    </item>
  </channel>
</rss>

