Forum Discussion

sourcenity's avatar
sourcenity
Protege
8 years ago

Oculus Go: Access to app storage space

Hi,

I have an app, sideloaded to a Go (in dev mode). From the app, I have access to the apps internal storage space location (which is at /storage/emulated/0/Android/data/<packageName>/files/ as expected from other Android devices). So far, so good.

Unfortunately, I cannot see this folder when connecting via Windows Explorer/USB to the device. I can see the Android and data folders, but not the <packageName> folder. I know it is there, because I cannot create a new folder with the same name, but I can't open it (not even when entering the folder name directly).

I assume this is some sort of security feature? I would really like to access the app folder from the PC to make changes. Is there any way to do this? Thanks.

Philip

3 Replies

  • Me again,

    If anyone runs into this issue: A reboot of the Go solves this issue. Apparently this is an unfortunate side effect of the MTP protocol which only shows files and folders it has "knowledge of", which, apparently, it did not in this case.

    Problem solved.

    Philip
  • Is there a way to force the issue and have the generated output files directly show in an explorer without restarting the Go?

    Thanks in advance!
  • ArnoBen's avatar
    ArnoBen
    Honored Guest


    Me again,

    If anyone runs into this issue: A reboot of the Go solves this issue. Apparently this is an unfortunate side effect of the MTP protocol which only shows files and folders it has "knowledge of", which, apparently, it did not in this case.

    Problem solved.

    Philip


    THANK YOU ! 2 days I've been trying thousands of solution, ffs I was going mad.