Actualiza tu ELFPack, desinstala el anterior y parcha el nuevo
Actualizaciones ELFpack - Top Sony
Si no me equivoco, tienes el ELFPack de este post:
Top Sony - Ver Mensaje Individual - ELFPack - Tema Oficial
En esos ELFPack, las rutas son:
/tpa/user/other/ZBin
/tpa/user/other/Daemons
/tpa/user/other/Config
/card/other/Daemons
/card/other/Config
En la ultima actualizacion del ELFPack, las rutas para W880:
#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")
Quiere decir, Daemons y Config van dentro de ZBin, sea dentro de la memoria interna, o dentro de la M2
Porque el patch de 4ta y 5ta pestaña está hecho pensando en esas rutas (Config y Daemons dentro de ZBin)
Marcadores