xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
> [beta] Party Buffalo Drive Explorer
CLK Rebellion
post Nov 14 2010, 04:13 AM
Post #1


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:

IPB Image

IPB Image

Source:
http://clkxu5.com/drivexplore/src/fatx.zip

EXE (will auto-update):
http://clkxu5.com/drivexplore/Party%20Buff...%20Explorer.exe

If 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%3aNonHosted

This post has been edited by CLK Rebellion: Jan 14 2011, 01:33 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
 
Reply to this topicStart new topic
Replies
OVIE
post Dec 3 2010, 05:28 PM
Post #2


X-S Enthusiast


Group: Members
Posts: 22
Joined: 19-October 09
Member No.: 421260
Xbox Version: v1.2
360 version: v1 (xenon)



I just read you removed copy from the context menu. I have some of the old source files so I'm going to mess around with it to see if I can get it to what you want it to actually do. Im not big on C# yet, but I'm pretty fluent in other languages, but with that said don't expect anything big sleep.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
CLK Rebellion
post Dec 4 2010, 12:36 AM
Post #3


X-S Senior Member
**

Group: Dev/Contributor
Posts: 176
Joined: 12-December 09
Member No.: 428001
Xbox Version: unk
360 version: unknown



QUOTE(OVIE @ Dec 3 2010, 08:28 AM) *

I just read you removed copy from the context menu. I have some of the old source files so I'm going to mess around with it to see if I can get it to what you want it to actually do. Im not big on C# yet, but I'm pretty fluent in other languages, but with that said don't expect anything big sleep.gif


Copy was never a function, it was just that the treeview is a little weird with the way that the right-clicks work. When you right-click, it wouldn't select the node you clicked, and the previously selected node would still be selected, which could be problematic.

@Martinchris
CODE
at FATX_Browser.STFS.STFSInfo.CheckBuffer()

I have a feeling that's what's causing it. Does it do it whenever you go in ANY folder, or just in that one? If it's happening with all of them, it's most likely where it tries to grab the STFS info for the package/file. If it's whenever you go in to a folder with files, try running my ye version:

http://clkxu5.com/Party%20Buffalo%20Drive%20Explorer_ye.exe

This post has been edited by CLK Rebellion: Dec 4 2010, 12:37 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Martinchris23
post Dec 4 2010, 01:44 AM
Post #4


X-S Messiah
*******

Group: Members
Posts: 3900
Joined: 30-December 03
From: Scotland, UK
Member No.: 86900
Xbox Version: v1.6
360 version: v4.0 (jasper)



QUOTE(CLK Rebellion @ Dec 3 2010, 11:36 PM) *

Copy was never a function, it was just that the treeview is a little weird with the way that the right-clicks work. When you right-click, it wouldn't select the node you clicked, and the previously selected node would still be selected, which could be problematic.

@Martinchris
CODE
at FATX_Browser.STFS.STFSInfo.CheckBuffer()

I have a feeling that's what's causing it. Does it do it whenever you go in ANY folder, or just in that one? If it's happening with all of them, it's most likely where it tries to grab the STFS info for the package/file. If it's whenever you go in to a folder with files, try running my ye version:

http://clkxu5.com/Party%20Buffalo%20Drive%20Explorer_ye.exe


Ok - I managed to drill down just about every other folder on my HDD (including other manually created folders as well as FSD's fsd2data folder) and it's fine. I can access and see files populated with STFS names. It's literally just this one folder which is causing it to bomb.

I'm calling it a bogey though - I copied the folder using another tool and re-injected it using yours (and the other one I used so I could compare the result) and it now opens fine. I've still got the full error log from the problem before, so if you want it, drop me a PM and I'll forward it on. However I'd say if anyone else has this issue, the above steps would resolve it.

Thanks for your help!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

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
hyperfire21   just tried that but it wont detect on the xbox 360...   Nov 17 2010, 06:02 AM
EatonZ   just tried that but it wont detect on the xbox 36...   Nov 17 2010, 01:17 PM
hyperfire21   When you attempt to format the USB, what is the e...   Nov 17 2010, 06:07 PM
EatonZ   I get something like Failed Data Loss Test. On...   Nov 20 2010, 04:53 AM
EatonZ   I am pretty sure the device ID is the issue. I ...   Nov 20 2010, 09:13 PM
CLK Rebellion   Confirmed. The Device ID value in the data files ...   Nov 21 2010, 12:37 AM
hyperfire21   Confirmed. The Device ID value in the data files ...   Nov 27 2010, 04:18 PM
EatonZ   This is definately great news. What app will mo...   Nov 27 2010, 07:28 PM
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
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
4 Pages V  1 2 3 > » 






Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 23rd May 2013 - 02:24 AM