En calidad de Afiliado de Amazon, obtengo ingresos por las compras adscritas que cumplen los requisitos aplicables
Página 3 de 7 PrimerPrimer 1234567 ÚltimoÚltimo
Resultados 21 al 30 de 66

Tema: Firmware 4.11.11980

  1. #21
    Veteran@ en el foro Avatar de moshano
    Fecha de ingreso
    24 oct, 11
    Mensajes
    198

    Predeterminado Re: Firmware 4.11.11980

    Cita Iniciado por jcn363 Ver mensaje
    Si

    Enviado desde mi A0001 mediante Tapatalk
    Muchas gracias. Y entonces si es válido para el resto de "Marks", ¿por qué no lo hacen disponible oficialmente?

  2. #22
    Veteran@ en el foro Avatar de jcn363
    Fecha de ingreso
    24 feb, 13
    Ubicación
    Go with the wind (43°19'17.7"N 2°00'19.4"W)
    Mensajes
    375

    Predeterminado Re: Firmware 4.11.11980

    Cita Iniciado por moshano Ver mensaje
    Muchas gracias. Y entonces si es válido para el resto de "Marks", ¿por qué no lo hacen disponible oficialmente?
    Cada vez que sacan un nuevo dispositivo hacen lo mismo 😭

    Enviado desde mi A0001 mediante Tapatalk
    Es mejor permanecer callado y parecer tonto
    que hablar y despejar las dudas definitivamente.
    Groucho Marx






  3. #23
    Veteran@ en el foro Avatar de flipado
    Fecha de ingreso
    19 oct, 13
    Mensajes
    360

    Predeterminado Re: Firmware 4.11.11980

    Cita Iniciado por jcn363 Ver mensaje
    Para los que queráis/necesitéis los textos de la interfaz tan solo un poco más grandes he creado la versión h-mini (para ClaraHD/H2O/GloHD/AuraHD) de Progresive.
    Básicamente, es una actualización del BAD EYES de tshering, que amplia (un poco en este caso) el tamaño de texto de la interfaz, con una simplificación de la pantalla principal (sólo se muestran las lecturas actuales y los últimos documentos incorporados al dispositivo) y la adición de parches (juegos, incremento de portadas...) optimizando el código. Está documentado de aquella manera y en inglés.
    Sirve tanto para 4.11.11980 como para 4.11.11982.
    Sus limitaciones son las mismas que las de su hermano mayor: no se debería usar si se lee en turco o japonés y habría que modificarlo si se quisiera usar en otro dispositivo o incluir/quitar (casi) cualquier parche de nickel.
    Si tienes dudas, peticiones, lo usas y/o encuentras cualquier... no lo dudes.
    ATENCIÓN:
    No se garantiza nada y la responsabilidad es toda tuya.
    Suerte
    ¿cómo se instala?
    "Habrá un día en que todos, al levantar la vista veremos una tierra que ponga Libertad"- Labordeta
    "Partiendo de la nada hemos alcanzado las más altas cotas de miseria"- Groucho Marx
    si tu no kiers mplear n poko d tu tmpo n scrivr d form q s t ntnda sin ncsidad d trduccn, no pids q inviert l mio n dscfrarlo

  4. #24
    Veteran@ en el foro Avatar de Nominar
    Fecha de ingreso
    13 sep, 14
    Mensajes
    105

    Predeterminado Re: Firmware 4.11.11980

    Cita Iniciado por jcn363 Ver mensaje
    Aquí y aquí.
    Suerte.
    Se sigue aplicando el mismo criterio de tu progresive 4.10.11655, para ampliar el tamaño de los textos de los menus, es decir buscando todos los códigos #Texts in submenus y agregar el px que me interese y colocar también el cambio a negritas con Para añadirle negrita hay añadir font-weight:bold?

  5. #25
    Veteran@ en el foro Avatar de jcn363
    Fecha de ingreso
    24 feb, 13
    Ubicación
    Go with the wind (43°19'17.7"N 2°00'19.4"W)
    Mensajes
    375

    Predeterminado Re: Firmware 4.11.11980

    Cita Iniciado por flipado Ver mensaje
    ¿cómo se instala?
    Como cualquier otro parche:
    a) lo copias al principio, al final o donde más rabia te dé dentro de tu nickel.yaml. Y añades la línea correspondiente dentro de la sección overrides y debajo de nickel.yaml del fichero kobopatch.yaml.
    Contenido oculto:
    Código:
    overrides:
      src/nickel.yaml:
        PROGRESIVE: yes

    b) copias el archivo en la misma carpeta donde están los demás ficheros de parches (src) y añades las siguientes líneas en el fichero kobopatch.yaml.
    Contenido oculto:
    Código:
    patches:
      src/nickel-P.yaml: usr/local/Kobo/nickel
    ...
    overrides:
      src/nickel-P.yaml:
        PROGRESIVE: yes

    Mi recomendación es que hagas esto último.
    Adjunto el mío como referencia.

    NOTA: los espacios iniciales importan y los # indican que lo que sigue es un comentario.
    Contenido oculto:
    Código:
    ## Works with kobopatch v0.9.1 and later.
    ## You can update kobopatch by downloading the latest release from https://github.com/geek1011/kobopatch/releases. 
    version: 4.11.11982
    in: src/kobo-update-4.11.11982.zip
    out: out/KoboRoot.tgz
    log: out/log.txt
    
    patchFormat: kobopatch
    
    ## Comment with ## at the beginning of the line, any of the four "patchable" files if you do not want 
    ## to patch this specific file (saves space in the KoboRoot.tgz file). If no line is commented with #,
    ## the four files will be saved to KoboRoot.tgz regardless of they have been patched or not.
    patches:
      src/nickel-P.yaml: usr/local/Kobo/nickel
    ###  src/nickel-PH.yaml: usr/local/Kobo/nickel
    ###  src/nickel-Pi.yaml: usr/local/Kobo/nickel
    #  src/nickel-PZ.yaml: usr/local/Kobo/nickel
    #  src/nickel-PNZ.yaml: usr/local/Kobo/nickel
    #  src/nickel.yaml: usr/local/Kobo/nickel
      src/sickel.yaml: usr/local/Kobo/sickel
    #  src/libadobe.so.yaml: usr/local/Kobo/libadobe.so
      src/libnickel-PROGRESIVE.yaml: usr/local/Kobo/libnickel.so.1.0.0
      src/libnickel.so.1.0.0.yaml: usr/local/Kobo/libnickel.so.1.0.0
      src/librmsdk.so.1.0.0.yaml: usr/local/Kobo/librmsdk.so.1.0.0
    
    ## You can put lines in the following section to override the enabled state of patches.
    ## The indentation matters! Each file to be patched (e.g. src/nickel.yaml:)should be indented by 2 spaces.
    ## Each override (e.g. Custom synopsis/details line spacing: yes) should be indented by 4 spaces. 
    ## Add to the section below. This section can be copy and pasted into newer patch versions to
    ## keep your selections. 
    ## The name of the overrides has to be exactly the same than in the corresponding yaml file.
    ##
    ## Example of how it should look:
    ## overrides:
    ##   src/nickel.patch:
    ##     Custom synopsis/details line spacing: yes
    ##     Whatever the patch is called: no
    ##   src/libadobe.so.patch:
    ##     You get the idea: yes
    overrides:
      src/nickel-P.yaml:
        PROGRESIVE: yes
      src/nickel-PH.yaml:
        PROGRESIVE: yes
      src/nickel-Pi.yaml:
        PROGRESIVE: yes
      src/nickel-PZ.yaml:
        PROGRESIVE: yes
      src/nickel-PNZ.yaml:
        PROGRESIVE: yes
      src/nickel.yaml:
        Show all games: no
        Remove forgot pin button from lock screen: no
        Remove recommendations (row1col2) from home screen: no
        Change pop-up footnote font-family: no
    # PATCH GROUP - DON'T EANBLE MORE THAN 1
        Disable reading footer: no
        Custom reading footer style: yes
    # END GROUP
        Custom synopsis/details line spacing: yes
        Custom synopsis/font size: yes
    # PATCH GROUP - DON'T EANBLE MORE THAN 1
        Custom menubar - reduce height by 33%: no
        Custom menubar - reduce height by 50%: yes
    # END GROUP
        Dictionary pop-up frame size increase: no
        Dictionary pop-up - increase available text area: yes
        Fix reading stats/author name cut off when series is showing: no
        Changing the info panel in full size screensaver- beta 1: no
        Increase the cover size in library: yes
        Increase the view details container size: yes
        Increase size of kepub chapter progress chart: yes
        Custom font to collection and author titles: no
        Increase headlines font: no
        New home screen subtitle custom font: no
    # PATCH GROUP - DON'T EANBLE MORE THAN 1
        Remove footer (row3) and increase cover size on new home screen: yes
        Remove footer (row3) on new home screen: no
        New home screen increasing cover size: no
    # END GROUP
      src/sickel.yaml:
    # PATCH GROUP - DON'T EANBLE MORE THAN 1
        sickel reboot timeout (20 sec): no
        sickel reboot timeout (30 sec): yes
    # END GROUP
      src/libadobe.so.yaml:
        Remove PDF map widget shown during panning: yes
      src/libnickel-PROGRESIVE.yaml:
        Dictionary, remove long winded closest match notification: yes
        unclassified (PROGRESIVE): #yes deprecated since 4.11.11911
        My ePub/Kepub fixed font sharpness: no
        Wikipedia Search language: yes
        My KePub stylesheet additions: yes
        My Dictionary text font-family/font-size/line-height: yes
        My Brightness fine control: no
      src/libnickel.so.1.0.0.yaml:
        Rename new home screen footer: no
        Set slide to unlock: yes #10
        Enable rotation on all devices: yes #2
        Both page turn buttons go next: no
        Rename settings: no
        Replace adobe page numbers toggle with invert screen: yes #1
    # PATCH GROUP - DON'T EANBLE MORE THAN 1
        My 10 line spacing values: yes #8
        My 24 line spacing values: #6 yes
    # END GROUP
        Custom left & right margins: yes
        Custom font sizes: yes #9
        Freedom to advanced fonts control: yes #5
    # PATCH GROUP - DON'T EANBLE MORE THAN 1
        ePub fixed/adjustable top/bottom margins: #11 yes
        ePub fixed top/bottom margins: no
        ePub disable built-in body padding-bottom: no
    # END GROUP
        Custom kepub default margins: yes #3
        Block WiFi firmware upgrade: yes
        Custom footer (page number text): yes
        Custom Sleep/Power-off timeouts: no
        Set KePub hyphenation: yes #7
        Fix three KePub fullScreenReading bugs: yes
        Force user line spacing in KePubs: yes
        Force user line spacing in ePubs (part 1 of 2): yes # PART 2 in librmsdk.so.1.0.0.yaml
    # PATCH GROUP - DON'T EANBLE MORE THAN 1
        Un-force font-family override p tags (std epubs): no
        Force user font-family in ePubs (Part 1 of 2): yes # PART 2 in librmsdk.so.1.0.0.yaml
    # END GROUP
        ePub constant font sharpness: no
        KePub constant font sharpness: no
        Un-Force user text-align in div,p tags in KePubs: yes
        Always display chapter name on navigation menu: yes #12
        Un-Force user font-family in KePubs: yes
        Un-force link decoration in KePubs: yes
        KePub stylesheet additions: no
        Change dicthtml strings to micthtml: no
        Allow searches on Extra dictionaries: yes
        Ignore .otf fonts: no
        Brightness fine control: #yes
        Clock display duration: yes #4
    # PATCH GROUP - DON'T EANBLE MORE THAN 1
        Keyboard template (Mini/Touch/Glo/Aura): no
        Keyboard template (AuraHD/H2O): no
        Keyboard template (GloHD/ClaraHD/AuraOne/H2O2): no
        Cyrillic keyboard (Mini/Touch/Glo/Aura/AuraHD/H2O): no
        Cyrillic Keyboard (GloHD/ClaraHD/AuraOne/H2O2): no
        Arabic keyboard (Mini/Touch/Glo/Aura/AuraHD/H2O): no
        Hebrew keyboard (Mini/Touch/Glo/Aura): no
        Hebrew keyboard (AuraHD/H2O): no
        Hebrew keyboard (GloHD/ClaraHD/AuraOne/H2O2): no
        Greek Keyboard (GloHD/ClaraHD/AuraOne/H2O2): no
    # END GROUP
        Dictionary text font-family/font-size/line-height - beta: no
        Dictionary, remove long winded closest match notification: no
        Wikipedia Search language: no
      src/librmsdk.so.1.0.0.yaml:
        Disable orphans/widows avoidance: yes
        Default ePub monospace font (Courier): yes
        Default ePub serif font (Amasis): no
        Default ePub sans-serif font (Gill Sans): no
        Default ePub symbol font (Symbol): no
        Force user line spacing in ePubs (Part 2 of 2): yes # PART 1 in libnickel.so.1.0.0.yaml
        Force user font-family in ePubs (Part 2 of 2): yes # PART 1 in libnickel.so.1.0.0.yaml
        Ignore ePub book Adobe XPGT stylesheet (page-template.xpgt): yes
        Ignore ePub book CSS and Adobe XPGT stylesheets: no
        Ignore ePub TOC navpoints: no
    
    ## TRANSLATIONS ##
    # Optional, use only if lrelease is not in PATH and if translations are needed
    # lrelease: /path/to/lrelease
    
    # Uncomment the following to add translations (replace lc with the language code)
    # translations:
    #   src/whatever.ts: usr/local/Kobo/translations/trans_lc.qm
    translations:
      src/translations/trans_es.ts: usr/local/Kobo/translations/trans_es.qm
    
    ## ADDITIONAL FILES ##
    # Uncomment the following to add additional files to the tgz (like init scripts or hyphen dicts)
    # The files will be root-owned, and world readable, writable, and executable (0777)
    # files:
    #   src/whatever.txt: usr/local/Kobo/whatever.txt
    files:
      src/hyphenDicts/dicthtml-e6.zip: mnt/onboard/.kobo/dict/dicthtml-es.zip
      src/hyphenDicts/hyph_de.dic: usr/local/Kobo/hyphenDicts/hyph_de.dic
      src/hyphenDicts/hyph_es.dic: usr/local/Kobo/hyphenDicts/hyph_es.dic
      src/hyphenDicts/hyph_es_ES.dic: usr/local/Kobo/hyphenDicts/hyph_es_ES.dic
      src/hyphenDicts/hyph_en_US.dic: usr/local/Kobo/hyphenDicts/hyph_en_US.dic
      src/hyphenDicts/hyph_fr.dic: usr/local/Kobo/hyphenDicts/hyph_fr.dic
      src/hyphenDicts/hyph_la.dic: usr/local/Kobo/hyphenDicts/hyph_la.dic
      src/otros/hosts-363: etc/hosts
    #
    #  Los siguientes archivos se copian en dos sitios
    #
      src/otros/jcn-t.css:
        - mnt/onboard/kobo_extra.css
        - mnt/onboard/.kobo/kepub/kepub-book.css
      src/fonts/IBMPlexMono-Regular.ttf:
        - mnt/onboard/fonts/IBMPlexMono-Regular.ttf
        - mnt/onboard/.adds/koreader/fonts/ibm/IBMPlexMono-Regular.ttf
      src/fonts/IBMPlexMono-Italic.ttf:
        - mnt/onboard/fonts/IBMPlexMono-Italic.ttf
        - mnt/onboard/.adds/koreader/fonts/ibm/IBMPlexMono-Italic.ttf
      src/fonts/IBMPlexMono-Bold.ttf:
        - mnt/onboard/fonts/IBMPlexMono-Bold.ttf
        - mnt/onboard/.adds/koreader/fonts/ibm/IBMPlexMono-Bold.ttf
      src/fonts/IBMPlexMono-BoldItalic.ttf:
        - mnt/onboard/fonts/IBMPlexMono-BoldItalic.ttf
        - mnt/onboard/.adds/koreader/fonts/ibm/IBMPlexMono-BoldItalic.ttf
      src/fonts/IBMPlexSans-Regular.ttf:
        - mnt/onboard/fonts/IBMPlexSans-Regular.ttf
        - mnt/onboard/.adds/koreader/fonts/ibm/IBMPlexSans-Regular.ttf
      src/fonts/IBMPlexSans-Italic.ttf:
        - mnt/onboard/fonts/IBMPlexSans-Italic.ttf
        - mnt/onboard/.adds/koreader/fonts/ibm/IBMPlexSans-Italic.ttf
      src/fonts/IBMPlexSans-Bold.ttf:
        - mnt/onboard/fonts/IBMPlexSans-Bold.ttf
        - mnt/onboard/.adds/koreader/fonts/ibm/IBMPlexSans-Bold.ttf
      src/fonts/IBMPlexSans-BoldItalic.ttf:
        - mnt/onboard/fonts/IBMPlexSans-BoldItalic.ttf
        - mnt/onboard/.adds/koreader/fonts/ibm/IBMPlexSans-BoldItalic.ttf
      src/fonts/IBMPlexSerif-Regular.ttf:
        - mnt/onboard/fonts/IBMPlexSerif-Regular.ttf
        - mnt/onboard/.adds/koreader/fonts/ibm/IBMPlexSerif-Regular.ttf
      src/fonts/IBMPlexSerif-Italic.ttf:
        - mnt/onboard/fonts/IBMPlexSerif-Italic.ttf
        - mnt/onboard/.adds/koreader/fonts/ibm/IBMPlexSerif-Italic.ttf
      src/fonts/IBMPlexSerif-Bold.ttf:
        - mnt/onboard/fonts/IBMPlexSerif-Bold.ttf
        - mnt/onboard/.adds/koreader/fonts/ibm/IBMPlexSerif-Bold.ttf
      src/fonts/IBMPlexSerif-BoldItalic.ttf:
        - mnt/onboard/fonts/IBMPlexSerif-BoldItalic.ttf
        - mnt/onboard/.adds/koreader/fonts/ibm/IBMPlexSerif-BoldItalic.ttf
      src/fonts/SansForgetica-Regular.otf:
        - mnt/onboard/fonts/SansForgetica-Regular.otf
        - mnt/onboard/.adds/koreader/fonts/Forgetica/SansForgetica-Regular.otf


    Si necesitas más información y si te quedan dudas... pregunta.


    Cita Iniciado por Nominar Ver mensaje
    Se sigue aplicando el mismo criterio de tu progresive 4.10.11655...
    Si. Aunque lo he modificado y depurado (espero que mejorado también), básicamente son iguales.
    Hay que poner un especial cuidado a la hora de modificar los nozlib porque la longitud de lo que se quiere cambiar (find) ha de ser idéntica a lo que se quiere poner (replace).
    Para evitar, dentro de lo posible, cualquier error de este tipo he añadido al final de estos parches MustMatchLength: yes con lo cual, si las cadenas son diferentes, dará error y no nos creará el archivo de instalación.

    Suerte.
    Es mejor permanecer callado y parecer tonto
    que hablar y despejar las dudas definitivamente.
    Groucho Marx






  6. El Siguiente Usuario Agradeció a jcn363 Por Este Mensaje:


  7. #26
    Veteran@ en el foro Avatar de Nominar
    Fecha de ingreso
    13 sep, 14
    Mensajes
    105

    Predeterminado Re: Firmware 4.11.11980

    Cita Iniciado por jcn363 Ver mensaje
    Como cualquier otro parche:
    Si. Aunque lo he modificado y depurado (espero que mejorado también), básicamente son iguales.
    Hay que poner un especial cuidado a la hora de modificar los nozlib porque la longitud de lo que se quiere cambiar (find) ha de ser idéntica a lo que se quiere poner (replace).
    Para evitar, dentro de lo posible, cualquier error de este tipo he añadido al final de estos parches MustMatchLength: yes con lo cual, si las cadenas son diferentes, dará error y no nos creará el archivo de instalación.

    He intentado modificar tu progresive para aplicarle alos menus y submenus la letras negrita, agregándole el font-weight:bold, pero no he podido, me marca error.

    Tampoco he podido ajustar los valores del custom readingfooter
    Alguna sugerencia de cómo hacerlo?
    Gracias

  8. #27
    Veteran@ en el foro Avatar de jcn363
    Fecha de ingreso
    24 feb, 13
    Ubicación
    Go with the wind (43°19'17.7"N 2°00'19.4"W)
    Mensajes
    375

    Predeterminado Re: Firmware 4.11.11980

    Cita Iniciado por Nominar Ver mensaje
    He intentado modificar tu progresive para aplicarle alos menus y submenus la letras negrita, agregándole el font-weight:bold, pero no he podido, me marca error.

    Tampoco he podido ajustar los valores del custom readingfooter
    Alguna sugerencia de cómo hacerlo?
    Gracias
    Pon lo que has intentado modificar y los errores que te han dado para poder decirte como arreglarlo.
    Si no recuerdo mal, el custom readingfooter es un nozlib y el problema será que no has mantenido la misma longitud de cadena que tenías al principio.
    En los submenus, que es un zlib, no deberías tener problemas en poner algo como:
    Código:
                    RegularLabel{font-family:Georgia;font-weight:bold;font-size:40px;}
    siempre que lo estés haciendo en el replace y no en el find, claro está.
    Suerte.
    Es mejor permanecer callado y parecer tonto
    que hablar y despejar las dudas definitivamente.
    Groucho Marx






  9. #28
    Veteran@ en el foro Avatar de Nominar
    Fecha de ingreso
    13 sep, 14
    Mensajes
    105

    Programa Re: Firmware 4.11.11980

    Cita Iniciado por jcn363 Ver mensaje
    Pon lo que has intentado modificar y los errores que te han dado para poder decirte como arreglarlo.
    Si no recuerdo mal, el custom readingfooter es un nozlib y el problema será que no has mantenido la misma longitud de cadena que tenías al principio.
    En los submenus, que es un zlib, no deberías tener problemas en poner algo como:
    Código:
                    RegularLabel{font-family:Georgia;font-weight:bold;font-size:40px;}
    siempre que lo estés haciendo en el replace y no en el find, claro está.
    Suerte.
    Pues sigo sin poder hacerlo de forma correcta, me avienta algunos errores, te dejo el log para ver qué puede ser.

    Gracias
    | could not apply patch: i21: ReplaceZlib: find string not found in stream (TouchMenu{border:none;}NickelTouchMenu{background-color:transparent;margin:14px;}MenuTextItem,MenuIm ageItem{background-color:white;}MenuTextItem[qApp_deviceIsTrilogy=true],MenuImageItem[qApp_deviceIsTrilogy=true]{min-width:200px;}MenuTextItem[qApp_deviceIsPhoenix=true],MenuImageItem[qApp_deviceIsPhoenix=true]{min-width:220px;}MenuTextItem[qApp_deviceIsDragon=true],MenuImageItem[qApp_deviceIsDragon=true]{min-width:300px;}MenuTextItem[qApp_deviceIsDaylight=true],MenuImageItem[qApp_deviceIsDaylight=true]{min-width:390px;}MenuTextItem[qApp_deviceIsTrilogy=true]{min-height:46px;max-height:46px;}MenuTextItem[qApp_deviceIsPhoenix=true]{min-height:56px;max-height:56px;}MenuTextItem[qApp_deviceIsDragon=true]{min-height:70px;max-height:70px;}MenuTextItem[qApp_deviceIsDaylight=true]{min-height:90px;max-height:90px;}MenuTextItem[qApp_isFontScaleLarge=true][qApp_deviceIsTrilogy=true]{min-height:57px;max-height:57px;}MenuTextItem[qApp_isFontScaleLarge=true][qApp_deviceIsPhoenix=true]{min-height:70px;max-height:70px;}MenuTextItem[qApp_isFontScaleLarge=true][qApp_deviceIsDragon=true]{min-height:87px;max-height:87px;}MenuTextItem[qApp_isFontScaleLarge=true][qApp_deviceIsDaylight=true]{min-height:112px;max-height:112px;}MenuTextItem #menuTextItemLabel{background-color:white;color:black;}MenuTextItem #menuTextItemLabel[qApp_localeName="ja_JP"]{font-family:Sans-SerifJP, sans-serif;font-style:normal;}MenuTextItem #menuTextItemLabel[qApp_deviceIsTrilogy=true]{font-size:19px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsPhoenix=true]{font-size:23px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsDragon=true]{font-size:29px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsAlyssum=true]{font-size:32px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsNova=true]{font-size:32px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsDaylight=true]{font-size:37px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsTrilogy=true]{padding-top:2px;padding-bottom:2px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsPhoenix=true]{padding-top:3px;padding-bottom:3px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsDragon=true]{padding-top:4px;padding-bottom:4px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsDaylight=true]{padding-top:5px;padding-bottom:5px;}MenuTextItem[italics=false] #menuTextItemLabel{font-family:Georgia;font-weight:bold;font-style:italic;}MenuTextItem[enabled=false] #menuTextItemLabel{color:#999999;}#dictionary[qApp_deviceIsTrilogy=true]{margin-top:20px;margin-left:10px;}#dictionary[qApp_deviceIsPhoenix=true]{margin-top:20px;margin-left:20px;}#dictionary[qApp_deviceIsDragon=true]{margin-top:30px;margin-left:30px;}#dictionary[qApp_deviceIsDaylight=true]{margin-top:42px;margin-left:42px;}#settings{background-color:#d9d9d9;font-family:Georgia;}#settings[qApp_localeName="ja_JP"]{font-family:Sans-SerifJP, sans-serif;font-style:normal;}#settings[qApp_deviceIsTrilogy=true]{font-size:19px;}#settings[qApp_deviceIsPhoenix=true]{font-size:23px;}#settings[qApp_deviceIsDragon=true]{font-size:29px;}#settings[qApp_deviceIsAlyssum=true]{font-size:32px;}#settings[qApp_deviceIsNova=true]{font-size:32px;}#settings[qApp_deviceIsDaylight=true]{font-size:37px;}#settings[qApp_deviceIsTrilogy=true]{padding-left:12px;padding-right:12px;}#settings[qApp_deviceIsPhoenix=true]{padding-left:16px;padding-right:16px;}#settings[qApp_deviceIsDragon=true]{padding-left:22px;padding-right:22px;}#settings[qApp_deviceIsDaylight=true]{padding-left:28px;padding-right:28px;}#settings[qApp_deviceIsTrilogy=true]{margin-top:20px;}#settings[qApp_deviceIsPhoenix=true]{margin-top:20px;}#settings[qApp_deviceIsDragon=true]{margin-top:30px;}#settings[qApp_deviceIsDaylight=true]{margin-top:39px;}#message{font-family:Avenir;padding:0px;}#message[qApp_localeName="ja_JP"]{font-family:Sans-SerifJP, sans-serif;font-style:normal;}#message[qApp_localeName="tr_TR"]{font-family:Georgia;}#message[qApp_deviceIsPhoenix=true]{margin-left:35px;margin-right:35px;}#message[qApp_deviceIsDragon=true]{margin-left:50px;margin-right:50px;}#message[qApp_deviceIsDaylight=true]{margin-left:65px;margin-right:65px;}#footer[qApp_deviceIsTrilogy=true]{max-height:46px;min-height:46px;}#footer[qApp_deviceIsPhoenix=true]{qproperty-leftMargin:20;qproperty-rightMargin:20;qproperty-bottomMargin:20;max-height:60px;min-height:60px;}#footer[qApp_deviceIsDragon=true]{qproperty-leftMargin:25;qproperty-rightMargin:25;qproperty-bottomMargin:25;max-height:90px;min-height:90px;}#footer[qApp_deviceIsDaylight=true]{qproperty-leftMargin:32;qproperty-rightMargin:32;qproperty-bottomMargin:32;max-height:120px;min-height:120px;}#language[qApp_deviceIsTrilogy=true]{font-size:19px;}#language[qApp_deviceIsPhoenix=true]{font-size:23px;}#language[qApp_deviceIsDragon=true]{font-size:29px;}#language[qApp_deviceIsAlyssum=true]{font-size:32px;}#language[qApp_deviceIsNova=true]{font-size:32px;}#language[qApp_deviceIsDaylight=true]{font-size:37px;}#language[qApp_deviceIsTrilogy=true]{max-height:50px;}#language[qApp_deviceIsPhoenix=true]{max-height:62px;}#language[qApp_deviceIsDragon=true]{max-height:80px;}#language[qApp_deviceIsDaylight=true]{max-height:104px;}#header{border-bottom:1px solid gray;qproperty-bottomMargin:1px;}#header[qApp_deviceIsTrilogy=true]{max-height:46px;min-height:46px;}#header[qApp_deviceIsPhoenix=true]{max-height:60px;min-height:60px;}#header[qApp_deviceIsDragon=true]{max-height:90px;min-height:90px;}#header[qApp_deviceIsDaylight=true]{max-height:120px;min-height:120px;})
    --> ReplaceZlib: find string not found in stream (TouchMenu{border:none;}NickelTouchMenu{background-color:transparent;margin:14px;}MenuTextItem,MenuIm ageItem{background-color:white;}MenuTextItem[qApp_deviceIsTrilogy=true],MenuImageItem[qApp_deviceIsTrilogy=true]{min-width:200px;}MenuTextItem[qApp_deviceIsPhoenix=true],MenuImageItem[qApp_deviceIsPhoenix=true]{min-width:220px;}MenuTextItem[qApp_deviceIsDragon=true],MenuImageItem[qApp_deviceIsDragon=true]{min-width:300px;}MenuTextItem[qApp_deviceIsDaylight=true],MenuImageItem[qApp_deviceIsDaylight=true]{min-width:390px;}MenuTextItem[qApp_deviceIsTrilogy=true]{min-height:46px;max-height:46px;}MenuTextItem[qApp_deviceIsPhoenix=true]{min-height:56px;max-height:56px;}MenuTextItem[qApp_deviceIsDragon=true]{min-height:70px;max-height:70px;}MenuTextItem[qApp_deviceIsDaylight=true]{min-height:90px;max-height:90px;}MenuTextItem[qApp_isFontScaleLarge=true][qApp_deviceIsTrilogy=true]{min-height:57px;max-height:57px;}MenuTextItem[qApp_isFontScaleLarge=true][qApp_deviceIsPhoenix=true]{min-height:70px;max-height:70px;}MenuTextItem[qApp_isFontScaleLarge=true][qApp_deviceIsDragon=true]{min-height:87px;max-height:87px;}MenuTextItem[qApp_isFontScaleLarge=true][qApp_deviceIsDaylight=true]{min-height:112px;max-height:112px;}MenuTextItem #menuTextItemLabel{background-color:white;color:black;}MenuTextItem #menuTextItemLabel[qApp_localeName="ja_JP"]{font-family:Sans-SerifJP, sans-serif;font-style:normal;}MenuTextItem #menuTextItemLabel[qApp_deviceIsTrilogy=true]{font-size:19px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsPhoenix=true]{font-size:23px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsDragon=true]{font-size:29px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsAlyssum=true]{font-size:32px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsNova=true]{font-size:32px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsDaylight=true]{font-size:37px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsTrilogy=true]{padding-top:2px;padding-bottom:2px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsPhoenix=true]{padding-top:3px;padding-bottom:3px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsDragon=true]{padding-top:4px;padding-bottom:4px;}MenuTextItem #menuTextItemLabel[qApp_deviceIsDaylight=true]{padding-top:5px;padding-bottom:5px;}MenuTextItem[italics=false] #menuTextItemLabel{font-family:Georgia;font-weight:bold;font-style:italic;}MenuTextItem[enabled=false] #menuTextItemLabel{color:#999999;}#dictionary[qApp_deviceIsTrilogy=true]{margin-top:20px;margin-left:10px;}#dictionary[qApp_deviceIsPhoenix=true]{margin-top:20px;margin-left:20px;}#dictionary[qApp_deviceIsDragon=true]{margin-top:30px;margin-left:30px;}#dictionary[qApp_deviceIsDaylight=true]{margin-top:42px;margin-left:42px;}#settings{background-color:#d9d9d9;font-family:Georgia;}#settings[qApp_localeName="ja_JP"]{font-family:Sans-SerifJP, sans-serif;font-style:normal;}#settings[qApp_deviceIsTrilogy=true]{font-size:19px;}#settings[qApp_deviceIsPhoenix=true]{font-size:23px;}#settings[qApp_deviceIsDragon=true]{font-size:29px;}#settings[qApp_deviceIsAlyssum=true]{font-size:32px;}#settings[qApp_deviceIsNova=true]{font-size:32px;}#settings[qApp_deviceIsDaylight=true]{font-size:37px;}#settings[qApp_deviceIsTrilogy=true]{padding-left:12px;padding-right:12px;}#settings[qApp_deviceIsPhoenix=true]{padding-left:16px;padding-right:16px;}#settings[qApp_deviceIsDragon=true]{padding-left:22px;padding-right:22px;}#settings[qApp_deviceIsDaylight=true]{padding-left:28px;padding-right:28px;}#settings[qApp_deviceIsTrilogy=true]{margin-top:20px;}#settings[qApp_deviceIsPhoenix=true]{margin-top:20px;}#settings[qApp_deviceIsDragon=true]{margin-top:30px;}#settings[qApp_deviceIsDaylight=true]{margin-top:39px;}#message{font-family:Avenir;padding:0px;}#message[qApp_localeName="ja_JP"]{font-family:Sans-SerifJP, sans-serif;font-style:normal;}#message[qApp_localeName="tr_TR"]{font-family:Georgia;}#message[qApp_deviceIsPhoenix=true]{margin-left:35px;margin-right:35px;}#message[qApp_deviceIsDragon=true]{margin-left:50px;margin-right:50px;}#message[qApp_deviceIsDaylight=true]{margin-left:65px;margin-right:65px;}#footer[qApp_deviceIsTrilogy=true]{max-height:46px;min-height:46px;}#footer[qApp_deviceIsPhoenix=true]{qproperty-leftMargin:20;qproperty-rightMargin:20;qproperty-bottomMargin:20;max-height:60px;min-height:60px;}#footer[qApp_deviceIsDragon=true]{qproperty-leftMargin:25;qproperty-rightMargin:25;qproperty-bottomMargin:25;max-height:90px;min-height:90px;}#footer[qApp_deviceIsDaylight=true]{qproperty-leftMargin:32;qproperty-rightMargin:32;qproperty-bottomMargin:32;max-height:120px;min-height:120px;}#language[qApp_deviceIsTrilogy=true]{font-size:19px;}#language[qApp_deviceIsPhoenix=true]{font-size:23px;}#language[qApp_deviceIsDragon=true]{font-size:29px;}#language[qApp_deviceIsAlyssum=true]{font-size:32px;}#language[qApp_deviceIsNova=true]{font-size:32px;}#language[qApp_deviceIsDaylight=true]{font-size:37px;}#language[qApp_deviceIsTrilogy=true]{max-height:50px;}#language[qApp_deviceIsPhoenix=true]{max-height:62px;}#language[qApp_deviceIsDragon=true]{max-height:80px;}#language[qApp_deviceIsDaylight=true]{max-height:104px;}#header{border-bottom:1px solid gray;qproperty-bottomMargin:1px;}#header[qApp_deviceIsTrilogy=true]{max-height:46px;min-height:46px;}#header[qApp_deviceIsPhoenix=true]{max-height:60px;min-height:60px;}#header[qApp_deviceIsDragon=true]{max-height:90px;min-height:90px;}#header[qApp_deviceIsDaylight=true]{max-height:120px;min-height:120px;})

  10. #29
    Veteran@ en el foro Avatar de jcn363
    Fecha de ingreso
    24 feb, 13
    Ubicación
    Go with the wind (43°19'17.7"N 2°00'19.4"W)
    Mensajes
    375

    Predeterminado Re: Firmware 4.11.11980

    Cita Iniciado por Nominar Ver mensaje
    Pues sigo sin poder hacerlo de forma correcta, me avienta algunos errores, te dejo el log para ver qué puede ser.
    La parte find no se puede modificar (sólo la replace) y tu has añadido font-weight:bold;
    Código:
    MenuTextItem[italics=false] #menuTextItemLabel{font-family:Georgia;font-weight:bold;font-style:italic;}
    y no parece que se corresponda con esta versión (4.11.11980) ni con la última (4.11.11982).
    Comprueba que estás trabajando con los archivos correspondientes a la versión del parche que quieres realizar.

    Por favor, la próxima vez incluye el archivo. Gracias.
    Suerte.
    Es mejor permanecer callado y parecer tonto
    que hablar y despejar las dudas definitivamente.
    Groucho Marx






  11. #30
    Veteran@ en el foro Avatar de Nominar
    Fecha de ingreso
    13 sep, 14
    Mensajes
    105

    Predeterminado Re: Firmware 4.11.11980

    Cita Iniciado por jcn363 Ver mensaje
    Pon lo que has intentado modificar y los errores que te han dado para poder decirte como arreglarlo.
    Si no recuerdo mal, el custom readingfooter es un nozlib y el problema será que no has mantenido la misma longitud de cadena que tenías al principio.
    En los submenus, que es un zlib, no deberías tener problemas en poner algo como:
    Código:
                    RegularLabel{font-family:Georgia;font-weight:bold;font-size:40px;}
    siempre que lo estés haciendo en el replace y no en el find, claro está.
    Suerte.
    ¿Se puede en el parche no Progresive, el de geek cambiar las letras o fuentes de los menus o submenus a negritas, porque he buscado que me indique lo relativo a manus pero no encuentro nada?

Temas similares

  1. Nuevo firmware Firmware v. 1.4.20100811 (Onyx Boox)
    Por Brandobras en el foro Onyx Boox
    Respuestas: 22
    Último mensaje: 15/09/2010, 19:49

Permisos de publicación

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