PDA

View Full Version : NokiX - Release



yak
15-06-2004, 09:06 PM
NokiX is finaly released. Read more on dedicated web-site - http://www.nokix.prv.pl. Any bug-reports or comments should be posted here so we can solve the problems together.

Have phun!
[Yak]

Crux
16-06-2004, 12:29 AM
:-o :-o :-o WOW :-o :-o :-o

i cant etst it yet, but it seems a powerfull program.

thanks for your work. :D ;) :)

bradysarlo
16-06-2004, 02:19 AM
Yeah... Well done Yak :D :D

ShadoW2004
16-06-2004, 08:45 AM
C :) :) L!

spaceimpact33
16-06-2004, 11:30 AM
This is sweet, cheers yak :D

ShadoW2004
16-06-2004, 11:37 AM
How to add 5e0 ID's to menu?

Somebody have manual for NokiX?

GsmCyber
16-06-2004, 12:37 PM
YYuuuuppppiiii :D

Thankx Yak :)

mestrini
16-06-2004, 01:41 PM
@yak
Thanks for this great release m8

benn playing around with it for a few hours and, although a little different from genolite's menu structure, it's easy to get into it.

I'm sorry for posting first bug but... :sad:

I've compiled the example in the package and the watch srcipt gives "bad aritmethic" message or something like that

had to comment (#) every references to it and processing went great :)

I'm just finishing flashing my first compiled flash and can't wait to try it...

cheers

c.u.

spaceimpact33
16-06-2004, 02:47 PM
I think this problem is caused cause we are missing a file watch_ppm.txt.
But extremly nice software :D

Spaceimpact33 ;)

KetS
16-06-2004, 03:26 PM
Bug:
This might be not consider a bug but...
call add_ppm_strings "watch_ppm.txt" found in watch version 1.1 calls watch_ppm.txt and I don't have that .txt in my example folder....

Thanks Yak for this wonderfull program.
I also upload here the new_ppm_string with language Spanish added.

-----------EDITED------------------
I have uploaded the new new_ppm_strings because I wrote a mistake... sorry guys! :)
-------------------------------------

ShadoW2004
16-06-2004, 05:08 PM
May be somebody can answer how to add New menu in NokiX?

man0n
16-06-2004, 06:46 PM
Yak congratulation for your new released project Nokix.

I have created a new forum, so you have the right space to discuss and receive bugs, suggestion, etc. about Nokix.

http://nokiafree.org/forums/f126/s

yak
16-06-2004, 09:08 PM
Hi to everybody! Great you like NokiX so far!

Ok, that's true. watch_ppm.txt should be in scripts directory. It is missing beacause i was copying only .nrx and .rx files and totaly forgot about this (I made watch.nrx so long time ago :)). On NokiX web-page (http://nokix.prv.pl) you will find an update both to scripts and to NokiX itself (to beta2). Read more there...

New version includes new_ppm_strings.txt modified by KetS, thanks m8.

There is a Readme now in archive but it explains only NokiX main window controls. Usage of scripts is still cryptic...

So, very small menu tutorial:

To add a menu in NokiX we have to read it first from flash (just like in G3n0). To do it we use Dumper. Select flash and "dump_menu.nrx" script. Press "i" to read more about parameters. Then press "Run script". Save dumped menu to a file. Editing should be simple, especialy if you're familiar with G3n0lite. File syntax is even easier. No need to worry about counters for example.

Now, patches that allow turning them on or off generate a config id (a label: for example "call_duration" for call_duration.nrx). This can be entered in "confid" field of a menu. Normaly you would put "arg" in "confmode" field. Now you have to put "on" or "off" in "arg" fields of your menu items. Thats all. To write your menu back you put write_main_menu.nrx to your processing list and give the menu file as parameter.

As you can see. 5E0 IDs are not used here. They are used to config a patch only in messages_guard.nrx. Thanks to this you save a lot of 5E0 IDs.

