©JokerXT
IFMD v1.1.1

This Elf shows you the free space on memory card and phone memory.
©Slaventino
Desktop v1.2

This Elf give you oportunity This is screenshot 3 running Elfs
to access phone thrue 2-10 (OPlogo,Desktop and IFMD)
shorcuts on the desktop
(5 in the row)
© UltraShot
® IronMaster, Joker XT, 2007KrasH ® IronMaster, Joker XT, 2007KrasH
CoverArt in Standby v3.51

-showing the cover of this song + a different image for beauty.
-display ID3 v2.x, m4a, wma and other tags.
-support reading ID3 v1.0 tags for compatibility with older phones
-showing the correct (!) bitrate / Rate / Time song / regime
(!) For this version must have the following events in DYN_CONST:
Code:
UI_MEDIAPLAYER_STOP_PRESSED_EVENT
UI_MEDIAPLAYER_PLAY_PRESSED_EVENT
UI_MEDIAPLAYER_PAUSE_PRESSED_EVENT
UI_MEDIAPLAYER_CREATED_EVENT
UI_MEDIAPLAYER_DESTROYED_EVENT
UI_MEDIAPLAYER_AUDIO_PLAYING_TIME_EVENT
UI_MEDIAPLAYER_VIDEO_PLAYING_TIME_EVENT
If you do not show up on the screen, not moving bar / play time, check these constants
©eddmund
DayDis v1.0.6

DayDis can display the current weekday, date, time, system temperature, battery capacity and moon age
together with any text, at one or more configurable position(s) of the standby screen.
Can be used together with MoonPhase 0.9.5 or higher to also display an image of the current moon phase.
©Hussein,®zoyd
SleepMode v1.28

Change the default sleepmode clock to user customizable clock, day, date, personal message & icons.Displays radio station, music track, and album art on sleepmode and standby displays.Automatic wallpaper changer.Missed calls/messages reminder.
Also you will need .vkp patch for your phone model(you will find all patches in .rar)
and working track address:
Code:
W810 R4EA031 : 0x4C0656DC;
K810 R8BA024, W850 R1KG001, K800 R8BF003,W660i R8B001, W880: 0x20DC4BEC;
W800 R1BD001: 0x4C085FE0;
K790 R8BF003, W610 R6BC002, W580: 0x20DBE81C;
W700 R1CA021:0x4C07A8D0;
W200: 0x4C0520D0;
K750: 0x4C07A878;
W550: 0x4C060D50;
And you will need these functions in your library. Thanks Ploik & HierOS.
Code:
;K790 SW-R8BF003
06F0: 00000000 ED5CD244; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: 00000000 815DD244; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);
;K810 SW-R8BA024
06F0: 00000000 91EEE544; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: 00000000 25EFE544; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);
;W580 SW-R8BA024
06F0: 00000000 C591D444; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: 00000000 5992D444; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);
;W610 SW-R6BC002
06F0: 00000000 312BD544; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: 00000000 C52BD544; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);
;W660 SW-R8BB001
06F0: 00000000 692BE744; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: 00000000 FD2BE744; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);
;K750 R1CA021
+451CFC00
06F0: FFFFFFFF C9910B45; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: FFFFFFFF 69920B45; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);
;W810-R4EA031
06F0: FFFFFFFF BD555945; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: FFFFFFFF 5D565945; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);
;W850 SW-R1KG001
06F0: 00000000 A11CE744; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: 00000000 351DE744; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);
;K800 SW-R8BF003
06F0: 00000000 B164E544; 1BC: char REQUEST_DATEFORMAT_GET(const int *SYNC, char *DateFormat);
06F4: 00000000 4565E544; 1BD: char REQUEST_TIMEFORMAT_GET(const int *SYNC, char *TimeFormat);