Giter VIP home page Giter VIP logo

orbis-toolbox's People

Contributors

gorshco avatar osm-made avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

orbis-toolbox's Issues

Restmode Support

Fix support for entering the suspended state and restarting the toolbox reliably.

Config not saved

On 'Save Settings', it save at Settings.cfg just one line: Left

Alpha Build 1061
fw 5.05

Add more Elements to Drawing

Currently I have only Added the ability to draw Labels and Panels. I would like to get more drawing classes working.

Devkit Panel

Enable the devkit ability to draw the status box for the console.

Daemon Manager

The tool box will have the ability to install, remove start and stop daemons.

Installing Daemons

I believe the one of the easier ways of having daemons installed is to create the standard for installing with prx.

Have the prx pack and write the daemon files to the hdd.

Have the tool box read from like "/data/Orbis Toolbox/Daemons/something.sprx" load the module call the install import and if already installed call the uninstall import.

Could manage version from the sfo.

Exports from the module could be like:

  • Get_Title_Id(()
  • Install()
  • Uninstall()

Power Options

Create a menu to help control the power state of the system.

  • Reload the UI
  • Reboot
  • Shutdown
  • Suspend

ShellUI Plugin Manager

Loading .sprx libraries to the ShellUI process through the user interface to make additional changes to UI and more.

Menu Manager

Create a class that will store and manage what each option id is and what function pertains to it.

Custom Scene

Add a custom scene above all others for drawing.

Create Daemon for launching payloads

I figure in the case of a payload causing a crash having a daemon that is the process loading the payload would be highly beneficial. This way as well the proc can be jailbroken automatically.

Mount more locations for ShellUI

In order for somethings to function I need to mount some more folders.

  • /system/ To read sfo and icons.
  • /data/ For the APP_HOME
  • /hostapp/ For APP_HOME as well.

Help

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Debug Log
Please Include a Debug Log with the bug to make debugging it easier if not replicable.

System Info (please complete the following information):

  • Firmware: [e.g. 5.05]
  • Console Type [e.g. Pro]

Additional context
Add any other context about the problem here.

Crash with GoldHen 2.0b

Once loaded GoldHen 2.0b the console acts like under heavy use, and finally end with a KP.

Unable to load Build 1167 with 5.05

I tried badly several times. The console seems to load it, but never end, and by the way i never saw it working.
Yes and directly load in 6.72 and 7.55, but not al all in 5.05, at least on my console.

Of course i did load first the required GoldHEN 1.1....

some solution ?

Settings Saved to HDD

I have already made a class for doing this for another project would just need to port into this one now that its using OOSDK. Would allow the user to set and save persistent settings for the tool box.

accidentally deleted all my save files

Is your feature request related to a problem? Please describe.
I accidentally deleted all my save files. I just wanted to delete for ONE game. The one I selected when clicked the option button

Describe the solution you'd like
Add a big warning "All your saves for all your games will be deleted!"

Battery Level option

I saw on klogs that it displays exact battery level of DS4, unless it refers to something else.
Example:
<118>Battery level : 75

So I thought it would be cool adding to Orbis Toolbox an option for displaying that exact value of charge.

Thx for all :)

Pack Icons into prx

Need to pack icons to prx and write them to hdd on start up. This way with no connection to the internet the icons will still load.

Payload Loader

A legacy support for payloads and will parse them from the internal HDD and usb. Would really like to see a push away from this and more towards .sprx libraries and .elf daemons.

Port to OOSDK

Port the initial elf to the OOSDK so I can use all the features of c++.

Create Drawing Manager

Class that will manage all elements that are custom drawn so that on unload they will be destroyed.

FPS + CPU Usage + CPU Temperature etc...

During playing games, I am interested to see the following:

  • CPU Usage per core.
  • Frames Per Seconds
  • CPU temperature
  • GPU usage
  • GPU temperature
  • Used/available RAM
  • Used/available VRAM
  • Fan rpm

Those info should be shown on top right or left corners with bright colors (no background required.

It should be refreshed per second.

I understand that every request here is a project by itself and am not sure if that can be done.

However, this is just to consider in future.
.

Port to other firmware

5.05 Has some dlls and name spaces that do not match the newer versions will need to confront this soon.

Custom Options Menu

Add custom options to the menu that is opened up when you press the options button on a game or application.

Some options not worked

This list of options just reload interface and reset enabled options:

  • Show TitleId
  • Game Overlay
  • Debug Overlay/*

PS: at build 940 all worked properly

Alpha Build 1061
fw 5.05

Recording

hello I would like to know if you can make all the things (GPU,VRAM,RAM,CPU,etc appear during recording? only when I take screenshots it appears...

Custom Menu

A custom menu that will be drawn on its own scene over all others so it can be drawn no matter where the user is.

Kproc loader

Implement a kproc loader that will check for rest mode and relaunch the tool box.

When I open Daemon Manager my console freaks out

When I open Daemon manager my console freaks out

To Reproduce
Steps to reproduce the behavior:

  1. Go to Daemon manager
  2. Click on daemon manager
  3. Scroll down to daemon manager
  4. See error - Firmware is corrupted

Expected behavior
I expected it to open Daemon manager and be able to view the daemons

Screenshots
If applicable, add screenshots to help explain your problem.

Debug Log
Where do I find the debug log?

System Info (please complete the following information):

  • Firmware: 7.02
  • Console Type Retail normal console

Additional context
Add any other context about the problem here.

It basically crashes my console when I click daemon manager and then it pops up with a error about corrupt firmware and then it attempts to load the toolbox back into the memory of the console

Remove need for Debug Settings

Add all the needed features of the debug settings to the custom menu.

  • Package Installation
  • License Activation
  • Unmounting Drives
  • NP Debugging Toggle

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.