Página 28 de 236 PrimerPrimer ... 18232627282930333878128 ... ÚltimoÚltimo
Resultados 271 al 280 de 2400

Vista híbrida

  1. #1
    Avanzado Avatar de Jose 306
    Fecha de ingreso
    13/sep/2007
    Ubicación
    Uspantán, El Quiché, Guatemala C.A.
    Móvil
    w580
    Mensajes
    253

    Re: ELFs SOLO PARA W580

    Baje la version 1.23 del sleep mode pero se apaga mi cel, talvez porque no tengo las configuraciones bien, esto es lo que tiene el ini

    ;NOTE: You must edit this file to fit your phone.
    ;************************************************
    ;This Example is for 240x320 pixel screen display phones
    ;
    ;DB2020 Missed and Status Icon set-up
    ;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]: 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
    [ICON06]: 0xE5E1;
    [ICON07]: 0xE5E2;
    [ICON15]: MEDIAPLAYER_RUNNING_ICN
    [ICON16]: FM_RADIO_STATUSBAR_RADIO_ICN
    [ICON17]: C_UI_BATTERY_CHARGING_ICN
    ;---------------------------------------------------------

    ;Custom images can be loaded here to be placed anywhere on screen, usually 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 0-6 to switch automatically according to custom_mode
    ;Specify either hex code of internal image or folder and name of external image

    ;[IMAGE_FOLDER]: /card/other/

    ;[CUSTOM00.ICON]: 0xE5B0;
    ;[CUSTOM00.ICON]: bk1.png
    ;[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
    ;----------------------------------------------------------

    ;Fonts Set-up
    ;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
    [FONT00]: 0x24; Clock
    [FONT01]: 0x11; Date
    [FONT02]: 0x11; Day of week
    [FONT03]: 0x06; Custom Message
    [FONT04]: 0x06; Battery/Heap Status
    [FONT05]: 0x11; MiniGPS location
    [FONT06]: 0x06; Radio/Mplayer
    [FONT07]: 0x04; Radio/Mplayer on Standby
    ;------Font Options Available------------------------;
    ;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;
    ;----------------------------------------------------
    ;----------------------------------------------------;
    ;optional manual fontcodes
    ;Use any of these to override [FONT]
    [FONTCODE00]: 0x5C;
    [FONTCODE01]: 0x55;
    [FONTCODE02]: 0x55;
    ;[FONTCODE03]: 0x30;
    ;[FONTCODE04]: 0x30;
    [FONTCODE05]: 0x55;
    [FONTCODE06]: 0x55;
    ;----------------------------------------------------;
    ;Window positions
    ; TOP = offset of text from top of screen
    ; X-Postition of text, left justify and set X to move text to the right
    ;Can be used for clock/day/date/message

    ;example for 220x340 phones
    [WIN00.TOP]: 0x37; Clock
    ;[WIN00.X]: 0x00;
    [WIN01.TOP]: 0xDD; Date
    ;[WIN01.X]: 0x00;
    [WIN02.TOP]: 0xBD; Dayof Week
    ;[WIN02.X]: 0x00;
    [WIN03.TOP]: 0x01; Icons
    ;[WIN03.X]: 0x00;
    [WIN04.TOP]: 0x100; Custom Message
    ;[WIN04.X]: 0x00;
    [WIN05.TOP]: 0x1B; Battery/Heap status
    [WIN06.TOP]: 0x10A; MiniGPS location
    ;[WIN06.X]: 0x00;
    [WIN07.TOP]: 0x82; Radio/Mplayer
    [WIN08.TOP]: 0x00; Custom Icon Position
    [WIN08.X]: 0x00;
    [WIN09.TOP]: 0x00; Icon Row 2, set to 0 to disable
    ;[WIN09.X]: 0x00;
    [WIN10.TOP]: 0x5C; Album Art top edge stby screen
    [WIN10.X]: 0x00; Album Art left edge stby screen
    [WIN11.TOP]: 0x5C; Album Art top edge sleepmode screen
    [WIN11.X]: 0x00;Album Art top edge sleepmode screen

    ;Horizontal location of windows
    ; 0=LEFT,1=RIGHT,2=CENTER
    [TIME_JUSTIFY]: 0x02;
    [DAY_JUSTIFY]: 0x02;
    [DATE_JUSTIFY]: 0x02;
    [ICON_JUSTIFY]: 0x02; Icon row 1 (missed events)
    [ICON_JUSTIFY_2]: 0x02; Icon row 2 (status)
    [MSG_JUSTIFY]: 0x02;
    [GPS_JUSTIFY]: 0x02;

    ;custom message must be <= 20 characters
    [CUSTOM_MSG]: *Your Message Here*

    ;Color Set-up--------------------------------------------------------------
    ;1st two bytes(TT) set translucency and then next 6 bytes are RedGreenBlue
    ;SET COLOR=0x01 TO USE THEME COLOR
    ;Set any color 1st byte to 00 (i.e. 0x00XXXXXX) to make transparent
    ;COLOR default Black 0xFF000000 on White 0xFFFFFFFF
    ;Red =0xFFFF00FF;
    ;Green=0xFF00FF00;
    ;Blue =0xFF0000FF;
    ;
    ;;;;;;;;;;;;;;;;;;;;;;;TTRRGGBB
    [COLOR00]: 0xFF000000; Clock
    [COLOR01]: 0xCC000000; Date
    [COLOR02]: 0xCC000000; Day of week
    [COLOR03]: 0xFF000000; Icons if using B/W
    [COLOR04]: 0xFF000000; Custom Message
    [COLOR05]: 0xFF000000; Battery/Heap status
    [COLOR06]: 0xFFFFFFFF; Screen Background
    [COLOR07]: 0xFFFFFFFF; Screen Outline
    [COLOR08]: 0xFF000000; MiniGPS
    [COLOR09]: 0xFF000000; Radio/Mplayer
    [COLOR10]: 0xFF000000; Radio/Mpayer in standby
    [RANDOM]: 0x00; 0x00=Your colors,0x01=Random every session,0x02=Random every vol+/- push, Random every second


    ;---------Options---------------------------------------
    [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; 00=24 hour clock, 01=12 hour clock
    [SHOW_CURRENT]: 0x01; shows current in mA, always on when charging
    [BACKLIGHT_TIMEOUT]: 0x0C; timeout in seconds
    [BACKLIGHT_LEVEL]: 0x10; Can be levels from 1 to 10
    [REFRESH_TIME]: 0xC0; lower numbers scroll faster, recommended 160-400 msec(0xA0 to 0x1D0)
    [CONT_REFRESH]: 0x00; No longer needed, set to 0
    [TOTAL_BLACK]: 0x01; set to 0x01 for total black on db2020 phones
    [HANDS_FREE]: 0x36; keycode for handsfree button
    [KEY_DELAY]: 0x708; delay in ms between handsfree keypresses
    [EFFECTS_KEY]: 0x13; 0 key
    [EFFECTS_KEY_MODE]: 0x01; 0=short, 1=long
    [EFFECTS_1]: 0x01; strobe
    [EFFECTS_2]: 0x01; lamp
    [EFFECTS_3]: 0x01; vibra
    [EFFECTS_4]: 0x01; random color fill in stby
    [EFFECTS_VOLUME]: 0x02; set from 0-8

    ;--------Track Display Options-----------------------------------
    ;Known track addresses
    ;W810: 0x4C0656DC
    ;K810,K800,W850,w660, W880: 0x20DC4BEC
    ;W800: 0x4C085FE0
    ;W200: 0x4C0520D0
    ;K750: 0x4C07A878
    ;K790, W610, W580: 0x20DBE81C
    [TRACK_ADDRESS]: 0x20DC4BEC; your phone's address of track file.mp3
    [TRACK_ON_STBY]: 0x01; Display track/station on standby screen
    [STBY_OFFSET]: 0x6E; where offset = distance from bottom of screen
    [W800]: 0x00; set to 0x01 for W800,K750, W700 phones
    [SCROLL]: 0x03; 00=no scroll, 01=scroll player only, 02=scroll radio only, 03=scroll both
    [SHOW_FREQ]: 0x01; 01=Show frequency next to radio station names
    [WAKE_ON_NEWTRACK]: 0x01; phone will show sleepmode clock on track change

    ;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]: 0x15; pixels offset between 1st and 2nd lines
    [CUSTOM_SEPARATOR]: -
    [DISPLAY_ART]: 0x03; 0-none,1-stby screen,2-sleepmode screen,3-both
    [STBY_FILL]: 0x80000080;
    [ID3_EXTRA]: 0x01; display year/genre/comment on line 3
    [STBY_HIGHLIGHT]: 0x01; fill highlights text only
    [HIGHLIGHT_WIDTH]: 0x0F; highlight thickness, depends on font size and line offset
    [STATUS_LINE]: 0xFFFFFF00; color of mp3 path in status line, 0=no display
    [STATUS_FILL]: 0x40000000; status area fill color
    [WIN2UNICODE_FILE]: latin.bin
    Alguien que me pudiera ayudar a configurarlo.

    Ah otra pregunta para que sirve el mini gps

  2. #2
    Cuenta inhabilitada
    Fecha de ingreso
    01/feb/2008
    Mensajes
    2.965

    Re: ELFs SOLO PARA W580

    Jose 306
    Si el cel manda pantallazo blanco al entrar al sleep el problema es de las librerias...debes actualizarlas, ya sabes a donde ir, cuando entre al sleep y amnde muchas cosas raras desordenadas y demas ya es culpa del ini...

  3. #3
    Avanzado Avatar de Jose 306
    Fecha de ingreso
    13/sep/2007
    Ubicación
    Uspantán, El Quiché, Guatemala C.A.
    Móvil
    w580
    Mensajes
    253

    Re: ELFs SOLO PARA W580

    Tengo la lib mas actualizada es la de 06 de Junio, pero por lo visto creo que es problema del ini porq empieza a vibrar y despues se reinicia

    Si alguien tubiera la configuracion completa de este ini, si me la pudiera pasar

  4. #4
    Cuenta inhabilitada
    Fecha de ingreso
    01/feb/2008
    Mensajes
    2.965

    Re: ELFs SOLO PARA W580

    Cita Iniciado por Jose 306 Ver mensaje
    Tengo la lib mas actualizada es la de 06 de Junio, pero por lo visto creo que es problema del ini porq empieza a vibrar y despues se reinicia

    Si alguien tubiera la configuracion completa de este ini, si me la pudiera pasar
    No amigo es la libreria creeme... por alguna razon esas no funcionan pidele a kalel o a van persie , unbo de los que tenga el sleep bien que te la pase... es la libreria (me apso lo mismo) suerte

  5. #5
    Avanzado Avatar de Jose 306
    Fecha de ingreso
    13/sep/2007
    Ubicación
    Uspantán, El Quiché, Guatemala C.A.
    Móvil
    w580
    Mensajes
    253

    Re: ELFs SOLO PARA W580

    Ok vpoy a ver que sucede con esto, porque ahora le puse la version 1.24 pero igual vibra como 3 veces y se reinicia

  6. #6
    Avanzado Avatar de Jose 306
    Fecha de ingreso
    13/sep/2007
    Ubicación
    Uspantán, El Quiché, Guatemala C.A.
    Móvil
    w580
    Mensajes
    253

    Re: ELFs SOLO PARA W580

    hey kalel25 me puedes pasar tu .ini del sleep mode 1.24 esq yo no lo puedo configurar, por favor lo necesito man

  7. #7
    Avanzado Avatar de jm017
    Fecha de ingreso
    03/ene/2008
    Ubicación
    Guatemala
    Móvil
    w580i
    Mensajes
    121

    Re: ELFs SOLO PARA W580

    Disculpen amigos por ser tan huevon de pedir esto pero ya medio revise las 18 pags y no se si alguien me puede pasar un mega pack de elfs engasado, que tenga el mejor dyn_const, la mejor libreria, los elfs que si funcionan etc, un pack que tenga todo sobre elfs para el w580, y que por supuesto este en orden con carpetas y demas. Ya que creo que me ayudaria muchisimo a mi y a otros amigos que quieren los famosos elfs en su celular. Disculpen si es tanto pedir pero se los agradecería mucho yo y mas miembros de este foro. Y ademas serviría para que otros amigos no tengan que revisar las 18 pags como yo lo hice. Y disculpas de nuevo si es tanto pedir.

  8. #8
    Avanzado Avatar de Jose 306
    Fecha de ingreso
    13/sep/2007
    Ubicación
    Uspantán, El Quiché, Guatemala C.A.
    Móvil
    w580
    Mensajes
    253

    Re: ELFs SOLO PARA W580

    jm017
    Aqui estan todos mis elfs, incluyo el parche y la libreria mas actualizada, los ini estan corregidos.

    Descargame elfs

  9. #9
    Avanzado Avatar de Van_Persie
    Fecha de ingreso
    23/ago/2007
    Ubicación
    Guatemala
    Móvil
    W595
    Mensajes
    278

    Re: ELFs SOLO PARA W580

    oigan amigos tengo un problema, baje el sleep mode 1.18 y si me funciono lo que pasa es que el tamaño de la hora queda demasiado grande he probado poniendoles todos los "font" posibles y ni asi me cambia ahorita el .ini lo tengo asi:

    Código:
    [FONT00]: 0x11; Clock
    [FONT01]: 0x11; Date
    [FONT02]: 0x11; Day of week
    [FONT03]: 0x20; Custom Message
    [FONT04]: 0xFF; Battery/Heap Status
    [FONT05]: 0x11; MiniGPS location
    [FONT06]: 0x11; Radio/Mplayer
    [FONT07]: 0x11; Radio/Mplayer on Standby
    ;------Font Options Available------------------------;
    ;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;
    oigan y otra cosa como puedo saber las posiciones en hexadecimal para esta parte del ini:

    Código:
    ;Window positions
    ; TOP = offset of text from top of screen
    ; X-Postition of text, left justify and set X to move text to the right
    ;Can be used for clock/day/date/message
    
    ;example for 220x340 phones
    [WIN00.TOP]: 0x88; Clock 
    [WIN00.HEIGHT]: 0xB9;
    ;[WIN00.X]: 0x00;
    [WIN01.TOP]: 0x10E; Date
    ;[WIN01.X]: 0x00;
    [WIN02.TOP]: 0xF2; Dayof Week
    ;[WIN02.X]: 0x00;
    [WIN03.TOP]: 0x01; Icons
    ;[WIN03.X]: 0x00;
    [WIN04.TOP]: 0x28; Custom Message
    ;[WIN04.X]: 0x00;
    [WIN05.TOP]: 0x5F; Battery/Heap status
    [WIN06.TOP]: 0x140; MiniGPS location
    ;[WIN06.X]: 0x00;
    [WIN07.TOP]: 0xC8; Radio/Mplayer
    [WIN08.TOP]: 0x00; Custom Icon Position
    [WIN08.X]: 0x00;
    [WIN09.TOP]: 0x00; Icon Row 2, set to 0 to disable
    ;[WIN09.X]: 0x00;
    [WIN10.TOP]: 0x5C; Album Art top edge stby screen
    [WIN10.X]: 0x00; Album Art left edge stby screen
    [WIN11.TOP]: 0x5C; Album Art top edge sleepmode screen
    [WIN11.X]: 0x00;Album Art top edge sleepmode screen
    ahorita mi sleep se ve asi:

    Última edición por Van_Persie; 08/06/2008 a las 00:51:02

  10. #10
    Top Android Avatar de ignnacioo
    Fecha de ingreso
    18/nov/2007
    Móvil
    -
    Mensajes
    92

    Re: ELFs SOLO PARA W580

    tengo problemas con el bookman ya que no puedo sacar los elfs ke se estan ejecutando no se a que se debe... alguien que me explique o me pase un bookman bueno.
    gracias

Página 28 de 236 PrimerPrimer ... 18232627282930333878128 ... ÚltimoÚltimo

Información de tema

Usuarios viendo este tema

Actualmente hay 4 usuarios viendo este tema. (0 miembros y 4 visitantes)

Temas similares

  1. elfs para w580
    Por rivas5 en el foro Liberar - Desbloquear
    Respuestas: 0
    Último mensaje: 05/12/2011, 00:25:54
  2. ELFs Solo para K310@W200
    Por H4KU en el foro Elfs Pack
    Respuestas: 40
    Último mensaje: 10/10/2009, 01:40:34
  3. elfs para w580 [solo aportes]
    Por Kurozaki en el foro Elfs Pack
    Respuestas: 2
    Último mensaje: 06/03/2009, 22:08:50
  4. ELFs SOLO PARA W810 R4EA031
    Por kikirimai en el foro Elfs Pack
    Respuestas: 1
    Último mensaje: 09/01/2009, 20:51:33
  5. [RESUELTO] Elfs solo para W710 R1JC002
    Por Merino en el foro Elfs Pack
    Respuestas: 6
    Último mensaje: 05/08/2008, 01:10:40

Etiquetas para este tema

Marcadores

Permisos de publicación

  • No puedes crear nuevos temas
  • No puedes responder temas
  • No puedes subir archivos adjuntos
  • No puedes editar tus mensajes
  •