Bitte deaktiviere deinen Adblocker auf dieser Seite. Sie wird über Werbung finanziert. Registrierte User sehen keine Layer-Werbung mehr!
Lieber Besucher, herzlich willkommen bei: xboxhacks.de - Deutsches Xbox 360 und One Forum für News, Hacks & Co.. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Benutzerinformationen überspringen
Beiträge: 556
Registriert am: 17. September 2010
Wohnort: Im Süden
Xbox One: 1x OneX, 1xOne
Xbox360: 2x JTAG Jasper XB01, 1x Slim RGH2, 1x KIOSK/Aufsteller
LiNK User: -
Danksagungen: 124
Benutzerinformationen überspringen
Beiträge: 1 345
Registriert am: 27. Januar 2010
Wohnort: Herford(NRW/OWL)
Xbox360: slim RGH & FLASH
Danksagungen: 337
Benutzerinformationen überspringen
Beiträge: 8 675
Registriert am: 11. Februar 2010
Wohnort: Royston_Vasey
Xbox One: Day One
Xbox360: Xbox 360, Pro, Arcade, Slim Trinity, Corona & E. usw, 2x XBone (1TB) , PS 4 (1TB)
Laufwerk: die üblichen verdächtigen
Firmware: verschieden
Rebooter/RGH: Freeboot und ähnliches
LiNK User: Dr.Gonzo
Danksagungen: 7339
Benutzerinformationen überspringen
Beiträge: 556
Registriert am: 17. September 2010
Wohnort: Im Süden
Xbox One: 1x OneX, 1xOne
Xbox360: 2x JTAG Jasper XB01, 1x Slim RGH2, 1x KIOSK/Aufsteller
LiNK User: -
Danksagungen: 124
Hier kleine Info, so hab ich das bei mir eingestellt, und ich kann alles (Tu`s oder Covers) Downloaden.![]()
So einstellen beim Installieren:
- Do you want block the xbox from finding system updates? A Yes
- Do you want dash launch to block LIVE DNS? B No
Benutzerinformationen überspringen
Beiträge: 8 675
Registriert am: 11. Februar 2010
Wohnort: Royston_Vasey
Xbox One: Day One
Xbox360: Xbox 360, Pro, Arcade, Slim Trinity, Corona & E. usw, 2x XBone (1TB) , PS 4 (1TB)
Laufwerk: die üblichen verdächtigen
Firmware: verschieden
Rebooter/RGH: Freeboot und ähnliches
LiNK User: Dr.Gonzo
Danksagungen: 7339
Zitat
Zweiteres kannste auch aktivieren, nur bei der danach folgenden Abfrage (die dann kommen wird) "NO" auswählen.
Zitat
if liveblock is set to true, this will block the console from resolving all MS related dns
; setting this to TRUE will also block apps like freestyle from accessing things like cover images
![]() |
PHP-Quelltext |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 |
[Settings]
; if true, brining up miniblade in NXE and then pressing Y will cause launch.xex to relaunch for you
; note you must release Y button then press desired QuickLaunchButtons after or use default item
; if not present default is TRUE
nxemini = true
; if true ping limit will be removed for system link play (thanks FBDev!)
; if not present default is FALSE
pingpatch = false
; if true (most) xbla will no longer need yaris patching (thanks mojobojo!)
; if not present default is FALSE
contpatch = false
; Normally when a fatal error occurs the xbox will just freeze, setting this to false will cause a reboot or powerdown
; setting to TRUE will also disable the unhandled exception filter which tries to intercept recoverable unhandled exceptions with exit to dash
; if not present default is FALSE
fatalfreeze = false
; when fatalfreeze is set to false, setting this to true will cause the box to reboot (hard reboot), setting it to false will instead have the box shut down
; note that this option does NOTHING when fatalfreeze is set to true
; if not present default is FALSE
fatalreboot = false
; when fatalfreeze is set to false and fatalreboot is set to true, setting this to true will cause the box to reboot (soft reboot) the way it was intended to
; ONLY set this to true if using blackaddr's reboot fix for SMC, else on reboot you will get E71 and corrupted dash/video/etc settings
; note that this option does NOTHING when fatalfreeze is set to true
; if not present default is FALSE
safereboot = false
; when set to true, it is possible to hold RB when launching a game to have the region that the game gets from xam spoofed
; if not present this is set to FALSE
regionspoof = false
; when regionspoof is true, you set your region here in hex, for examle devkit would be region = 0x7fff
; if not present but regionspoof is set to true, this is set to 0x7FFF
region = 0x7FFF
; when set to false, ejecting a dvd video or game returns you to your default item, set to true to auto exit to NXE
; if not present this is set to FALSE
dvdexitdash = false
; when set to false, using the exit item in an XBLA game returns you to your default item, set to true to exit to NXE arcade menu
; if not present this is set to FALSE
xblaexitdash = false
; when set to true, using miniblades system setting options will not exit to NXE
; if not present this is set to FALSE
nosysexit = false
; when set to false, xbox will be capable of finding system updaters
; if not present this is set to TRUE
noupdater = true
; when set to true, dash launch will put all debug strings out to uart
; if not present this is set to FALSE
debugout = false
; when set to false, dash launch will not attempt to handle last chance unhandled exceptions
; if set to false, exceptions will also no be dumped to the dumpfile
; if not present this is set to TRUE
exchandler = true
; by default this only dumps to UART, setting a file here will cause unhandled exception info to be dumped
; as text to a file. Same path restraints as the quick launch buttons.
; if exchandler is set to false, this option does nothing.
; note that this uses the first drive of the class found, so if you use usb: and have more than one usb device
; it may wind up on any of the usb devices depending on which was enumerated first. The path for the file is only
; checked on boot, so the device must be present at power on and at crash time for this to be effective
; ie: dumpfile = Usb:\crashlog.txt
dumpfile =
; this value sets the number of times that buttons are checked for on bootup, as well as how long it checks for buttons
; and thus extends the length of time the boot animation will be displayed onscreen
; 0x5A is approximately 6s window for button detection, 0x2A approximately 2s - if set too short auto profile login breaks
; if set too long other wonky things happen
; note this value is interpreted as hexidecimal, valid range is 0 to 0xFFFFFFFF
; if not set this value will be put to 0x2A (42)
bootdelay = 0x2A
; if set to true, this will block the console from resolving LIVE related dns
; if not set this value will be TRUE
liveblock = true
; if liveblock is set to true, this will block the console from resolving all MS related dns
; setting this to TRUE will also block apps like freestyle from accessing things like cover images
; if not set this value will be FALSE
livestrong = false
; all comments and fields in this file are optional, you can remove anything you don't need - section headers []
; are required for any used options under the section
; sorry for any double negatives :p
; njoy, cOz
|
Benutzerinformationen überspringen
Beiträge: 8 675
Registriert am: 11. Februar 2010
Wohnort: Royston_Vasey
Xbox One: Day One
Xbox360: Xbox 360, Pro, Arcade, Slim Trinity, Corona & E. usw, 2x XBone (1TB) , PS 4 (1TB)
Laufwerk: die üblichen verdächtigen
Firmware: verschieden
Rebooter/RGH: Freeboot und ähnliches
LiNK User: Dr.Gonzo
Danksagungen: 7339
Benutzerinformationen überspringen
Beiträge: 556
Registriert am: 17. September 2010
Wohnort: Im Süden
Xbox One: 1x OneX, 1xOne
Xbox360: 2x JTAG Jasper XB01, 1x Slim RGH2, 1x KIOSK/Aufsteller
LiNK User: -
Danksagungen: 124
Zitat
Zweiteres kannste auch aktivieren, nur bei der danach folgenden Abfrage (die dann kommen wird) "NO" auswählen.
Zitat DashLaunch 2.21
Zitat
if liveblock is set to true, this will block the console from resolving all MS related dns
; setting this to TRUE will also block apps like freestyle from accessing things like cover images
Hallo.
Ja danke habe bei Dashlaunch alles aktiviert.![]()
Werde es Heute noch mal drüber laufen lassen.
Mit freundlichen Grüßen
Rudolf
Hallo.
Ja danke habe bei Dashlaunch alles aktiviert.
Werde es Heute noch mal drüber laufen lassen.
Mit freundlichen Grüßen
Rudolf
Wenn du bei Dashlaunch die Option Block MS DNS aggressively bejaht hast, kommt deine Xbox garnicht mehr ins Internet.
Ja Danke das wars.
Benutzerinformationen überspringen
Beiträge: 783
Registriert am: 12. Februar 2010
Wohnort: Innsbruck, Tirol
Xbox360: Xenon JTAG, Slim Glitch
Laufwerk: Samsung, LiteOn
Rebooter/RGH: Freeboot
Danksagungen: 153
Eine frage habe ich nur noch ich komme jetzt garnicht mehr ins alte Dashboard bzw. in das Original Dashboard rein ......wie kann ich das machen damit ich da rein komme
Forensoftware: Burning Board®, entwickelt von WoltLab® GmbH
xboxhacks.de ist seit Tagen online
Xbox Spiele Preisvergleich: Xbox-Now.com (Damit findet ihr immer den günstigsten Preis für Spiele in der ganzen Welt!)
www.xboxhacks.de | Partner: Gamerscore Forum | games-mag.de | Du hier?