Jump to content
OGXbox.com

Leaderboard

Popular Content

Showing content with the highest reputation on 02/15/2024 in all areas

  1. Reporting a comment is a good way to let mods know about spam instead of commenting/tagging folks
    2 points
  2. I reinstalled Gamers from a backup and it worked before bed last night. I'll see if it does it again this week.
    1 point
  3. You can’t use xbe for dvd files (ISO) You will need to create the correct xml files for the video files menus and then add a button to take you there somewhere in the skin. XBMC4Gamers is for games, you can instal XBMC4Xbox as an app that loads directly into the video menu so you can watch your dvd files. I won’t be adding support for video menus etc… as it’s not what the dashboard is designed for. (Even if legacy stuff still exists)
    1 point
  4. As for now only xenium based chips are supported, but we plan to add support for other modchips in the near future.
    1 point
  5. No damage. 1.0 boards have the LPC vias filled in when stock. They either need to be evacuated with a desoldering gun, or drained with desoldering braid and a shitload of flux... any other means would require forcing the pins through when melting the solder, and I don't recommend that. However, to your original point, no, this is absolutely normal. Don't stress.
    1 point
  6. Hello! I've reported this in the XBOX-SCEBE Discord server as well, but changing the config to use the left joystick to move along with the d-pad causes XBMC4Gamers to scroll as fast as it can, just as if i've been holding a d-pad direction long enough for it to reach max speed. I may have configured it incorrectly, as i couldn't find any documentation and tried to figure out on my own how to do this, so i'll add my modified gamepad.xml <keymap> <FileManager> <gamepad> <black>XBMC.SetFocus(9006)</black> </gamepad> </FileManager> <MyPrograms> <gamepad> <black>XBMC.ActivateWindow(1112)</black> <back>XBMC.ActivateWindow(1115)</back> <Y>SetFocus(9099)</Y> </gamepad> </MyPrograms> <Settings> <gamepad> <black>XBMC.RunScript(Special://xbmc/system/scripts/XBMC4Gamers/Utilities/Text Reader.py,0,Special://root/system/SystemInfo/changes.txt)</black> </gamepad> </Settings> <Profiles> <gamepad> <Back>Highlight</Back> <start>ActivateWindow(Settings)</start> </gamepad> </Profiles> <global> <gamepad> <A>Select</A> <B>Back</B> <X>XBMC.ReplaceWindow(114)</X> <Y /> <white>ContextMenu</white> <black /> <start>XBMC.PlayDVD()</start> <back>PreviousMenu</back> <dpadleft>Left</dpadleft> <dpadright>Right</dpadright> <dpadup>Up</dpadup> <dpaddown>Down</dpaddown> <leftthumbbutton>RunScript(Special://root/system/scripts/XBMC4Gamers/Utilities/Views Builder.py,1)</leftthumbbutton> <rightthumbbutton>XBMC.ActivateWindow(ShutdownMenu)</rightthumbbutton> <leftanalogtrigger>ScrollUp</leftanalogtrigger> <rightanalogtrigger>ScrollDown</rightanalogtrigger> <leftthumbstickleft>Left</leftthumbstickleft> <leftthumbstickright>Right</leftthumbstickright> <leftthumbstickup>Up</leftthumbstickup> <leftthumbstickdown>Down</leftthumbstickdown> <rightthumbstickleft>AnalogSeekBack</rightthumbstickleft> <rightthumbstickright>AnalogSeekForward</rightthumbstickright> <rightthumbstickup>VolumeUp</rightthumbstickup> <rightthumbstickdown>VolumeDown</rightthumbstickdown> </gamepad> </global> <LoginScreen> <gamepad> <black /> <start>SetFocus(9001)</start> <black>XBMC.SetFocus(19)</black> </gamepad> </LoginScreen> <Home> <gamepad> <back>RunScript(Special://root/system/scripts/XBMC4Gamers/Utilities/Home Screen Items.py)</back> <black>XBMC.ActivateWindow(1112)</black> </gamepad> </Home> <MyFiles> <gamepad> <Y>Highlight</Y> </gamepad> </MyFiles> <MyMusicPlaylist> <gamepad> <Y>Delete</Y> <black>Back</black> </gamepad> </MyMusicPlaylist> <MyMusicPlaylistEditor> <gamepad> <Y>Queue</Y> </gamepad> </MyMusicPlaylistEditor> <MyMusicFiles> <gamepad> <Y>Queue</Y> <black>Playlist</black> </gamepad> </MyMusicFiles> <MyMusicLibrary> <gamepad> <Y>Queue</Y> <black>Playlist</black> </gamepad> </MyMusicLibrary> <FullscreenVideo> <gamepad> <A>Pause</A> <B>Stop</B> <Y>AspectRatio</Y> <black>CodecInfo</black> <white>Info</white> <back>SmallStepBack</back> <start>OSD</start> <leftanalogtrigger>AnalogRewind</leftanalogtrigger> <rightanalogtrigger>AnalogFastForward</rightanalogtrigger> <dpadleft>StepBack</dpadleft> <dpadright>StepForward</dpadright> <dpadup>BigStepForward</dpadup> <dpaddown>BigStepBack</dpaddown> </gamepad> </FullscreenVideo> <FullscreenInfo> <gamepad> <start>OSD</start> <black>CodecInfo</black> <white>Back</white> <leftanalogtrigger>AnalogRewind</leftanalogtrigger> <rightanalogtrigger>AnalogFastForward</rightanalogtrigger> </gamepad> </FullscreenInfo> <PlayerControls> <gamepad> <X>Back</X> </gamepad> </PlayerControls> <Visualisation> <gamepad> <A>Pause</A> <B>Stop</B> <x>LockPreset</x> <Y>XBMC.ActivateWindow(VisualisationPresetList)</Y> <black>CodecInfo</black> <white>Info</white> <start>XBMC.ActivateWindow(MusicOSD)</start> <back>back</back> <leftanalogtrigger>AnalogRewind</leftanalogtrigger> <rightanalogtrigger>AnalogFastForward</rightanalogtrigger> <dpadleft>SkipPrevious</dpadleft> <dpadright>SkipNext</dpadright> <dpadup>NextPreset</dpadup> <dpaddown>PreviousPreset</dpaddown> </gamepad> </Visualisation> <MusicOSD> <gamepad> <start>Back</start> <black>CodecInfo</black> <white>Info</white> <leftanalogtrigger>AnalogRewind</leftanalogtrigger> <rightanalogtrigger>AnalogFastForward</rightanalogtrigger> </gamepad> </MusicOSD> <VisualisationSettings> <gamepad> <start>Back</start> <leftanalogtrigger>AnalogRewind</leftanalogtrigger> <rightanalogtrigger>AnalogFastForward</rightanalogtrigger> </gamepad> </VisualisationSettings> <VisualisationPresetList> <gamepad> <start>Back</start> <Y>Back</Y> <leftanalogtrigger>AnalogRewind</leftanalogtrigger> <rightanalogtrigger>AnalogFastForward</rightanalogtrigger> </gamepad> </VisualisationPresetList> <SlideShow> <gamepad> <A>Pause</A> <B>Stop</B> <Y>Rotate</Y> <X>ZoomNormal</X> <black>CodecInfo</black> <white>Info</white> <righttrigger>NextPicture</righttrigger> <lefttrigger>PreviousPicture</lefttrigger> <dpadleft>PreviousPicture</dpadleft> <dpadright>NextPicture</dpadright> <dpadup>ZoomIn</dpadup> <dpaddown>ZoomOut</dpaddown> <leftthumbstick>AnalogMove</leftthumbstick> <back>Stop</back> </gamepad> </SlideShow> <ScreenCalibration> <gamepad> <leftthumbstick>AnalogMove</leftthumbstick> <A>NextCalibration</A> <black>ResetCalibration</black> <white>NextResolution</white> </gamepad> </ScreenCalibration> <GUICalibration> <gamepad> <leftthumbstick>AnalogMove</leftthumbstick> <A>NextCalibration</A> <black>ResetCalibration</black> </gamepad> </GUICalibration> <VideoOSD> <gamepad> <start>Back</start> <black>CodecInfo</black> <white>Info</white> <leftanalogtrigger>AnalogRewind</leftanalogtrigger> <rightanalogtrigger>AnalogFastForward</rightanalogtrigger> </gamepad> </VideoOSD> <VideoMenu> <gamepad> <Y>AspectRatio</Y> <B>Stop</B> <start>OSD</start> <white>Info</white> <black>CodecInfo</black> <leftanalogtrigger>AnalogRewind</leftanalogtrigger> <rightanalogtrigger>AnalogFastForward</rightanalogtrigger> </gamepad> </VideoMenu> <OSDVideoSettings> <gamepad> <X /> <Y>AspectRatio</Y> <start>Back</start> <black>CodecInfo</black> <white>Info</white> <leftanalogtrigger>AnalogRewind</leftanalogtrigger> <rightanalogtrigger>AnalogFastForward</rightanalogtrigger> </gamepad> </OSDVideoSettings> <OSDAudioSettings> <gamepad> <X /> <Y>AspectRatio</Y> <start>Back</start> <black>CodecInfo</black> <white>Info</white> <leftanalogtrigger>AnalogRewind</leftanalogtrigger> <rightanalogtrigger>AnalogFastForward</rightanalogtrigger> </gamepad> </OSDAudioSettings> <VideoBookmarks> <gamepad> <X /> <Y>Delete</Y> <start>Back</start> <leftanalogtrigger>AnalogRewind</leftanalogtrigger> <rightanalogtrigger>AnalogFastForward</rightanalogtrigger> </gamepad> </VideoBookmarks> <MyVideoLibrary> <gamepad> <black>Delete</black> </gamepad> </MyVideoLibrary> <MyVideoFiles> <gamepad> <Y>Queue</Y> <black>Playlist</black> </gamepad> </MyVideoFiles> <MyVideoPlaylist> <gamepad> <Y>Delete</Y> <black>Back</black> </gamepad> </MyVideoPlaylist> <VirtualKeyboard> <gamepad> <start>Enter</start> <B>BackSpace</B> <Y>Shift</Y> <X>Symbols</X> <lefttrigger>CursorLeft</lefttrigger> <righttrigger>CursorRight</righttrigger> </gamepad> </VirtualKeyboard> <ContextMenu> <gamepad> <white>Back</white> </gamepad> </ContextMenu> <Scripts> <gamepad> <black>info</black> </gamepad> </Scripts> <NumericInput> <gamepad> <B>BackSpace</B> <start>Enter</start> <lefttrigger>SkipPrevious</lefttrigger> <righttrigger>SkipNext</righttrigger> </gamepad> </NumericInput> <GamepadInput> <gamepad> <start>Stop</start> <!-- Enter Password --> </gamepad> </GamepadInput> <LockSettings> <gamepad> <start>Back</start> </gamepad> </LockSettings> <ProfileSettings> <gamepad> <start>Back</start> </gamepad> </ProfileSettings> <PictureInfo> <gamepad> <dpadleft>PreviousPicture</dpadleft> <dpadright>NextPicture</dpadright> </gamepad> </PictureInfo> </keymap>
    1 point
  7. Ewwwww. I still bet it's just a (several!) solder bridge(s). I would start by just set up your iron with a small flat tip and clean the joints. If you have a cellphone which have a macro function or just one with a slightly better cam you could use that to look at the joints (you could also provide better pics and maybe upload them somewhere else (imgur.com) to get arround the 2MB limit ;) ). And @ Dave: About the linked topic with the 1.2 xbox, you see that pads are bridging. Btw. Ppl. think thats a easy task to update the ram. Just do 400 joints and voilà, 128gb of ram. But it's not so easy for a "beginner" without to much soldering experience, a maybe a not so steady hand and missing basic tools. Some ppl offer ram upgrades incl. the ram it self for around 60 euros which isn't that much when you think of the hassle you save your self.
    1 point
  8. Like I said your up the sh!te creek. You have 3 options 1 - Find a Xbox you can plug your Xenium in to and change the default BIOS 2 - Remove all the extra ram chips and the use your Xbox to change the settings in the Xenium as the Xbox will only boot correctly with 64 meg or 128 meg (4 or 8 ram chips) 3 - Beg Borrow Steal an aladdin chip that has Xblast on it. Cheers SS Dave Soft modding is like masturbating, It gets the job done but it's nothing like the real thing.
    1 point

Board Life Status


Board startup date: April 23, 2017 12:45:48
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.