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

    worrorfight

    Complete OFW, CFW, DEX, SEX, MFW - PS3 Collection

    Thread Starter: worrorfight

    Hello everyone
    I would like to present my OFW, CFW, DEX, SEX, MFW PS3 Collection!

    Getting Started:
    (Please take note on

    Last Post By: worrorfight Today, 02:17 AM Go to last post
    w0mb

    read more what he did to me for posting a question in two places

    Thread Starter: w0mb

    FIRST OFF THIS SITE MAKES 2000 bucks a week or more.
    SECOND THEY ARE BASTERDS!!!
    HE TURNED MY POST INTO the link below some weird shit now

    Last Post By: master737373 Today, 12:43 AM Go to last post
    zatarra

    what kind of partition does myPS2 support?

    Thread Starter: zatarra

    Does myPS2 have to format my hard drive, or can I format it from my computer. I have an external hard drive I'd like to use for myPS2 and my computer

    Last Post By: zatarra Yesterday, 10:52 PM Go to last post
    belowtheheavenz

    Need Help!!! Trouble playing backups

    Thread Starter: belowtheheavenz

    I have a phat ps3 on Rogero 4.40 v1.03 running the latest MM. It has a 750gb internal to run games. Problem is basically a handful of ps3 games aren't

    Last Post By: indirect76 Yesterday, 11:33 PM Go to last post
    ConorrChapple

    PS3 or PS4?

    Thread Starter: ConorrChapple

    Will you be keeping your PS3
    Or
    Buying it as soon as its released?

    Im guessing it'll have similar features to the new xbox and

    Last Post By: indirect76 Yesterday, 11:29 PM Go to last post
    H8ncars

    Modders be careful this weekend Rockstar is having a social club even starting 5-25-13

    Thread Starter: H8ncars

    Rockstar is hosting this event this memorial holiday weekend from Friday to Monday.
    I tried to include the flyer, but have not been lucky with

    Last Post By: H8ncars Yesterday, 11:02 PM Go to last post
  • Recent Comments

    Sandbug

    Simple PS3Updates v1.6 Build 2 Final

    No. I do not give a pass to things just based on their price. If I see something wrong with... Go to last post

    Sandbug Today 02:23 AM
    InfernalFury

    New Multiman Themes by hcode123

    I cannot seem to get past mediafire's captcha even though I typed in the words correctly 10 times... Go to last post

    InfernalFury Today 01:41 AM
    STLcardsWS

    Simple PS3Updates v1.6 Build 2 Final

    :facepalm:

    Please learn to be more respectful of things that are given and shared with your for... Go to last post

    STLcardsWS Today 01:29 AM
    ONEDEADLYVENOM

    New Multiman Themes by hcode123

    Thank you I will try that :) Go to last post

    ONEDEADLYVENOM Today 01:13 AM
    Sandbug

    Simple PS3Updates v1.6 Build 2 Final

    Holy Batman's balls it's ugly! It's not even a UI, it's a ****ing trainwreck! :facepalm: Go to last post

    Sandbug Today 12:57 AM
    lunacryed

    PSChannel receives some Eye Candy from Opium2k

    lol yeah photoshop does get addictive i used it to make a custom multiman game cover for ps2... Go to last post

    lunacryed Yesterday 09:06 PM
    Bgnome

    English Patch version for Dynasty Warriors Strikeforce 2 PSP.

    I have been working with Team Maverick One on implementing the English translation for Monster... Go to last post

    Bgnome Yesterday 08:59 PM
    STLcardsWS

    CFW 4.40 MiralaTijera - Update 4: System Manager 1.1 & 3.2.0 Integrated Core + qaflag

    There are talented developers behind this firmware. Take Estwald aka Hermes for example he is a... Go to last post

    STLcardsWS Yesterday 08:40 PM
    atreyu187

    English Patch version for Dynasty Warriors Strikeforce 2 PSP.

    Just ordered the game as I can't find an image to test with so I will let you all know soon as it... Go to last post

    atreyu187 Yesterday 08:15 PM
    mad3d

    PUAD GUI v1.5 by Nathan_r32_69 - PUP Unpacker & Decryter

    Nathan, still there is a bug trying to decrypt ROGERO's selfs. I have tried with scetool and do... Go to last post

    mad3d Yesterday 08:05 PM