[beta] Party Buffalo Drive Explorer |
|
|
| CLK Rebellion |
Nov 14 2010, 04:13 AM
|
X-S Senior Member
 
Group: Dev/Contributor
Posts: 176
Joined: 12-December 09
Member No.: 428001
Xbox Version: unk
360 version: unknown

|
[This is a copy/paste from another board, so please excuse me if something doesn't make sense or out of context] This app is pretty self explanatory -- created by me from ground-up, and has been in development for a while now. To use, connect your drive (if using a drive), press File>Open>Open Drive Selector>Select your drive. If you're not using a drive, load your file by going to File>Open>Open Dump. Features so far... - Backing up of drive
- Extracting files
- Reading files
- Reading backups/files that are a single FATX partition (such as the xlaunch.fdf file found in devkats)
- USB support added 1/13/2010
Future updates... - Adding support for memory units
Backing up security sector, josh sector -- Done.- Writing to individual sectors/clusters
- Reading fromm individual sectors/clusters
STFS implimentation (so you can see the game name/file name of an STFS package) -- Done.Maybe undeletion... -- Done.- Anything else that people would want
- Package creation
One known issue I want to address is when extracting multiple files from a hard disk, it will throw an error about the handle not supporting asynchronous operations, etc. -- working on that. Instead of keeping this closed-source, and having licensing and all that junk, I've decided I'll just make it open-source. I figured it would be too annoying for Cheater912 for me to ask him every time I need to update for him to obfuscate the executable, and then to have to create a licensing system would be annoying as hell. Quick note if you peek at the source code... The code in just about every single one of the forms is really messy. Please excuse that. Also, if you use the dev build, you're doing so at your own risk... I wrote a lot of the code in the writing quickly, and have barely tested any of it. So if you're using a hard drive, or anything else you don't want to get messed up on accident, please use enable beta mode by changing the bool at line 16 of the main form to true. Screenshots:   Source: http://clkxu5.com/drivexplore/src/fatx.zipEXE (will auto-update): http://clkxu5.com/drivexplore/Party%20Buff...%20Explorer.exeIf you want to donate, do so hurr (I'm not trying to be one of those guys who's like you donate or else I'll stop developing, I'm just sayin, it'd be cool if you did): https://www.paypal.com/cgi-bin/webscr?cmd=_...gif%3aNonHostedThis post has been edited by CLK Rebellion: Jan 14 2011, 01:33 AM
|
|
|
|
| |
|
  |
Replies
| hyperfire21 |
Nov 17 2010, 06:02 AM
|
X-S Enthusiast
Group: Members
Posts: 10
Joined: 6-September 10
Member No.: 443320

|
just tried that but it wont detect on the xbox 360 as a memory unit.
also tried usb image tool and that didnt work also.
is there some security sector or something that didnt copy over?
This post has been edited by hyperfire21: Nov 17 2010, 06:21 AM
|
|
|
|
| |
| EatonZ |
Nov 17 2010, 01:17 PM
|
X-S Member

Group: Members
Posts: 112
Joined: 12-February 08
From: USA
Member No.: 373185
Xbox Version: v1.6d
360 version: v5.0 (360S - trinity)

|
QUOTE(hyperfire21 @ Nov 17 2010, 12:02 AM)  just tried that but it wont detect on the xbox 360 as a memory unit.
also tried usb image tool and that didnt work also.
is there some security sector or something that didnt copy over? When you attempt to format the USB, what is the exact message you get on the dash?
|
|
|
|
| |
| hyperfire21 |
Nov 17 2010, 06:07 PM
|
X-S Enthusiast
Group: Members
Posts: 10
Joined: 6-September 10
Member No.: 443320

|
QUOTE(EatonZ @ Nov 17 2010, 01:17 PM)  When you attempt to format the USB, what is the exact message you get on the dash?
I get something like Failed Data Loss Test. One more thing I wanted to add is that i've formatted these drives through various software. I tried to set the 16gb drive to 7gb xbox storage through the dash and one time I was able to make it work. Not after that one time though...
|
|
|
|
| |
| EatonZ |
Nov 20 2010, 04:53 AM
|
X-S Member

Group: Members
Posts: 112
Joined: 12-February 08
From: USA
Member No.: 373185
Xbox Version: v1.6d
360 version: v5.0 (360S - trinity)

|
QUOTE(hyperfire21 @ Nov 17 2010, 12:07 PM) 
I get something like Failed Data Loss Test.
One more thing I wanted to add is that i've formatted these drives through various software. I tried to set the 16gb drive to 7gb xbox storage through the dash and one time I was able to make it work. Not after that one time though... I am pretty sure the device ID is the issue. I will have to verify how it is calculated and maybe I can get it to work.
|
|
|
|
| |
| EatonZ |
Nov 20 2010, 09:13 PM
|
X-S Member

Group: Members
Posts: 112
Joined: 12-February 08
From: USA
Member No.: 373185
Xbox Version: v1.6d
360 version: v5.0 (360S - trinity)

|
QUOTE(EatonZ @ Nov 19 2010, 10:53 PM) 
I am pretty sure the device ID is the issue. I will have to verify how it is calculated and maybe I can get it to work. Confirmed. The Device ID value in the data files is what locks it to the USB itself. Modifying it to match the ID of the new USB will make it work. Unfortunately, it seems to be calculated differently than hard-drives. Once I figure it out, formatting will be a possibility.
|
|
|
|
| |
| hyperfire21 |
Nov 27 2010, 04:18 PM
|
X-S Enthusiast
Group: Members
Posts: 10
Joined: 6-September 10
Member No.: 443320

|
QUOTE(EatonZ @ Nov 20 2010, 09:13 PM)  Confirmed. The Device ID value in the data files is what locks it to the USB itself. Modifying it to match the ID of the new USB will make it work. Unfortunately, it seems to be calculated differently than hard-drives. Once I figure it out, formatting will be a possibility.
This is definately great news. What app will modify device ID of the flash drive properly?
|
|
|
|
| |
| EatonZ |
Nov 27 2010, 07:28 PM
|
X-S Member

Group: Members
Posts: 112
Joined: 12-February 08
From: USA
Member No.: 373185
Xbox Version: v1.6d
360 version: v5.0 (360S - trinity)

|
QUOTE(hyperfire21 @ Nov 27 2010, 10:18 AM) 
This is definately great news. What app will modify device ID of the flash drive properly? You can't modify it, it is in the firmware which is not writable by normal means. Only option is to find it, but I am still unable to find out how it is generated for USBs. However, through an IO function on the console, there is a way to get the ID. Expect a PM from me soon, we'll try getting one of them to work.
|
|
|
|
| |
Posts in this topic
CLK Rebellion [beta] Party Buffalo Drive Explorer Nov 14 2010, 04:13 AM nugmebot meh?
http://img257.imageshack.us/img257/7194/meh.g... Nov 14 2010, 03:39 PM dpbmt
meh?
...
win xp /250gb xbox drive
same as wha... Nov 14 2010, 05:02 PM CLK Rebellion
meh?
~~~
win xp /250gb xbox drive
same as wha... Nov 14 2010, 07:40 PM MVPd This is real nice, good that it can read the USB d... Nov 14 2010, 04:16 PM MoonTar Shuts down on my computer before it can even open ... Nov 14 2010, 06:14 PM TS_ Thanks. Nov 14 2010, 08:36 PM 1nsan3 Is there a reason that it is trying to connect t... Nov 14 2010, 09:02 PM CLK Rebellion
Is there a reason that it is trying to connect ... Nov 14 2010, 09:02 PM minipower Will it be possible " in the future " to... Nov 14 2010, 09:02 PM blastagator Finally a program that just works with my 250gb :)... Nov 14 2010, 09:17 PM CLK Rebellion
Finally a program that just works with my 250gb :... Nov 14 2010, 09:57 PM  minipower Dataxxx
What exactly do you mean? Writing to the ... Nov 15 2010, 03:53 AM Syn201 I thought it would let me image my usb stick but t... Nov 15 2010, 02:56 AM CLK Rebellion
I thought it would let me image my usb stick but ... Nov 15 2010, 03:58 AM danthaman673 It crashed it win7 64bit using 20gig on M$ US... Nov 15 2010, 04:00 AM CLK Rebellion
It crashed it win7 64bit using 20gig on M$ U... Nov 15 2010, 04:32 AM danthaman673
Someone else messaged me with the same problem. ... Nov 15 2010, 10:29 AM CLK Rebellion
Ah cheers, (Sorry I didn't search better)
If... Nov 15 2010, 05:18 PM slasherking823 was that my ghetto fix with the 0x1000 hole? Nov 16 2010, 02:00 AM CLK Rebellion
was that my ghetto fix with the 0x1000 hole?
Ye... Nov 16 2010, 02:36 AM  hyperfire21 Can you add a feature to format the flash drive an... Nov 16 2010, 07:45 PM   EatonZ Can you add a feature to format the flash drive a... Nov 17 2010, 01:49 AM    CLK Rebellion
Like this? ;p
But they do the performance check f... Nov 17 2010, 02:05 AM    hyperfire21
Like this? ;p
But they do the performance check f... Nov 17 2010, 04:06 AM     EatonZ
By the way which app is that? I've been try... Nov 17 2010, 04:08 AM snake3 have not gotten a chance to test this yet but so f... Nov 16 2010, 02:32 AM hyperfire21 I have 6 OCZ 16gb flash drives. Only 1 seems to wo... Nov 17 2010, 05:31 AM EatonZ I have 6 OCZ 16gb flash drives. Only 1 seems to w... Nov 17 2010, 05:49 AM     CLK Rebellion
Confirmed. The Device ID value in the data files ... Nov 21 2010, 12:37 AM CLK Rebellion
just tried that but it wont detect on the xbox 36... Nov 17 2010, 04:35 PM NOkk3r1 Could it be possible to modify USB-drive(some info... Nov 17 2010, 08:28 AM hyperfire21 I'm hoping CLK Rebellion and Eatonz can help f... Nov 17 2010, 09:04 AM danthaman673
I have 6 OCZ 16gb flash drives. Only 1 seems to w... Nov 17 2010, 09:27 AM hyperfire21 The weird thing is all of my ocz 16gb flash drives... Nov 17 2010, 10:20 AM gruntlord6 Good job clk. Nov 17 2010, 09:03 PM CLK Rebellion
Good job clk.
Why thank you sir.
I just coded ... Nov 18 2010, 07:02 AM LegendDx smells like an xploit it's comming from this X... Nov 18 2010, 07:28 PM Sunblood When right-click on a folder in either the tree vi... Nov 19 2010, 07:15 AM CLK Rebellion
When right-click on a folder in either the tree v... Nov 19 2010, 03:56 PM veekay Does the program have a limit on how many folders/... Nov 21 2010, 05:42 AM CLK Rebellion
Does the program have a limit on how many folders... Nov 21 2010, 07:56 PM OzQuant My 16GB USB flash drive doesn't show up a devi... Nov 24 2010, 03:29 PM CLK Rebellion
My 16GB USB flash drive doesn't show up a dev... Nov 25 2010, 07:26 PM OzQuant Thanks for responding! I tried 1.0.0.5 and ag... Nov 26 2010, 11:10 AM EatonZ I love this error, have run into it so many times ... Nov 26 2010, 08:40 PM CLK Rebellion
I love this error, have run into it so many times... Nov 26 2010, 09:58 PM razkar Works great on windows XP, thanks for your app Nov 26 2010, 08:58 PM hyperfire21 I went through device manager on 2 ocz rally2 driv... Nov 27 2010, 04:38 PM OVIE I'm loving how your releasing the source files... Nov 29 2010, 10:50 PM CLK Rebellion
I'm loving how your releasing the source file... Nov 30 2010, 05:41 AM kruton6 WOW saved my butt big time! Someone thought i... Nov 30 2010, 04:33 PM CLK Rebellion
WOW saved my butt big time! Someone thought ... Dec 1 2010, 12:12 AM CLK Rebellion Bump & Update -- 1.0.0.8
This one's sort ... Dec 2 2010, 06:09 AM gruntlord6
Bump & Update -- 1.0.0.8
This one's sort... Dec 2 2010, 10:36 PM  CLK Rebellion
How come your using mega upload?
Lowering the b... Dec 2 2010, 11:53 PM   Martinchris23
Lowering the bandwidth used on gamerfreak's s... Dec 3 2010, 10:03 AM    CLK Rebellion
Cheers, now able to scan for devices and it picke... Dec 3 2010, 04:41 PM     Martinchris23
Hmm, could you post the rest of the stuff up to t... Dec 3 2010, 06:46 PM Martinchris23 Anyone else getting "The system cannot find t... Dec 2 2010, 12:32 PM CLK Rebellion
Anyone else getting "The system cannot find ... Dec 2 2010, 04:53 PM  Martinchris23
Ran it just fine on my end... here you go: http:/... Dec 2 2010, 05:16 PM   CLK Rebellion
For some strange reason, it's now working :)
... Dec 2 2010, 06:49 PM CDB Could the backup/restore functions be used to migr... Dec 3 2010, 02:09 AM EatonZ Could the backup/restore functions be used to mig... Dec 3 2010, 02:41 AM  CDB
You can migrate, but not like that.
Would be bett... Dec 3 2010, 02:55 AM  CDB
You can migrate, but not like that.
Would be bett... Dec 3 2010, 02:55 AM   CLK Rebellion
EDIT: It crashes when I start to copy files :(
... Dec 3 2010, 03:19 AM    CDB
Does the app give you any sort of error?
I try ... Dec 3 2010, 03:29 AM     CLK Rebellion
I try to extract my data partition (or even just ... Dec 3 2010, 03:50 AM OVIE I just read you removed copy from the context menu... Dec 3 2010, 05:28 PM CLK Rebellion
I just read you removed copy from the context men... Dec 4 2010, 12:36 AM  Martinchris23
Copy was never a function, it was just that the t... Dec 4 2010, 01:44 AM   CLK Rebellion
Ok - I managed to drill down just about every oth... Dec 4 2010, 01:59 AM    Martinchris23
That's the most bizarre thing... I have no i... Dec 4 2010, 11:04 AM CLK Rebellion As of today, I have no idea how many updates I... Dec 5 2010, 10:51 PM iwanttheagrocrag Gonna try it now. Dec 6 2010, 12:14 AM CupeX Hi.
Fantastic app, I love it so much.
However, n... Dec 6 2010, 05:30 AM CupeX
Also my xp trusty machine also gave errors yester... Dec 6 2010, 08:34 AM CLK Rebellion
How can I provide you some information here? From... Dec 6 2010, 04:46 PM seanr28 I am also having a few issues with it (its a great... Dec 7 2010, 11:59 PM CLK Rebellion
I am also having a few issues with it (its a grea... Dec 8 2010, 12:06 AM seanr28 when I say deleting I am refering to a small file ... Dec 8 2010, 12:43 PM seanr28 new version dont work, geting error message whilst... Dec 8 2010, 06:03 PM CLK Rebellion
new version dont work, geting error message whils... Dec 9 2010, 12:06 AM  seanr28
Got your e-mail, checked it out and it was a sill... Dec 10 2010, 09:43 AM Michael_T Please make a version for mac OS X .
I steeped ov... Dec 9 2010, 01:22 PM EatonZ
Please make a version for mac OS X .
I steeped o... Dec 10 2010, 03:56 AM  moh.sakhaii
It is generally not worth the effort to write a p... Dec 10 2010, 01:08 PM moh.sakhaii It's very well done. Hope you continue working... Dec 9 2010, 09:54 PM CLK Rebellion
It's very well done. Hope you continue workin... Dec 12 2010, 06:47 AM  moh.sakhaii
Thank you, that is the plan :)
Hopefully, I wil... Dec 12 2010, 08:54 AM kneehighspy is there any easy way to transfer contents from on... Dec 13 2010, 01:39 AM
|