Help - Search - Members - Calendar
Full Version: Wishlist
Scenyx Entertainment Community > Xbox1 Forums > Dashboard Forums > Official UnleashX Forum
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
unleashx
QUOTE (YipYip @ Aug 5 2004, 03:42 PM)
If you could take care of option 2, then I could spend my time writing a tutorial on making "themed menus" instead of trying to figure out option 3. Do you know how Evox passes the parameters? (I also asked XPort.) If you don't know their method, then I will try to find out somehow (and if necessary, I will try to write that tiny XBE myself).


Well, I weighed my options before I decided to implement XPort's method. Frankly, I could have done it the standard way, pretty much how it was documented in the XDK. But I specifically added command line to support emulators, and who ports them better than XPort? (No offense meant to other emulator devs, it's just that I don't use emus and I only tried one of Xport's emu). I find Xport's implementation to be robust and flexible, and I hope it becomes the de-facto standard. The truth is that both implementation is the same, you can cast the parameter from one to the other, it's a matter of finding which one to use. On my part, I could use the "Arg2" parameter to specify whether it should be launched the standard way, or the xport way. But like I said, it seems most emulator came from xport (pardon my ignorance on the subject), so I see little need to do it.

QUOTE
Thanks again for an excellent dashboard!  beerchug.gif

P.S. I'd be happy to be a beta tester for these new features, if you need one.  I'm a software engineer, and I'm good at breaking things! wink.gif

You're welcome, and I'll take that beer.
With the next version, everyone who wants to mess with the WIP builds will have a chance to do so -within certain limit implemented internally and as long as the host can support the bandwidth requirement. The owner assured me that it's an unlimited bandwidth with limited space, so, it should be okay. Of course, if one would want to donate more bandwidth, I'd sure glad to accept it. I'm currently designing this feature and it's looking good on paper, just have to make sure it works in practice smile.gif .
Dolfhin
QUOTE (unleashx @ Aug 5 2004, 11:26 AM)
You're welcome, and I'll take that beer.
With the next version, everyone who wants to mess with the WIP builds will have a chance to do so -within certain limit implemented internally and as long as the host can support the bandwidth requirement. The owner assured me that it's an unlimited bandwidth with limited space, so, it should be okay. Of course, if one would want to donate more bandwidth, I'd sure glad to accept it. I'm currently designing this feature and it's looking good on paper, just have to make sure it works in practice  smile.gif .

I'll be more than happy to donate 1 GB bandwith (I would have donated more if I had more biggrin.gif).

Edit :

Feature request :

Would it possible to create a Dynamic temperature control, that changes the fan speed if the temperature reaches or goes beyond a certainly temperature?
I have a 1.3 XBox and after playing Beyond Good and Evil for a couple of hours the motherboard becomes 45.00 C and the CPU 54.00 C which is pretty hot IMO.

I have noticed their is already a option ''temperature threshold'' but I don't exactly know what this do (I have set it to 50.00 C) ohmy.gif Would this require BIOS patching (and so making it impossible to include it in a Dashboard) or it this possible?
unleashx
QUOTE (Dolfhin @ Aug 6 2004, 03:43 AM)
I'll be more than happy to donate 1 GB bandwith (I would have donated more if I had more biggrin.gif).

Cool, please do send me the details. I'm gonna need edit/delete privilege on the server.

QUOTE

Feature request :

Would it possible to create a Dynamic temperature control, that changes the fan speed if the temperature reaches or goes beyond a certainly temperature?
I have a 1.3 XBox and after playing Beyond Good and Evil for a couple of hours the motherboard becomes 45.00 C and the CPU 54.00 C which is pretty hot IMO.

I have noticed their is already a option ''temperature threshold'' but I don't exactly know what this do (I have set it to 50.00 C) ohmy.gif Would this require BIOS patching (and so making it impossible to include it in a Dashboard) or it this possible?

