cannot acces microSD card

Issue #86 resolved
Jean-François PERRON created an issue

after having -24 error when updating just player, I uninstalled it, and installed it again. no more -24 error but now I cannot reach my music on micro SD card, as preceding versions could do.

Comments (7)

  1. Jean-François PERRON reporter

    the storage selection cannot reach the micro SD card (I have a moto G LTE 4G)

  2. masafumi terazono repo owner

    I see, MotoGP is the path to the SD card might be different from the standard.

    can support if MotoGP of path is known. However, I do not know because there is no device at hand.

    Is it possible examine the exact path using the esExplorer, etc.? It is you should be able to move from folder screen of JustPlayer to the folder if you know.

  3. Jean-François PERRON reporter

    hi, yokmama,

    using xplore

    /sdcard (internal mass memory)

    paths from root

    /storage/usbdisk (for OTG devices)

    /storage/emulated

    /storage/emulated/0

    /storage/emulated/legacy (seems the same as 0)

    storage/sdcard1 (real sdcard external mass memory)

    storage/sdcard0 -> /storage/emulated/legacy (internal mass memory)

    I don't think any of those path's are standard as you say.

    for example my wife with her acer liquid E2 runs "just player" without problem (but with version before 4) as I used to do myself

    How could you reach my music predeedingly with no fuss and now you can't ???

    can't you simply browse the phone ?

  4. masafumi terazono repo owner

    Hi

    This is the talking about of the Android framework,

    Standard path gets by using an API framework.

    "Environment.getExternalStorageDirectory" http://developer.android.com/reference/android/os/Environment.html#getExternalStorageDirectory()

    Just Player will use above method, you have to get the path of external storage.

    Path to be actually acquired '/storage" However, this path may be incorrect depending on the model. Perhaps, Moto gp also I think there is this problem.

    Prudent developers have created a mechanism for returning the path for each type of device in order to solve this problem, Just Player supports only standard path.

    The reason for Just Player does not support is because reference may be made to the direct path without using the link on the upper (SD Card).

    for example:

    /storage/usbdisk To this path, you should be able to access from Storage directory.

    However, this is difficult in general. So, if Tell the correct path and device name, and then implemented in JustPlayer.

    Thanks,

  5. Jean-François PERRON reporter

    Hi, I think I mistook myself, finally I could reach the microSD and register all the files You can close the bug as "user error" thank you for the explanations

  6. Log in to comment