I need to say something about items titles too. You put normal PPM string ID in "title" field. You can use special label here too. Special labels are generated by "add_ppm_strings.nrx" (take a look at example). Optionaly you can use "stitle" instead of "title" and put directly text there enclosed in parenthesis - but this way you cannot use Unicode chars and you cannot switch languages.

Menu example:

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

@item title=254 flag2=0x42 flag3=0x1300 arg=on

@item stitle="Off" flag2=0x42 flag3=0x1300 arg=off

@end

To learn more take a look at "create_config_id.rx" script.

Greetings
[Yak]

kraze1984
16-06-2004, 09:39 PM
[Yak] rulezzzz!

I'm now downloading your program and will make my next patch with it.

The good thing its more documented then g3n0lite.
The bad thing it takes more space and needs additional libraries.
(there are more sides :) )
total: The Second program to add new functions to Nokia.

Can i add russian/ukrainian to new_ppm_strings.txt? I must use unicode in this case and then save txt as unicode file?

Thanks.

KetS
16-06-2004, 09:43 PM
Here is the watch_ppm.txt with language Spanish added.

http://nokiafree.org/forums/attachment.php?attachmentid=12653&stc=1
Fantastic program!
Go on with it! :)

yak
16-06-2004, 10:12 PM
@ kraze1984

yes, it's second but don't get idea of using them both on one flash. That's why I included G3n0lite's patches - to replace it. Not that I don't like g3gg0 but it's time to move forward, we can't stuck in one place with closed project.

Yes you can add russian/ukrainian languages. Take a look at polish, you will see \uXXXX (where XXXX is Unicode in hexadecimal). You can use it to enter strings in your language. You won't see them but it will work.

Cheers
[Yak]

asgaardro
16-06-2004, 10:30 PM
verry nice program but still no SUPPORT FOR NOKIA 3410

yak
16-06-2004, 10:37 PM
@ asgaardro

Well it's not so simple but now we have a base to write 3410 scripts - NokiX will handle them without problems. The problem is 3410 isn't so popular like 3310, that's why many things aren't reverse engineered. Hope the future will change it.

[Yak]

jigger
17-06-2004, 12:51 PM
the long wait is over...thanks yak for the job well done...though yet to play with it.

KetS
17-06-2004, 05:10 PM
Hi again.
This time i'm trying to make my own menu structure but i've found some problems with it.

.............................................
i.e:
# Watch
@item title=text/watch flag2=0x52 flag3=0x400 func=0x5E0 arg=watch
Ok i understand all the sentence but i don't know why flag2=0x52 and why flag3=0x400. Why this speciall values?

# Organizer
@item title=text/organiser gfx=0xa4 anim=0x1c flag2=0x3e func=0x387
And here what does anim mean?? i've realised that gfx is the ID of the animation (the first frame) but don't know what anim is.Here appears also the flag2 with a different value.
........................................................

And now i'm going with a suggestion, I've though that it will be nice to have a wiki web where we can edit the new_ppm_string.txt so we don't have to donwload,edit and upload every time. We just have to select with our mouse and copy&paste.
I say this because i think that in a few days some new languages will be added and it may be a bit anoying.
For example i want to add a text/lcd_invert but i can only do in Spanish & English.

Sorry about English and thanks in advance!

ShadoW2004
17-06-2004, 07:53 PM
I created project with 7bars,callduration,minutebeep,rithmic,faid (nrx)...after flashin all seems good, but when i tryed access to Screensaver (menu 5-9-4 or in menu 2-4) there are no pictures and phone go to reboot =(

Used: 3310(NHM-5)6.07.FLS

Who what can said about it?

KetS
17-06-2004, 09:21 PM
Huge bug??
I was "playing" with my new flash moded with Nokis when i discovered that if then phone asks you for PIN and you use a shortkey , you can use your phone without SIMCARD! This also works if phone doesn't have a simcard so you can test everything.

yak
17-06-2004, 10:13 PM
@ KetS

Here is the meaning of @ITEM fields as compared to g3n0:

[title] [descr] [arg] (gfx) (func) (flag1) (flag2) (flag3) (anim)

title is treated in diffrent way - it shows directly ppm id in most cases.

I know about this "bug" that lets you use phone without SIM. It happens when you call 5E0 ID before PIN is entered. I simply don't know how to fix it. And besides it's nice to be able to use calculator and alarm clock without SIM :).