That's exactly what the Temperature threshold does, but it only works while on the dash. If you want it on a "semi" permanent, you could just select a higher fan speed. You can also set both options, in that, if the temp goes over the threshold, it increases the fan speed, and when it goes down to considerable level, it will bring it down to the selected fan speed, instead of the default speed.
ORGANIC_PEPSI
^^i wish ull become super rich some day rolleyes.gif
YipYip
QUOTE (unleashx @ Aug 5 2004, 11:26 AM)
Well, I weighed my options before I decided to implement XPort's method. Frankly, I could have done it the standard way, pretty much how it was documented in the XDK. But I specifically added command line to support emulators, and who ports them better than XPort? (No offense meant to other emulator devs, it's just that I don't use emus and I only tried one of Xport's emu).

Yes, XPort emulators are great, but there are a few other emulators that are also very excellent. In addition to XPort's emulators, a few other great ones are Surreal64 (Nintendo 64), xSNES9x (Super Nintendo), and MAMEoX (arcade). Also, let's not forget about "command-line" support for XBOX Media Center!

QUOTE (unleashx @ Aug 5 2004, 11:26 AM)
I find Xport's implementation to be robust and flexible, and I hope it becomes the de-facto standard.

Well if you also say that XPort's implementation is robust and flexible (in addition to XPort also saying that), then I believe it (I've looked at the code and it looks fine to me, but I haven't seen the XDK method). I haven't given up on getting all apps to use XPort's implementation.

I have posted requests for Surreal64 and xSNES9x so far. I will also look at MAMEoX as well. First, though, I am going to look at the code for XBOX Media Center to see how they currently do it (and if necessary, request XPort's implementation or contribute it myself).

QUOTE (unleashx @ Aug 5 2004, 11:26 AM)
The truth is that both implementation is the same, you can cast the parameter from one to the other, it's a matter of finding which one to use. On my part, I could use the "Arg2" parameter to specify whether it should be launched the standard way, or the xport way. But like I said, it seems most emulator came from xport (pardon my ignorance on the subject), so I see little need to do it.

Well, I would find that useful as a "workaround" for now, since there are at least those 4 apps above that I use (and there are probably others that use the XDK method). If the XDK shows how, then it shouldn't be too much trouble, right? huh.gif

Since you are implementing support for file associations, then I think getting XPort's implementation of "command-line" parameters to be standard (or supporting both) would come in handy. wink.gif I'll do what I can to get XPort's implementation into XBMC (if it isn't already).

While you're at it implementing file associations, maybe you could extend the "Path" element to support auto-listing of a particular filetype or even all files in a particular folder (with let's say a "Search" attribute, where the default if omitted is "default.xbe")? Like, for example:

CODE
<List Text="Pop Music" Sort="On" Auto="On">
 <Path Search="*.mp3">F:\Music\Pop</Path>
</List>
<List Text="Favorite Movies" Sort="On" Auto="On">
 <Path Search="*.*">F:\Video\FavoriteMovies</Path>
</List>


(And separately, the file associations would specify what apps to use for each of those file types, including all movie file types.)

Hmmm... I think it's time for another beer. beerchug.gif
kay_dutch
Hi , sorry about my bad english.

i would like the following features:

bios flashing
python scripts support

and the most important thing is:

a pppoE-Connection, because not all people have a PC an would connect the xbox directly to the dsl-modem. So you must can set your account data and password.

i hope you understand what i mean.
antiflag1980
But for the file association thing, how could it tell what the file association is for roms since for all of xports emus they are zipped, unless it checks inside the zip file for the names which is possible, but more work. Also some file extensions are used for multiple systems, a genesis rom could be .smc or d can't remembeor or it could be a .bin or .rom, same case with other systems having .bin or .rom. Wouldn't it be easier for emus any way for the dash to use folder association, like say I could set F:\emus\nes\roms to F:\emus\nes\default.xbe and have a sub menu in the dashboard emus>nes and inside nes could be automattically populated with all the files in F:\emus\nes\roms and when you selected one it would automattically launch F:\emus\nes\default.xbe with arg1 set to whatever rom I clicked on. Like having it be able to be set in the config file like so:
CODE

<List Text="Emulators" Sort="On" Auto="On">
      <Path>F:\emus</Path>
              <List Text="Nes"  AutoFolderAssoc="F:\emus\nes\default.xbe">
                       <Path>F:\emus\nes\roms</Path>
</List>

So like all the roms in that folder would be added to a list and would be pased as a command line option to whatever xbe is set as the association.
pdottz
I would like to see a way of adding in your own remote codes like xbmc. for those other remotes that the dongle can pick up.
YipYip
QUOTE (antiflag1980 @ Aug 7 2004, 09:04 AM)
But for the file association thing, how could it tell what the file association is for roms since for all of xports emus they are zipped, unless it checks inside the zip file for the names which is possible, but more work.  Also some file extensions are used for multiple systems, a genesis rom could be .smc or d can't remembeor or it could be a .bin or .rom, same case with other systems having .bin or .rom.  Wouldn't it be easier for emus any way for the dash to use folder association, like say I could set F:\emus\nes\roms to F:\emus\nes\default.xbe and have a sub menu in the dashboard emus>nes and inside nes could be automattically populated with all the files in F:\emus\nes\roms and when you selected one it would automattically launch F:\emus\nes\default.xbe with arg1 set to whatever rom I clicked on.

Yes, I did think of that actually. Personally, I wouldn't mind unzipping a few small roms for my special "themed menus", but that's for a menu with hard-coded "Item" elements for particular ROMs (on various systems). Also, in my original post on the subject (back on page 23), I had the idea that you could associate multiple emulators (or whatever) with a single file extension (like the Open With menu in Windows XP). One association would have Default="True" and the others could be accessed by clicking "Start" on the associated menu item (or in the File Explorer) and on the existing popup menu, you would see a new "Open With..." option (with another popup menu for choosing the program, or maybe the first popup menu could have each option listed right there, like "Open with FCEUltra NES Emulator [Default]" and "Open with NesterX NES Emulator").

Now, in theory, that could take care of ZIP files as well, since you could associate all your emulators with "ZIP". However, then you would always have to use the "Open With" context menu and remember the appropriate emulator to use. That's obviously not a good user interface!

So, I like your idea of "folder association". biggrin.gif Although, I don't think the association should be set up on the "List" element, because then it wouldn't work in the File Explorer (nor on individual "Item" elements for your special ROMs that you want to directly link to). Instead, you could tweak my suggested syntax to use a "FileFilter" instead of a "FileExtension". Then, anything that matches that "FileFilter" would use the related associations (you could still have multiple associations and an "Open With..." context menu, in case, for example, you have 2 NES emulators). It would not matter if the file is found via a "Path" element, a direct "Item" element, or the File Explorer -- it would just use the program(s) for the first matching "Association" element (whether folder or extension or even a specific filename).

Here's my modified suggested syntax (the original is in my post on page 23):

CODE
<Settings>
...
<Associations>
  <Association FileFilter="*.smc" Title="Super Nintendo ROM">
    <Item Action="F:\Emulators\SNES\Default.xbe" Default="True" ParamMethod="XDK">xSNES9x</Item>
    <Item Action="F:\Emulators\SNESOther\Default.xbe" Default="False" ParamMethod="XDK">Other SNES Emulator Goes Here</Item>
  </Association>
  <Association FileFilter="F:\ROMS\NES\*" Title="NES ROM">
     <Item Action="F:\Emulators\NES_FCEUltra\Default.xbe" Default="True" ParamMethod="XPort">FCEUltra NES Emulator</Item>
     <Item Action="F:\Emulators\NES_NesterX\Default.xbe" Default="False" ParamMethod="XDK">NesterX NES Emulator</Item>
  </Association>
  <Association FileFilter="*.mp3" Title="MP3 Music File">
     <Item Action="F:\Apps\XBMC\Default.xbe" ParamMethod="XPort">XBOX Media Center</Item>
  </Association>
  <Association FileFilter="*.mpg" Title="MPG Video File">
     <Item Action="F:\Apps\XBMC\Default.xbe" ParamMethod="XPort">XBOX Media Center</Item>
  </Association>
  <Association FileFilter="*.avi" Title="AVI Video File">
     <Item Action="F:\Apps\XBMC\Default.xbe" ParamMethod="XPort">XBOX Media Center</Item>
  </Association>
</Associations>
</Settings>
...
<List Text="Prince Of Persia Menu" SkinOverride="PrinceOfPersia">
  <Item Action="F:\Games\Prince of Persia The Sands of Time\Default.xbe">Prince of Persia: The Sands of Time</Item>
  <Item Action="F:\ROMS\SNES\Prince of Persia (U).smc">Prince of Persia 1</Item>
  <Item Action="F:\ROMS\SNES\Prince of Persia 2 (U).smc">Prince of Persia 2</Item>
</List>
<List Text="Nintendo Entertainment System Menu" SkinOverride="NES"  Sort="On" Auto="On">
  <Path Search="*">F:\ROMS\NES</Path>
</List>
<List Text="Pop Music" Sort="On" Auto="On">
  <Path Search="*.mp3">F:\Music\Pop</Path>
</List>
<List Text="Favorite Movies" Sort="On" Auto="On">
  <Path Search="*.*">F:\Video\FavoriteMovies</Path>
</List>


I am also suggesting the ParamMethod attribute which could be "XDK" for the XDK method or "XPort" for XPort's method (of passing "command-line" parameters).

Note: I guess the association items do not really need the "Default" attribute (I put it there to make it clear how it would work) -- it could just be assumed that the first item is the default.

Also note, I keep all my roms under F:\ROMS\<systemname> so, for example, I only need one collection of NES ROMs, and both NesterX and FCEUltra can use the ROMs from that single location. Some emulators don't allow a custom location, though, so in that case I have to keep the ROMs at whatever location the emulator wants.

What do ya think? smile.gif
GoldStar
Awsome dash, I have it named as xboxdash.xbe for me biggrin.gif
For the password thingy I use a combo of uppercase and lowercase letters..so I can sit on the A and quickly tap y y a y a a y a and nobody would know what i'm typing in..it comes out to be aAAa lol I dont need to worry about anyone guessing that especially if I decide to use other letters along with that. You can even use white button for extra characters. white a white y a a white a for example. (my friend is STILL trying to guess my password tongue.gif)

The free space calc on the file manager doesnt work when you press start and select it from menu. I dont really have a "wishlist" just wanted to reply about that password workaround.
antiflag1980
YipYip: It's completely useless in my opinion to add a feature like that at all that you would have to go into file explorer to use. I find most people that I set up an xbox for are confused when using file explorer most of the time. I'm thinking simplicity and ease of use. We could all simply write the .xml ourselves already for passing command line options for all of our roms, but many people having as many as 100,000 or more roms, I do at least. Hell I have 10,000 nes roms alone and that would take a year to write the config file for. The auto menus are the best feature of dashboards, for the hassle of going into file explorer and locating a file then choosing what to launch it with, you could have just launched the emu and located the file and launched it, what's the difference? Having all games, whether it be xbox games or roms or disks, all in the same menu system without having to launch an emu to see what games exist would be a great feature.
KingDing-a-Ling
I don't know if this has already been asked for but the implementation of Trainers...either some Ux format that runs off the DB or a replacement xbe, doesn't matter.
pdottz
king.. I have my config.xml setup for xbe trainers. using the item tag. I just tell it to run the xbe I point it too. it wasn't to hard to setup.....


aside from customizing your IR codes like in my previous post, I would also like the ability to run scripts as their own file. say for instance myscript.usf (unleashx script file) or something.

the reason I ask is because I had to replicate the same script over and over again in my config.xml file for halo maps. I used zman's script about 11 times to make changing maps super simple. since I have something like 20 maps my config file is getting huge.
running everything from individual script FILES would make things so much easier.
YipYip
QUOTE (antiflag1980 @ Aug 8 2004, 12:30 PM)
YipYip: It's completely useless in my opinion to add a feature like that at all that you would have to go into file explorer to use.  I find most people that I set up an xbox for are confused when using file explorer most of the time.  I'm thinking simplicity and ease of use.  We could all simply write the .xml ourselves already for passing command line options for all of our roms, but many people having as many as 100,000 or more roms, I do at least.  Hell I have 10,000 nes roms alone and that would take a year to write the config file for.  The auto menus are the best feature of dashboards, for the hassle of going into file explorer and locating a file then choosing what to launch it with, you could have just launched the emu and located the file and launched it, what's the difference?  Having all games, whether it be xbox games or roms or disks, all in the same menu system without having to launch an emu to see what games exist would be a great feature.

Please read my post again more carefully (sorry, I know, it is long and somewhat technical). I specifically provided an example that would list all NES roms in a sub-folder (regardless of file format!), just like you want. That example uses folder association like you want, except the association is not on the "List" element.

I'm just asking for the association to be setup separately so that I can also use "Item" elements to directly link to my favorite roms (or even use the File Explorer if I wanted). If you have 10,000 roms, then I'd expect that you'd also like to link to a few favorites (without specifying an emulator XBE in each "Item" link)! This is for simplicity, since I am setting up a menu for novice children (who might have a hard time finding sonic_000.zip or whatever in a huge list).

FYI, I also don't think I would use the file explorer for browsing my roms, but someone else made the original request for file associations and they were only asking for support in file explorer (I'm hoping my syntax would make everyone happy).

My suggested syntax also allows multiple programs to be associated with a folder (or a file type), so in your big list of 10,000 NES roms, you could press A to open a rom with FCEUltra or you could press Start, then choose "Open with NesterX" from the popup menu. Doesn't that sound cool?

"Themed Menu" Example:
If you set up folder association for each of your ROM folders, then you should be able to link directly to items in those folders. For example, you could just have "Item" elements which each have "Action" set to one of the following:
F:\ROMS\NES\zelda1.zip
F:\ROMS\NES\zelda2.zip
F:\ROMS\SNES\Zelda_ALTTP.zip
F:\ROMS\N64\Zelda_OOT.zip
F:\ROMS\N64\Zelda_MM.zip

Even though those are all zip files, the folder association would automatically use the correct emulator (because each file will match one "FileFilter"). The NES roms would allow the "Open with NesterX" option on the popup menu. In my opinion, this provides a much cleaner interface than picking each of those from giant lists of roms when you (or your novice users) are in the mood to play Zelda.
PENiX
You all are probably flooded with wishes/requests, but i got something new...

Its probably not gonna make it since not many people have this problem, but i connect my xbox to xbox live using PPPOE (you enter your username/password for the isp and the hostname and it will connect without having another computer connected).

The problem is that the pppoe settings get erased once a dashboard loads because it overwrites with the network settings.

Im not even sure if this is possible, but maybe a way to maintain the pppoe settings (possibly configure them in uleashx?)

or maybe an option to disable network and revert the pppoe settings back (then power off, switch modchip off).

If you dont know what im talking about i got these pictures from like a year ago off a gameboy advance camera, small, but you will get the point

user posted image

After enabling the modchip and loading a dashboard that supports ftp/networking, it automatically shuts off:

user posted image

It would be nice but im not holding my breath smile.gif

Thanks
antiflag1980
YipYip: Cool, I read your entire post, I just didn't read the xml you posted because it looked long and I was too lazy, sorry.
Master Reefed

not sure if these ideas have been mentioned already, but...

I would like "Show free Space" while FTP'n (see free space from PC FTP client)

mp3's open and play when ya click em, just like a video or pic.

Fix whatever it is that makes my music "BZZZ" when a new track starts!

just ideas, do with em what ya want....
Dash is GREAT the way it is, still WAY above the rest
biggrin.gif
ORGANIC_PEPSI
QUOTE
mp3's open and play when ya click em, just like a video or pic.


u gotto have to fully functional audio player for that(like in thc).with stop,play pause and stuff
.other wise u wont be able to stop playing it unless u have the xbox remote controller.(the additional functions like stop play pause in the unleashx music play can only be accessed with the xbox remote commander)
Safety in Nimbus
-browse xbsaves for any save instead of having to already have a previous save
-backup of saves (of course that could be done through a script)
-browse AX/ XS by date

i'm not sure since i really don't do RSS that much but, say if you have multiple RSS newsfeeds, you could have a different colour for each newsfeed source.
SICKdimension
A better screensaver. I am coming from avalaunch, and I'm going to miss the custom 3D rotating objects.
unleashx
QUOTE (SICKdimension @ Aug 12 2004, 05:14 PM)
A better screensaver. I am coming from avalaunch, and I'm going to miss the custom 3D rotating objects.

