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
5 Pages V « < 2 3 4 5 >  
Reply to this topicStart new topic
> Opendash Beta Released!, legal open-source xbox dashboard
wolf202
post Jul 4 2005, 06:13 AM
Post #46


X-S Genius
****

Group: Members
Posts: 862
Joined: 15-June 04
From: Manitoba, Canada
Member No.: 125582
Xbox Version: v1.4



maybe a jpeg would be a bette bg image?

-wolf
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
zehn--
post Jul 4 2005, 10:51 AM
Post #47


X-S Enthusiast


Group: Members
Posts: 3
Joined: 4-July 05
From: Stuttgart, GER
Member No.: 231905



first off, great thing you're doin here, thumbs up

i'd like to contribute some wallpaper work or visual stuff (logo?) since im not into programming that much.......i just wanted to ask if you had anything in mind (except clouds) for the background or if i'm free to fool around

plus i'd also suggest a jpeg for bg

keep up the good work
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
d0wnlab
post Jul 4 2005, 02:07 PM
Post #48


X-S Expert
***

Group: Moderator
Posts: 557
Joined: 22-November 03
Member No.: 76129
Xbox Version: unk



graphically, anything you want to do, go for it.

When I made the background a bitmap, the SDL_Image implementation didn't have jpeg support.

It does now, so I'll fix and update. There's a couple other things I want to fix prior to releasing another beta.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
wolf202
post Jul 4 2005, 08:48 PM
Post #49


X-S Genius
****

Group: Members
Posts: 862
Joined: 15-June 04
From: Manitoba, Canada
Member No.: 125582
Xbox Version: v1.4



agasin i suck at photoshop, but i do not suck at html i coupld lend my skills as a web designer if anything was need.

-wolf
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Nafe
post Jul 5 2005, 08:18 PM
Post #50


X-S Enthusiast


Group: Members
Posts: 9
Joined: 24-December 04
Member No.: 179652



I love the idea.
As for running on a retail box, I could easily make a separate MA exploit that would say OpenDash in the Campaign menu and would not overwrite the Linux one... (a little hex-editting and signing of the masave.sav file)

I think this should be released pre-habibi-signed for all other versions.

Great job so far.

Misc. comment:
QUOTE("RiceCake")
If you get all the MS dashboard files off of C, it would be a completely legal installer for softmods! It would require a fairly complex system though, you'd need to MD5 files to determine their version, patch them accordingly, then manipulate them as required by the softmod to the correct directories, etc...

IIRC, Ltools uses filesize to determine version of the dash. I may be wrong, though.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
JapanFred
post Jul 12 2005, 05:06 PM
Post #51


X-S Senior Member
**

Group: Members
Posts: 181
Joined: 25-April 03
Member No.: 34293
Xbox Version: v1.1



Was gunna have a play with the source, see if i can fix anything, or help develop, but i can't get a hold of the source.

Can i get PM'd a link or get some info on when it's due up?

Cheers!

Dean
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
d0wnlab
post Jul 12 2005, 06:06 PM
Post #52


X-S Expert
***

Group: Moderator
Posts: 557
Joined: 22-November 03
Member No.: 76129
Xbox Version: unk



The links from hsdemonz worked but the ones from sixbit.org were taken down after suffocating my webhost's quota for a number of days straight. I know have webspace from xbox-scene.com so the problem is alleviated!

new links:
http://www.th0mas.xbox-scene.com/releases/od-beta-src.zip
http://www.th0mas.xbox-scene.com/releases/od-beta.zip

Don't bother doing too much bugfixing on the current build. My rewrite-from-scratch is going along quickly and will be a full robust dashboard. More info soon.

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
deadlokIV
post Jul 14 2005, 08:01 AM
Post #53


X-S Member
*

Group: Members
Posts: 60
Joined: 3-March 05
Member No.: 203299
Xbox Version: v1.1
360 version: unknown



Downlab, i am extremely interested in opendash, and if you could, can you pm me /or/ post here your knowledge of the Opendash source.

I know C++, but i getting back to C right now and the code cannot be compiled in a C++ compiler AFAIK, so i guess it's Linux for me biggrin.gif (but linux hates my Nforce2 board...)...
do you use a C GNU IDE? I'd like to know please, as I think chipping in to OpenDash development would be a better way of using my time.

Thanks for both a great Dash, and a large contribution to the scene.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
d0wnlab
post Jul 14 2005, 02:08 PM
Post #54


X-S Expert
***

Group: Moderator
Posts: 557
Joined: 22-November 03
Member No.: 76129
Xbox Version: unk



deadlokIV: feel free to mess around a bit with the opendash source, but to be honest, I'm working on a c++ replacement that is much more robust (scripting, xml config'd menu, skinning, eeprom/file backup,etc.. all the features of a real dash) and also much easier to modify.

Right now, I just have openxdk installed and the openxdk/bin in my path, and run make manually. For file editing i just use "nedit". It's sloppy, but I've yet to find a nice, simple solution smile.gif.

