View Full Version : NokiX SDK V2 and Nokix 1.3 release by yak



watusi
7th January 2006, 05:08
Hi there!

The first beta version of the new NokiX SDK V2 was released today along with new NokiX 1.30.

More on my site:

[Only registered and activated users can see links]

Since I'm leaving now to celebrate New Year in fatherland (Poland) I will not be able to answer to the questions (and there will be questions, at least I hope so ). Sorry about that, I'll be back on about 15 january and then we can polish the SDK and write some new games together.

Till then try it on your own...

Happy New Year (with NokiX) to everybody!
[Yak]

PS: There is a preview of new NokiX SDK Documentation on the website in Help section.

watusi
7th January 2006, 05:09
sample modz


check this link.....


[Only registered and activated users can see links]

10x to vatics

watusi
7th January 2006, 05:10
another sample..

Version: 1 (12.24.2005)
Copyright (c) 2005 Smarkies

[Only registered and activated users can see links]

Note: Known Bug, When Some one call's the phone doesnt ring. I dnt know what's wrong with it
But im still looking for a way to solve it or review my patches.

Please DONT try to modifiy my MODE and OWN it. But you can share my MODE and include this Readme.txt file. Thank you!

I. WHAT IS IT?
==============
- Send Flash SMS

You probably know what "NewsFlash SMS" is (also known as Class 0 SMS).
Yes, it's a special type of an SMS message that, when received, isn't
stored in the memory but instead immediately displayed on phone's screen.

Note. If you receive such a message using Nokia phone, it will show you
the phone number of the sender normally. You can even force the phone to
save the message (to the SIM card or phones memory). But on other phones
like SonyEricsson or Siemens, the number of the sender isn't presented to
the user! Imagine how you can use that ]:>

- Progress Bar Speed-UP

- Repeated Alarm Clock

Improves the Alarm Clock to get the functionality of the
one found in N3410. After setting the Alarm, you can choose it to be
automaticaly repeated for specified days of the week.

- Input Speed

If you are writing a SMS message and want to enter for example
"mono" word you have to wait after pressing each letter before you
can enter another one (since they are all on one key). For people
who write many messages, this can be very annoying.

- Improves Character Dialog

It seems that Nokia haven't payd too much attention to the special chars
dialog box appearing after pressing asterisk (*) while entering text (SMS).
It's hard to navigate through chars and there are some bugs.

easy cursor movement with 1-4/6-9 keys, quick char selection with key 5,
corrected functionality of # key when using a lot of chars (more than one screen),

- Better Counter

Changes the way the SMS chars counter works in phones which can send
more than one message at once. Originaly it displays the number of chars
that sill can be entered in all messages (459/1 at start). After using
this script it will display number of chars left separately for every
message, like it is done in newer NOKIA phones.

- Calendar

- The Special Settings/Application Can be accessed in (Settings/Smarkies) menu.
- Animated Screen Saver
- Advance Scientific Calculator and Conversion
- Light Settings
- Periodic Table of Elements
- Keylock Security
- Show Call Duration
- Welcome Animation
- Back light Settings
- Games
- Snake
- (My Modified) Space Impact
- Bantumi
- Pairs II

(New games)
- Stones (Board Type Tic-tac-toe)
- Breaker (Archanoid)
- Maze 3d
- Pills (Dr. Mario)
- O and X (Tic-tac-toe)

=====================================
How to for Periodic Table of Elements
=====================================

To move you can use following keys:
- Navi - display Element Info
- 2 - move up
- 4 - move left
- 6 - move right
- 8 - move down
- up - move up in element info
- down - move down in element info
- * - view help on the left
- # - view help on the right


================================================== =====
How to for Advance Scientific Calculator and Conversion
================================================== =====

This patch adds an RPN (Reverse Polish Notation) calculator in the phone.
Everyone who is used to use advanced HP calculators know that RPN is the
easiest way to calculate any expression, from simple to complex ones.

