VOGONS


First post, by ws

User metadata
Rank Newbie
Rank
Newbie

Hello,

I am new here and would be very grateful for some help.

Via dosbox.com I found this BBS and i hope I am at the correct place here to ask my question:

I need to run an old DOS application on my Android Smartphone (Samsung Galaxy S2). From the appstore I installed AnDOSBox. It starts without problem. But for my DOS software I need to add a line "FCBS=250" in the DOS start file "config.sys"

AnDOSBox says one can edit it's config file "dosbox.conf" in
/sdcard/dosbox.conf

When in Android I click at (German): "Eigene Dateien" (I guess in English it is s.th. like "My own files") it shows directories and files in:

/scdard

The list has directories as:

Android
app-data
Attachments
bluetooth
DCIM
download

etc.

and at the end it has the file dosbox.conf

BUT:
when I push it ("click" it) there comes a message - I try to translate into English - "Open file. No application can execute this action" (German: "Datei öffnen. Keine Anwendung kann diese Aktion ausführen").

So my question is: How can I edit the dosbox.conf in my Android mobile phone?

I would be VERY grateful for some help!

Tia Werner

Reply 1 of 10, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Ask the people who make the android version of DOSBox.

Water flows down the stream
How to ask questions the smart way!

Reply 2 of 10, by ws

User metadata
Rank Newbie
Rank
Newbie

Qbix, thanks for the vey fast response. - I just sent him a mail and hope he will help.
Werner

Reply 3 of 10, by louisroman

User metadata
Rank Newbie
Rank
Newbie

hey ts, in same situation as u, i hav a galaxy s2 too, jus dunno hw to get this adosbox to play the game.

Reply 4 of 10, by ws

User metadata
Rank Newbie
Rank
Newbie

louisroman,

if you find the solution, please let me know. I gave up, but the dosbox would be VERY useful to me.

Thanks, werner

Reply 5 of 10, by Xelasarg

User metadata
Rank Member
Rank
Member

Either edit the file on your computer or use a text editor like Jota (freeware, search for Jota editor on the market).

"What's a paladin?!"

Reply 6 of 10, by ws

User metadata
Rank Newbie
Rank
Newbie

Thanks! - I will give this a try as soon as I find some time.

Thanks, Werner

Reply 7 of 10, by sponti99

User metadata
Rank Newbie
Rank
Newbie

Hello, when downloaded DOSBOX on a desktop, you can easily find the folder and see all the files in detail : dosbox.conf, dosbox.exe, xxxx.dll, xxxx.bat, manual.txt, etc. .. . We can therefore modify the file contents dosbox.conf.
When you upload aDosBox (application APK) on Samsung Galaxy S2 via ANDROID MARKET, aDosBox works perfectly, but I can not find files that I could see on my desktop and in particular the file dosbox.conf I would change a bit. Do you know where files are stored on a SmartPhone ? Thank you for your help. Sponti.

Reply 9 of 10, by tarapitha

User metadata
Rank Newbie
Rank
Newbie

Actually, I managed to change the dosbox.conf and would like to share the process. The problem is that configuration file resides in directory unaccessible to Android user but accessible to DOSBox program.
1) Inside DOSBox, open the DOSBox dialog under the Menu and select "Save", take note of the path. In my case, it was "/data/data/org.hystudio.android.dosbox", lets assume that this is the case for all.
2) Inside DOSBox type: "mount d: /data/data/org.hystudio.android.dosbox".
3) Inside DOSBox type: "copy d:\files\dosbox~1\dosbox~1.con c:\dosbox.con".
4) Still inside DOSBox, open the DOSBox dialog again and save the config under db.conf.
5) Exit DOSBox and edit the 'dosbox.con' in location the C: was mounted to suit your needs.
6) Start DOSBox, mount D: to same location as earlier and type
"copy C:\dosbox.con d:\files\dosbox~1\db~1.con".
7) Inside DOSBox, open the DOSBox dialog and load configuration db.conf.
😎 Restart DOSBox - the new config should now be active.