Daily Mobile Forum
25 May 2013, 09:01 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Read the FORUM RULES - Ignoring the rules will end up with a ban so do NOT ask for registrations keys or share warez links / cracked applications. You have been warned!
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Dosbox:Does it work?  (Read 1780 times)
0 Members and 1 Guest are viewing this topic.
zjzeshan
Full Member
**
Thanks: 13
Offline Offline

Current Phone:
HTC LEGEND,Qmobile A10(next phone)

Location:
Lahore,pakistan

Posts: 78



Activity
0%

An optimus?WELCOME


« on: 10 May 2012, 08:35 »

Hi my dear friends and brothers!
I am trying to run windows on dosbox but still not succeeded .i saw a lot  of tutorials and forums but none of them was perfect.i have installed dosbox also edited the .conf file but its not working even virtual keyboard is not appearing at screen.i also install an other virtual keyboard app but it is not working properly.i think there is key mapping problems
anyone could provide full detailed info with working windows screen shots .or just provide correct and perfect .conf file for dosbox. I am providing my config files.
Any suggestions or ideas always welcome with open heart.
Edited.
Guys please do some help to make it working app.or tell me other apps similar to this.please reply asap.

* Snap000068.jpg (0 KB - downloaded 11 times.)
* Snap000068.jpg (2.22 KB - downloaded 11 times.)
* Dosbox.jpg (0 KB - downloaded 7 times.)
Logged


zjzeshan
Full Member
**
Thanks: 13
Offline Offline

Current Phone:
HTC LEGEND,Qmobile A10(next phone)

Location:
Lahore,pakistan

Posts: 78



Activity
0%

An optimus?WELCOME


« Reply #1 on: 10 May 2012, 08:44 »

Guys file uploading problems.see this config file and do changes to make dosbox working

# edited by kolijoco for s60 port

[sdl]
# devicescreenx,devicescreeny -- set to your display dimensions
#                                defaults are qvga (320x240) dimensions
#                                IMPORTANT:
#                                 be sure to change this to 640x360 if you have a qhd device
# oversize                    -- what to do with big resolutions
#                                makes sense with s60scaler=none
#                                'shrink'- (default) downscale
#                                'page'  - virtual screen panning
# pagestepx,pagestepy         -- panning steps in oevrsize=page mode' (defaults are 320/240)
# shellres                    -- stratup shell resolution
#                             'high' - normal (default)
#                                'low'  - mode 0x13
# s60scaler                   -- select ouput scaler to use (default none)
#                                IMPORTANT:
#                                 dont use leading, trailing or seperating whitespaces
#                                 stick to the syntax "s60scaler=whatever"
#                                 (reason: this is also parsed by a dumb parser)
#                                NOTE:
#                                 when s60 scaling is used mouse (touch-ui) input
#                                 coordinates will be scaled from the device resolution
#                                 to to the displayed resolution. keep that in mind when
#                                 writing your virtual keyboard maps 
#                                possible values:
#                                'none'         - no scaling (or halfsizing)
#                                's60full'      - use s60 bitmap scaling
#                                's60aspect'
#                                'swfull'       - nearest pixel sw implemetation
#                                'swaspect'
#                                'glfull'       - use opengl-es
#                                'glaspect'
# rotatescreen                -- rotates screen 180 degs if 'true' ('false' by default)
# premapperfile               -- still working but obsoleted add an 's60map' command
#                                to the autoexec.bat section instead
#                                NOTE:
#                                 specify mapping file to s60map using its full system path
#                                 (like c:/Data/mymap1.txt), not its mounted dos path.
#                                 shold probably keep those out of your dos tree anyway
#
devicescreenwidth=640
devicescreenheight=360
oversize=shrink
pagestepx=160
pagestepy=120
sensitivity=500
priority=higher,normal
shellres=high
s60scale=swfull
rotatescreen=false

[dosbox]
memsize=2

[cpu]
# core   -- CPU Core used in emulation: normal,dynamic (dynamic needs more ram!)
# cycles -- Amount of instructions DOSBox tries to emulate each millisecond.
#           Setting this value too high results in sound dropouts and lags.
#           You can also let DOSBox guess the correct value by setting it to max.
#           The default setting (auto) switches to max if appropriate.
core=normal
cycles=auto

[mixer]
# nosound -- Enable silent mode, sound is still emulated though.
# rate -- Mixer sample rate, setting any devices higher than this will
#         probably lower their sound quality.
# blocksize -- Mixer block size, larger blocks might help sound stuttering
#              but sound will also be more lagged.
# prebuffer -- How many milliseconds of data to keep on top of the blocksize.

