<?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: External Storage Card on Android devices in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/external-storage-card-on-android-devices/m-p/278943#M1417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;UPDATE: This did not work, I had forgotten to clear some setting files and it was still pointing to the old SDcard directory so it looked like it worked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; went into my Files in my Android device and checked the info of my TPK&lt;/P&gt;&lt;P&gt;The path shows up as /storage/extSdCard/ArcGIS/Runtime . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set this up and thought it worked but it did not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jun 2015 16:40:20 GMT</pubDate>
    <dc:creator>PremRadhakrishnan</dc:creator>
    <dc:date>2015-06-08T16:40:20Z</dc:date>
    <item>
      <title>External Storage Card on Android devices</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/external-storage-card-on-android-devices/m-p/278941#M1415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;How do you reference TPKs or runtime content on external sdcards? Is there anything similar to System.userHomeFolder?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I am working on a Samsung Galaxy tab &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 05:15:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/external-storage-card-on-android-devices/m-p/278941#M1415</guid>
      <dc:creator>PremRadhakrishnan</dc:creator>
      <dc:date>2015-06-05T05:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: External Storage Card on Android devices</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/external-storage-card-on-android-devices/m-p/278942#M1416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;System.userHomeFolder is cross platform, so you can use it on iOS and Android. By default on Android, this will return /sdcard as the user home path. See here - &lt;A href="https://developers.arcgis.com/qt/qml/guide/deploy-local-offline-data-with-your-app.htm" title="https://developers.arcgis.com/qt/qml/guide/deploy-local-offline-data-with-your-app.htm"&gt;Deploy local offline data with your app—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found that if you have an actual external sdcard beyond what is shipped with the device, the actual name of the drive can change depending on the device (i.e. is not consistent between different Android devices). There isn't a generic function that will always return the external storage card path or anything, but you can go into whatever file explorer you have on your Android device and typically see the path there. You could then use Qt.platform.os to determine if it is Android and use that path, or something like that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 16:16:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/external-storage-card-on-android-devices/m-p/278942#M1416</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-06-08T16:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: External Storage Card on Android devices</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/external-storage-card-on-android-devices/m-p/278943#M1417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;UPDATE: This did not work, I had forgotten to clear some setting files and it was still pointing to the old SDcard directory so it looked like it worked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; went into my Files in my Android device and checked the info of my TPK&lt;/P&gt;&lt;P&gt;The path shows up as /storage/extSdCard/ArcGIS/Runtime . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set this up and thought it worked but it did not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 16:40:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/external-storage-card-on-android-devices/m-p/278943#M1417</guid>
      <dc:creator>PremRadhakrishnan</dc:creator>
      <dc:date>2015-06-08T16:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: External Storage Card on Android devices</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/external-storage-card-on-android-devices/m-p/278944#M1418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, one other thing to try is to add /mnt to the front of it ("/mnt/storage/extSdCard..."). From googling Qt android external storage, I see others sometimes needing to include /mnt in the path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 17:09:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/external-storage-card-on-android-devices/m-p/278944#M1418</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-06-08T17:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: External Storage Card on Android devices</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/external-storage-card-on-android-devices/m-p/278945#M1419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found the issue, the TPKs work fine from the external cards but as soon as you try to put any geodatabases on the external card whether it be by placing them before installing the app or by trying to generate them on the sd card it seems like the app crashes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the TPks on the external and geodatabases on the internal card and now the app is working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 18:49:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/external-storage-card-on-android-devices/m-p/278945#M1419</guid>
      <dc:creator>PremRadhakrishnan</dc:creator>
      <dc:date>2015-06-08T18:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: External Storage Card on Android devices</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/external-storage-card-on-android-devices/m-p/278946#M1420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting, the geodatabase creates some temp files when it is opened, so I wonder if there are some permissions related issues that keep this from working. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 00:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/external-storage-card-on-android-devices/m-p/278946#M1420</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-06-10T00:05:10Z</dc:date>
    </item>
  </channel>
</rss>

