hetelek / Velocity

A cross-platform application built using the Qt framework that allows you to browse and edit Xbox 360 files.
GNU General Public License v3.0
162 stars 47 forks source link

Device Explorer Suggestions/ Bugs #29

Open alexjusti opened 11 years ago

alexjusti commented 11 years ago

Some suggestions:

  1. Disable the security blob dialog if the drive is a USB.
  2. For the folders, try to show them as their game name, and not their title ID
  3. Have an option to extract the Josh sector for hard drives

Bugs I found:

  1. While creating backups(USB drive), I get to 9% and it throws "FileIO : Error reading from file" I looked through some of the functions used in the backupdrive function, and I haven't come up with anything ^^ Update - this happens with two of my USB's, one freshly formatted, just at different percentages (the freshly formatted one throws an error at 33%).

I'll update this with some other bugs/suggestions that I find, so please don't close it unless you prefer I make new posts for every bug I find.

hetelek commented 11 years ago

The security blob will be shown for flash drives, because they do contain them. We just haven't created the dialog for them yet.

The folder will not be shown as their game name in the raw view. The raw view is meant to display the complete raw drive, and this is its purpose. We will most likely add a 'Content/Package View' later, which will display it simpler to the user (like all the profiles shown in one location).

Thank you for the suggestions, we appreciate any feedback.

EDIT: Yes, we would prefer for you to make a new post for every bug/suggestion please. Thank you for the backing up one, we will look into that tomorrow.

landaire commented 11 years ago

Why not do like what I did in Up/Party Buffalo and add another column? Didn't really hurt performance that much. The only thing I had to change though (at least for Up) was that I had to make my function which reads the FAT be able to read ONLY 'n' entries in, where 'n' in this case is '0xA000 / cluster_size'.

Do it Stevie. If not, maybe I will because I've been an asshole.

On Apr 13, 2013, at 6:31 PM, Stevie Hetelekides notifications@github.com wrote:

The security blob will be shown for flash drives, because they do contain them. We just haven't created the dialog for them yet.

The folder will not be shown as their game name in the raw view. The raw view is meant to display the complete raw drive, and this is its purpose. We will most likely add a 'Content/Package View' later, which will display it simpler to the user (like all the profiles shown in one location).

Thank you for the suggestions, we appreciate any feedback.

— Reply to this email directly or view it on GitHub.