For example summing a list of numbers is difficult with a standard calculator
but in RPN you just enter the values onto the stack, and then execute the [+]
command repeatedly until the stack contains the final sum.

RPN tutorial: How to calculate (1+2)/(3+4) in RPN calculator?
Enter: 1 <down> 2 Options-Add 3 <down> 4 Options-Add Options-Divide
Result: 4.2857143E-1


Keypad functions for each mode [corresponding HP48 User-RPL commands]:

Normal mode:
Navi: Options menu
C: Drop one value from stack [DROP] / Exit application if empty stack
Up: Enter interactive stack mode
Down: Duplicate the value on stack level 1 [DUP]
*: Change sign of value on stack level 1 [NEG]
0...9: Digit, starts edit mode
#: Decimal point, starts edit mode

Edit mode:
Navi: Options menu
C: Backspace / Exit edit mode
Up: Add the value to the stack, and enter stack mode
Down: Add the value to the stack (Enter)
*: Change sign (of exponent if present)
0...9: Digit
#: Decimal point ('E' for exponent if point already present)

Interactive stack mode:
Navi: Stack options menu
C: Exit interactive stack mode
Up: Move the pointer up in the stack
Down: Move the pointer down in the stack
1: Exit interactive stack mode (actually [1 ROLL], see the following)
2: Switch values on level 1 and level 2 and exit interactive stack mode [SWAP]
3: Move value from level 3 to level 1 and exit interactive stack mode [ROT]
4...9: Roll stack at level n and exit interactive stack mode [n ROLL]


Options menu [corresponding HP48 User-RPL commands]
(Sn = value at stack level n):

1 Add: S2 + S1 [+]
2 Subtract: S2 - S1 [-]
3 Multiply: S2 * S1
4 Divide: S2 / S1 [/]
5 Inverse: 1 / S1 [INV]
6 Powers & roots submenu:
6-1 Power: S2 ^ S1 [^]
6-2 Root: S1th root of S2 [XROOT]
6-3 Square: S1 ^ 2 [SQ]
6-4 Square root: Square root of S1 [root]
7 Logarithmic submenu:
7-1 Exponent: e ^ S1 [EXP]
7-2 Natural log.: ln(S1) [LN]
7-3 Decimal exp.: 10 ^ S1 [ALOG]
7-4 Decimal log.: 10log(S1) [LOG]
8 Trigonometric submenu:
8-1 Sine: Sine of S1 [SIN]
8-2 Cosine: Cosine of S1 [COS]
8-3 Tangent: Tangent of S1 [TAN]
8-4 Arcus sine: Arcus sine of S1 [ASIN]
8-5 Arcus cosine: Arcus cosine of S1 [ACOS]
8-6 Arcus tangent: Arcus tangent of S1 [ATAN]
8-7 Unit of angle submenu:
8-7-1 Degrees: Sets angle unit to degrees (default) [DEG]
8-7-2 Radians: Sets angle unit to radians [RAD]
8-7-3 Grades: Sets angle unit to grades [GRAD]
9 Constants submenu:
9-1 Pi: Adds value of pi to stack [pi ->NUM]
9-2 e: Adds value of e to stack [e ->NUM]
9-3 Sq. root of 2: Adds value of square root of 2 to stack [2 root]
10 Convert units submenu:
10-1 Length (22 units)
10-2 Area (12 units)
10-3 Volume (22 units)
10-4 Time (5 units)
10-5 Speed (7 units)
10-6 Mass (13 units)
10-7 Force (6 units)
10-8 Energy (10 units)
10-9 Power (3 units)
10-10 Pressure (8 units)
10-11 Temperature (4 units)
10-12 Angle (5 units)
10-13 Illuminance (3 units)
10-14 Luminance (4 units)
10-15 Equival. dose (4 units)
10-16 Radioactivity (2 units)
11 Currencies submenu:
11-1 To domestic: S1 * rate
11-2 To foreign: S1 / rate
11-3 Exchange rate submenu:
11-3-1 Foreign unit expressed in domestic units
11-3-2 Domestic unit expressed in foreign units
12 Clear: Clears the stack [CLEAR] / entered value

