

steve.b
Members-
Content Count
6 -
Joined
-
Last visited
Community Reputation
0 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
ANDROID - How to create a folder in a USB stick and write some files in that folder
steve.b replied to steve.b's topic in Cross-platform
It's certainly not a trivial thing for me. I'm not familiar with Delphi and even less with Android. But it seems absurd to me that it's so complicated to create a folder on a USB stick and copy files into it in Android, in Windows it's definitely trivial. I'm certainly not the only one who tried to do this, someone must have done it in Delphi (with less than 100 lines of code, I hope...). I continue to search but unfortunately I have not yet found any concrete information. My knowledge of Delphi and Android is limited and this does not make things easier. -
ANDROID - How to create a folder in a USB stick and write some files in that folder
steve.b replied to steve.b's topic in Cross-platform
@Dave Nottage Here are some of the links I found: https://medium.com/@vivekvashistha/how-to-save-a-file-in-shared-storage-location-in-android-13-c1e4fdf3d2cb https://stackoverflow.com/questions/57570369/android-saf-uri-of-a-folder-on-disk-from-documentscontract-gettreedocumentid https://github.com/emozgun/delphi-android-SAF/tree/main https://stackoverflow.com/questions/68636036/how-to-create-a-subfolder-of-a-uri-folder-android-10 https://developer.android.com/training/data-storage/shared/documents-files?hl=it -
ANDROID - How to create a folder in a USB stick and write some files in that folder
steve.b posted a topic in Cross-platform
In my Android app, the user should have the possibility to save app configuration in a USB stick (and then restore that configuration if necessary). I managed to open the app Files and select the root of the USB stick connected to the device. I get the corresponding URI: "content://com.android.externalstorage.documents/tree/A8AC-5853%3A". Now I have to create a subfolder and write in it two (xml) files but I don't know how to do. I have found some Java code and some information in the Android Developers site but I'm not able to translate those information into some working delphi code. Someone can give me some help? -
Android immersive mode / kiosk mode with C++Builder
steve.b replied to steve.b's topic in General Help
yes, I found it while you were writing... thanks- 4 replies
-
- c++builder
- android
-
(and 2 more)
Tagged with:
-
Android immersive mode / kiosk mode with C++Builder
steve.b replied to steve.b's topic in General Help
Thanks for you anser, Lajos Juhász. Unfortunately that template is for Delphi, not for C++Builder and in any case it also seems that it is no longer available in GetIt (but it is available in GitHub... I take a look).- 4 replies
-
- c++builder
- android
-
(and 2 more)
Tagged with:
-
I don't know if this is the right place for my question since this is a General Help forum and my question is not very general but I tried also on StackOverflow (post with same title) and I get no answer, so I try here that seems to be the only forum about C++Builder. I'm writing an Android app with C++Builder 11.3 and this app should work in kiosk or immersive mode, without navigation bar, because the user must only use the app, nothing else. I searched a lot but I did not find a way to realize the kiosk mode (or the immersive mode, I think they are very similar). Someone can help me? Thanks
- 4 replies
-
- c++builder
- android
-
(and 2 more)
Tagged with: