у меня слипмод чет не работает...
т.е я его в демоны кинул и ини кинул с остальными ини...и нефига,часики родные и никаких новшевств нету...
Вот мой ини...точнее не мой а парня который выкладывал недавно его сдесь...
но правленый мной...
;FOR w800
;If the examples below don't look right You need to find
;the correct hex codes for your phone
;00 - MISSED_VOICE_CALL
;01 - MISSED_SMS
;03 - MISSED_MMS
;15 - music player
;16 - FM radio
;17 - battery charging
;18 - KEYLOCKED
;19 - MUTE
;You can use the BW icons or any icon including 16bit if you like
[ICON00]: 0xE6A9; missed calls
[ICON01]: 0xE5A0; missed sms messages
;[ICON03]: 0xE8A5; missed mms messages
[ICON15]: 0xE7A3; music player
[ICON16]: 0xE901; FM Radio
[ICON17]: 0xE894; battery charging
[ICON18]: 0xE715; keylock
[ICON19]: 0xE69B; mute
;ICONS currently in use for large format phones
;00 - KEYLOCKED
;01 - SOUNDOFF
;02 - MISSED_VOICE_CALL
;03 - MISSED_SMS
;04 - MISSED_EMAIL
;05 - MISSED_MMS
;06 - Missed Calendar event
;15 - music player
;16 - FM radio
;17 - battery charging
;[ICON00]: 0xEC1B;
;[ICON01]: 0xF2D4;
;[ICON02]: 0xE5F5;
;[ICON03]: 0xEC4C;
;[ICON04]: 0x????; EMAIL
;[ICON05]: 0xEC92;
;[ICON06]: 0x????; Missed calendar event
;[ICON15]: 0x????; music player
;[ICON16]: 0x????; FM radio
;[ICON17]: 0x????; battery charging
;Custom icons-hex code of icon to be placed anywhere on screen, even as background
;Set this to an unused icon and use sysgfx (or other method) to replace it with your custom picture
;You can define multiple backgrounds to switch automatically
;[CUSTOM00.ICON]: 0xE5B0;
;[CUSTOM01.ICON]:
;[CUSTOM02.ICON]:
;[CUSTOM03.ICON]:
;[CUSTOM04.ICON]:
;[CUSTOM05.ICON]:
;[CUSTOM06.ICON]:
;[CUSTOM_MODE]: 0x03; 0=static icon00, 1=sequence by time, 2=random by time, 3=sequence by Day of week(Sunday=icon00, Mon=icon01, etc)
;[CUSTOM_TIME]: 0x10; Time period before background changes in minutes
;position of custom icon - If you are using a full frame image set both to 0x00
;upper left corner of screen
[WIN08.TOP]: 0x01;
[WIN08.X]: 0x01;
;Fonts for all phones
;Choose FONT - valid range 0x00->0x23
;Not all fonts are available on all phones!
;If font not available(not in DYN_CONST.bin)
;elf will default to FONT_E_20R
;Set font to FF to turn off that display
;font size has no effect for missed icons
;00 - CLOCK_FONT
;01 - DATE_FONT
;02 - DAY_OF_WEEK_FONT
;03 - MESSAGE FONT
;04 - STATUS
;05 - miniGPS
;06 - Radio/Mplayer
[FONT00]: 0x0E;
[FONT01]: 0xFF;
[FONT02]: 0xFF;
[FONT03]: 0x1A;
[FONT04]: 0xFF;
[FONT05]: 0xFF;
[FONT06]: 0x09;
;----------------------------------------------------;
;optional manual fontcodes for large format phones
;Use any of these to override [FONT]
;[FONTCODE00]: 0x55;
;[FONTCODE01]: 0x0C;
;[FONTCODE02]: 0x0C;
;[FONTCODE03]: 0x15;
;[FONTCODE04]: 0x15;
;[FONTCODE05]: 0x15;
;[FONTCODE06]: 0x15;
;----------------------------------------------------;
;------Choose from this table------------------------;
;0x00=FONT_D_7R; 0x10=FONT_E_18R; 0x20=FONT_E_40R;
;0x01=FONT_E_14R; 0x11=FONT_E_18B; 0x21=FONT_E_60R;
;0x02=FONT_E_14B; 0x12=FONT_E_18I; 0x22=FONT_E_75R;
;0x03=FONT_E_14I; 0x13=FONT_E_18BI;0x23=FONT_E_100R;
;0x04=FONT_E_14BI; 0x14=FONT_E_22R; 0x24=FONT_ICON_16BIT_V2;
;0x05=FONT_E_16R; 0x15=FONT_E_22B; 0x25=FONT_ICON_2BIT_V2_2NDLCD;
;0x06=FONT_E_16B; 0x16=FONT_E_22I; 0x26=FONT_D_18B;
;0x07=FONT_E_16I; 0x17=FONT_E_22BI;0xFF=No display
;0x08=FONT_E_16BI; 0x18=FONT_E_24R;
;0x09=FONT_E_20R; 0x19=FONT_E_24B;
;0x0A=FONT_E_20B; 0x1A=FONT_E_25R;
;0x0B=FONT_E_20I; 0x1B=FONT_E_25B;
;0x0C=FONT_E_20BI; 0x1C=FONT_E_25I;
;0x0D=FONT_D_24B; 0x1D=FONT_E_25BI;
;0x0E=FONT_D_29B; 0x1E=FONT_E_30R;
;0x0F=FONT_E_8R; 0x1F=FONT_E_36R;
;Window positions
;00 - CLOCK
;01 - DATE
;02 - DAY_OF_WEEK
;03 - MISSED_ICONS
;04 - MESSAGE
;05 - STATUS
;06 - miniGPS
;07 - Radio/Mplayer
;08 - Custom Icon
;example for 176x220 phones
[WIN00.TOP]: 0x20; //offset from top of screen to window box
[WIN01.TOP]: 0xA5;
[WIN02.TOP]: 0x91;
[WIN03.TOP]: 0x01;
[WIN04.TOP]: 0x18;
[WIN05.TOP]: 0xBF;
[WIN06.TOP]: 0xFF;
[WIN07.TOP]: 0x6F;
;custom message must be <= 20 characters
[CUSTOM_MSG]: Денис[ok] 69
;X-Postition of text, left
justify and set X to move text to the right
;Can be used for clock/day/date/message
;[WIN00.X]: 0x00;
;[WIN01.X]: 0x00;
;[WIN02.X]: 0x00;
;[WIN04.X]: 0x00;
;example for 240x320 phones
;[WIN00.TOP]: 0x87; //offset from top of screen to window box
;[WIN01.TOP]: 0xDE;
;[WIN02.TOP]: 0xFA;
;[WIN03.TOP]: 0x01;
;[WIN04.TOP]: 0x5C;
;[WIN05.TOP]: 0x15;
;[WIN06.TOP]: 0x3B;
;[WIN07.TOP]: 0x60;
;custom message must be <= 20 characters
;[CUSTOM_MSG]: GutZ!
;COLOR default Black 0xFF000000
;;;;;;;;;;;;;;;;;;;;;;;TTRRGGBB
;1st two bytes(TT) set translucency and then next 6 bytes are RedGreenBlue
;00-CLOCK
;01-DATE
;02-DAY OF WEEK
;03-MISSED ICONS (color doesn't affect 16-bit icons)
;04-MESSAGE
;05-STATUS (temp, battery, heap)
;06-background
;07-outline
;08-miniGPS
;09-Radio/Mplayer
;10-Radio/Mplayer in stdby
;SET COLOR=0x01 TO USE THEME COLOR
;Set any color 1st byte to 00 (i.e. 0x00XXXXXX) to make transparent
[COLOR00]: 0xFFADFF2F;
[COLOR01]: 0xFFFE016C;
[COLOR02]: 0xFFFE016C;
[COLOR03]: 0xFF000000;
[COLOR04]: 0xFF9ACD32;
[COLOR05]: 0xFFFFFFFF;
[COLOR08]: 0xFFFF9933;
[COLOR09]: 0xFF0BFD4E;
[COLOR10]: 0xFF0BFD4E;
;screen background and outline
[COLOR06]: 0xFF070508;
[COLOR07]: 0x00000000;
[RANDOM]: 0x00; 0x00=Your colors,0x01=Random every session,0x02=Random every vol+/- push, Random every second
;Horizontal location of windows
[TIME_JUSTIFY]: 0x02; // 0=LEFT,1=RIGHT,2=CENTER
[DAY_JUSTIFY]: 0x02;
[DATE_JUSTIFY]: 0x00;
[ICON_JUSTIFY]: 0x02;
[MSG_JUSTIFY]: 0x02;
[DOW_MODE]: 0x00; 00=short day of week names, 01=normal
[HEAP_FMT]: 0x01; 00=KB, 01=MB
[SECONDS]: 0x00; 01=display seconds
[AM_PM]: 0x00; 01=display am/pm when seconds displayed
[SHOW_CURRENT]: 0x00; shows current in mA, always on when charging
[BACKLIGHT_TIMEOUT]: 0xA; timeout in seconds
[BACKLIGHT_LEVEL]: 0x03; Try levels from 1 to 10
[REFRESH_TIME]: 0x190; 400ms Time between screen refreshing
;Known addresses of track name w800:4c085FE0, W810:0x4C0656DC, K810,K800,W850:0x20DC4BEC
[TRACK_ADDRESS]: 0x4C085FE0; your phone's address of track file.mp3
[TRACK_ON_STBY]: 0x00; Display track/station on standby screen
[STBY_OFFSET]: 0x00; where offset = distance from bottom of screen
[W800]: 0x01; set to 0x01 for W800,K750, W700 phones
[SCROLL]: 0x01; 00=no scroll, 01=scroll player only, 02=scroll radio only, 03=scroll both
[SHOW_FREQ]: 0x00; 01=Show frequency next to radio station names
;Do Not delete