Hacking DS Xtreme - Firmware update

  • Thread starter Thread starter saccorator
  • Start date Start date
  • Views Views 3,686
  • Replies Replies 16

saccorator

Member
Newcomer
Joined
Oct 24, 2006
Messages
15
Reaction score
0
Trophies
1
XP
59
Country
Hey,
I have been lurking this forum for a little while. I just ordered (impulse buy -
huh.gif
) the DS Xtreme so I am curious to know how people feel about it after the recent 1.0.2 firmware update. Any significant improvements that anyone can comment on? I get the impression that this cart is not all it's craked up to be, but could be a lot better now that the Xtreme team is following up on customer complaints and suggestions.
Thanks!
 
Yeah just search the forums and i'm pretty sure you'll find something =P Well an update was just released (beta version) a few days ago. It did have some improvments but also some downers aswell...such as animal crossing and another game not working this time...while other stuff where fixed...keep in mind though it was just a beta version. Or atleast i think it was...
 
Yeah just search the forums and i'm pretty sure you'll find something =P Well an update was just released (beta version) a few days ago. It did have some improvments but also some downers aswell...such as animal crossing and another game not working this time...while other stuff where fixed...keep in mind though it was just a beta version. Or atleast i think it was...
The updating program was a beta, but the firmware update itself was a non-beta release, the beta-release of the firmware itself was tested before and appearantly none of the beta testers tested if ac:ww still worked.
unsure.gif

Too bad, I hope they fix it soon, and maybe make a downgrader cause at the moment it's not possible to go back to 1.0.1 in which AC:WW did work.

The update did however fix other problems with saves corrupting and support for the pokémon and stuff and much more nice things which you can read about here...
smile.gif
 
I am happy with the 1.02 upgrade. It fixed a lot of problems for me such as saving. The product can still improve a lot, but so far I am happy with it.
 
Well, except for "Animal Crossing" fanboy this list is pretty impressive. 99% of supported games, that's freaking huge.

Haven't my DS-X since long so I can't tell the difference between 1.01 and 1.02, but everybidy seem to claim it fixes a lot of save problems.
 
hmmm...the firmware is still in beta version. You should wait until the final release so they could fix all the bugs and what not.

I always say if it ain't broken, don't fix it. I am going to stick with the old firmware for now.
 
hmmm...the firmware is still in beta version. You should wait until the final release so they could fix all the bugs and what not.Â

I always say if it ain't broken, don't fix it. I am going to stick with the old firmware for now.

the firmare is absolutely not in beta version (where did you read this?)

they are currently making firwmare 1.0.3 and I have no idea when it'll be released.
 
hmmm...the firmware is still in beta version. You should wait until the final release so they could fix all the bugs and what not.Â

I always say if it ain't broken, don't fix it. I am going to stick with the old firmware for now.

The firmware updater is still in beta, not the firmware itself.
 
Hi there!, well, actually I upgraded my DS-X to 1.0.2, BUT the "About" still states 1.0.1 on my DS. I didn't had any problems when flashing it.
Since Worms actually works now, I can rest assure the process went OK, only the About screen bothers me.

Greetings!!!
 
I would not call it 99% compatibility as nearly half the games are still untested, at the moment id be happy to stay with my g6, but i would love to move to slot-1 when i get more money.

From 677 Games Listed:

320 Tested -> Working
003 Tested -> Not Working at All (Really its only the 3 Regions of Animal Crossing)
029 Tested -> Problems (Slowdown, Save Issue)
Total: 352

325 Untested
Total: 325

320 (Working) / 352 (Total Tested) -> 91% Compatibility

352 (Total Tested) / 677 (Games Listed) -> 52% Tested
325 (Total Untested) / 677 (Games Listed) -> 48% Untested
 
You need the new skin, since the About section is hard coded to 1.0.1 in the old version.
I think you can just delete the skin directory, and it'll load the new one automatically, but you'll need to download the new skin if you want to make any modifications.

Hi there!, well, actually I upgraded my DS-X to 1.0.2, BUT the "About" still states 1.0.1 on my DS. I didn't had any problems when flashing it.
 
You need the new skin, since the About section is hard coded to 1.0.1 in the old version.
I think you can just delete the skin directory, and it'll load the new one automatically, but you'll need to download the new skin if you want to make any modifications.

Hi there!, well, actually I upgraded my DS-X to 1.0.2, BUT the "About" still states 1.0.1 on my DS. I didn't had any problems when flashing it.

