Help - Search - Members - Calendar
Full Version: How Do I Set The Fanspeed To 60% In Uix?
Scenyx Entertainment Community > Xbox1 Forums > Dashboard Forums > Official Team UIX Forums > User.Interface.X (UIX) Tutorials
Godflesh
How do I set the fanspeed to 60% in UIX?

My xbox is overheating..please help!
KyesaRRi
I dont think uix has that option, it can only read the fan speed ATM, not change it. Just edit you're bios so it has the fanspeed at 60%
Godflesh
I have Xecuter2...and no idea how to do it. sad.gif

Could somebody show the how to do this?
rixter110
sorry double post
rixter110
This was Exiles Code So I take no credit, and i might be missing something but try this to add fan control function to uix....

In Default.xip..default.xap enter this code at the very bottom
-----------------------------------------------------------------------------------------
// Function to set Fan Speed

function SetFanSpeed() //Exiles
{
var IniFile = new Settings;
IniFile.SetIniSection( "Sys Config" );
var FanSpeedST = IniFile.GetIniValue( "FanSpeed" );
var FanSpeedS = ReturnInteger(FanSpeedST);
if (FanSpeedS==20) { theConfig.SetFanSpeed(20); }
else if (FanSpeedS==30) { theConfig.SetFanSpeed(30); }
else if (FanSpeedS==40) { theConfig.SetFanSpeed(40); }
else if (FanSpeedS==50) { theConfig.SetFanSpeed(50); }
else if (FanSpeedS==60) { theConfig.SetFanSpeed(60); }
else if (FanSpeedS==70) { theConfig.SetFanSpeed(70); }
else if (FanSpeedS==80) { theConfig.SetFanSpeed(80); }
else if (FanSpeedS==90) { theConfig.SetFanSpeed(90); }
else if (FanSpeedS==100) { theConfig.SetFanSpeed(100); }
else { theConfig.SetFanSpeed(100); }
}


Then add these 2 lines in your system Folder at the very bottom of your UIX ini file

example...

-----------------------------------------------------------------------------------------------
Path=emulators
Name=Emulators
[Games]
Path=games
Name=Games
[Sys Config] <-------ADD
FanSpeed=30 <-------ADD


now you can control fan speed through you dash!
beerchug.gif also you must reset reset dash for update to take place
Godflesh
Hmm I tried that and my xbox didn't boot anymore... smile.gif

Could somebody please edit my files to get this working? Max fanspeed should be 70% ...otherwise the noise is way too loud.

email me if you wanna help: godflesh@xs4all.nl or MSN godflesh666@msn.com
rixter110
ok i found it lol..all you have to do is a search, i was missing code....

http://forums.xbox-scene.com/index.php?sho...63&hl=fan+speed

biggrin.gif
Godflesh
Anyone able & willing to edit my files? Contact me (MSN) if you can / want to help me with this.... unsure.gif
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.