Files App access to local SMB/NFS shares via WiFi
Hi, I think a great benefit/feature for the native Files app on the Meta Quest 3 would be the addition of connecting to local SMB/NFS shares with local media. This is supported by relevant third party paid media apps and if supported by native Meta Quest Files app it would provide additional options for accessing personal video collections of family photos. Also the SMB/NFS share connections should be remembered/saved after initial configuration so that Meta Quest usedmon home WiFi network regurarly can access the shares instantly.5.2KViews11likes2CommentsOpening the Quest Files app from within my app
We have written Java code that correctly inserts jpgs into the Quet media gallery. The code is very much what you would do in any Android app, public void run() { Bitmap bitmap = BitmapFactory.decodeFile(location); MediaStore.Images.Media.insertImage(getContentResolver(), bitmap, title, description); } If you then manually go into the Files app you then will see the new image under Recents. However, that requires the user to do a few steps - pressing the Oculus menu button on their controller, finding the Files app, etc. We would like to be able to open the Files app automatically. Something like this brings up a blank or unusable Files app that appears to be different than one which the user can access: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setType("image/*"); startActivity(intent); What is the best way to open the correct Files app on a Quest? We are specifically using a Quest 3 with the latest updates.378Views0likes0CommentsSideloaded files are not accessible on Quest device until after restart
Posting here as it has to do with Quest devices with developer mode/usb debugging enabled to sideload files. When sideloading videos to a Quest device, a video is not accessible to apps like Meta Quest TV or others (Skybox, Play'a, etc) until after the device is restarted. Further, files/images, are not accessible on the Meta Quest Files app as well initially after sideloading. The only resolution is to restart the device to make the files appear. Device details: Device: Quest 3 Quest OS version: 68.0.0.596.362 System version: 50111700065800510 Device: Quest Pro Quest OS version (PTC): 69.0.0.303.335 System version: 50436710027900330 I'm able to replicate this on Quest Pro and 2 as well.422Views1like0Comments