PDA

View Full Version : Increase Mcu Space



melakamobile
11-01-2003, 08:40 PM
Can anyone tell me how to increase mcu space because i want o edit the menu picture with a bigger picture but the mcu space not enough!!!

NokDoc
11-01-2003, 08:46 PM
Hi,

Try here (http://nokiafree.org/forums/showthread.php?s=&threadid=11524&highlight=space).

Good Luck

NokDoc

melakamobile
12-01-2003, 10:51 AM
Hey nokdoc i still dunno what they are talking about can u teach me how to do by using g3nolite ??

slikmik
12-01-2003, 01:35 PM
cant do it with g3n0lite just read through again and look at the picture nokdoc attached it explains everything really SIMPLY :)

Mike

melakamobile
12-01-2003, 03:42 PM
Hey slikmik i can't understand what nokdoc are teaching about can u please teach me ???

slikmik
12-01-2003, 04:13 PM
dude just open ya flash file in hex editor

1) search for vnext - (set search as text string)

then you shall get this kind of thing shown:

.0H...F.H.F.F..2. PPM.PPMVNEXT.2.
-----------------^-----------------------

See the VNEXT? :) Now before the PPM we have ".2. " This is what we need!! :D

We look at the main screen and see that ".2. " (remember the space after!) actually in hex is: 0032 E820

Ok now sinse we are using the flash from 200-400 we take 2 off the first digit so the important thing is this :) 12 E820 :)

2) Now go to this OFFSET mate :)
You shall see :

0034 0000 003C FFFF

Ok now does this ring any bells??? :D

3) Its the offsets for the PPM :) so now what we do is grab loadsa FFFF FFFF FFFF from the bottom of PPM and insert into the bottom of the MCU - CUT AND PASTE so size stays the same

then we locate the start of PPM by searching for PPM:

.................................PPM.V 05.79 <--------- Like so! then find the offset of the location before the "P" of PPM then change the first digit of the offset by adding two and change 0034 0000 of step 2 to say 0035 1774 which i have done on my modded 3315 5.79 and got lotsa nice MCU space :)


TIP: When playing with g3n0lite every time u WRITE a menu structure it recreates a whole new menu (i think, yes?!) below the existing and takes up much room so mod your flash in stages because write a dozen or so times and MCU space will dramatically decrease :)

Hope this helps

Mike

melakamobile
13-01-2003, 04:35 PM
Hey slikmik thanks you for helping but what does this mean>?

3) Its the offsets for the PPM so now what we do is grab loadsa FFFF FFFF FFFF from the bottom of PPM and insert into the bottom of the MCU - CUT AND PASTE so size stays the same

then we locate the start of PPM by searching for PPM:

.................................PPM.V 05.79 <--------- Like so! then find the offset of the location before the "P" of PPM then change the first digit of the offset by adding two and change 0034 0000 of step 2 to say 0035 1774 which i have done on my modded 3315 5.79 and got lotsa nice MCU space ?????

Can tell me clearly ?
And this is my text string before the vnext
(0H...F.H.h.F..3..)
why urs is
(0H...F.H.F.F..2. )

Now my flash file is 8850 5.31 so i want to free up the mcu space!

slikmik
13-01-2003, 04:48 PM
..3. <----------- Thats fine! Just get the offset which this points to in your hex editor! in the left window

Look heres a pic to help - nowt else i can really say to be honest.... :(

Pic Attached thanks to NokDoc

Mike

bgcngm
13-01-2003, 07:42 PM
Hi everyone!

My 3310 v5.79 flash has restructured menus, fade in and out, one language (English), one T9 dictionary (English) and 573119 bytes free on the MCU. I was wondering... With 573119 bytes can't I insert animated screensavers?

melakamobile
14-01-2003, 04:34 PM
Ok slikmik what should i do with this ''..3. '' ????