Resultados 1 al 10 de 81

Ver modo hilado

  1. #39
    Developer Avatar de albertnet3
    Fecha de ingreso
    02/dic/2008
    Ubicación
    bs as argentina
    Móvil
    W705 R1GA031/w5
    Mensajes
    1.187

    Re: Archivos Assembling (ASM)

    el source de mi ultimo parchesito
    Código:
    include "x.inc"
    
    DataBrowserDesc_SetViewModeAndSortOrder equ 0x1428C434
    DataBrowserDesc_SetItemStyle             equ 0x1416AE70
    GUIObject_SoftKeys_SetAction             equ 0x1417EFA0
    GUIObject_SoftKeys_SetText                 equ 0x141C8864
    GUIObject_SoftKeys_SetVisible             equ 0x141C85C8
    openfolderSound                         equ 0x154D0188
    ;W705 SW-R1GA031
    ;Enable Progress Bar in sound recording.
    ;remove system sound of memory full in sound recording.
    ;add option view and sort order in "Recorded sounds".
    ;add the option "Recorded sounds"
    ;in the first gui of  Sound Recorder book.
    ;(c) albertnet3
    ;V1.0 Fix
    
    org 0x14EA0500;Enable Progress Bar in sound recording
    MOV     R1, 0
    
    ;remove system sound of memory full in sound recording
    org 0x14D326BE
    nop
    nop
    
    ;remove system sound of memory full in sound recording
    org 0x14D326FA
    nop
    nop
    
    ;add the option "Recorded sounds"
    ;in the first gui of  Sound Recorder book.
    org 0x154CFCB2    
    ldr r3,_newitem2
    blx r3
    
    org 0x154CFCF0    
    _newitem2 dw newitem2+1
    
    ;add option view and short order in record sound
    org 0x154D01B6        
    ldr r1,_newitem
    bx r1
    align 4
    _newitem dw newitem+1
    nop
    _return:
    
    org 0x15CF4FB0
    newitem:
    CMP     R0, 0
    BEQ     myret
    MOV     R1, 0x8
    ADD     R0, R5, 0
    BL      _DataBrowserDesc_SetViewModeAndSortOrder
    MOV     R1, 0xc
    ADD     R0, R5, 0
    BL      _DataBrowserDesc_SetItemStyle
    myret:
    LDR     R3, off_return
    BX      R3 
    ;------------------------------
    newitem2:
    LDR     R2, RECORD_LNG
    LDR     R0, [R4,0x1C]
    PUSH    {R0-R3,LR}
    LDR     R2, SKACTIONPROC
    MOV        R1, 0 
    LDR     R0, [R4,0x1C]
    LDR     R3, off_GUIObject_SoftKeys_SetAction
    BLX     R3
    movl     R2, 0x1F20
    add     R2, 1
    MOV        R1, 0
    LDR     R0, [R4,0x1C]
    LDR     R3, off_GUIObject_SoftKeys_SetText
    BLX     R3
    MOV     R2, 1
    MOV     R1, 0
    LDR     R0, [R4,0x1C]
    LDR     R3, off_GUIObject_SoftKeys_SetVisible
    BLX     R3
    POP     {R0-R3,PC}
        
    align 4
    _DataBrowserDesc_SetViewModeAndSortOrder:
    LDR     R3, off_DataBrowserDesc_SetViewModeAndSortOrder
    BX      R3 
    
    _DataBrowserDesc_SetItemStyle:
    LDR     R3, off_DataBrowserDesc_SetItemStyle
    BX      R3 
    
    RECORD_LNG dw 0x1F1F
    SKACTIONPROC dw openfolderSound+1
    off_GUIObject_SoftKeys_SetAction  dw  GUIObject_SoftKeys_SetAction+1
    off_GUIObject_SoftKeys_SetText    dw GUIObject_SoftKeys_SetText+1
    off_GUIObject_SoftKeys_SetVisible dw GUIObject_SoftKeys_SetVisible+1
    off_DataBrowserDesc_SetViewModeAndSortOrder dw DataBrowserDesc_SetViewModeAndSortOrder+1
    off_DataBrowserDesc_SetItemStyle dw DataBrowserDesc_SetItemStyle+1
    align 4
    off_return dw _return+1
    Última edición por albertnet3; 10/05/2012 a las 12:13:52

Información de tema

Usuarios viendo este tema

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

Temas similares

  1. [DISCUSION] Archivos Assembling (ASM)
    Por albertnet3 en el foro Discusiones
    Respuestas: 109
    Último mensaje: 31/08/2012, 23:23:27
  2. [AYUDA] como ordena mis archivos en fecha desentiende en el gestor de archivos en p1i
    Por lb-l5 en el foro Firmware - Actualización - Despersonalización - Cambio de idioma
    Respuestas: 0
    Último mensaje: 04/06/2012, 20:00:41
  3. Respuestas: 3
    Último mensaje: 24/06/2009, 23:09:20
  4. Programa portar parches sin assembling
    Por itay en el foro Parches & Scripts
    Respuestas: 39
    Último mensaje: 12/08/2008, 00:09:23
  5. Archivos .swf
    Por MauRySyo en el foro General
    Respuestas: 8
    Último mensaje: 20/08/2007, 21:31:01

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
  •