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
21 Pages V < 1 2 3 4 5 > »   
Reply to this topicStart new topic
> [beta] Party Buffalo Drive Explorer
NOkk3r1
post Nov 17 2010, 08:28 AM
Post #31


X-S Enthusiast


Group: Members
Posts: 7
Joined: 28-May 10
Member No.: 438422



Could it be possible to modify USB-drive(some info sector?) so that you could use more than 16GB?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hyperfire21
post Nov 17 2010, 09:04 AM
Post #32


X-S Enthusiast


Group: Members
Posts: 10
Joined: 6-September 10
Member No.: 443320



I'm hoping CLK Rebellion and Eatonz can help figure out how to make all flash drive compatible. There has to be a specific thing that 360 format is doing because even the clone apps aren't working to make 2 flash drives identical.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
danthaman673
post Nov 17 2010, 09:27 AM
Post #33


X-S Expert
***

Group: Members
Posts: 503
Joined: 29-December 08
Member No.: 400840
Xbox Version: v1.6d
360 version: v5.0 (360S - trinity)



QUOTE(hyperfire21 @ Nov 17 2010, 02:01 PM) *

I have 6 OCZ 16gb flash drives. Only 1 seems to work with xbox 360 as a memory unit. Rest fail the data loss test. Is there any way i can clone the working drive as a memory unit for the rest of the drives?

Sounds like write-leveling, Might not be a good idea if that's the case. OR It could be the controller/FW in which case you may have other probs. Pls post ur results if u decide to try it as I often get asked about adding SSD's to JTAG's.


CLK: Thanx for the quick update etc.. IT WORKS GREAT!! (Using the 'official' USB adapter- I havent had time to try SATA yet but I will shortly w/a slim drive)

I have always wanted two features out of an XDFS manager:
(1) Ecc/DIR Check (ie; Disck-Check feature) AND/OR
(2) Disc defragmenter

The guy who did 360 drive commander was working on the above but I think maybe his interest now lies elsewhere....?...?...?


EDIT: I was also wondering why I can't delete (In right-click context menu) - I wanted to delete from systemupdate dir (a dash update)


Brgds/Dan

This post has been edited by danthaman673: Nov 17 2010, 09:34 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hyperfire21
post Nov 17 2010, 10:20 AM
Post #34


X-S Enthusiast


Group: Members
Posts: 10
Joined: 6-September 10
Member No.: 443320



The weird thing is all of my ocz 16gb flash drives appear to have similar speeds in read/write performance but only 1 ocz drive works. My kingston 4gb data traveler is much slower but works with 360 perfectly. Thats why i'm interested in what we can do to fix it through pc route.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
EatonZ
post Nov 17 2010, 01:17 PM
Post #35


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?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
CLK Rebellion
post Nov 17 2010, 04:35 PM
Post #36


X-S Senior Member
**

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



QUOTE(hyperfire21 @ Nov 16 2010, 09:02 PM) *

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?


If you copy the files, you're copying everything.

This post has been edited by CLK Rebellion: Nov 17 2010, 04:38 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hyperfire21
post Nov 17 2010, 06:07 PM
Post #37


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...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
gruntlord6
post Nov 17 2010, 09:03 PM
Post #38


X-S Young Member
*

Group: Members
Posts: 32
Joined: 21-July 09
From: Canada
Member No.: 415687
Xbox Version: v1.6
360 version: v3.0 (falcon)



Good job clk.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
CLK Rebellion
post Nov 18 2010, 07:02 AM
Post #39


X-S Senior Member
**

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



QUOTE(gruntlord6 @ Nov 17 2010, 12:03 PM) *

Good job clk.


Why thank you sir.

I just coded up a function for getting the STFS name/general info (still have to work on images, as they're not in the same buffer as everything else), but I need to figure out a good way of getting it for folders... I was thinking I could load up the subfolders/files and grab the game name from one of the files, but that would slow things down a little bit, yet it may be the only solution. It's already sort of slow getting names for folders with a lot of files (for instance the cache folder), as it checks the header of each file to see if it's a valid STFS package, and if it is it loads all of the info at once and caches it. -- Lied about that. I just put in a filesize check to make sure it's got the minimum package size before doing anything, and loads the cache folder almost like normal.

IPB Image

Also, I made it so that the app requests to be run as administrator upon startup (would make it so that if people don't run as admin, it doesn't crash on them when going to the drive selector), so expect that in the next update as well. (This is my little way of procrastinating from doing anything writing-related, although all of it should work already -- just haven't tested any of it except for creating new folders tongue.gif)

This post has been edited by CLK Rebellion: Nov 18 2010, 07:08 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
LegendDx
post Nov 18 2010, 07:28 PM
Post #40


X-S Enthusiast


Group: Members
Posts: 3
Joined: 1-November 10
Member No.: 445594



smells like an xploit it's comming from this XD
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Sunblood
post Nov 19 2010, 07:15 AM
Post #41


X-S Member
*

Group: Members
Posts: 81
Joined: 6-April 09
Member No.: 409372



When right-click on a folder in either the tree view or file list view and Extracting, I get everything inside the folder but not the folder itself. It would be significantly more convenient to get the topmost (ie right-clicked) folder as well.

What I'm doing right now is copying one of my arcade games. I right-click on 584108C and Extract to the desktop and I'm left with just the folder 000D0000. If it copied the 584108C folder as well I could just drag that into my FTP client and transfer without having to manually create the folder in Content\000...\
This is while browsing a flash drive, in case that makes a difference.

Great program otherwise.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
CLK Rebellion
post Nov 19 2010, 03:56 PM
Post #42


X-S Senior Member
**

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



QUOTE(Sunblood @ Nov 18 2010, 10:15 PM) *

When right-click on a folder in either the tree view or file list view and Extracting, I get everything inside the folder but not the folder itself. It would be significantly more convenient to get the topmost (ie right-clicked) folder as well.

What I'm doing right now is copying one of my arcade games. I right-click on 584108C and Extract to the desktop and I'm left with just the folder 000D0000. If it copied the 584108C folder as well I could just drag that into my FTP client and transfer without having to manually create the folder in Content\000...\
This is while browsing a flash drive, in case that makes a difference.

Great program otherwise.


I thought I had it create the root -- guess not... I will get on that right now. Thanks!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
EatonZ
post Nov 20 2010, 04:53 AM
Post #43


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
EatonZ
post Nov 20 2010, 09:13 PM
Post #44


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
CLK Rebellion
post Nov 21 2010, 12:37 AM
Post #45


X-S Senior Member
**

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



QUOTE(EatonZ @ Nov 20 2010, 12: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.


Good work and good luck sir. If all goes as planned, I'll hopefully push out an update that includes writing functionality and the above (STFS stuff) today.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





21 Pages V < 1 2 3 4 5 > » 
Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 22nd May 2013 - 12:55 AM