From 737059aeab170c8013cc4c335eabb08514516e81 Mon Sep 17 00:00:00 2001 From: ZaneDev Date: Tue, 17 Mar 2026 02:40:10 +0000 Subject: [PATCH 1/3] Added a new port to the Useful Ports Found new error simulation port that was really cool and I liked it and its really good and cool and likeable and cool and very. --- Useful Items.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Useful Items.md b/Useful Items.md index 5ffaa7d..d6cea4d 100644 --- a/Useful Items.md +++ b/Useful Items.md @@ -4,6 +4,10 @@ Jibo has many different interesting things that sometimes you can get confused! > You might not be able to access some ports if you haven't unblocked them on Jibo's firewall. ### 8779 This port has the skills manager. From here you can do a semi-reboot by stopping and starting the "@be/Be" skill. +### 15150 +This port has logs. This port is only available on v3+ of the revival project (can be checked on the information section in settings). +### 10004 +Error service, allows you to simulate errors in realtime. Shows names of third parties by accident. It seems in recent versions of Jibo errors relating to him not being able to connect to Jibo Inc Servers don't create a pop up L2, L7, Q1 (oddly WIFI4 and WIFI4a still give pop up), Q4. N1-N12 don't have pop ups either. OTA11 and R1 also makes an error inside an error saying "NOT HANDLED BY ERROR SKILL". # Useful Files ### /opt/jibo/Jibo/Skills/@be/be/resources/JiboSplash.png -This file allows you to edit the splash screen. One thing to clarify is that it is only the splash screen for the Be skill meaning it will only edit the splash seen when you restart "@be/Be" or in the 'second boot stage' when Jibo spins and shows the splash \ No newline at end of file +This file allows you to edit the splash screen. One thing to clarify is that it is only the splash screen for the Be skill meaning it will only edit the splash seen when you restart "@be/Be" or in the 'second boot stage' when Jibo spins and shows the splash -- 2.43.0 From da825b6082f38be217f34e6e16521667c3fb0a5c Mon Sep 17 00:00:00 2001 From: ZaneDev Date: Tue, 17 Mar 2026 03:31:42 +0000 Subject: [PATCH 2/3] Added more folders to the useful files --- Useful Items.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Useful Items.md b/Useful Items.md index d6cea4d..a02e132 100644 --- a/Useful Items.md +++ b/Useful Items.md @@ -11,3 +11,7 @@ Error service, allows you to simulate errors in realtime. Shows names of third p # Useful Files ### /opt/jibo/Jibo/Skills/@be/be/resources/JiboSplash.png This file allows you to edit the splash screen. One thing to clarify is that it is only the splash screen for the Be skill meaning it will only edit the splash seen when you restart "@be/Be" or in the 'second boot stage' when Jibo spins and shows the splash +### /usr/local/bin/ +Has a lot of random assets, cool thing to dig around and tinker with. +### /opt/jibo/Jibo/Skills/@be/be/node_modules/jibo-anim-db-animations/audio/ +Lots of audio assets, the surrounding folders also contain other assets -- 2.43.0 From 352b2b8a7c98bb730a0ff8a4790f8979a583142d Mon Sep 17 00:00:00 2001 From: ZaneDev Date: Tue, 17 Mar 2026 03:57:53 +0000 Subject: [PATCH 3/3] Fixed my horrible writing. i suck at writing and claude told me what to fix and I fixed it :D --- Useful Items.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/Useful Items.md b/Useful Items.md index a02e132..56b64ec 100644 --- a/Useful Items.md +++ b/Useful Items.md @@ -1,4 +1,4 @@ -Jibo has many different interesting things that sometimes you can get confused! This document contains things that are nice to know for tinkering or developing for Jibo Revival. +Jibo was built a little weird, so it's easy to forget things. This document contains things that are nice to know for tinkering or developing for Jibo Revival. # Useful Ports > [!INFORMATION] > You might not be able to access some ports if you haven't unblocked them on Jibo's firewall. @@ -7,11 +7,23 @@ This port has the skills manager. From here you can do a semi-reboot by stopping ### 15150 This port has logs. This port is only available on v3+ of the revival project (can be checked on the information section in settings). ### 10004 -Error service, allows you to simulate errors in realtime. Shows names of third parties by accident. It seems in recent versions of Jibo errors relating to him not being able to connect to Jibo Inc Servers don't create a pop up L2, L7, Q1 (oddly WIFI4 and WIFI4a still give pop up), Q4. N1-N12 don't have pop ups either. OTA11 and R1 also makes an error inside an error saying "NOT HANDLED BY ERROR SKILL". +Error service, allows you to simulate errors in realtime. Shows names of third parties by accident. +It seems in recent versions of Jibo errors relating to him not being able to connect to Jibo Inc Servers don't create a pop up L2, L7, Q1 (oddly WIFI4 and WIFI4a still give pop up), Q4. N1-N12 don't have pop ups either. OTA11 and R1 also makes an error inside an error saying "NOT HANDLED BY ERROR SKILL". + +**TL;DR:** + +| Error Code(s) | Shows Popup? | Notes | +|---|---|---| +| L2, L7, Q1 | No | Server connection errors | +| WIFI4, WIFI4a | Yes | | +| Q4 | No | | +| N1–N12 | No | | +| OTA11, R1 | No | Triggers error-within-error: "NOT HANDLED BY ERROR SKILL" | + # Useful Files ### /opt/jibo/Jibo/Skills/@be/be/resources/JiboSplash.png -This file allows you to edit the splash screen. One thing to clarify is that it is only the splash screen for the Be skill meaning it will only edit the splash seen when you restart "@be/Be" or in the 'second boot stage' when Jibo spins and shows the splash +This file allows you to edit the splash screen. This is the image that shows at the start of the Be skill (normally the Jibo logo, Jibo Revival logo, OpenJiboOS logo, or some variation). Note: This is only the splash screen for the Be skill. It will only edit the splash seen when you restart "@be/Be", or in the 'second boot stage' when Jibo spins and shows the splash a second time. ### /usr/local/bin/ -Has a lot of random assets, cool thing to dig around and tinker with. +Has a lot of random assets, potentially has assets useful for restoration. ### /opt/jibo/Jibo/Skills/@be/be/node_modules/jibo-anim-db-animations/audio/ -Lots of audio assets, the surrounding folders also contain other assets +Lots of audio assets, the surrounding folders also contain other assets. -- 2.43.0