A full motion video, or a digital slideshow screensaver is not enough? unsure.gif wink.gif
Lazybones
QUOTE (unleashx @ Aug 12 2004, 05:30 PM)
A full motion video, or a digital slideshow screensaver is not enough? unsure.gif  wink.gif

Is that already in?

Should have a better default than the bouncing Text..

When the logo contest is done something cool should be done with the logo to make a new default screen saver.

Also need an abort / cancel button on features such as the skin downloader..


Edit: removed requests for features I later found in the options menus.
peppermg
I would like to see a screensaver slide show using the ken burns effect.
Lazybones
Since UnleashX supports BGM how about the having the screen saver and or background image display a visualization based on the music?
dmb062082
It would be very very very very cool to have BATCH ZIPPING!

Batch renaming/adding extentions might be a little harder but would also come in handy.
hydraulix
3d is a waste of time. (in my opinion only)

- its time consuming
- its resource consuming
- impossible to for people to fully customize it unless you know how to create/edit 3dmesh objects
- who wants to copy avalaunch anyway lol!

seriously though, from what i've seen some of these guys do with 2d video skins, they have come out light years better than ANY thc/hacked 3d dash mod i've seen.
DaveHShapiro
QUOTE (Lazybones @ Aug 12 2004, 03:09 PM)
Since UnleashX supports BGM how about the having the screen saver and or background image display a visualization based on the music?

I agree with this for sure.
I'd also like if there were more controls for the music.
I have found skip to next song skip to next album and pause.
what about... wait I'm not in the XMC forum am I?

Just kidding. I really do like the visualisations idea. Are there plans for unleashx to do more stuff like XMC does?
just wondering.
africamagical
ISO 9960 support for file manager!
SICKdimension
QUOTE (unleashx @ Aug 12 2004, 05:30 PM)
A full motion video, or a digital slideshow screensaver is not enough? unsure.gif wink.gif

Oh DAMN! I guess I gotta look into this more! UnleashX is one helluva dash! I just thought I had to live with that fugly bouncing text!!

Is there a way to connect to a IP address from the file manager? (like ava)
Atltech Industries
gotta agree.. 3d model screensavers are totally useless.

Visualizations are cool, but you can achieve a similar effect with rythmic animations.

Is there anywhere I can upload my screensavers?

Cold Steel rythmic screen saver will be in the next skin update. wink.gif
dzv
There are 2 features I've just thought of that would be very cool. They may have already been suggested.

1) The gamepad shortcuts are great, and would be even greater if you could bind them to scripts or batch files of some kind. For example, you could bind a shortcut key to a script that changes your config file when you enter a password (ala Kthulu's script for changing between 'Power User' and 'Guest'). So that when I boot my Xbox, I can hold down the button of my choice and I will be prompted with a password, and then it would boot UnleashX with my 'Power User' config.

2) Similar to the gamepad shortcuts, an Autoexec (on bootup) command would be great. You could combine this with the above example to make sure that everytime I boot my Xbox, it will change to the 'Guest' config by default, unless I hold down my 'Power User' button shortcut.
flashfreak
its so funny, bcos i only read the first page and pretty much everything has been answered tongue.gif its kinda trippin.

i would like to see:

xbox2xbox transfers (like every1 else)
custom music from network
Sir_Klain
QUOTE (flashfreak @ Aug 15 2004, 02:12 AM)
its so funny, bcos i only read the first page and pretty much everything has been answered tongue.gif its kinda trippin.

i would like to see:

xbox2xbox transfers (like every1 else)
custom music from network

dry.gif
Those questions have been answered b/cause they date back to 2003...
dry.gif

What would be good to have on this dash is a little customization on the spinning orb (XBOX xip)... What i mean is... If we can move it where we like and how we like it and change the look... laugh.gif dunno if possible.. laugh.gif

Also... Has MP3 support been added yet? (juz wonderin) blink.gif

hahahaha laugh.gif

Keep up the great work on UX!







