Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebug Rex 484.3? Cobra 8.3 #25

Open
ZweiBR opened this issue Sep 9, 2022 · 0 comments
Open

Rebug Rex 484.3? Cobra 8.3 #25

ZweiBR opened this issue Sep 9, 2022 · 0 comments

Comments

@ZweiBR
Copy link

ZweiBR commented Sep 9, 2022

i would like to suggest you to make the rebug settings separated

Sytem Mode:

  • Normal Mode
  • Rebug Mode

XMB Operation Mode:

  • Retail Mode
  • Debug Mode

Debug Menu Type:

  • Cex QA
  • Dex QA

Firmware Mode: ( automatically dumps eid_root.key, change target type and kernel)

  • Retail (CEX)
  • Debug (DEX)

Having it swappable with the same funcion is confusing, the user need to press it multiple times to know in which mode the system are.

So having separated commands for each one is less time consuming and straight to the point.

It can say ALREADY ON ..... MODE, if the mode is already active.

...........................................

What do you think?

Texts
System Mode
Switch between system modes.
Rebug Mode
Switches the system to rebug mode.
Normal Mode
Switches the system to normal mode.

XMB™ Operation Mode
Switch between XMB™ modes.
Retail Mode
Switches the XMB™ to retail mode.
Debug Mode
Switches the XMB™ to debug mode.

Debug Settings
Switche between debug settings modes.</Text
Retail QA (CEX)
Switches the debug settings to cex.
Debug (DEX)
Switches the debug settings to dex.

Firmware Mode
Switch between firmware modes.</Text
Retail (CEX)
Switches the firmware mode to retail.
Debug (DEX)
>Switches the firmware mode to debug.

XML

<View id="seg_rebug_tools_items">
    <Attributes>
        <!-- System Mode -->
        <Table key="system_mode">
            <Pair key="icon"><String>/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/rebug_mode.png</String></Pair>
            <Pair key="title_rsc"><String>msg_system_mode</String></Pair>
            <Pair key="info_rsc"><String>info_system_mode</String></Pair>
        </Table>
        <!-- XMB™ Operation Mode -->
        <Table key="xmb_mode">
            <Pair key="icon"><String>/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/rebug_mode.png</String></Pair>
            <Pair key="title_rsc"><String>msg_xmb_mode</String></Pair>
            <Pair key="info_rsc"><String>info_xmb_mode</String></Pair>
        </Table>
        <!-- Debug Settings Mode -->
        <Table key="debug_settings">
            <Pair key="icon"><String>/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/rebug_mode.png</String></Pair>
            <Pair key="title_rsc"><String>msg_debug_settings</String></Pair>
            <Pair key="info_rsc"><String>info_debug_settings</String></Pair>
        </Table>
        <!-- Firmware  Mode -->
        <Table key="firmware_mode">
            <Pair key="icon"><String>/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/rebug_mode.png</String></Pair>
            <Pair key="title_rsc"><String>msg_firmware_mode</String></Pair>
            <Pair key="info_rsc"><String>info_firmware_mode</String></Pair>
        </Table>
        <!-- Host Information -->
        <Table key="host_information">
            <Pair key="icon"><String>/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/rebug_mode.png</String></Pair>
            <Pair key="title_rsc"><String>msg_xmb_plugin</String></Pair>
            <Pair key="info_rsc"><String>info_xmb_plugin</String></Pair>
            <Pair key="module_action"><String>xmb_plugin</String></Pair>
            <Pair key="bar_action"><String>none</String></Pair>
        </Table>
        <!-- Rebug Toolbox -->
        <Table key="toolbox_menu">
            <Pair key="icon"><String>/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/rebug_toolbox.png</String></Pair>
            <Pair key="title_rsc"><String>msg_toolbox_menu</String></Pair>
            <Pair key="info_rsc"><String>info_toolbox_menu</String></Pair>
        </Table>
    </Attributes>
    <Items>
        <Query class="type:x-xmb/folder-pixmap" key="system_mode" attr="system_mode" src="#seg_system_mode_items"/>
        <Query class="type:x-xmb/folder-pixmap" key="xmb_mode" attr="xmb_mode" src="#seg_xmb_mode_items"/>
        <Query class="type:x-xmb/folder-pixmap" key="debug_settings" attr="debug_settings" src="#seg_debug_settings_items"/>
        <Query class="type:x-xmb/folder-pixmap" key="firmware_mode" attr="firmware_mode" src="#seg_firmware_mode_items"/>
        <Item class="type:x-xmb/module-action" key="host_information" attr="host_information"/>
        <Query class="type:x-xmb/folder-pixmap" key="toolbox_menu" attr="toolbox_menu" src="#toolbox_menu_item"/>
    </Items>