@Shadow2004

Try full factory defaults from knok through mbus. May happend beacause scripts reorganize EEPROM buffers and pictures changed their locations.

KetS
17-06-2004, 10:27 PM
Another question... sorry about being so persistent but as far as i improve my moded flash i get new errors.... :)

# alarma
@key6 func=0x5E0 arg=0x67

When i call this function with shortkeys my phone hangs, i don't know why because when i look for it in menu_full i get:
# Budzik
@item title=1018 flag2=0x52 flag3=0x2800 func=0x5E0 arg=0x67

I was wondering if could be because other shortkeys that i use have all flag3=0x400 but i have added:
@item title=145 gfx=0xA4 anim=0x1C flag2=0x3E flag3=0x1400 func=0x5E0 arg=0x62
# notas de aviso
@key5 func=0x5e0 arg=0x62
and it works perfectly so i don't know why :(
Any suggestion??
Thanks in advance

yak
17-06-2004, 10:32 PM
New version available - 0.91 beta1
http://nokix.prv.pl

yak
17-06-2004, 10:38 PM
@ KetS

Unfortunatelly not every 5E0 function can be executed from shortkey. Some functions cause problems beacause phone seems to be in some diffrent user interface state when it is executed from menu. flag2 has nothing to do with it IMO. I don't remember if it hanged but I know that I also wanted to add Alarm clock to shortcut and also without success. This may change in the future if something will be reverse engineered.

Btw. new version includes english dump of a menu in example.

ShadoW2004
18-06-2004, 04:40 AM
2 Yak

I do full factory defaults but It is did not help me =(

mestrini
18-06-2004, 11:42 AM
@Kets

flag 2 explained:

0x42 means that when you press "C" button in a sub-sub-menu it goes back to the upper level

0x52 means that when you press "C" button in a sub-menu it goes back to the main menu entry (where you see the animation)

0x3E means that when you press "C" button no matter which level you're in, it goes back to standby screen (where you see the operator logo)

edited part - found out that this apllies only to sub-menus with 5E0 functions

please note that these values apply only to NHM-5 (i think)


hope you got it :D

cheers

PS:
if you have my symbian flash compiled you can confirm that in the "profiles" menu because i forgot to change the flag from 0x3E to 0x52 (and i think there are other flags forgotten :o )

KetS
18-06-2004, 02:58 PM
So... in
[title] [descr] [arg] (gfx) (func) (flag1) (flag2) (flag3) (anim)
what does anim mean??
and what about flag3?

@yak
I have edited new_ppm_string with a more exactly words because
Organizer in Spanish is Agenda but PhoneBook is translated by nokia as Agenda also. So i've made some changes.

ShadoW2004
18-06-2004, 06:13 PM
I heve bug http://access3.narod.ru/THIS.jpg click to URL there..

joci2000
22-06-2004, 10:33 AM
Hi all

first let me to congratulate 2 this cool prog what is great for modding :lol:

I found a little bug in 1 script whitch allow you to start your phone without SIM.

first add watch script and after add shortkey patch and done :lol:

start your phone without sim and after ask you to put sim push * until bip
and use shortkey:)

nEMO
22-06-2004, 01:42 PM
I heve bug http://access3.narod.ru/THIS.jpg click to URL there..
this link dosn't work :/

ShadoW2004
23-06-2004, 06:34 AM
to nEMO and to ALL

Look: http://www.almatykitap.kz/img/THIS.jpg

nEMO
23-06-2004, 10:01 AM
have you make full factory reset in Knok ?? Try this... or in Noktol 1.9 make SFR (full factory reset) and then 3310ad.menu - Enable.
This should help.

ShadoW2004
23-06-2004, 05:41 PM
I tryed but it is didnot help!

BLKBKM
24-06-2004, 01:19 AM
the 7 bars script is not as good as the one i use in g3n0lite.
the new script doesn't update the netbar as good as the old g3n0 one.

what i mean is that in new script u are missing 4 signal bars when -100db (very low signal). but in the old script u are missing almost all the bars when close to -100db. so the old one has better resolution, i think it's called resolution...

10x for the program,
will test more and post here,
alex

nEMO
24-06-2004, 10:44 AM
@ ShadoW2004
I'd looked now at my fon and i have that same problem :/

yak
25-06-2004, 04:39 PM
Hmmm... this is not really a bug but new script simply inserts diffrent conversion tables. Maybe the old ones were better, new ones were taken directly from 7110 (which originaly has 7 bars so i thought they know better at nokia :)). Maybe I'll include some kind of self-editing of this table.

@ShadoW:
i got your flash, second mail arrived, but unfortunately currently I have no time to play with phones.

[Yak]

mestrini
26-06-2004, 04:17 PM
@BLKBKM
I would like to see a phone make calls when the signal is lower than -110/ -115db :lol:

what do you think that should be the phone's behaviour when signal reaches -100db? Almost no bars !!!

I think the only problem with the 7bars script is related to the use of Ni batteries. When using Li-ion batteries the accuracy is much better :)

cheers

nEMO
27-06-2004, 01:03 AM
@ Yak
what part of the code from call_duration script is responsible for display time in specific location ??

kraze1984
29-06-2004, 10:56 AM
While working on the mod using NokiX, made this comparision table of function, that add g3n0lite (with scripts) and NokiX to your phone.
I didn't include such scripts, as custom slideshow and custom clock backgrounds in table, as they only modify the other patches, adding nothing to the idea.

Shortkeys in g3n0lite can be used with almost each NEW 5e0 entry. i included those that i knew about.

It would be nice if someone ports Netgraph to NokiX, as g3n0lite's NG doesn't work together with NokiX scripts. And i miss custom backgrounds for krisha's clock :sad:

comparision table updated. See later posts.
grreetz

yak
30-06-2004, 11:52 AM
@kraze1984

Nice comparission. NokiX still misses many things and some that are done are buggy, I know - we have just started with it so I think this will be slowly fixed.

Toggling invert on/off with shortkey is possible in NokiX too. Take a closer look at shortkeys.nrx info, especialy at this line:
@KEY<key> CONFID=<config> TOGGLE [ALWAYS]

In g3n0lite we had scripts that were never updated. I want to change it. Every script has its own version. Next version of keylock_clock.nrx will have some bugs fixed and maybe custom backgrounds, who knows :).

Every script that saves configuration in EEPROM messes with EEPROM RAM buffer tables. more_templates.nrx does this too to make room for more templates. Sometimes it causes some phone's internal settings to be readed from incorrect location in EEPROM - in your situation it caused the autokeylock timeout to be 0s. A solution would be to flash virgin EEPROM and to reset factory defaults from KNOK (not from phone).

@nEMO

The time displayed by call_duration patch is centered in box 0/15/84/24 (X/Y/Width/Height). That's why nobody is able to locate the coordinates. The text is rendered directly on screen so no zones are used (this also causes the time to be displayed even when you change the volume). Take a look at call_duarion.asm, if you know ARM assembly you will be able to change it. The coordinates are calculated just before own_print_string call.

ShadoW2004
30-06-2004, 04:51 PM
2 Yak
How to disable bug in picture messages? When we can download keylock_clock.nrx and new version of NokiX with fixed bugs?

nEMO
30-06-2004, 11:13 PM
(...)How to disable bug in picture messages?(...)
Write virging eeprom from 3310 and make in noktool FAID, SP, SFR and 3310ad. menu -> ENABLE
This helped me ;)

ShadoW2004
01-07-2004, 10:45 AM
Write virging eeprom from 3310 and make in noktool FAID, SP, SFR and 3310ad. menu -> ENABLE
This helped me ;)

What is start adress off eeprom in 3310 ... i use KNOK Phoenix...??
Thanks...

nEMO
01-07-2004, 10:55 AM
What is start adress off eeprom in 3310

003D0000 :D

thedogcow
01-07-2004, 08:34 PM
hmmm since nobody has replied to my other thread, i think it is worth a mention here that both message security and rhythmic backlight do not function correctly on the 8210. Rhythmic causes the backlight to turn off until reset, and msg security does nothing... :( Great work so far though!

rackstraw1208
01-07-2004, 09:44 PM
First i want to say great software. keep up the good work. :D

Now i have a problem with the invert_lcd script. When i create the modded flash with all what i needed & flash to the phone (3310 V6.33) the SPACE IMPACT games has no control's. If i flash without invert_lcd it work fine.

This bug was also in g3nolite. Is there any way of fixing this using NokiX.

thedogcow
02-07-2004, 01:27 PM
Hey guys, just made a script to add the highscore patch to ur flash... Based on krisha's work of course!

ShadoW2004
02-07-2004, 05:27 PM
003D0000 :D

Thank you so BIG!!! All works good! :-o

thedogcow
09-07-2004, 09:02 PM
Okies... After getting this working for my 8210 i decided to move onto my 8850... Everything was compiling nicely until...



# Processing: add_ppm_strings.rx THE_END
# Script priority: -160
Original strings count: 1329
Number of added strings: 38
Building new PPM...
Located PPM at 0x372494
Located PPM_END at 0x3CFFFF
Inserting PPM at 0x3722D4
# GETLDR: No LDR at address 0x2E33AA!
# 298 *-* getldr a1
# +++ RC=1 +++
# SETLONG: Address out of range (0x0)!
# 299 *-* setlong rc count
# +++ RC=1 +++
Done!

# Script error!
Any ideas guys? This seems to be the only problem, and i removed all langs except comm and engl... still no joy :(

kraze1984
12-07-2004, 10:56 PM
Hey guys, just made a script to add the highscore patch to ur flash... Based on krisha's work of course!

and on my .gsc, hmmm? ;)

thedogcow
13-07-2004, 08:17 AM
Yeah thats true... Sorry... I wasn't trying to take ant credit eh ;)

ShadoW2004
20-07-2004, 08:20 AM
When we can see new version of NokiX?

mestrini
21-07-2004, 04:46 AM
Okies... After getting this working for my 8210 i decided to move onto my 8850... Everything was compiling nicely until...



# Processing: add_ppm_strings.rx THE_END
# Script priority: -160
Original strings count: 1329
Number of added strings: 38
Building new PPM...
Located PPM at 0x372494
Located PPM_END at 0x3CFFFF
Inserting PPM at 0x3722D4
# GETLDR: No LDR at address 0x2E33AA!
# 298 *-* getldr a1
# +++ RC=1 +++
# SETLONG: Address out of range (0x0)!
# 299 *-* setlong rc count
# +++ RC=1 +++
Done!

# Script error!
Any ideas guys? This seems to be the only problem, and i removed all langs except comm and engl... still no joy :(

Happened similar to me when patching a 3330 flash. new_ppm script always causes errors. Had to replace ppm entries to have new menus :-x anyone knows how to add ppm entries manually?

With call duration errors come up too... :evil:

changing subject: no sign of Yak in past days... :-?
what can we expect? new nokix version or just a tanned skin from too much sun in the beach? :lol:

cheers

anyone succeeded?

yak
21-07-2004, 04:44 PM
Sorry, i was quite busy lately. I see the ppm strings adding engine is not the best piece of soft i ever made. I will have to take a look at ppmedit sources and rewrite it. Manualy adding strings is problematic beacause total number of strings in hardcoded in MCU. add_ppm_strings.rx should take care of it but there seems to be some bugs too. So, like I said, I have to rewrite it i think.

kraze1984
21-07-2004, 07:25 PM
Sorry, i was quite busy lately. I see the ppm strings adding engine is not the best piece of soft i ever made. I will have to take a look at ppmedit sources and rewrite it. Manualy adding strings is problematic beacause total number of strings in hardcoded in MCU. add_ppm_strings.rx should take care of it but there seems to be some bugs too. So, like I said, I have to rewrite it i think.

Yup, add_ppm_strings doesn't work correctly in Unicode languages. i.e. (in my mod) i wanted to add 1, 2, 3, 4, 5, 6, 7, 8, 9 to ppm. English language was ok, but in Russian and Ukrainian (unicode) there were not 9 entries added, but 4. and other entries were scrambled (looked with PPMMaker by Al). And in phone i saw only rectangles in those entries when switched to ukr and russ.
Then I added in file for adding those entries strings like that:
for 1 entry:
ENGL=1
UKRA=/u0038
RUSS=/u0038

and so on for other entries. Now i saw the same scrambled text in PPMMaker, but in phone instead of 1, 2, 3, 4 etc. i see:
12
34
56
78
9[]
then the selection becomes a line 2 pixel height.

Maybe there's some specific of adding unicode strings? Maybe Al knows more?

mestrini
21-07-2004, 08:06 PM
I think that add_ppm script works fine with unicode lang (like Portuguese) if you're working with 3310.

My flash has spanish also and had no problems in adding ppm strings.

I think your problem is using the right unicode chars. I noticed that 3310 (see attachment with list) doesn't use same sequence as 3330.

Ex: 3310 -> "ç" is \x88
3330 -> "ç" is \x95

mestrini
21-07-2004, 08:12 PM
@yak

i noticed that when changing the .txt of a script or even changing the script (without removing and then adding new) the program doesn't detect the changes and, therefore, doesn't prompt the user to save the project

can you do something about it?

thanks :D

kraze1984
09-08-2004, 09:50 PM
@yak

i noticed that when changing the .txt of a script or even changing the script (without removing and then adding new) the program doesn't detect the changes and, therefore, doesn't prompt the user to save the project

can you do something about it?

thanks :D

I thought it was a feature ;D

kraze1984
21-08-2004, 05:41 PM
I made an updated table of what is available for g3n0lite and nokiX. See attachment.

ShadoW2004
28-08-2004, 07:18 PM
Where is Yak? What about new releases NokiX/scripts ?

mestrini
29-08-2004, 01:19 AM
Where is Yak? What about new releases NokiX/scripts ?

Ever heard of vacations?

Developing something takes time. There are a lot of instruction lines to go through.
Then, if you do it as a hobby it takes longer because you have to do it in free time.
Adding to that the fact that you might be a student, then exames come in the way as well.

So... lets wait and have faith :lol:

dvirus666
20-09-2004, 07:10 PM
Hi, I was at Yaks 'Nokix' site today and there was update's for nokix (0.94)and scripts (11.9.2004). I downloaded the new Nokix software and it has changed slightly, but when i download the scripts all i get is the same ones as before.

Any help would be great...

Thanks

ShadoW2004
21-09-2004, 03:40 AM
At Yak's site old scripts from 22.06.2004

Where is new?

nEMO
21-09-2004, 07:10 AM
we must wait :)

mestrini
21-09-2004, 09:46 AM
we must wait :)