In terms of interesting code, look at "testdisplay.c". It's the main functions in there. The other main functionality is in "display.c". It's _really_ sloppy and hacked together, so don't judge until you see the new code smile.gif. Basically all the menu choices are based around a "str_List" struct that contains all the info needed for the list of options in a menu, then there's generic classes that let the user choose one of the list (or hit B to back out), then the main loop in testdisplay.c takes care of handling the selection, updating the menu, or running some function.

If you have any other questions feel free to ask. We might as well keep the conversation public as I think other people are looking at the source too.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
deadlokIV
post Jul 14 2005, 06:19 PM
Post #55


X-S Member
*

Group: Members
Posts: 60
Joined: 3-March 05
Member No.: 203299
Xbox Version: v1.1
360 version: unknown



Right im finishing up my crapped up version of open dash..
...actually it's more of a mod...trust me...biggrin.gif
added two menus etc, for the way i personally use my dashes but hey...

edited the CRAZY flashing backgrounds and snakes

about the sloppy thing? heh, yea like a miniture forest with no map biggrin.gif

Im a new'in to SDL programming and im starting to find it easy through this.

BTW. How did you get c++ working for openxdk?! i gave up...since i am addicted to code::blocks ide...
...usual story, tried to intsall openxdk...failing everywhere etc...

Well godspeed on the c++ dash, and lets all pray audio and networking will come soon (i dear friend, have plans wink.gif )

[[[.PS. Im having trouble compiling your ported librarys...mainly SDL_image....
...cp: cannot stat `SDL_image.h': No such file or directory
This is in Cygwin...]]]
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
d0wnlab
post Jul 15 2005, 02:24 PM
Post #56


X-S Expert
***

Group: Moderator
Posts: 557
Joined: 22-November 03
Member No.: 76129
Xbox Version: unk



QUOTE(deadlokIV @ Jul 14 2005, 01:30 PM)
Right im finishing up my crapped up version of open dash..
...actually it's more of a mod...trust me...biggrin.gif
added two menus etc, for the way i personally use my dashes but hey...

edited the CRAZY flashing backgrounds and snakes

about the sloppy thing? heh, yea like a miniture forest with no map biggrin.gif

Im a new'in to SDL programming and im starting to find it easy through this.

Very cool! Glad to know some people are poking around in it

QUOTE
BTW. How did you get c++ working for openxdk?! i gave up...since i am addicted to code::blocks ide...
...usual story, tried to intsall openxdk...failing everywhere etc...

You can use c++ if you're very careful. The wrong step and at link time you end up with a bunch of unresolved dependencies in libstdc++. Yesterday I sussed out one cause of this to be using typeid() in a certain context. I've yet to determine exactly what that context is, but I know it's not every time that typeid() is used because I use it throughout the program and only in one spot does it cause the link errors. I know template's work, inheritance works, typeid() works some of the time, casting works, etc.. best bet is to check your compile whenever you add something like that.

QUOTE
Well godspeed on the c++ dash, and lets all pray audio and networking will come soon (i dear friend, have plans wink.gif )

audio is already working, and got better with Carcharius's CVS update awhile ago.

QUOTE
[[[.PS. Im having trouble compiling your ported librarys...mainly SDL_image....
...cp: cannot stat `SDL_image.h': No such file or directory
This is in Cygwin...]]]
*



Actually, just grab the latest openxdk binary release (or, even better, the source from CVS). They have SDL_Image, SDL_ttf and dependencies integrated into the build.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
VampireHunterD
post Aug 19 2005, 10:36 PM
Post #57


X-S Enthusiast


Group: Members
Posts: 11
Joined: 7-June 05
Member No.: 225802



jester.gif

The dash looks excellent! Since you're utilizing a mini linux distro, how about including TCL/TK scripting ability. It gives the users easy ability to script not only a skin, but a fully functional desktop. That way, if they REALLY want a media player, they can script it in!

Just a thought !

This post has been edited by VampireHunterD: Aug 19 2005, 10:43 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
bizzeh
post Aug 23 2005, 01:16 AM
Post #58


X-S Young Member
*

Group: Members
Posts: 37
Joined: 8-May 04
Member No.: 118800



this is pretty cool, much better than when i tried to write a dash in openxdk (also called opendash)... tho i did try and write it back in the 0.0.2-Beta1 days...

soon as openxdk gets networking, ill give you some help getting an actual ftpd (filezilla) in there if you want...

keep up the good work
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
d0wnlab
post Aug 23 2005, 02:07 PM
Post #59


X-S Expert
***

Group: Moderator
Posts: 557
Joined: 22-November 03
Member No.: 76129
Xbox Version: unk



thanks smile.gif

That'd be cool for the help once networking is a reality. I'm sure at that point the openxdk will appear much higher on people's radar.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
psyddicus
post Oct 8 2005, 04:27 AM
Post #60


X-S Member
*

Group: Members
Posts: 62
Joined: 1-February 05
Member No.: 194430
Xbox Version: v1.1



Just wanted to reply with a thank you for your hard work. I know it's been quite some time since any posts in this topic, but your beta came up just fine on my iND-5003 bios and it was cool to know that someone's putting such a good effort into an openXDK dash.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





5 Pages V « < 2 3 4 5 >
Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 26th May 2013 - 02:19 AM