Evox sucks... (had it for a while back then...but couldn't stand the SCROLLING TEXT with no sound effects... I don't know if it has been fixed...since I had UX since the 1st release...)
snake3k1
A GREAT feaure would be if we could view our xbox live friends list through UX. I don't mean to connect to xbl in any way, but rather get an xml for it like how msn messenger does it, as does xbox.com, and even "XBOX Friends Thing" does it. That'd be REALLY HOTTT!
bgrill27
A Passthrough to all speakers like in XBMC would be great
deezp1
QUOTE
Also... Has MP3 support been added yet? (juz wonderin) 

It sure has! biggrin.gif

QUOTE
since I had UX since the 1st release


Since the First release and you dont know about mp3 support! WOW tongue.gif Have you updated since then because it has evolved A LOT!
rdeal
is it possible for u to add a option to choose a video mode u want when you launch a game from dvd?......i know u can when you launch a game from hd...just wondering if it can be added when you launch from dvd
jonathan2007
i dont know if this has been suggested if so sorry. ok here goes. i am a softmodder as some of you may know. i just installed a 200gb drive for a friend and i needed his xbox's eeprom so xboxhdm could calculate the new password to lock the drive. i had to use evox's backup option to get the eeprom. it was either that or using configmagic and evox seemed easier since i was already running that from the splinter cell with evox gamesave exploit. what i was wondering is if you could make unleashx have an option to backup the eeprom. and to have it back it up to like C:\backup or have the user specify the path because i would like to make a splinter cell with unleashx gamesave exploit. not only because i think unleashx is better than evox but because the current gamesave with evox does not load correctly and you have to do something to it. so i could add unleashx and fix the loading problem (the problem is with action replay software and calling it an unvalid save). but unleashx doesnt make a whole lot of sense because it doesnt have an eeprom backup option so.... sad.gif thanks for listening and i hope you know what i mean. beerchug.gif
lmnoq
one thing that i noticed when using a boot passcode:

could it be possible to make the ftp server not load until after the code is entered?

i know if you're looking to secure your box, these codes aren't gonna keep away anyone who knows how to load a boot disc and do what they want, but it seemed kind of strange to me that when you load up, it loads the ftp server as well as the network settings right behind the passcode screen.

now, assuming you haven't changed your system password, anyone could sit down and ftp into your box because the server is active and the ip is right there. since the passwords aren't encrypted, they're in scott free once they read the .xml


again, if this is even possible to do, it won't make password security a ton better, but it just feels like thats how it should be done.

thanks for a great release tongue.gif
snake3k1
i guess no1 likes my xbl FL idea. it would b hot
Striker2k2
what about building the menu structure from within unleashx?
by that i mean bringing up the context menu and have the option to add an option/list.
with adding you can specify the path and/or sort.
in settings there could be a enable/disable option.

this way there would be no more need to alter the xml by hand.
oh and a delete/edit option in the context menu could be nice too tongue.gif

dont know if its too much to ask, but hope you will in some future version.
keep up the good work beerchug.gif
unleashx
@lmnoq,
It used to be that way and frankly, that makes more sense to me if it was that way. Somebody said that it should start even with the system asking for password/passcode, I dunno what I was thinking, but I gave in to it. Well, maybe, because I also believe that the xbox is a game console first, that we shouldn't put too much security in it. I dunno.


@Striker2k2,
My plan exactly, but not before I do ftp client. I'm planning to make it so that you can do all that editing right in the xbox. Just need to finalize the design of some controls that will help me achieve this goal.

@snake3k1,
that requires passport authentication. I'm not too keen on using passport services, I feel big brother is watching over me all the time, tracking every move I make sad.gif
RudeBastard
unleashx wrote...
QUOTE
@lmnoq,
It used to be that way and frankly, that makes more sense to me if it was that way. Somebody said that it should start even with the system asking for password/passcode, I dunno what I was thinking, but I gave in to it. Well, maybe, because I also believe that the xbox is a game console first, that we shouldn't put too much security in it. I dunno.


It doesn't really matter to me, but I favor the way it currently works. Seems more efficient to me.

lnoq wrote...
QUOTE
now, assuming you haven't changed your system password, anyone could sit down and ftp into your box because the server is active and the ip is right there.  since the passwords aren't encrypted, they're in scott free once they read the .xml


If you haven't changed the default FTP password, why do they need to read the config.xml to get it? If they don't already know the default password is 'xbox', how are they going to get in to read the config.xml if you have a boot passcode setup? Also, if you are concerned with security perhaps you should change the FTP password from the default to something else. If you think someone is going to boot your box to a passcode screen and then run a password cracker on the FTP server, maybe you should lock your box in a closet when you aren't there. What sort of top-secret materials does one keep on a game console?
lmnoq
QUOTE (RudeBastard @ Aug 19 2004, 07:47 AM)
unleashx wrote...


It doesn't really matter to me, but I favor the way it currently works.  Seems more efficient to me.

lnoq wrote...


If you haven't changed the default FTP password, why do they need to read the config.xml to get it?  If they don't already know the default password is 'xbox', how are they going to get in to read the config.xml if you have a boot passcode setup?  Also, if you are concerned with security perhaps you should change the FTP password from the default to something else.  If you think someone is going to boot your box to a passcode screen and then run a password cracker on the FTP server, maybe you should lock your box in a closet when you aren't there.  What sort of top-secret materials does one keep on a game console?

i realize that. i pointed out in my post that i don't expect top level security and i dont really have anything worth hiding on there anyways.

i just thought that in a future release, it would be cool if there was some way to change that: ie- making it a selectable option



network settings:
load FTP/Network before security: yes/no

something like that if its not too hard to implement


and regarding reading the config.xml to get your ftp password-- thats not what i was getting at. they could ftp in while the password box is up and read the system password out of the .xml

in any case, its not a huge deal as most people probably would not care that much about it. like i said, it just felt wrong to me rolleyes.gif
grebulon
QUOTE
What sort of top-secret materials does one keep on a game console?

Probably porn wink.gif

QUOTE
they could ftp in while the password box is up and read the system password out of the .xml

As RudeBastard said, just change the FTP password.

I think it's a good idea that the FTP runs behind the passcode screen. This way you can FTP to recover your lost password.
RudeBastard
QUOTE
Probably porn

That's what scares me. The potential of having our beloved dashboard influenced by the desires of some kid trying to hide his porn stash from his parents.

QUOTE
I think it's a good idea that the FTP runs behind the passcode screen. This way you can FTP to recover your lost password.

That's a good point. Here's what I was thinking:
I boot the xbox up to the boot-passcode screen. Network/FTP services loads in the background. I start a big upload/download and go walk the dog. Hopefully, the boot-passcode screen will deter someone from launching another app while my upload/download finishes.
Atltech Industries
I have thought about this for a while, but things like FTP are much more important, and all my suggestions are obviously skin related.

Ideally I would like to shift layers depending on actions.

With the individual menu items and info moveable through the layers.

Example.
1. Set a .png display box behind the song title
2. on change of song action, send song info back 1 layer , bring animation of rotating box to upper layer.
3.On completion of rotation animation restore layers.

This would also allow me to supply multiple overlays and background vids with my skins and swap between them at the press of a button.
Static skins could make use of this for an animated menu effect or .. well lots of things. wink.gif

Its possible the change from video to static images would cause flickering, but from what I have seen with icons and previews it just might work.
Anyway I have no idea how hard it would be to implement, and am totally satisfied with your effort so far beerchug.gif

option B: transparent info/menu items biggrin.gif
hydraulix
QUOTE
1. Set a .png display box behind the song title


you mean coverart thumbnails for the album? if so, that would be very nice, since I already have cover art for all my albums set as "folder.jpg" in thier respective mp3 album folders. but jpg may be more suitable than png's, and im not exactly sure how everyone else out there has thier cover art stored. guys please post some feedback on this!

a couple other small things crossed my mind this morning.

- download preview vids from the main game submenus (select/play, information, download preview, etc) (i think it was there, probably removed for bandwidth reason, if so ignore this)
- in the skins download section, instead of sorting alphabetically, why not have an option to sort by most recently added /or/ alphabetically. so that its easier to keep up with the latest skins that have been released.
hydraulix
nm altech, i see what your saying, sometimes i skip words when i read.

your idea kicks butt, especially for us skinners that cannot create video skins. it would help give our stuff some added flare even being static.
xV1510Nx
Having the cd covers display with the song is actually a good idea! I also have all my albums backed up with cover art, and i think it would also add new value to skinning.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.