Resultados 1 al 4 de 4
  1. #1
    Patch Porter Avatar de Pakoko
    Fecha de ingreso
    07/feb/2008
    Ubicación
    Xalapa/Mexico
    Móvil
    W760
    Mensajes
    612

    Wink ClockBattMod 4.5

    Ahora se puede cerrar con el bookmanager este gran elf

    aqui el link: http://www.4shared.com/file/49161240...ified=3d008d1e

    aqui una preview de como se ve ahora desde el bookmanager


  2. #2
    Top Android Avatar de rodpad88
    Fecha de ingreso
    18/abr/2008
    Ubicación
    Mexico D.F.
    Móvil
    W610i
    Mensajes
    27

    Thumbs up Re: ClockBattMod 4.5

    Oye como configuro el .ini para que la hora me salga asi:

    hr:min.seg.pm
    Ejemplo:
    05:35.59pm

    Te adjunto mi .ini a ver en que me puedes ayudar va

    Código HTML:
    [BATT]: 0x01; Display # whether the battery (yes x01 = 0, 0 = no x00)
    [CLOCK]: 0x01; Display # whether hours (yes x01 = 0, 0 = no x00)
    [SEC]: 0x01; Display # whether seconds in hours (yes x01 = 0, 0 = no x00)
    [HEAP]: 0x00; Display # whether heap (yes x01 = 0, 0 = no x00)
    [DATE]: 0x00; Display # whether the date (yes x01 = 
    0, 0 = no x00)
    [STEMP]: 0x00; Display # whether the system temperature (yes x01 = 0, 0 = no x00)
    
    [CLOCKCLR]: 0xFFFFFFFF; # Colour time
    [CLOCKX1]: 0x5A; # coordinates of the upper left corner of hours X (in hex) ...
    [CLOCKY1]: 0x09; # coordinates of the upper left corner of hours Y
    [CLOCKX2]: 0xA0; # coordinates of the lower right corner of hours X
    [CLOCKY2]: 0x0E; # 
    coordinates of the lower right corner of hours Y
    [FONTCLOCK]: 0x02; # Font (see below)
    [PODSVETCLOCK]: 0x00; # whether Display backlight time around numbers (yes x01 = 0, 0 = no x00)
    [PODSVETCLOCKCLR]: 0xFF252525; # Color backlight time
    [THEMECLRCLOCK]: 0x00; # 
    Use Does color theme for hours (yes x01 = 0, 0 = no x00)
    [BATTCLR]: 0xFFFFFFFF; # Color batteries
    [BATTX1]: 0x70; # coordinates of the upper left corner battery X
    [BATTY1]: 0x01; # coordinates of the upper left corner battery Y
    [BATTX2]: 0x9A; # coordinates of the lower right corner battery X
    [BATTY2]: 0x0A; # 
    coordinates of the lower right 
    corner battery Y
    [FONTBATT]: 0x02; # Font (see below)
    [PODSVETBATT]: 0x00; # 
    whether Display backlight around batteries per cent 
    (yes x01 = 0, 0 = no x00)
    [PODSVETBATTCLR]: 
    0xFF222222; # Color illumination batteries
    [THEMECLRBATT]: 0x00; # Use Does color theme for the batteries (yes x01 = 0, 0 = no x00)
    [TRANSP]: 0x01; Display # von whether or not (no = 0 x01, in the form of rectangular display = 0 x00)
    [RAMCLR]: 0xFF000000 # Background Color
    [BACKCLR]: 0xFF0000FF; # border color background
    [MOVING]: 0x00; # Movement on the screen from left to right and back
    [SPDMOVING]: 0x05; # speed
    [MOVINGFROM]: 0x00; # Left border, where before moving clocks with animation (at 0 leave for the screen)
    [MOVINGTO]: 0x10E; # Right border, where before moving clocks with animation (100 go for the screen)
    [TIMER]: 0x05; # redraws the screen happens after [TIMER] * 100 milliseconds, ie if there put 0x0A, then every second. Caution: with too few importance vozniayut brakes in the menu
    [STANDBY]: 0x01; # Show in StandBy mode or not (yes x01 = 0, 0 = no x00)
    [ONLYSTANDBY]: 0x00; # Show all StandBy mode only (yes x01 = 0, 0 = no x00)
    [ONLYSTANDBYCLOCK]: 0x00; # Show hours StandBy mode only (yes x01 = 0, 0 = no x00)
    [ONLYSTANDBYBATT]: 0x00; Show # battery mode only StandBy (yes x01 = 0, 0 = no x00)
    [ONLYSTANDBYHEAP]: 0x00; Show # heap StandBy mode only (yes x01 = 0, 0 = no x00)
    [ONLYSTANDBYDATE]: 0x00; # Show date StandBy mode only (yes x01 = 0, 0 = no x00)
    [ONLYSTANDBYSTEMP]: 0x00; Show # temperature phone StandBy mode only (yes x01 = 0, 0 = no x00)
    [NOTSTANDBYCLOCK]: 0x01; # Do not show clocks in StandBy mode (yes x01 = 0, 0 = no x00)
    [NOTSTANDBYBATT]: 0x00; # Do not show battery in StandBy mode (yes x01 = 0, 0 = no x00)
    [NOTSTANDBYHEAP]: 0x01; # Do not show heap in StandBy mode (yes x01 = 0, 0 = no x00)
    [NOTSTANDBYDATE]: 0x01; # Do not display the date in StandBy mode (yes x01 = 0, 0 = no x00)
    [NOTSTANDBYSTEMP]: 0x01; # Do not show the temperature in StandBy mode (yes x01 = 0, 0 = no x00)
    
    ////////////////////////////////////////////////// ////////
    Minispravka.
    0xFF0000FF - color in hexadecimal codes in RGB format, in this case blue
    0x8000FF00 - translucent green, or The first two digits - it is transparent, and less than they, the transparent element
    0x10990000 - light red
    For more precise use of colors, for example RGBTester. It shows three numbers on red, green and blue background.
    And at the bottom showing the resulting color. Finding your desired color, such as pink (with the number of 185, 30 and 130), looking at the numbers and translating them into a system of hexadecimal calculator - get B9, 1E and 82.
    Now decide kakya we need transparency. If you want color was completely opaque, it is FF. If completely transparent, it is 00, if poluprozrachen, respectively, 80. Naturally. You can choose other figures, varying transparency. (Let's say I chose translucent color 80)
    And finally, we got color, 0x80B91E82.
                        Code fonts:
    FONT_D_7R 0x01
    FONT_E_14R 0x02
    FONT_E_14B 0x03
    FONT_E_14I 0x04
    FONT_E_14BI 0x05
    FONT_E_16R 0x06
    FONT_E_16B 0x07
    FONT_E_16I 0x08
    FONT_E_16BI 0x09
    FONT_E_20R 0x0A
    FONT_E_20B 0x0B
    FONT_E_20I 0x0C
    FONT_E_20BI 0x0D
    FONT_D_24B 0x0E
    FONT_D_29B 0x0F

  3. #3
    Top Sony Administrador Avatar de Cr@cShoT
    Fecha de ingreso
    24/feb/2008
    Ubicación
    Puno - Perú
    Móvil
    Lg G2 D805
    Mensajes
    4.322

    Respuesta: ClockBattMod 5

    Elf mostrando la información en StatusRow. Ahora, con la configuración bcfg.

    Características:
    - Muestra la hora, la fecha, la temperatura, el teléfono, porcentaje de la bateria
    - Totalmente personalizable bcfg-config en la pantalla.

    Menos de un año, y he añadido el duende bcfg-config. Ahora es posible hacer un retiro de la información enumerada anteriormente, todo lo que quieras: una opción para mostrar en la pantalla principal o no, la elección de color, estado, tiempo de actualización, etc
    Además, el código optimizado Elfs, de modo tal que se redujo en 2 veces

    Por supuesto, entiendo que ya existe un gran número de única y muy pocas personas utilizan este elf, pero al menos ahora lo tengo más o menos presentable apariencia.


    Archivos adjuntados

  4. #4
    •Advanced Porter Avatar de Josthyn
    Fecha de ingreso
    03/dic/2008
    Ubicación
    Punta Hermosa, Lima, Peru, Peru
    Móvil
    Iphone 6
    Mensajes
    2.004

    ClockBattMod5_sp_josthyn05

    ClockBattMod5_sp_josthyn05


    aca la traduccion del clockbattmod5 del idioma ingles al español...


    Archivos adjuntados

Información de tema

Usuarios viendo este tema

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

Temas similares

  1. [DISCUSION] ClockBattMod 4.5
    Por kukufato en el foro Solo Discusiones
    Respuestas: 14
    Último mensaje: 28/06/2008, 20:03:18

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
  •