SleepMode v1.28 : Эльфы : Форум |
Страница 19 из 67: « 1 ... 15 16 17 18 [19] 20 21 22 23 ... 67 » |
L1yod: |
11.05.08, 01:50 |
v1.13 -bug fixes -new backlight code to reduce battery consumption on db2020 phones v1.14 -fixed reboot on Bookmanager close for K800/810 -added ability to enter either icon text names or icon hex values |
GaS: |
11.05.08, 05:13 |
voluenter вот 100% рабочий ини на v1.14 Код: ;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]: 0x09; [FONT02]: 0x09; [FONT03]: 0x0A; [FONT04]: 0x05; [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]: 0x34; //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]: _-=DIMON=-_ ;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]: 0xFF18C6FF; [COLOR01]: 0xFFFE016C; [COLOR02]: 0xFFFE016C; [COLOR03]: 0xFF000000; [COLOR04]: 0xFFFFFFFF; [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]: 0x02; [ICON_JUSTIFY]: 0x02; [MSG_JUSTIFY]: 0x02; [DOW_MODE]: 0x01; 00=short day of week names, 01=normal [HEAP_FMT]: 0x01; 00=KB, 01=MB [SECONDS]: 0x01; 01=display seconds [AM_PM]: 0x00; 01=display am/pm when seconds displayed [SHOW_CURRENT]: 0x01; 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 ;ID3 info display set-up ;Enter fields you want and in the order you want ;Example [FIELD_ORDER1]: TLA title + album + artist TA=Title+Artist ;Use FIELD_ORDER2 for second line [FIELD_ORDER1]: TA [FIELD_ORDER2]: L [LINE_OFFSET]: 0x30; pixels offset between 1st and 2nd lines [CUSTOM_SEPARATOR]: :-] ;Do Not delete кто-нибудь знает коды кнопок на db2020, а точнее на к810 |
zoyd: |
11.05.08, 07:11 |
W700 [TRACK_ADDRESS]: 0x4C07A94C; |
GaS: |
11.05.08, 08:33 |
на в800 1.14 рулит, на к810 пропал скролл |
Ricollin: |
11.05.08, 09:25 |
zoyd W700 [TRACK_ADDRESS]: 0x4C07A94C; У меня до этого отображались кракозябры,теперь вообще исчезла полоса трека(радио так же кракозябры). Хотя использую вер.1.08, т.к. остальные тел в ребут |
Sabut: |
11.05.08, 09:53 |
пожалуйста, у кого есть выложите ini для W660, а то сколько не пробовал - не получается |
NakedGun: |
11.05.08, 10:42 |
Помогите разобраться с ини от версии 1.14 ;ICONS currently in use FOR W810,w800,k750 ;You enter the name of the icon from your firmware or ;the correct hex codes ;W810 example [ICON00]: CALLS_MISSED_STATUS_ICN [ICON01]: MSG_UI_TEXT_MESSAGE_STATUS_BAR_ICN [ICON03]: MSG_UI_MULTIMEDIA_MESSAGE_STATUS_BAR_ICN [ICON15]: MEDIAPLAYER_RUNNING_ICN [ICON16]: FM_RADIO_STATUSBAR_RADIO_ICN [ICON17]: C_UI_BATTERY_CHARGING_ICN [ICON18]: KEYLOCK_ICN [ICON19]: SILENT_MODE_ICN ;ICONS currently in use for large format phones [ICON00]: KEYLOCK_ICN [ICON01]: SILENT_MODE_ICN [ICON02]: CALLS_MISSED_STATUS_ICN [ICON03]: MSG_UI_TEXT_MESSAGE_STATUS_BAR_ICN [ICON04]: MSG_UI_EMAIL_MESSAGE_ICN [ICON05]: MSG_UI_MULTIMEDIA_MESSAGE_STATUS_BAR_ICN [ICON06]: CALE_APPOINTMENT_ICN.png [ICON15]: MEDIAPLAYER_RUNNING_ICN [ICON16]: FM_RADIO_STATUSBAR_RADIO_ICN [ICON17]: C_UI_BATTERY_CHARGING_ICN ;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 переведите плз хотя бы суть |
GaS: |
11.05.08, 10:56 |
SEman в предыдущих постах есть перевод 1.09 , в 1.14 в место hex адресса можно вводить название иконок |
LiJ: |
11.05.08, 11:03 |
выложите ini для w700, проша 021 и функции для либы у меня от 4 апреля стоит... тел при запуске вешается:( |
NakedGun: |
11.05.08, 11:45 |
Вопросы: 1.Как отключить иконку в левом верхнем углу экрана в слипмоде? 2.Почему id3 не работает?(ш8оо)Как его отключить? в режиме ожидания - квадратики. в слипмоде он исчез когда я сделал так [WIN00.TOP]: 0x2F; [WIN01.TOP]: 0xFF; [WIN02.TOP]: 0xFF; [WIN03.TOP]: 0x01; [WIN04.TOP]: 0xFF; [WIN05.TOP]: 0xFF; [WIN06.TOP]: 0xFF; [WIN07.TOP]: 0x1C; 3.Можно ли исправить баг при включении слипмода не из режима ожидания? Цвета конвертируются Добавлено 11.5.08 12:00 Сейчас в слипмоде над часами и под часами прокручивается имя проигрываемого файла. |
Страница 19 из 67: « 1 ... 15 16 17 18 [19] 20 21 22 23 ... 67 » |
URL этой темы: https://mobilefree.justdanpo.ru/newbb_plus/viewtopic.php?topic_id=2945&start=180 © 2005-2018 supertrubka.org |