nosound=true
rate=22050
blocksize=2048
prebuffer=10

[midi]
# mpu401      -- Type of MPU-401 to emulate: none, uart or intelligent.
# device      -- Device that will receive the MIDI data from MPU-401.
#                This can be default,alsa,oss,win32,coreaudio,none.
# config      -- Special configuration options for the device. In Windows put
#                the id of the device you want to use. See README for details.
mpu401=none
device=default
config=

[sblaster]
# sbtype -- Type of sblaster to emulate:none,sb1,sb2,sbpro1,sbpro2,sb16.
# sbbase,irq,dma,hdma -- The IO/IRQ/DMA/High DMA address of the soundblaster.
# mixer -- Allow the soundblaster mixer to modify the DOSBox mixer.
# oplmode -- Type of OPL emulation: auto,cms,opl2,dualopl2,opl3.
#            On auto the mode is determined by sblaster type.
#            All OPL modes are 'Adlib', except for CMS.
# oplrate -- Sample rate of OPL music emulation.
sbtype=none
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050

[gus]
# gus -- Enable the Gravis Ultrasound emulation.
# gusbase,irq1,irq2,dma1,dma2 -- The IO/IRQ/DMA addresses of the
#            Gravis Ultrasound. (Same IRQ's and DMA's are OK.)
# gusrate -- Sample rate of Ultrasound emulation.
# ultradir -- Path to Ultrasound directory.  In this directory
#             there should be a MIDI directory that contains
#             the patch files for GUS playback.  Patch sets used
#             with Timidity should work fine.
gus=false
gusrate=22050
gusbase=240
irq1=5
irq2=5
dma1=3
dma2=3
ultradir=C:\ULTRASND

[speaker]
# pcspeaker -- Enable PC-Speaker emulation.
# pcrate -- Sample rate of the PC-Speaker sound generation.
# tandy -- Enable Tandy Sound System emulation (off,on,auto).
#          For auto Tandysound emulation is present only if machine is set to tandy.
# tandyrate -- Sample rate of the Tandy 3-Voice generation.
# disney -- Enable Disney Sound Source emulation. Covox Voice Master and Speech Thing compatible.
pcspeaker=false
pcrate=22050
tandy=off
tandyrate=22050
disney=false

[joystick]
joysticktype=none

[serial]
serial1=dummy
serial2=dummy
serial3=disabled
serial4=disabled

[dos]
# xms -- Enable XMS support.
# ems -- Enable EMS support.
# umb -- Enable UMB support.
# keyboardlayout -- Language code of the keyboard layout (or none).
xms=true
ems=true
umb=true
keyboardlayout=none

[ipx]
# ipx -- Enable ipx over UDP/IP emulation.
ipx=false

[autoexec]
# Lines in this section will be run at startup.
# map virtkeybmap.txt (instead of premapper.txt) to test virtual keyboard for touch-ui
# Loader 1 -- Windows 3.1
# mount a e:\Data\win31\ (To install more
drivers)*
mount c e:\Data\
mount d e:\
c: c:\Windows\win.com
# Loader 2 -- Norton Commander 5.0
# mount c e:\Data\
# mount d e:\
# c:
# c:\nc\nc.exe
s60map e:\data\premapper.txt
Logged
aneeshd16
DailyMobile Developer
Forum Guru
****
Thanks: 253
Offline Offline

Current Phone:
Nokia 5800XM, Nokia Lumia 720

Location:
Nailed | dm2sis | ChangeFX | Menubar Editor

Posts: 372



Activity
4%


« Reply #2 on: 11 May 2012, 18:30 »

Try increasing the memsize. If you are using a good cfw you can easily increase it to 12-14. It sometimes also works for values upto 20.
Logged
aneeshd16
DailyMobile Developer
Forum Guru
****
Thanks: 253
Offline Offline

Current Phone:
Nokia 5800XM, Nokia Lumia 720

Location:
Nailed | dm2sis | ChangeFX | Menubar Editor

Posts: 372



Activity
4%


« Reply #3 on: 11 May 2012, 18:56 »

For virtual keyboard use these files. Place both in the data folder. Rename the .bmp.txt file to .bmp. And put s60map e:\data\virtkeybmap.txt in place of the last line of the conf file.

* virtkeybmap.txt (15.23 KB - downloaded 24 times.)

* vkobitmap.bmp.txt (226.05 KB, 640x360 - viewed 45 times.)
Logged
zjzeshan
Full Member
**
Thanks: 13
Offline Offline

