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

    teepo

    PS3 Hard Drive Read?

    Thread Starter: teepo

    I was wondering if there are any ways to view an OFW ps3's hard drive from either linux/windows?

    I've read that the ps3 encrypts the drive

    Last Post By: BahumatLord Today, 03:32 PM Go to last post
    bhek

    Help me install HDD on Sony PlayStation 2 Slim NTSC-J SCPH-70xxx

    Thread Starter: bhek

    Hi I'm just new here and new in ps2 HDD installation, i bought a 2nd Sony PlayStation 2 Slim NTSC-J SCPH-70xxx and i wanted to install hdd. Can someone

    Last Post By: amp2006 Today, 01:28 PM Go to last post
    Rikrik

    Progskeet 1.2

    Thread Starter: Rikrik

    Hi,

    I'm having some trouble with my progskeet 1.2. I'm hoping anyone here has a solution because i can't find much on the internet.

    Last Post By: Rikrik Today, 04:25 PM Go to last post
    snowkid1995

    PS2 Slim problem.

    Thread Starter: snowkid1995

    Hello guys,

    i have replaced laser unit in my PS2 Slim... everything went fine until i wanted to play game (disk is little bit scratched but

    Last Post By: snowkid1995 Today, 06:27 AM Go to last post
    Lombiz

    ISO Game Multiman

    Thread Starter: Lombiz

    Hello,

    I am sorry to ask this question if it has been answered before several times but cannot find any answer googleing or searching these

    Last Post By: amp2006 Today, 06:12 AM Go to last post
    Koolgus

    Anyone know?

    Thread Starter: Koolgus

    Anyone know what mod menu can change online player ped i really want this to change non modders into people they want besides the default online players.

    Last Post By: Colt Today, 05:03 PM Go to last post
  • Recent Comments

    lunacryed

    Super Pixel Jumper v1.2 by ThatOtherPerson

    cool game thanks ThatOtherPerson Go to last post

    lunacryed Today 06:33 PM
    aldostools

    {Update #1} Rogero's CFW 4.40 v1.02 Released

    exofreak please post a link of your "mod" or share it in the official thread at ps3crunch

    A... Go to last post

    aldostools Today 06:15 PM
    JOshISPoser

    Super Pixel Jumper v1.2 by ThatOtherPerson

    guess who won for may's contest :p

    looks like a great lil game, especially for drinking Go to last post

    JOshISPoser Today 03:32 PM
    worrorfight

    Super Pixel Jumper v1.2 by ThatOtherPerson

    This looks great ThatOtherPerson thanks for your hard work. :) Go to last post

    worrorfight Today 02:54 PM
    Mathematician

    Super Pixel Jumper v1.2 by ThatOtherPerson

    I've played this game for the wii port so many times. I remember getting a ridiculous high score.... Go to last post

    Mathematician Today 01:01 PM
    STLcardsWS

    Super Pixel Jumper v1.2 by ThatOtherPerson

    How to place a Vote



    http://img716.imageshack.us/img716/9273/psxscenecontesttute.gif Go to last post

    STLcardsWS Today 12:45 PM
    JOshISPoser

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

    oh man, i hope that feature alone gets put in other firmwares. it took me a long ass time to figure... Go to last post

    JOshISPoser Today 11:20 AM
    exofreak

    {Update #1} Rogero's CFW 4.40 v1.02 Released

    hi all. i have been on this fourm for a while now so i am no guest.
    anyways, i wanted to ask some... Go to last post

    exofreak Today 09:41 AM
    Tranced

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

    I'm really liking the no sleep implementation. Some games will not run on my 2TB external. Go to last post

    Tranced Today 09:04 AM
    ppr2012

    BwE NOR Validator 1.28 -- Final Version?

    pls can any1 help!! i used this app to validate my 2dumps when taken on k3.55 with mm before... Go to last post

    ppr2012 Today 08:54 AM