Selecting an operator, function, or constant in the options menu while you are
entering a value will first add the entered value to the stack and then execute
the selected command.


Interactive stack options menu [corresponding HP48 User-RPL commands]
(Sn = value at pointed level):

1 Pick: Add a copy of Sn to the stack [PICK]
2 Roll: Move Sn to S1, move S1...Sn-1 up by one level [ROLL]
3 Roll down: Move S1 to Sn, move S2...Sn down by one level [ROLLD]
4 Reverse: Reverse order of S1...Sn [REV]
5 Duplicate: Add copies of S1...Sn to the stack [DUPN]
6 Drop: Remove S1...Sn from the stack [DROPN]
7 Keep: Remove all other values than S1...Sn from the stack [KEEP]
8 Edit: Starts editing of Sn

================================================== ============================
Smarkies Simbayan

Version: 1 (12.24.2005)
Copyright (c) 2005 Smarkies

[Only registered and activated users can see links]

watusi
7th January 2006, 05:11
check this link...

[Only registered and activated users can see links]

watusi
13th January 2006, 06:22
new game

puzzle
mine sweeper

watusi
18th January 2006, 07:28
added new game!

Rotater-beta/grzesiek1711
Nu, Pagadi/sander18

watusi
26th January 2006, 06:35
FEATURES FOR THE NOKIA DCT3 FLASH

D:VIRUS
VERSION 2
[Only registered and activated users can see links]
3310 Only

Thanks and respect must go to everyone who made these script for DCT3 and YAK for NokiX.
All there time spent doing this to make the Nokia look and run better than some other mobile is great.

################################################## ################################################## #################


# Write messages

I : Added Line Feed and Blink Characters To * keys (Symbol) list.
:# MENU 2-1 / Options / 9
II : Browse * Key list using number keys as well as up & down keys.
:# MENU 2-1 / Options / 9
III: Send message as Normal or as a FLASH message (Class 0). This will Display straight to the main
screen first.
:# MENU 2-1 / Options / 2
IV : Added Input speed to select the delay between each keypress.
:# MENU 2-1 / Options / 12

# Virus

I : Send a message to a Nokia or Siemens mobile phone that freezes up the receipent's phone.
:# MENU 2-4

# Call counter

I : Count's all incoming and outgoing calls from your phone. Can be reset anytime.
:# MENU 3-4

# Message counter

I : Count's all incoming and outgoing messages from your phone. Can be reset anytime.
:# MENU 3-5

# Rhythmic backlight

I : Like in newer phones this will make the lights flash to your ringtones.
:# MENU 4-7

# Stones
# Breaker
# Pills
# O & X
# Maze 3D
# Mine Sweeper
# Pong
# Puzzle

I : Read menu instructions for each game above.

# Settings

I : Opened The Club Nokia ID section. If you have on just enter it here to save scores on Nokia's own games
:# MENU 5-14-4

# Unlocker

I : Generate unlocking codes for Nokia DCT3 & DCT4, Sony CMD-C1 & Vitel TSM3/4/5
:# MENU 6-2

# Memory editor

I : Use to browse the FLASH file of your phone and edit any part. (Be very carefull or you could damage the flash)
:# MENU 6-3

# Vibra

I : Play around with your vibration on you phone.
:# MENU 6-4

# Alarm clock

I : Added to option to repeat the alarm on different days of the week.
:# MENU 7-1

# Reminders

I : Full screen month by month calendar added.
:# MENU 7-2

# Thermometer

I : Like to 5210 this will display the Temperature of the battery in Celsius and Fahrenheit.
:# MENU 7-3


