PSX-SCENE Forum Discussion for Sony PlayStation/PsOne/PS2/PS3/PSP/PS VITA
  • Led Changer v1.1 - PS3 LED Application

    Led Changer has been updated to version 1.1. Changelog below:
    • fixed the path that makes this HB Crash


    That is right, deroad is back with another release for all of your Jailbroken PS3 consoles. Today, he introduces the world to Led Changer v1, and app that can be used to change the color of your system's LEDs (the power light). Be sure to take a closer look at this release, and then go out and experiment with your own PS3s.

    This is a simple led changer.

    this will change the led color and if it is on mode on/off/blink and it will keep it on that mode also on the XMB
    for example now my ps3 has green and yellow together while blinking

    README
    Code:
    Written by deroad
    
    this is a simple led changer
    it reads two var (A and B) from a file.
    
    the file must be called led.txt and placed in the main folder of a USB
    an example:
    
    
    on Windows:
    
    My USB is j so, i will put this file here:
    j:/led.txt
    
    on OSX:
    
    My USB is 8GB so, i will put this file here:
    /Volumes/8GB/led.txt
    
    on LINUX:
    
    My USB is 8GB so, i will put this file here:
    /media/8GB/led.txt
    
    ======Colors=======
    
    A	Desc		B	desc
    
    0	red		0	off
    1	green		1	on
    2	yellow	2	blink
    Direct Download: Led Changer v1.1

    Download Link: led_v1.1.tar.gz

    [You can VOTE FOR THE ENTRY, in PSX-Scene's Monthly Contest]

    Article by tthousand
    Comments 43 Comments
    1. Thorn's Avatar
      Thorn -
      this would be usefull joke lol put a fake YLOD on permanent
    1. indirect76's Avatar
      indirect76 -
      I was just thinking the opposite. Finally a fix for the YLOD.
    1. BahumatLord's Avatar
      BahumatLord -
      Quote Originally Posted by Thorn View Post
      this would be usefull joke lol put a fake YLOD on permanent
      you're twisted. It'd be cool if you could blank the screen and lock the controls and disable the power/reset buttons too. That'd really freak someone out. But all BS aside, I don't see the point. It'd be cool if the led changer and the beep mod that he did could work when you first boot up and play some killer guitar riff in the ps3's system beeps with the led flashing with the beat. But this is just a package right? I take it that it's not a permanent mod - that it would stop functioning when you exit or turn off your ps3. I'm not gonna install either one of these. Please correct me if I'm wrong or I'm missing something
    1. stvnwk11's Avatar
      stvnwk11 -
      Now I can really see if that red light is really broken or just being gay (not that there's anything wrong with that)
    1. Cyris's Avatar
      Cyris -
      Quote Originally Posted by stvnwk11 View Post
      Now I can really see if that red light is really broken or just being gay (not that there's anything wrong with that)
      NO NO Of course not People's personal sexual preference isn't no one’s business but their own. :P
    1. Cyris's Avatar
      Cyris -
      doesn't work
    1. evilOvum's Avatar
      evilOvum -
      Quote Originally Posted by Cyris View Post
      NO NO Of course not People's personal sexual preference isn't no one’s business but their own. :P
      brings back some sweet memories of seinfeld. they dont make them like that anymore, now that was a classic show
    1. TeeBee918's Avatar
      TeeBee918 -
      Nice work! This looks very interesting and promising, but I have a few questions. What are the LEDs controlled by? Aren't they controlled by the SysCon? If so, since when are we able to talk to the SysCon? If this app communicates with the SysCon, then this is a big step ahead. Could you please try to make an app, which regulates the fan speed and monitors the system temperatures? That would be freakin' awesome. Thanks in advance.
    1. deroad's Avatar
      deroad -
      Quote Originally Posted by TeeBee918 View Post
      Nice work! This looks very interesting and promising, but I have a few questions. What are the LEDs controlled by? Aren't they controlled by the SysCon? If so, since when are we able to talk to the SysCon? If this app communicates with the SysCon, then this is a big step ahead. Could you please try to make an app, which regulates the fan speed and monitors the system temperatures? That would be freakin' awesome. Thanks in advance.
      yes, Leds and Beeps are controlled by SC.
      but there are some syscalls that allow it also in gameos. this should work also on unmodifyied fw.
    1. TeeBee918's Avatar
      TeeBee918 -
      Thank you for the quick reply! I assume the GameOS "instructs" the SysCon to manipulate with the LEDs and the speaker when you call those SysCalls, right? So would a fan speed regulating app be possible at all? Are there any SysCalls for that? Or is it necessary to decrypt the SysCon firmware and modifiy it to achieve this? Thank you.
    1. deroad's Avatar
      deroad -
      Quote Originally Posted by TeeBee918 View Post
      Thank you for the quick reply! I assume the GameOS "instructs" the SysCon to manipulate with the LEDs and the speaker when you call those SysCalls, right? So would a fan speed regulating app be possible at all? Are there any SysCalls for that? Or is it necessary to decrypt the SysCon firmware and modify it to achieve this? Thank you.
      unfortunately, some syscalls require special modes. for the fan policy, there is a syscall that do that, but it can be called only on service mode.
      same thing for the syscall they say the temperature of the PS3.

      (i already tried them, because i was curious)
    1. TeeBee918's Avatar
      TeeBee918 -
      Have you tried it with the QA flag enabled? Or on Rebug firmware with debug mode on?
    1. deroad's Avatar
      deroad -
      yes, i have the QA.
      also tryied on rebug. that syscall works only in service mode.
    1. TeeBee918's Avatar
      TeeBee918 -
      Ok, thank you. So I assume the only way to mess with the fan speed would be to decrypt the SysCon FW and patch it or to come up with a CFW (or MFW task) that allows those SysCalls in normal mode. And what about the lv1/lv2 peek/poke calls, can't they help? You know, by patching the kernel/HV memory.
      Oh hell, I wish I would know how to create a CFW or MFW task and I could do something about it. I'd really love this feature. But I hope so that one day we will have ABSOLUTE control over our PS3s. Thank you, deroad and all the other devs and keep up the good work.
    1. deroad's Avatar
      deroad -
      Quote Originally Posted by TeeBee918 View Post
      Ok, thank you. So I assume the only way to mess with the fan speed would be to decrypt the SysCon FW and patch it or to come up with a CFW (or MFW task) that allows those SysCalls in normal mode. And what about the lv1/lv2 peek/poke calls, can't they help? You know, by patching the kernel/HV memory.
      Oh hell, I wish I would know how to create a CFW or MFW task and I could do something about it. I'd really love this feature. But I hope so that one day we will have ABSOLUTE control over our PS3s. Thank you, deroad and all the other devs and keep up the good work.
      well if someone will find the encryption key of the sc fw, i will be the first to mod it.
      lv1 peek/poke are useless since we can use the lv1 unmapped function 114
      yes, we can dump the sc eeeprom.
      there is already an hb that allow it. you can find it on the wiki
    1. Cyris's Avatar
      Cyris -
      so my statement is confirmed that this is not working?
    1. deroad's Avatar
      deroad -
      Quote Originally Posted by Cyris View Post
      so my statement is confirmed that this is not working?
      what? on your ps3 it doesn't work?
      i have just fats, so i tested it on these models. i'm on 3.55 on both and i have only peek and poke + mmap114 patches.

      you are on?
      tell me so i can try to fix it.
    1. Cyris's Avatar
      Cyris -
      I'm on Rebug 3.55.2 and on a non-BC 40gb Phat Console. i install the pkg and run it and it just changes resolution to 720p and just sits at black screen until i force my PS3 to shutdown
    1. deroad's Avatar
      deroad -
      have you read the readme? you need to put inside a usb a txt file called led.txt with the values.
      it can crash if you do not use HD TVs.
      This is the SD version.
      http://www.mediafire.com/?o7lrfdos7336oys
    1. Cyris's Avatar
      Cyris -
      I have a 42 inch sharp aquos Full 1080P HDTV using HDMI from the PS3 and i used the led.txt file that came with the pkg. I even changed it to include just the number 0 to see if anything changed and the same result. Also i know it changes to 720P because my TV notifies me in the top right corner to show resolution changes.
  • Daily Digest


    Want to receive the latest PSX info in your email?

    Sign up for our Daily Digest!



    Want to learn more about the team keeping you up to date with the latest scene news?

    Read about them now!

    Check out our Developer bios, too!

  • Recent Threads

    DaBOSS54320

    Where to buy E3 Flasher $90 or under

    Thread Starter: DaBOSS54320

    I need an E3 flasher for my CECH-2001a slim on 4.41 and it needs to be $90 or under (With shipping/tax) and in the US and pay with VISA.

    Last Post By: DaBOSS54320 Today, 02:34 PM Go to last post
    shengoro86

    Phillips CD-I Emulator Request

    Thread Starter: shengoro86

    Hi Everyone,

    I looked around and could not find info on this.
    Please correct me if there is.

    Is there a Phillips

    Last Post By: shengoro86 Today, 02:02 PM Go to last post
    ng80092a

    sluggish sound on psx iso+cue files with multiman

    Thread Starter: ng80092a

    installed multiman 4.20.00 full cex
    updated to 4.20.04
    rebug 4.30.2

    most of my psx games work trough iso+cue files, on retro

    Last Post By: ng80092a Today, 01:48 PM Go to last post
    karim-psx

    Xbox One/PS4 which one are you interested in ?

    Thread Starter: karim-psx

    Now that the Xbox One is revealed, the next generation era has almost begun. We also have much info about the PS4, and M$'s new Xbox. Which one are you

    Last Post By: ccfman2004 Today, 02:39 PM Go to last post
    steverobbo

    noisy ps3?

    Thread Starter: steverobbo

    ive got a phat 60gb ps3, last few days ive noticed it getting a bit louder than it used to be,the fans seem to be working ok,coz the air coming out the

    Last Post By: steverobbo Today, 01:01 PM Go to last post
    TheMoon

    PS2 cannot play DVD video discs

    Thread Starter: TheMoon

    Yeah, this is happening. Got 100+ hits on the same topic from google. Unfortunately, I've a different problem.

    This is PS2-slim scph-9001

    Last Post By: TheMoon Today, 10:04 AM Go to last post
  • Recent Comments

    NeverGoingBack

    PSIO Team Update To Project PlayStation Input Output - A PS1 SD Card Hack

    If this provides 90%+ compatibility, I would see it as being the easiest and most authentic way to... Go to last post

    NeverGoingBack Today 01:44 PM
    Tranced

    Simple PS3Updates v1.6 Build 2 Final

    Quakes69 has contributed well over here. I for one like his different GUI's. Although some are in... Go to last post

    Tranced Today 12:49 PM
    SwordOfWar

    Sony's Testing a Better, Faster Video Streaming Technology.

    stop crying. You got discounted movies. you're not going to buy a movie just to test it. you're... Go to last post

    SwordOfWar Today 12:42 PM
    xboxmods2977

    PSIO Team Update To Project PlayStation Input Output - A PS1 SD Card Hack

    Exactly what I was thinking. Sounds Expensive. I have an older model Playstation in my closet (one... Go to last post

    xboxmods2977 Today 12:16 PM
    kornman887

    Sony's Testing a Better, Faster Video Streaming Technology.

    Then make a video "exclusive" for this event, get more attention for free. Go to last post

    kornman887 Today 10:51 AM
    BahumatLord

    Sony's Testing a Better, Faster Video Streaming Technology.

    They want you to pay to test something for them and they can't even put up any recent movies? I... Go to last post

    BahumatLord Today 10:50 AM
    krytonic

    Sony's Testing a Better, Faster Video Streaming Technology.

    Let's use some logic here. Every movie they sell or give away they have to pay the copywright... Go to last post

    krytonic Today 10:44 AM
    Syafiq2357

    Simple PS3Updates v1.6 Build 2 Final

    Thank you, Quake. :) Go to last post

    Syafiq2357 Today 10:21 AM
    brunoso

    Sony's Testing a Better, Faster Video Streaming Technology.

    "harder, better, faster, stronger" - Daft Punk Rules!!!! Go to last post

    brunoso Today 07:54 AM
    worrorfight

    Sony's Testing a Better, Faster Video Streaming Technology.

    I think it's pretty cool that they are improving it, For this gen-consoles PS4 will most likely win... Go to last post

    worrorfight Today 07:50 AM