Yes, he must have forgotten to upload the latest scripts collection. :P

ShadoW2004
30-09-2004, 04:46 PM
At http://piast.t19.ds.pwr.wroc.pl/~awahlig/nokix/ new scripts avalible for download...

k_218
01-10-2004, 11:00 AM
i've download the script but when i tried i got this ...


# RUNATEND: Bad arguments!
# *-* runatend script "THE_END" (-160)
# +++ RC=1 +++



is it from the script or my flash ?
i/ve tried with clean flash but the result stay the same


Sorry for my bad english :grin:

r0gus
01-10-2004, 04:10 PM
New Nokix have problems with long pathes and filenames. Put nokix dir to c:\

(sorry for my bad english too)

k_218
02-10-2004, 05:49 AM
New Nokix have problems with long pathes and filenames. Put nokix dir to c:\

(sorry for my bad english too)

Thanks r0gus i'll try :D

ShadoW2004
02-10-2004, 05:51 AM
i've download the script but when i tried i got this ...


# RUNATEND: Bad arguments!
# *-* runatend script "THE_END" (-160)
# +++ RC=1 +++



is it from the script or my flash ?
i/ve tried with clean flash but the result stay the same


Sorry for my bad english :grin:

Copy add_5e0_id.rx from old scripts folder and insert it to new scripts folder...

