View Full Version : Convert Nokia SXXX games to Sony-Ericsson K500
costinradu
02-04-2005, 06:03 PM
: dnt know Hi guys,
Anyone knows hou to convert nokia 6xxx series games to fit on K500i screen ?
i have a lot of good games but it doesn't fit on K500 screen.
phane
02-04-2005, 07:21 PM
you can't, unfortunately. at least i didn't find any method. i tried decompiling one game and then recompiling it, but i couldn't recompile. it started throwing errors. i'm not too good at java so i couldn't fix them.
ahmadka
02-04-2005, 07:21 PM
i once asked myself the very same question, but i dont think there is any way.... :(
costinradu
02-04-2005, 10:04 PM
:rolleyes: i think we need to change resolution in games.but how to do that ?
yanagi
02-05-2005, 01:50 AM
resize pictures
brennox
02-05-2005, 02:42 AM
every picture every polygon every texture, text everything will need to be scaled down and it must be exact....and if its symbian youll have even more fun. I wouldnt bother.
WinterN
02-05-2005, 05:16 AM
you can't, unfortunately. at least i didn't find any method. i tried decompiling one game and then recompiling it, but i couldn't recompile. it started throwing errors. i'm not too good at java so i couldn't fix them.
What decompiler are you using? I use DJ Java Decompiler. I think it's very nice, but it could be better....
costinradu
02-05-2005, 08:53 AM
by the way....what is the purpose of that extra options of games ( SCREEN) i have 4 option there :
-Default
-user Defined
-128X128
-128X160
i think the main goal of it is to " fit " games on k500 screen.but it don't work .
phane
02-05-2005, 09:08 AM
What decompiler are you using? I use DJ Java Decompiler. I think it's very nice, but it could be better....
so do i. but i think it does something wrong when it decompiles. i also tried other decopilers, but the result was exactly the same. i obtained the same code as decompiling with dj java.
later edit: found a list of decompilers at http://www.devdaily.com/java/edu/pj/pj010022/ . look at the bottom of the page.
brennox
02-05-2005, 09:18 AM
by the way....what is the purpose of that extra options of games ( SCREEN) i have 4 option there :
-Default
-user Defined
-128X128
-128X160
i think the main goal of it is to " fit " games on k500 screen.but it don't work .
it only works if the game supports the screen extension. the later s40 games do this as some s40 phones are 128X160
WinterN
02-05-2005, 08:19 PM
@phane
Thank you for the list. The problem i see when decompiling some files is that it creates some label->goto label structures that aren't from java language. I think they can be remplaced for while/for staments with some effort.
phane
02-05-2005, 10:28 PM
unfortunately i know very little java now and no time to learn more. but i'll play around with it a bit later along the way. :)
yanagi
02-08-2005, 09:37 AM
Screen size in the phone only works if the game is programmed to be able to scale resolution sizes. If its programmed to a fixed resolution, then nogo....