SupraMan Posted November 20, 2022 Share Posted November 20, 2022 (edited) I am using a fold 4 as handheld when i import games launch box wont show network drives. My file explore sees the drive is there a work around for this Edited November 20, 2022 by SupraMan Link to comment Share on other sites More sharing options...
Jason Carr Posted November 26, 2022 Share Posted November 26, 2022 On 11/19/2022 at 4:54 PM, SupraMan said: I am using a fold 4 as handheld when i import games launch box wont show network drives. My file explore sees the drive is there a work around for this Unfortunately, just because your file explorer shows these network drives doesn't mean that you'll have that support for the rest of Android, outside of the app. Android doesn't have good global file share support. Some devices add it globally (such as the Nvidia Shield), but most devices don't. So we would have to build our own file share support from scratch for those devices, which honestly, is not likely to happen. Sorry I don't have better news. Link to comment Share on other sites More sharing options...
jazzjohannes Posted July 24 Share Posted July 24 Right, within 20 minutes of binging / googling, you guys can easily implement it with: 1. The flutter file picker: https://github.com/miguelpruivo/flutter_file_picker 2. The samba browser from flutter's file picker: https://github.com/Schloool/samba-browser-flutter 3. Info here: https://pub.dev/packages/file_picker Link to comment Share on other sites More sharing options...
C-Beats Posted July 24 Share Posted July 24 2 minutes ago, jazzjohannes said: Right, within 20 minutes of binging / googling, you guys can easily implement it with: 1. The flutter file picker: https://github.com/miguelpruivo/flutter_file_picker 2. The samba browser from flutter's file picker: https://github.com/Schloool/samba-browser-flutter 3. Info here: https://pub.dev/packages/file_picker Tell me again why we're necroing an old thread to bring up projects that aren't even using the SDK our app is built with? Link to comment Share on other sites More sharing options...
jazzjohannes Posted July 24 Share Posted July 24 4 minutes ago, C-Beats said: Tell me again why we're necroing an old thread to bring up projects that aren't even using the SDK our app is built with? Because: 1. The SDK your app is built with is unknown and closed source. 2. This issue is a massive and a persistent one, that has never been fixed. 3. This problem causes the entirety of this app to be useless due to this, go with the times already : ) Link to comment Share on other sites More sharing options...
C-Beats Posted July 24 Share Posted July 24 6 minutes ago, jazzjohannes said: 1. The SDK your app is built with is unknown and closed source. Been public knowledge since it was built it was released that it's done so using Xamarin.Forms and is mentioned heavily in the forum and our videos. 7 minutes ago, jazzjohannes said: 2. This issue is a massive and a persistent one, that has never been fixed. So massive that the thread has went over a year without a single person commenting. 7 minutes ago, jazzjohannes said: 3. This problem causes the entirety of this app to be useless due to this, go with the times already : ) Yep, never a reason to use it move on... I get your frustrations. Always sucks to not be able to use something the way you feel you should be able to. That being said this really isn't a solution to the problem. Thankfully there are a lot of options in the Android eco-system for front ends. If our app doesn't fit your needs you definitely have other options you can try. All of which would be more productive than attempting to scream at the development team here to "git gud"... Link to comment Share on other sites More sharing options...
Recommended Posts