xboxscene.org forums

Author Topic: Turn Off The Xbox With Remote Control  (Read 88 times)

rjsachse

  • Archived User
  • Full Member
  • *
  • Posts: 128
Turn Off The Xbox With Remote Control
« on: October 28, 2003, 08:00:00 PM »

nice littel code that is what i was saying about igr with the remote in msdash you can good work mate keep it coming biggrin.gif
Logged

rjsachse

  • Archived User
  • Full Member
  • *
  • Posts: 128
Turn Off The Xbox With Remote Control
« Reply #1 on: October 28, 2003, 08:03:00 PM »

But you should change it to
CODE
OnPower
which is the display button on the remote or what button best fits you if you want a list of the buttons look in the forum about remote keys mapping
keep on hacking ppl biggrin.gif
Logged

rjsachse

  • Archived User
  • Full Member
  • *
  • Posts: 128
Turn Off The Xbox With Remote Control
« Reply #2 on: October 28, 2003, 08:30:00 PM »

ok i will show you and tell you the onpower is the display button on the remote so if you change OnInfo with OnPower you can push the button saying Display on your rmote to turn off your Xbox here i will rewite it for you with the display button working
CODE
function OnPower()
      {
          if(theDVDPlayer.domain != 3) // TT_DOM
          {
             launch("power.xbe", "the path where your power.xbe is located");
          }

           theOSD.visible = 1 - theOSD.visible;
          if (theOSD.visible == false)
              SetStatusText("");
           }

so now you can push the display button and it will turn off or reset the xbox depending the xbe you choose biggrin.gif
Logged

rjsachse

  • Archived User
  • Full Member
  • *
  • Posts: 128
Turn Off The Xbox With Remote Control
« Reply #3 on: October 28, 2003, 08:32:00 PM »

you can make the code simple to if you wanto show you how i will biggrin.gif
Logged

rjsachse

  • Archived User
  • Full Member
  • *
  • Posts: 128
Turn Off The Xbox With Remote Control
« Reply #4 on: October 28, 2003, 08:52:00 PM »

well what is a button you don't use have have not used the info button before at all so if you change the display with the info you whont miss any thing you just have to change the buttons you like or even use you controller but i say you should just swap the function with display and info biggrin.gif
Logged

Nailed

  • Archived User
  • Sr. Member
  • *
  • Posts: 251
Turn Off The Xbox With Remote Control
« Reply #5 on: October 29, 2003, 05:39:00 PM »

QUOTE (EvilTeddyBear @ Oct 29 2003, 03:23 PM)
just make it a code, using the numbers ?

of course... because a number code is so intuitive!  tongue.gif
Logged

TheMuffinMan

  • Archived User
  • Hero Member
  • *
  • Posts: 936
Turn Off The Xbox With Remote Control
« Reply #6 on: October 29, 2003, 06:29:00 PM »

I'm looking for power.xbe, and not finding it, any ideas?
Logged

TheMuffinMan

  • Archived User
  • Hero Member
  • *
  • Posts: 936
Turn Off The Xbox With Remote Control
« Reply #7 on: October 29, 2003, 07:04:00 PM »

God I feel like a retard, n/m found them tacked up on the top lol  rotfl.gif
Logged

malone

  • Archived User
  • Newbie
  • *
  • Posts: 8
Turn Off The Xbox With Remote Control
« Reply #8 on: November 06, 2003, 10:12:00 PM »

heydricas, I did something similar with mine and also used the info button.  I personally don't like the idea of using the Display button because when I switch settings, I usually stop the movie.  The only thing I did different is that mine doesn't launch an xbe, it just kicks back to the main menu.

Cheers.
Logged

rjsachse

  • Archived User
  • Full Member
  • *
  • Posts: 128
Turn Off The Xbox With Remote Control
« Reply #9 on: November 07, 2003, 06:51:00 PM »

no that is why you change the function from info to display it is really not that hard and i can do all of the same things as alll of you ppl so don't say stupid things like
QUOTE
personally don't like the idea of using the Display button because when I switch settings, I usually stop the movie
well guess what my display button turns on and off the xbox and the info does my display function now so you can play around with the settings but when you press the info
Logged

malone

  • Archived User
  • Newbie
  • *
  • Posts: 8
Turn Off The Xbox With Remote Control
« Reply #10 on: November 07, 2003, 08:02:00 PM »

QUOTE
so don't say stupid things like
What's the need for this?
Logged

Morien

  • Archived User
  • Sr. Member
  • *
  • Posts: 397
Turn Off The Xbox With Remote Control
« Reply #11 on: December 22, 2003, 09:10:00 PM »

Never mind. Everything is figured out and working.
Logged

Quasi

  • Archived User
  • Newbie
  • *
  • Posts: 1
Turn Off The Xbox With Remote Control
« Reply #12 on: December 27, 2003, 04:02:00 PM »

QUOTE (rjsachse @ Nov 8 2003, 04:51 AM)
no that is why you change the function from info to display it is really not that hard and i can do all of the same things as alll of you ppl so don't say stupid things like
QUOTE
personally don't like the idea of using the Display button because when I switch settings, I usually stop the movie
well guess what my display button turns on and off the xbox and the info does my display function now so you can play around with the settings but when you press the info

Nice work guys!

You mentioned that you can turn the xbox either on or off with the display button. I understood that you could shut the xbox off but can you really turn it on too? That would be awesome!
/Quasi
Logged