Hacking Rebug Rex 484.2? Cobra 8.3?

LuanTeles

Active Member
Newcomer
Joined
Oct 23, 2019
Messages
26
Trophies
0
Age
31
XP
174
Country
Brazil
@Evilnat 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.



Btw: Can a XAI command be added to load OtherOS?
 
Last edited by LuanTeles,
  • Like
Reactions: johw

LuanTeles

Active Member
Newcomer
Joined
Oct 23, 2019
Messages
26
Trophies
0
Age
31
XP
174
Country
Brazil
@LuanTeles , are you installing the db firmware for 4.84? qa flagging doesn't work with db firmware.

My bad :rofl: I didn't realize it

You are right i was in 4.88 DB HFW so it won't install 4.84 without a custom firmware that supports qa flag.


btw pinky, i'm making the menus for rebug settings ( if @Evilnat implement it this way).

What do you think?

Texts
<Text name="msg_system_mode">System Mode</Text>
<Text name="info_system_mode">Switch between system modes.</Text>
<Text name="msg_system_mode_rebug">Rebug Mode</Text>
<Text name="info_system_mode_rebug">Switches the system to rebug mode.</Text>
<Text name="msg_system_mode_normal">Normal Mode</Text>
<Text name="info_system_mode_normal">Switches the system to normal mode.</Text>

<Text name="msg_xmb_mode">XMB™ Operation Mode</Text>
<Text name="info_xmb_mode">Switch between XMB™ modes.</Text>
<Text name="msg_xmb_mode_retail">Retail Mode</Text>
<Text name="info_xmb_mode_retail">Switches the XMB™ to retail mode.</Text>
<Text name="msg_xmb_mode_debug">Debug Mode</Text>
<Text name="info_xmb_mode_debug">Switches the XMB™ to debug mode.</Text>

<Text name="msg_debug_settings">Debug Settings</Text>
<Text name="info_debug_settings">Switche between debug settings modes.</Text
<Text name="msg_debug_settings_cex">Retail QA (CEX)</Text>
<Text name="info_debug_settings_cex">Switches the debug settings to cex.</Text>
<Text name="msg_debug_settings_dex">Debug (DEX)</Text>
<Text name="info_debug_settings_dex">Switches the debug settings to dex.</Text>

<Text name="msg_firmware_mode">Firmware Mode</Text>
<Text name="info_firmware_mode">Switch between firmware modes.</Text
<Text name="msg_firmware_mode_cex">Retail (CEX)</Text>
<Text name="info_firmware_mode_cex">Switches the firmware mode to retail.</Text>
<Text name="msg_firmware_mode_dex">Debug (DEX)</Text>
<Text name="info_firmware_mode_dex">>Switches the firmware mode to debug.</Text>

XML
<!-- File Manager > Custom Firmware Tools > Rebug Settings --> <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>
 
Last edited by LuanTeles,
  • Like
Reactions: johw and godreborn

johw

Well-Known Member
Member
Joined
Oct 12, 2020
Messages
318
Trophies
0
Age
43
XP
1,227
Country
Brazil
@Evilnat 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.



Btw: Can a XAI command be added to load OtherOS?
good sugestion
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
Country
United States
I could see if I can get in touch with him. according to a friend, there are several bugs in both 4.88 and this rebug, probably due to cobra.
 
  • Like
Reactions: johw

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
Country
United States
btw, not sure how well you know github, but he'll receive an email about my post in the issues section. that's the only way I know of to contact him directly.
 
  • Like
Reactions: johw

johw

Well-Known Member
Member
Joined
Oct 12, 2020
Messages
318
Trophies
0
Age
43
XP
1,227
Country
Brazil
btw, not sure how well you know github, but he'll receive an email about my post in the issues section. that's the only way I know of to contact him directly.
here
 

Attachments

  • Evilnat e Zecoxao.png
    Evilnat e Zecoxao.png
    32.9 KB · Views: 72
  • Like
Reactions: godreborn

XDeltaOne

Have a good time ;)
OP
Member
Joined
May 20, 2020
Messages
369
Trophies
0
XP
908
Country
Germany
Hey my friends, how are you? I see that @Evilnat hasn't written in a while, I hope you're doing well my friend. Has anything new come out in that time?
 
  • Like
Reactions: johw

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
Country
United States
Hey my friends, how are you? I see that @Evilnat hasn't written in a while, I hope you're doing well my friend. Has anything new come out in that time?
not that I know of. I've tried sending him a message, but I've gotten no response so far. he was having computer troubles, so I don't know if that's the reason.
 
  • Like
Reactions: johw and XDeltaOne

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa
  • BakerMan
    I rather enjoy a life of taking it easy. I haven't reached that life yet though.
  • Xdqwerty
    what are you looking at?
  • BakerMan @ BakerMan:
    GOOD LORD WHAT IS HAPPENING IN THERE?!
    +1
  • BakerMan @ BakerMan:
    Aurora Borealis?
    +1
  • BakerMan @ BakerMan:
    I- AURORA BOREALIS? AT THIS TIME OF YEAR, AT THIS TIME OF DAY, IN THIS PART IF THE COUNTRY, LOCALIZED ENTIRELY WITHIN YOUR KITCHEN?
    +1
  • BakerMan @ BakerMan:
    jokes aside, anyone else who saw the northern lights tonight, what did you think, i thought they were beautiful for a while, before it went to a vague pink
    maybe later they'll pick up again
    +1
  • BigOnYa @ BigOnYa:
    I went out and tried to see, but I'm too south, and its too cloudy, bummer
    +1
  • BakerMan @ BakerMan:
    too far south? it goes down to alabama tonight
  • BakerMan @ BakerMan:
    sorry about the clouds btw, the sky is clear here rn
    +1
  • BigOnYa @ BigOnYa:
    Maybe just too cloudy for me then, Idk
  • BigOnYa @ BigOnYa:
    Its neat tho, I seen it years ago when I was visiting Canada.
    +1
  • BakerMan @ BakerMan:
    this is my first aurora tbh
    +1
  • BakerMan @ BakerMan:
    i mean, multiple have happened in my lifetime, but it's always been too cloudy
  • BakerMan @ BakerMan:
    IT'S LIKE THAT ALMOST EVERY FUCKING METEOR SHOWER TOO
  • BigOnYa @ BigOnYa:
    You need to setup a time lapse camera, be neat
  • BigOnYa @ BigOnYa:
    I actually use a pic of it on my pc desktop cause its cool looking
  • Xdqwerty @ Xdqwerty:
    Apparently the pro versión of pizza boy is back aswell
  • Xdqwerty @ Xdqwerty:
    Gonna download the update
  • Xdqwerty @ Xdqwerty:
    Only 2 antiviruses detected the APK as a virus on virustotal so it Must be safe
  • Xdqwerty @ Xdqwerty:
    Cuz false positive
  • Xdqwerty @ Xdqwerty:
    Wait
  • Xdqwerty @ Xdqwerty:
    Eh nvm
  • BakerMan @ BakerMan:
    sadly, the clouds are setting in now

    hey BigOnYa the clouds are coming from the south, maybe check again
  • Xdqwerty @ Xdqwerty:
    Good night it's 11 pm
  • BakerMan @ BakerMan:
    night
  • BigOnYa @ BigOnYa:
    @BakerMan Nuh I'm in for the night playing Fallout 4, ill look tomorrow night
    BigOnYa @ BigOnYa: @BakerMan Nuh I'm in for the night playing Fallout 4, ill look tomorrow night