</View>

<!-- File Manager > Custom Firmware Tools > Rebug Settings > System Mode -->
<View id="seg_system_mode_items">
    <Attributes>
        <Table key="shared_actions">
            <Pair key="module_name"><String>xai_plugin</String></Pair>
            <Pair key="bar_action"><String>none</String></Pair>
        </Table>
        <!-- Normal Mode -->
        <Table key="normal_mode" include="shared_actions">
            <Pair key="icon"><String>/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/rebug_debug.png</String></Pair>
            <Pair key="title_rsc"><String>msg_normal_mode</String></Pair>
            <Pair key="info_rsc"><String>info_normal_mode</String></Pair>
            <Pair key="module_action"><String>normal_mode</String></Pair>
        </Table>
        <!-- Rebug Mode -->
        <Table key="rebug_mode" include="shared_actions">
            <Pair key="icon"><String>/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/rebug_debug.png</String></Pair>
            <Pair key="title_rsc"><String>msg_rebug_mode</String></Pair>
            <Pair key="info_rsc"><String>info_rebug_mode</String></Pair>
            <Pair key="module_action"><String>rebug_mode</String></Pair>
        </Table>
    </Attributes>
    <Items>
        <Item class="type:x-xmb/module-action" key="normal_mode" attr="normal_mode"/>
        <Item class="type:x-xmb/module-action" key="rebug_mode" attr="rebug_mode"/>
    </Items>
</View>

<!-- File Manager > Custom Firmware Tools > Rebug Settings > XMB™ Operation Mode -->
<View id="seg_xmb_mode_items">
    <Attributes>
        <Table key="shared_actions">
            <Pair key="module_name"><String>xai_plugin</String></Pair>
            <Pair key="bar_action"><String>none</String></Pair>
        </Table>
        <!-- Retail Mode -->
        <Table key="retail_xmb_mode" include="shared_actions">
            <Pair key="icon"><String>/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/rebug_debug.png</String></Pair>
            <Pair key="title_rsc"><String>msg_xmb_mode_retail</String></Pair>
            <Pair key="info_rsc"><String>info_xmb_mode_retail</String></Pair>
            <Pair key="module_action"><String>xmb_mode_retail</String></Pair>
        </Table>
        <!-- Debug Mode -->
        <Table key="debug_xmb_mode" include="shared_actions">
            <Pair key="icon"><String>/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/rebug_debug.png</String></Pair>
            <Pair key="title_rsc"><String>msg_xmb_mode_debug</String></Pair>
            <Pair key="info_rsc"><String>info_xmb_mode_debug</String></Pair>
            <Pair key="module_action"><String>xmb_mode_debug</String></Pair>
        </Table>
    </Attributes>
    <Items>
        <Item class="type:x-xmb/module-action" key="retail_xmb_mode" attr="retail_xmb_mode"/>
        <Item class="type:x-xmb/module-action" key="debug_xmb_mode" attr="debug_xmb_mode"/>
    </Items>
</View>

