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
3 Pages V < 1 2 3  
Reply to this topicStart new topic
> Xboxburner 1.3, Easy to use burner for XBox and XBox360 game images
mycelo
post Apr 8 2011, 03:21 AM
Post #31


X-S Young Member
*

Group: Members
Posts: 52
Joined: 11-June 08
Member No.: 383130



QUOTE(dynup @ Apr 7 2011, 08:13 PM) *

@mycelo:
Sorry for that, it was not my intention! I didn't think about this! I wanted a better GUI and a simply to use app only!

I see two possibilities:

1. I write your name in the about dialog and the code
2. I stop the project and delete it

What do you want?


I'm usually glad when my projects are being used, improved and derivated by someone. Actually I encourage such actions. But it's not cool when someone just renames them and make it look like it's an original work. Anyway, this is what I would expect a derivator to do:

1) Include the name of the author and a link to the original project website (see my previous post) in the "about" box, README file (if any) and in the website(s) of the derivative project (e.g. this thread's first post).

2) Make every necessary effort to avoid the impression that this is an original and underivated work.

3) Make all the source code available right away, commenting your changes to the original work whenever possible and keeping the credit to the original project and author in the source files.

There's much more on the GPL model if you're willing to read the whole thing, but these are really my only demands.

I'd be pleased to see my work being improved, disseminated and actually being useful for free, and also I'd be available if you need any assistance with the original code.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
dynup
post Apr 8 2011, 11:37 AM
Post #32


X-S Enthusiast


Group: Dev/Contributor
Posts: 9
Joined: 4-April 11
Member No.: 452213
Xbox Version: v1.6
360 version: v3.0 (falcon)



@mycelo:

Done!

Again: Sorry, that was not my intention! I always adhere to the license agreements! I had simply forgotten it, because I didn't want publish the project first!

...a short mail or pn to me would have also been enough!

This post has been edited by dynup: Apr 8 2011, 11:37 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
rmbell
post Apr 8 2011, 01:09 PM
Post #33


X-S Young Member
*

Group: Members
Posts: 44
Joined: 1-February 04
From: Ontario, Canada
Member No.: 96937
Xbox Version: v1.0
360 version: v1 (xenon)



Ha, i was just logging in to mention qisoburn (which I love btw), only to be beaten by the author! mycelo I'd like to thank you for your awesome app smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
dynup
post Apr 17 2011, 04:03 PM
Post #34


X-S Enthusiast


Group: Dev/Contributor
Posts: 9
Joined: 4-April 11
Member No.: 452213
Xbox Version: v1.6
360 version: v3.0 (falcon)



@Info:
New version 1.1 available for download (see first post) now!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
xknight2000
post May 15 2011, 10:55 PM
Post #35


X-S Enthusiast


Group: Members
Posts: 1
Joined: 15-May 11
Member No.: 453534



As an OS X user this project looks amazing, however I am having problems getting it to run. All I am getting when I go to press burn is Error: Unknown error (141, 0).

Can anyone help me on this please.

Thanks in advance.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
alanewake
post May 15 2011, 11:33 PM
Post #36


X-S Young Member
*

Group: Members
Posts: 57
Joined: 5-March 11
Member No.: 451246



so usefull good job man.. biggrin.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Riotz
post May 22 2011, 01:53 AM
Post #37


X-S Enthusiast


Group: Members
Posts: 1
Joined: 2-August 07
Member No.: 351059



When I try to burn an ISO after hitting start then OK I get Error: Unknown error (141,0) on Mac OS X 10.6.7. It can see my burner and the media. Can anyone tell me how to get it fixed. Thanks. smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
rouneh
post May 24 2011, 06:59 AM
Post #38


X-S Young Member
*

Group: Members
Posts: 35
Joined: 28-October 05
From: uk
Member No.: 255210
Xbox Version: v1.4
360 version: v1 (xenon)



cant see any gain using this, bash functions kick its ass smile.gif

CODE
# ammend dvd writer if changed
# xbox360 bash functions
growiso360x2 () { growisofs -use-the-force-luke=dao -use-the-force-luke=break:1913760 -dvd-compat -speed=2 -Z /dev/sr0="$@"; }
growiso360x4 () { growisofs -use-the-force-luke=dao -use-the-force-luke=break:1913760 -dvd-compat -speed=4 -Z /dev/sr0="$@"; }
growiso360x6 () { growisofs -use-the-force-luke=dao -use-the-force-luke=break:1913760 -dvd-compat -speed=6 -Z /dev/sr0="$@"; }
growiso360x8 () { growisofs -use-the-force-luke=dao -use-the-force-luke=break:1913760 -dvd-compat -speed=8 -Z /dev/sr0="$@"; }
### and for normal images
growisoburn1 () { growisofs -dvd-compat -speed=1 -Z /dev/sr0="$@"; }
growisoburn2 () { growisofs -dvd-compat -speed=2 -Z /dev/sr0="$@"; }
growisoburn4 () { growisofs -dvd-compat -speed=4 -Z /dev/sr0="$@"; }
growisoburn8 () { growisofs -dvd-compat -speed=8 -Z /dev/sr0="$@"; }
growisoburn12 () { growisofs -dvd-compat -speed=12 -Z /dev/sr0="$@"; }
growisoburn16 () { growisofs -dvd-compat -speed=16 -Z /dev/sr0="$@"; }
###


basicly
"rouneh@foo ~ $ growiso360 image.iso"
in any term (yes screen via ssh is ftw) i sometimes combine with abgx along the lines of
"rouneh@foo ~ $ abgx360 -vc --af3 --splitvid image.iso && growiso360x4 image.iso && eject"
ideal when X aint running
smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
josh256
post Oct 3 2011, 07:05 PM
Post #39


X-S Enthusiast


Group: Members
Posts: 20
Joined: 4-November 07
Member No.: 361549
Xbox Version: unk
360 version: v3.0 (falcon)



Any chance we could get an update w/ support for custom layer break (or add 2086912 to the existing pulldown)?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
dynup
post May 20 2012, 03:19 PM
Post #40


X-S Enthusiast


Group: Dev/Contributor
Posts: 9
Joined: 4-April 11
Member No.: 452213
Xbox Version: v1.6
360 version: v3.0 (falcon)



@Info:
New version 1.3 coming soon!

Features for v1.3:
- New modern GUI design
- Verify burned disc
- Automatic layer break setting
- Supports 6 game image formats:
1. XGD1 (XBox)
2. XGD2 (XBox game for XBox360)
3. XGD2 (XBox360)
4. XGD3 (truncate method)
5. XGD3 (for iXtreme Burner Max firmware on a Lite-On iHAS drive)
6. Special format (with manual layer break)

Official project site: http://dynup.de.vu
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





3 Pages V < 1 2 3
Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 19th May 2013 - 08:23 PM