Hi!, actually no, you don't need do download anything the adjustments are really easy, you can edit this file:
DRIVERLETTER:\skin\default\dialogs\aboutDialog.xml



2


DS-Xtreme OS V1.0.1
clip
center
middle



There are other Tags you can atually edit like: , and , there is acutally a post on the official ds-x forum.

I really really suggest you only change the values inside the labels, or just backup your "skin" directory before making any changes
 
You need the new skin, since the About section is hard coded to 1.0.1 in the old version.
I think you can just delete the skin directory, and it'll load the new one automatically, but you'll need to download the new skin if you want to make any modifications.

Hi there!, well, actually I upgraded my DS-X to 1.0.2, BUT the "About" still states 1.0.1 on my DS. I didn't had any problems when flashing it.




Hi!, actually no, you don't need do download anything the adjustments are really easy, you can edit this file:
DRIVERLETTER:\skin\default\dialogs\aboutDialog.xml



2


DS-Xtreme OS V1.0.1
clip
center
middle



There are other Tags you can atually edit like: , and , there is acutally a post on the official ds-x forum.

I really really suggest you only change the values inside the labels, or just backup your "skin" directory before making any changes


Well it's not just changed from "DS-Xtreme OS V1.0.1" to "DS-Xtreme OS V1.0.2" or something. It's now coded that it'll set the version of the firmware there automatically.
CODE Â
ÂÂÂÂÂ
 Â
 Â2
 Â
 Â
 ÂDS-Xtreme OS
 Âclip
 Âcenter
 Âmiddle
ÂÂÂÂÂ
Â
is the xml style code.
But the OnInit function now sets the number there:
CODE
ÂÂÂÂÂfunction OnInit()
ÂÂÂÂÂ{
 Âlocal event = Application.getEvent();
 Âlocal scene = event.getTarget();
 Âlocal button1 = scene.findWidget("dialog.buttonActive");
 Âlocal myCard = scene.findWidget("main.myCard");
 Âlocal myMedia = scene.findWidget("main.myMedia");
  Â
 Â
 Â// Hook the events of the buttons
 Âbutton1.onFocusGained(OnButtonFocusGained);
 Âbutton1.onFocusLost(OnButtonFocusLost);
 Âbutton1.onButtonClick(OnOkClick);
 Â
 Â
 ÂSceneEffects.dialogMove = MoveToEffect();
 ÂSceneEffects.dialogMove.setTarget(scene);
 ÂSceneEffects.dialogMove.setDuration(300);
 Â
 Âscene.onBegin(OnBegin);
 Âscene.onEnd(OnEnd);
 Âlocal osVersion = scene.findWidget("osVersion");
 ÂosVersion.setText("DS-Xtreme OS " + Application.getOSVersion() );
ÂÂÂÂÂ}
With the last two lines doing so.

Ow and to just download the whole skin:
http://update.ds-xtreme.com/skin_V1.0.2.rar
 
Well it's not just changed from "DS-Xtreme OS V1.0.1" to "DS-Xtreme OS V1.0.2" or something. It's now coded that it'll set the version of the firmware there automatically.
CODE  
 ÂÂÂÂ
   
   2
   
   
   DS-Xtreme OS
   clip
   center
   middle
 ÂÂÂÂ
 
is the xml style code.
But the OnInit function now sets the number there:
Code:
  ÂÂÂÂfunction OnInit()
 ÂÂÂÂ{
   local event = Application.getEvent();
   local scene = event.getTarget();
   local button1 = scene.findWidget("dialog.buttonActive");
   local myCard = scene.findWidget("main.myCard");
   local myMedia = scene.findWidget("main.myMedia");
     
   
   // Hook the events of the buttons
   button1.onFocusGained(OnButtonFocusGained);
   button1.onFocusLost(OnButtonFocusLost);
   button1.onButtonClick(OnOkClick);
   
   
   SceneEffects.dialogMove = MoveToEffect();
   SceneEffects.dialogMove.setTarget(scene);
   SceneEffects.dialogMove.setDuration(300);
   
   scene.onBegin(OnBegin);
   scene.onEnd(OnEnd);
   local osVersion = scene.findWidget("osVersion");
   osVersion.setText("DS-Xtreme OS " + Application.getOSVersion() );
 ÂÂÂÂ}
With the last two lines doing so.

Ow and to just download the whole skin:
http://update.ds-xtreme.com/skin_V1.0.2.rar

Great!!!
I'll do that!, thanks for the link!!

Edit1: I downloaded the file, you were right, no need to modify anything. Thanks for the info!
 

Site & Scene News

Popular threads in this forum