PDA

View Full Version : problem with slideshow.nrx Nokia 3310



ShadoW2004
11-08-2004, 12:38 PM
Hello All!

I have problem with slideshow.nrx, after patching I have only 6 menus and not all submenus =(


Id do that:

1) Creating dump of menu (3310 v.6.07)
2) Adding(I want to do Intro with on/off functions):

# Intro
@item title=text/intro flag2=0x52 flag3=0x800 func=0x387
@menu dispmode=0xC0 confmode=arg confid=slideshow/intro
@header flag2=0xD flag3=0x1100

# On
@item title=1331 flag2=0x42 flag3=0x1300 arg=1

# Off
@item title=1332 flag2=0x42 flag3=0x1300 arg=0

# Intro
@end

3) Creating PPM_String.txt:
----------------------------
# PPM strings
# menu

@text var=text/intro
ENGL:Intro
RUSS:Интро
----------------------------

4) Writing PPM strings and menu to FLS
5) Fixing all checksumms
6) Flashing phone

Who know why I have this problem?

dvirus666
11-08-2004, 11:55 PM
I had the same problem, but done this....

A) Creating dump of menu (3310 v.6.33)
B) Added my menu below

# Graphic greeting
@item title=text/graphic_greeting flag2=0x52 flag3=0x800 func=0x387
@menu dispmode=0xC0 confmode=num 8-) confid=slideshow/intro
@header flag2=0xD flag3=0x1100

# Off
@item title=441 flag2=0x42 flag3=0x1300

# Greeting 1
@item title=text/slide_1 flag2=0x42 flag3=0x1300 func=0x5E0 arg=slideshow/1

# Greeting 2
@item title=text/slide_2 flag2=0x42 flag3=0x1300 func=0x5E0 arg=slideshow/2

# Greeting 3
@item title=text/slide_3 flag2=0x42 flag3=0x1300 func=0x5E0 arg=slideshow/3

# Greeting 4
@item title=text/slide_4 flag2=0x42 flag3=0x1300 func=0x5E0 arg=slideshow/4

# Greeting 5
@item title=text/slide_5 flag2=0x42 flag3=0x1300 func=0x5E0 arg=slideshow/5

# Greeting 6
@item title=text/slide_6 flag2=0x42 flag3=0x1300 func=0x5E0 arg=slideshow/6

# Graphic greeting
@end

(6 different startup animations in my flash)

C) Creating PPM_String.txt:
@text var=text/graphic_greeting
ENGL:Animated\x0Astartup

@text var=text/slide_1
ENGL:3310 original

@text var=text/slide_2
ENGL:3410 lookalike

@text var=text/slide_3
ENGL:Nokia Kitty

@text var=text/slide_4
ENGL:Cartman

@text var=text/slide_5
ENGL:Nokia fade

@text var=text/slide_6
ENGL:Nokia 3310

D) Writing back PPM strings and menu to FLS
E) Fixing checks & flash

All works fine on mine... :)

ShadoW2004
12-08-2004, 05:47 AM
1) What number must be (look yellow)

# Graphic greeting
@item title=text/graphic_greeting flag2=0x52 flag3=0x800 func=0x387
@menu dispmode=0xC0 confmode=num confid=slideshow/intro
@header flag2=0xD flag3=0x1100 ?


2) And why OFF is:

# Off
@item title=441 flag2=0x42 flag3=0x1300 ?

3) Can you upload here your intros?

Thank you...

nEMO
12-08-2004, 09:07 AM
hmm i have problems with BLINK & DIAGONAL functions. they dont work :(

kraze1984
13-08-2004, 05:34 PM
hmm i have problems with BLINK & DIAGONAL functions. they dont work :(

I have problems with clear rect and diagonal functions. When my slideshow gets to clear rect it hangs and then restarts. What values must be there: in dec or in hex? Do they start from 0? And where is 0 on x and y located - in upper or in lower left corner?

dvirus666
17-08-2004, 09:44 PM
1) What number must be (look yellow)

# Graphic greeting
@item title=text/graphic_greeting flag2=0x52 flag3=0x800 func=0x387
@menu dispmode=0xC0 confmode=num confid=slideshow/intro
@header flag2=0xD flag3=0x1100 ?


2) And why OFF is:

# Off
@item title=441 flag2=0x42 flag3=0x1300 ?

3) Can you upload here your intros?

Thank you...


Sorry for the deley, but had to work all weekend...

Based on a nokia 3310 V 06.33
No number has to be entered. just copy this line...

@menu dispmode=0xC0 confmode=num confid=slideshow/intro

now add you ID like so..

# Off
@item title=441 flag2=0x42 flag3=0x1300
(This has no function or arg. Does not need it)

# Greeting 1
@item title=text/slide_1 flag2=0x42 flag3=0x1300 func=0x5E0 arg=slideshow/1
(Your intro will play the first one loaded into nokiX)

# Greeting 2
@item title=text/slide_2 flag2=0x42 flag3=0x1300 func=0x5E0 arg=slideshow/2
(Your intro will play the second one loaded into nokiX)

.....
arg=slideshow/3
(Third loaded into nokiX)
arg=slideshow/4
(Forth loaded into nokiX)
etc.

I have uploaded 5 of the 6 I use. The other one is the one supplied with Nokix.

also uploaded my modded 3310 full flash here

http://nokiafree.org/forums/t66854/h/s.html

:D