k_218
02-10-2004, 08:43 AM
Copy add_5e0_id.rx from old scripts folder and insert it to new scripts folder...
thank's Shadow, i've tried what r0gus said and it worked :D

mestrini
02-10-2004, 10:53 AM
i've download the script but when i tried i got this ...


# RUNATEND: Bad arguments!
# *-* runatend script "THE_END" (-160)
# +++ RC=1 +++



is it from the script or my flash ?
i/ve tried with clean flash but the result stay the same


Sorry for my bad english :grin:

Missing filename!!!

This happens because at the end of the script (you didn't mention which and we must guess :evil: - add_5e0_id.rx) it's supposed to be the name of the script to run at the end of patching session (-160 is priority!!!)

All you have to do is replace script for "add_5e0_id.rx" (there are two refs ;))

cheers

btw, where are you guys from? new people here :)

k_218
02-10-2004, 11:55 AM
Missing filename!!!

This happens because at the end of the script (you didn't mention which and we must guess :evil: - add_5e0_id.rx) it's supposed to be the name of the script to run at the end of patching session (-160 is priority!!!)

All you have to do is replace script for "add_5e0_id.rx" (there are two refs ;))

cheers

btw, where are you guys from? new people here :)

:-D Thanks bro
sorry it's my fault :-D

;-) i'm fr indonesia and i'm new in Nokix so still not fully understand it :-)

ShadoW2004
02-10-2004, 01:21 PM
I have error with shortkey.nrx

# Processing: shortkeys.nrx THE_END
Shortkeys file: D:\Programs\Nokia\Moding\NokiX\Menu 7\shortkeys.txt
# 253 +++ v=x2d(right(v,length(v)-2))
# 122 +++ t_arg.key=get_arg("ARG",0,line)
# Error 15 running "D:\Programs\Nokia\Moding\NokiX\scripts\shortkeys.nrx", line 253: Invalid hexadecimal or binary string
# Error 15.3: Only 0-9, a-f, A-F, and blank are valid in a hexadecimal string; found "X"

# Script error!


In shortkeys.txt

# shortkeys definitions for shortkeys.nrx
#
# hold '*', then press key:

# write message
@key1 func=0x5e0 arg=0x21

# inbox
@key2 func=0x5e0 arg=0x1E

# outbox
@key3 func=0x5e0 arg=0x1D

# tones
@key4 func=0x5e0 arg=0xE

# alarm clock
@key5 func=0x5e0 arg=0x67

# calculator
@key6 func=0x5e0 arg=0x6B

# games
@key7 func=0x5e0 arg=0x0x72

# profiles
@key8 func=0x5e0 arg=0x6D

# watch
@key* func=0x5e0 arg=watch always

# memory editor
@key0 func=0x5e0 arg=memory_editor

dvirus666
02-10-2004, 01:50 PM
I dont know if it will help but i had the same problem with add_ppm_string file.
All i done was delete the .txt file and wrote another one.

But your error is to do with line 15. arg=0xE

try

arg=0x0E