# Calculator

I : Added to the normal Nokia functions including..
:# MENU 7-4

- square
- square root
- sinus
- cosinus
- tangent
- cotangent
- arcus sinus
- arcus cosinus
- arcus tangent
- arcus cotangent
- decimal logarithm
- natural logarithm
- in domestic (see below)
- in foreign (see below)
- change sign

# Plotter

I : Added functions including..
:# MENU 7-5

Features:
* simultaneous plotting of multiple functions,
* temporary disabling of functions,
* support for parametrical functions,
* up to 23 custom parameters,
* fast scrollable buffered view with key repeating,
* customizable scroll speed,
* wide zooming range ( 0.0000001x - 10000000x !!! ),
* 4 accuracy levels,
* direct jumping to specified exact X value,
* calculating exact functions values for current X,
* and many more...

Supported mathematical functions:
* power; for example: x'2
* sin, cos, tan (tg), ctan (ctg); for example: sin(x)
* asin, acos, atan (atg), actan (actg)
* ln (natural logarithm; base e), log (base 10)
* sqrt (square root)
* abs (absolute value)

Supported constants:
* pi
* e

Usage:
* use keys 1-9 to scroll around the co-ordinate system
* use keys UP and DOWN to control the zoom
* use NAVI key to access application menu
* use key 0 to jump to point (0,0)
* use key * to jump to specified X value
* use key # to jump to corresponding Y value
(use more times when displaing more functions)

# Profiles

I : A Complete NEW menu for profiles with the added scripts that are supported.
:# MENU 8

# Tones
# Ringing~tone
# Ringing~volume
# Incoming~call alert
# Composer
# Message~alert tone
# Keypad~tones
# Rhythmic backlight
# Warning tones
# Vibra
# Vibrating~alert
# Backlights
# Display Date
# Anykey answer
# Reject calls
# Invert Screen
# Screen saver
# Picture Message
# Call Monitor
# Rename * all except GENERAL Profile

# Date settings

I : Added the option to display the date on the standby screen with options for different formats and different separators.
:# MENU 9-1-2

# Show Date [On][Off]
# Set Date [Set date] (Will only appear if you entered your Date Settings 5E0 id in the parameters field)
# Format [DD MM YYYY][DD MM YY][MM DD YYYY][MM DD YY][YYYY MM DD][YY MM DD]
[DD MMM YYYY][DD MMM YY][MMM DD YYYY][MMM DD YY][YYYY MMM DD][YY MMM DD]
# Separator [ ][-][/][:][.]

# world clock

I : Added a world clock.
:# MENU 9-1-3

# Hour beep

I : Get a hourly update.
:# MENU 9-1-4

# Watch

I : Display the Date in full screen.
:# MENU 9-1-3

# Anykey answer

I : Answer the phone by pressing keys 1 to 9, *, #, UP, Down and NAVI.
:# MENU 9-2-2
II : When a call comes in you can PRESS KEY 0 to stop the ringtone but not answer or cancel the call.

# Reject Calls

I : Reject incoming calls by blacklisting there number or just cancel all..
:# MENU 9-2-3

# Cancel all incoming call that have been assigned to the script. The phone will
# Answer then hangup straight away so no diversion to your mailbox. Incase you missed the call then
# a POPUP will alert you that you have cancelled a call.

# You must assign all your unwanted numbers to COMPOSER TONE 6 (3310).
# Change this tone in Composer to a Pause (Key 0) and save it. Turn on using the menu.

# Call Monitor

I : Like SPYMODE but with PRE FIXED number answering.
:# MENU 9-2-4

# Will auto TURN OFF DISPLAY and answer the call.
# TURN OFF ALL WARNING, KEYPAD and RINGING TONES as well. Once the call is ended by the caller then
# the phone will revert back to normal operation.

# You must assign all your number that will activate this to COMPOSER TONE 7 (3310).
# Change this in Composer to a Pause (Key 0) and save it.
# Turn on using the menu.

# Minute beep

I : Have a small beep while on a call.
:# MENU 9-2-6

# Remind missed

I : Have a small beep to notifiy you have missed a call.
:# MENU 9-2-7

# Call volume

I : This will allow you to set the Call Volume before you make a call.
:# MENU 9-2-8

# Vibration Power

I : Set the power level of your vibration.
:# MENU 9-2-9

# Call duration

I : Displays the call time while you are on a call then for a few seconds after the call ends.
:# MENU 9-2-11

# Welcome animation

I : Select from 14 different startup animations.
:# MENU 9-3-2

# welcome tone

I : Have a short statup tone played on each power up.
:# MENU 9-3-3

# Shutdown animation

I : Select from 14 different shutdown animations.
:# MENU 9-3-5

# Backlights

I : Have the backlights set to always ON, OFF or Automatic.
:# MENU 9-3-7-1
II : Have the backlights fade on and/or off by setting the level.
:# FADE IN MENU 9-3-7-2
:# FADE OUT MENU 9-3-7-3

# Shortkeys

I : By pressing and holding the * key for about 1 second then press 0 to 9, * & #
to quickly access certain functions. This can now be turned off if required.
A full list is available on you phones menu.
:# MENU 9-3-8
:# (List of KEYS) MENU 9-3-8-3

# quickkey

I : By pressing and holding the # key for about 1 second will run any one of 10 different functions.
:# MENU 9-3-9
:# (GOTO) MENU 9-3-9-3

# Auto shutdown

I : Shutdown the phone at a set time.
:# MENU 9-3-10

# Main menu

I : Change the menu styles.
:# MENU 9-3-10

# Normal
# Grid
# Restricted

# Screen saver

I : Animated Clock screen savers with 16 to choose from. Also include the options of different timeouts, negative and power save.
:# MENU 9-4-1

# Standby logos

I : Will display 1 of 30 LOGOS on the main standby screen under the OPERATOR name.
:# MENU 9-4-3
# contrast

I : Set you screen contrast.
:# MENU 9-4-4

# Temperature

I : Displays the temperature in Celsius or fahrenheit on the main standby screen.
:# MENU 9-4-5

# Network & Battery bars

I : Changes the Network and battery bars to 1 of 15 different styles.
:# MENU 9-4-6

# Invert Screen

I : Simply inverts the whole screen.
:# MENU 9-4-6

# Lost Network Notification

I : If set on then a beep will sound to let you know there is no signal. Also display SEARCHING where
the operator name is.
:# MENU 9-5-2

# Compression

I : Part of Nokia's own feature this will allow you to activate EFR or HRC anytime.
:# MENU 9-5-3

# Operator Sim Menu ** If available

I : Will let you access the sim card menu if available. (NOTE: BUG WITH VODAFONE UK).
:# MENU 9-5-7


# Phone security
# Menu security
# Keyguard security
# Reminder security
# phonebook security
# Inbox security
# Outbox security
# Erase security
# Message counter reset security
# reboot security

I : Lock out each different feature above with the security code.
:# MENU 9-7-6

************************************************** ************************************************** ******
You will also find a SECURITY MENU hidden from the main menus.

enter *# 73287489 # into you phones standby screen.

# Security
# Factory settings
# Security Code
# General
# Shortkeys
# Main Menu
# Copyright

This is added in case you set your MENU TO RESTRICTED AND SET SHORTKEYS OFF.

You will see a small change when you enter *# 06 # and *# 0000 #.

The POWER BUTTON MENU contains

Shutdown
Reboot
Activate spy
Change lines
Lock Keypad
PROFILES

The SPY functions is the old style version. Once activated press and hold # until phone returns to normal (About 5 seconds).


[Only registered and activated users can see links]

javajohn
13th February 2006, 11:42
great posts but rapidshare link is not working