Functions | |
STRING | hw.baryon () |
Baryon value. More... | |
STRING | hw.tachyon () |
Tachyon value. More... | |
NUMBER | hw.pommel () |
Pommel value. More... | |
STRING | hw.fuseid () |
Gets the FuseId value. More... | |
STRING | hw.fusecfg () |
Gets the FuseCfg value. More... | |
STRING | hw.kirk () |
Gets the Kirk value. More... | |
STRING | hw.spock () |
Gets the Spock value. More... | |
STRING | hw.nandseed () |
Gets the Nand-Seed (IdsScramble) value. More... | |
STRING | hw.ofwinitial () |
Gets the console factory firmware. More... | |
STRING | hw.board () |
Identifies motherboard type. More... | |
STRING | hw.gen () |
Identifies motherboard generation. More... | |
STRING | hw.region () |
Identifies the PSP region configured. More... | |
STRING | hw.getmodel () |
Identifies the PSP model. More... | |
BOOLEAN | hw.pandora () |
Show if the motherboard can pandorize the battery. More... | |
STRING | hw.nand () |
Calculates the NAND size. More... | |
NUMBER | hw.volume () |
Show the actual volume. More... | |
NUMBER | hw.volume (NUMBER level) |
Configure the current volume. More... | |
NUMBER | hw.mute () |
Detects if PSP is in "mute".. More... | |
NIL | hw.mute (NUMBER mode) |
It allows setting the state of the "mute". More... | |
NUMBER | hw.headphone () |
It allows to know if the headphones are connected. More... | |
NUMBER | hw.audioout (NUMBER mode) |
Allows set or force the audio output from the speakers and headphones. More... | |
NUMBER | hw.led (NUMBER led, NUMBER state) |
Allows set or force the state of the LEDs. More... | |
Hardware functions.
STRING hw.baryon | ( | ) |
Baryon value.
STRING hw.tachyon | ( | ) |
Tachyon value.
NUMBER hw.pommel | ( | ) |
Pommel value.
STRING hw.fuseid | ( | ) |
Gets the FuseId value.
STRING hw.fusecfg | ( | ) |
Gets the FuseCfg value.
STRING hw.kirk | ( | ) |
Gets the Kirk value.
STRING hw.spock | ( | ) |
Gets the Spock value.
STRING hw.nandseed | ( | ) |
Gets the Nand-Seed (IdsScramble) value.
STRING hw.ofwinitial | ( | ) |
Gets the console factory firmware.
STRING hw.board | ( | ) |
Identifies motherboard type.
STRING hw.gen | ( | ) |
Identifies motherboard generation.
STRING hw.region | ( | ) |
Identifies the PSP region configured.
STRING hw.getmodel | ( | ) |
Identifies the PSP model.
BOOLEAN hw.pandora | ( | ) |
Show if the motherboard can pandorize the battery.
STRING hw.nand | ( | ) |
Calculates the NAND size.
NUMBER hw.volume | ( | ) |
Show the actual volume.
NUMBER hw.volume | ( | NUMBER | level | ) |
Configure the current volume.
level | A number between 1-30. |
NUMBER hw.mute | ( | ) |
Detects if PSP is in "mute"..
NIL hw.mute | ( | NUMBER | mode | ) |
It allows setting the state of the "mute".
mode | Any of the following values:
|
NUMBER hw.headphone | ( | ) |
It allows to know if the headphones are connected.
NUMBER hw.audioout | ( | NUMBER | mode | ) |
Allows set or force the audio output from the speakers and headphones.
mode | Any of the following values:
|
NUMBER hw.led | ( | NUMBER | led, |
NUMBER | state | ||
) |
Allows set or force the state of the LEDs.
led | Any of the following values:
|
state | Any of the following values:
|