que tal anarkes, mira yo lei un tutorial de como compilar un elfpack hace un tiempo, estaba en ingles, pero lo que entendi fue eso de que estaban los 3 archivos especificos de cada firmware y que despues los otros archivos eran lo mismo para todos
Si eso es correcto, ya el a;o pasado estuve intentando portarlo y ahora que surgio esto de poder aplicar los parches lo habia retomado un poco.
Tomando los archivos actuales de svn ýëüôîâ: Target - ñïèñîê ôàéëîâ
Este archivo me quedaria algo asi
Código:
#ifndef W380_R11CA002 
#error W380_R11CA002 configuration needed for this header! 
#else 
#ifndef _W380_R11CA002_ 
#define _W380_R11CA002_ 
 
#define EXT_TABLE 0x                              
#define Library_Start 0x21C00000 
#define HELPER_SIG 0x6FF0 
 
#define PATH_AUDIO_INT 0x213FF318      
#define PATH_AUDIO_EXT 0x213FF608        
#define PATH_IMAGE_INT 0x213FF38C         
#define PATH_IMAGE_EXT 0x213FF64C         
#define PATH_VIDEO_INT 0x213FF414        
#define PATH_VIDEO_EXT 0x213FF6D4         
#define PATH_THEME_INT 0x213FF3F4       
#define PATH_THEME_EXT 0x213FF6BC         
#define PATH_OTHER_INT 0x213FF3B0      
#define PATH_OTHER_EXT 0x213FF6A4         
 
#define PATH_ELF_ROOT_INT     (L"/tpa/user/other/ZBin") 
#define PATH_ELF_ROOT_EXT     (L"/card/other/ZBin") 
#define PATH_ELF_INT          (L"/tpa/user/other/ZBin") 
#define PATH_ELF_EXT          (L"/card/other/ZBin") 
#define PATH_ELF_DAEMONS_INT  (L"/tpa/user/other/ZBin/Daemons") 
#define PATH_ELF_DAEMONS_EXT  (L"/card/other/ZBin/Daemons") 
#define PATH_ELF_CONFIG_INT   (L"/tpa/user/other/ZBin/Config") 
#define PATH_ELF_CONFIG_EXT   (L"/card/other/ZBin/Config") 
#define PATH_INI              (L"/tpa/user/other/ini") 
#define PATH_DEFAULT          (L"/tpa/user/other") 
 
#define DB_CMD_SETSMALLICON 0x3B 
#define DB_CMD_SETTHUMBNAILICON 0x3C 
 
#define PAGE_ENTER_EVENT 7 
#define PAGE_EXIT_EVENT 8 
#define ACCEPT_EVENT 2 
#define PREVIOUS_EVENT 3 
#define CANCEL_EVENT 4 
 
#endif 
#endif
faltaria portar el #define EXT_TABLE, no se que opinas, vos que sabes mas