ShadoW2004
02-10-2004, 06:37 PM
I tryed but it not helped....=(

ShadoW2004
02-10-2004, 07:04 PM
I rewrited shortkeys.txt all works good what a ... :-?

dvirus666
02-10-2004, 08:59 PM
Good :grin: :cool:

kraze1984
10-10-2004, 03:18 PM
Some type of solution for those that don't know what to change in new scripts to get them working:

Theese are yak's NokiX scripts that had some problems while
executing. I changed the string

runatend script "THE_END"

with the string of type

runatend "filename.extension" "THE_END"

in each of the following files:

add_5e0_id.rx
add_ppm_strings.rx
create_config_id.rx
create_ram_id.rx
eeprom.rx
hook_into_task_0.rx
shortkeys.nrx
slideshow.nrx
write_main_menu.nrx

Also included are:

my Netgraph.nrx script based on g3gg0's g3n0lite 2 that works with the latest script's pack;
MaximusResetus's Viruz.nrx script based on g3gg0's g3n0lite 2 that works with the latest scripts' pack;

set
28-10-2004, 10:12 AM
I have error with shortkey.nrx

# Processing: shortkeys.nrx THE_END
Shortkeys file: D:\Programs\Nokia\Moding\NokiX\Menu 7\shortkeys.txt
# 253 +++ v=x2d(right(v,length(v)-2))
# 122 +++ t_arg.key=get_arg("ARG",0,line)
# Error 15 running "D:\Programs\Nokia\Moding\NokiX\scripts\shortkeys.nrx", line 253: Invalid hexadecimal or binary string
# Error 15.3: Only 0-9, a-f, A-F, and blank are valid in a hexadecimal string; found "X"

# Script error!


In shortkeys.txt

# shortkeys definitions for shortkeys.nrx
#
# hold '*', then press key:

# write message
@key1 func=0x5e0 arg=0x21

# inbox
@key2 func=0x5e0 arg=0x1E

# outbox
@key3 func=0x5e0 arg=0x1D

# tones
@key4 func=0x5e0 arg=0xE

# alarm clock
@key5 func=0x5e0 arg=0x67

# calculator
@key6 func=0x5e0 arg=0x6B

# games
@key7 func=0x5e0 arg=0x0x72

# profiles
@key8 func=0x5e0 arg=0x6D

# watch
@key* func=0x5e0 arg=watch always

# memory editor
@key0 func=0x5e0 arg=memory_editor


Hi,
try converting argument values to decimal. Works for me..

NokDoc
28-10-2004, 11:43 AM
Hi,

Simple thoughts:

# Error 15 running .... line 253: Invalid hexadecimal or binary string

@key4 func=0x5e0 arg=0xE << 0x0E??

# Error 15.3: Only 0-9, a-f, A-F, and blank are valid in a hexadecimal string; found "X"

@key7 func=0x5e0 arg=0x0x72 << there is 2x 0x??

NokDoc

SWAT_Unit
06-11-2004, 11:02 AM
Hi Yak

Can u fix this,
I patch keylock_clock.nrx Version 1.3
but i get some dot below the analog clock
when i select the CHNS language.
see this 3 pic below.

Olbrzym Tech
07-11-2004, 11:47 PM
Hello this is y obserwation
i think that game stones work with nokia 5110/3210 etc. but problem is in file
create_config_id.rx and then script can't locate information about game ? :grin:
But this is problem because i don't now what i must write in this file , and you ?

Electronic79
09-11-2004, 08:06 PM
For SWAT_Unit

I had the same problem little bit before with my 3310 v6.33 in Spanish text chunk. Using PPMMaker I found, that string 773 is:
%0N Oct %1S %2S:%3S:%4S
and problem with mystic dots was only in October. But other strings with date and month are (for example):
%0N Nov %1S\x00\x0A%2S:%3S:%4S.
So you have to paste \x00\x0A in all string like these, which have no those two bytes. Hope it will help you. :)

SWAT_Unit
11-11-2004, 05:45 AM
THX Electronic79
It work.
I think nokia mis something.