Current Phone:
HTC LEGEND,Qmobile A10(next phone)

Location:
Lahore,pakistan

Posts: 78



Activity
0%

An optimus?WELCOME


« Reply #4 on: 11 May 2012, 20:10 »

Try increasing the memsize. If you are using a good cfw you can easily increase it to 12-14. It sometimes also works for values upto 20.

thanks bro you are the one who try to help me .1+ for you.
i have OFW .not cfw .please do me a favour i will be so thankful to you if you provide me an edited dosbox config file.please!
Logged


aneeshd16
DailyMobile Developer
Forum Guru
****
Thanks: 253
Offline Offline

Current Phone:
Nokia 5800XM, Nokia Lumia 720

Location:
Nailed | dm2sis | ChangeFX | Menubar Editor

Posts: 372



Activity
4%


« Reply #5 on: 12 May 2012, 03:50 »

My conf file is exactly the same except for the memsize. Since you are using ofw memsize 8 should work. Did you try the virtual keyboard?
Logged
zjzeshan
Full Member
**
Thanks: 13
Offline Offline

Current Phone:
HTC LEGEND,Qmobile A10(next phone)

Location:
Lahore,pakistan

Posts: 78



Activity
0%

An optimus?WELCOME


« Reply #6 on: 12 May 2012, 12:00 »

My conf file is exactly the same except for the memsize. Since you are using ofw memsize 8 should work. Did you try the virtual keyboard?

i try the keyboard .but your keyboard is not transparent.i also download the pic you have uploaded this keyboard isnt visible but keys are working. Win.com command said illegal command i also try to open dir like cd win3 but it said unable to change directory.
I have downloaded win3.1 .please tell me how i can run it?
1+ in advance for u
Logged
aneeshd16
DailyMobile Developer
Forum Guru
****
Thanks: 253
Offline Offline

Current Phone:
Nokia 5800XM, Nokia Lumia 720

Location:
Nailed | dm2sis | ChangeFX | Menubar Editor

Posts: 372



Activity
4%


« Reply #7 on: 13 May 2012, 07:27 »

put s60map e:\data\virtkeybmap.txt in place of the last line of your conf file. Make sure your directory structure is okay..it should work.
Logged
SilverSkin1996
Newbie
*
Thanks: 0
Offline Offline

Current Phone:
Nokia 5800XM

Location:
Portugal

Posts: 3



Activity
0%


« Reply #8 on: 20 May 2012, 21:19 »

I already installed it a long time ago, its cool to have windows on your phone but the screen is very small for the cursor and its slow. oh by the way you can buy a bluetooth keyboard if you use it a lot but i dont know if it works with dosbox
Logged
HERNAN_2009
Member
*
Thanks: 2
Offline Offline

Posts: 12



Activity
0%


« Reply #9 on: 21 May 2012, 12:27 »

nice info..thanks------
Logged


zjzeshan
Full Member
**
Thanks: 13
Offline Offline

Current Phone:
HTC LEGEND,Qmobile A10(next phone)

Location:
Lahore,pakistan

Posts: 78



Activity
0%

An optimus?WELCOME


« Reply #10 on: 21 May 2012, 19:50 »

I already installed it a long time ago, its cool to have windows on your phone but the screen is very small for the cursor and its slow. oh by the way you can buy a bluetooth keyboard if you use it a lot but i dont know if it works with dosbox

nice mate .but i'm amazed which handset you have because you said small screen .you have to edit conf file for full screen .any way give me your conf file i also want to run windows on 5230.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  


Related Topics
Subject Started by Replies Views Last post
dosbox?
Symbian S60v5 Forum
hicling 2 1706 Last post 07 May 2009, 21:41
by hicling
Anyone got DOSBox to work on N97 mini?
Symbian S60v5 Forum
DanSolo 8 5284 Last post 17 January 2011, 14:13
by westnz
Problems with DOSBox
Symbian S60v5 Forum
Schwimmer 1 2307 Last post 10 June 2010, 18:59
by Jonas1975
DOSBOX on S^3
Symbian^3, Symbian Anna and Nokia Belle Forum
Ergonpandilus 8 9510 Last post 29 July 2011, 05:42
by shin2_d
(Help)Need dosbox
Symbian S60v5 Forum
charles1111 0 764 Last post 15 March 2012, 04:48
by charles1111






Daily Mobile - Daily iPhone Blog - Contact us - Forum Rules - © Copyright MAS Media Inc. | Privacy
Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC