Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There is more information here: <a href="http://www.droidforums.net/forum/droid-incredible-general-discussions/41766-favor-ask-droid-incredible-user-sd-card-storage-mount-points.html" rel="nofollow noreferrer">Droid Incredible storage mount points</a>. It seems that Droid Incredible mounts its internal storage to /emmc, supposedly mounted r/w. It is not yet verified whether the <strong><code>WRITE_EXTERNAL_STORAGE</code></strong> permission is necessary in order to gain r/w access - I'm trying to get this information from <a href="http://code.google.com/p/aedict/issues/detail?id=86" rel="nofollow noreferrer">Google Code</a> </p> <p>I will probably solve this by allowing the user two options to store the data:</p> <ol> <li>SD-Card</li> <li>Droid Incredible-only Internal storage</li> </ol> <p>Edit: It seems that the <strong><code>WRITE_EXTERNAL_STORAGE</code></strong> permission is sufficient: according to <a href="http://www.droidforums.net/forum/droid-incredible-hacks/50916-how-i-rooted-my-incredible-installed-busybox.html" rel="nofollow noreferrer"><strong>droidForums</strong></a> both /sdcard and /emmc has the same GID of 1015.</p> <p>Edit2: According to <a href="http://groups.google.com/group/android-developers/browse_thread/thread/45d96f07abd83549/42d5ec430b2f7572?lnk=raot" rel="nofollow noreferrer">Google Group Thread</a> the Incredible returns /sdcard as the result value of <code>Environment.getExternalStorageDirectory()</code>. Therefore, the user needs to decide whether he wants to use /sdcard or /emmc. The auto-detection of Incredible may be based on existence of the /emmc path.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload