PDA

View Full Version : CaptureGames



joci2000
20-11-2004, 08:18 PM
Hi all,

I have a little question about the progs in nokia phones.

is it possible to capture a game from one phone and put into an other phone?

i mean that i would like to put a rotation games to 3310 or 3330 from 3210.

if i know right the both has 84*48 screen. the only thing what should i do is find the code in 3210 copy it & paste into 3310. rewrite the b/bl/bls jumps to the right function& a new menu structure for games,& give it a new id. isn't it?

so is it possible? or it's really hard to find the right code

yak
21-11-2004, 07:15 PM
Generally it's possible. The code can be found. Relocation can be done. But it's a very hard work. We would have to trace all data and copy them too. To know how much we have to copy we would have to get a closer look at the game's code. So isn't it easier to write a new game in C? Just like stones. Soon a development environment will be available on NokiX website.

joci2000
22-11-2004, 12:09 PM
Generally it's possible. The code can be found. Relocation can be done. But it's a very hard work. We would have to trace all data and copy them too. To know how much we have to copy we would have to get a closer look at the game's code. So isn't it easier to write a new game in C? Just like stones. Soon a development environment will be available on NokiX website.

yes its really better :)

wow it sounds good :lol:

for use C code i should use obj2nokix.c am I right? but where could i find elf.h?


thx your answer ;)

spaceimpact33
23-11-2004, 08:26 AM
@joci2000

you can find elf.h by searching google for "elf.h" ( on some linux site i think ) :cool:

ShadoW2004
23-11-2004, 03:53 PM
Try it...

Rename attached file to elf.h

joci2000
23-11-2004, 07:28 PM
Try it...

Rename attached file to elf.h

thx it very much :)