<!-- File Manager > Custom Firmware Tools > Rebug Settings > Debug Settings -->
<View id="seg_debug_settings_items">
    <Attributes>
        <Table key="shared_actions">
            <Pair key="module_name"><String>xai_plugin</String></Pair>
            <Pair key="bar_action"><String>none</String></Pair>
        </Table>
        <!-- Retail QA Mode -->
        <Table key="cex_debug_settings" include="shared_actions">
            <Pair key="icon"><String>/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/rebug_debug.png</String></Pair>
            <Pair key="title_rsc"><String>msg_debug_settings_cex</String></Pair>
            <Pair key="info_rsc"><String>info_debug_settings_cex</String></Pair>
            <Pair key="module_action"><String>debugsettings_mode_cex</String></Pair>
        </Table>
        <!-- DEX Mode -->
        <Table key="dex_debug_settings" include="shared_actions">
            <Pair key="icon"><String>/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/rebug_debug.png</String></Pair>
            <Pair key="title_rsc"><String>msg_debug_settings_dex</String></Pair>
            <Pair key="info_rsc"><String>info_debug_settings_dex</String></Pair>
            <Pair key="module_action"><String>debugsettings_mode_dex</String></Pair>
        </Table>
    </Attributes>
    <Items>
        <Item class="type:x-xmb/module-action" key="cex_debug_settings" attr="cex_debug_settings"/>
        <Item class="type:x-xmb/module-action" key="dex_debug_settings" attr="dex_debug_settings"/>
    </Items>
</View>

<!-- File Manager > Custom Firmware Tools > Rebug Settings > Firmware Mode -->
<View id="seg_firmware_mode_items">
    <Attributes>
        <Table key="shared_actions">
            <Pair key="module_name"><String>xai_plugin</String></Pair>
            <Pair key="bar_action"><String>none</String></Pair>
        </Table>
        <!-- Retail Mode (CEX) -->
        <Table key="retail_mode" include="shared_actions">
            <Pair key="icon"><String>/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/rebug_debug.png</String></Pair>
            <Pair key="title_rsc"><String>msg_firmware_mode_cex</String></Pair>
            <Pair key="info_rsc"><String>info_firmware_mode_cex</String></Pair>
            <Pair key="module_action"><String>firmware_mode_cex</String></Pair>
        </Table>
        <!-- Debug Mode (DEX) -->
        <Table key="debug_mode" include="shared_actions">
            <Pair key="icon"><String>/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/rebug_debug.png</String></Pair>
            <Pair key="title_rsc"><String>msg_firmware_mode_dex</String></Pair>
            <Pair key="info_rsc"><String>info_firmware_mode_dex</String></Pair>
            <Pair key="module_action"><String>firmware_mode_dex</String></Pair>
        </Table>
    </Attributes>
    <Items>
        <Item class="type:x-xmb/module-action" key="retail_mode" attr="retail_mode"/>
        <Item class="type:x-xmb/module-action" key="debug_mode" attr="debug_mode"/>
    </Items>
</View>

<View id="toolbox_menu_item">
    <Attributes>
        <Table key="download_toolbox">
            <Pair key="info"><String>net_package_install</String></Pair>
            <Pair key="pkg_src"><String>http://github.com/LuanTeles/Packages/releases/download/Homebrews/Rebug_Toolbox.pkg</String></Pair>
            <Pair key="pkg_src_qa"><String>http://github.com/LuanTeles/Packages/releases/download/Homebrews/Rebug_Toolbox.pkg</String></Pair>
            <Pair key="content_name"><String>msg_install</String></Pair>
            <Pair key="content_id"><String>UP0001-RBGTLBOX2_00-0000000000000000</String></Pair>
            <Pair key="prod_pict_path"><String>/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/hendl.png</String></Pair>
        </Table>
    </Attributes>
    <Items>
        <Query class="type:x-xmb/xmlnpsignup" key="download_toolbox" attr="download_toolbox"/>
    </Items>
</View>

https://gbatemp.net/threads/rebug-rex-484-2-cobra-8-3.590166/page-14
by LuanTeles

@ZweiBR ZweiBR changed the title Rebug Rex 484.2? Cobra 8.3 Rebug Rex 484.3? Cobra 8.3 Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant