Skip to content

Releases: WerWolv/pwswdpp

Installer opk!

04 Sep 13:27
Compare
Choose a tag to compare

Changelog v1.1.0

  • Switched from using frontend_start to a init.d script
    • This means pwswdpp will no longer interfere with any custom launchers you might have installed
  • Added a nice installer .opk file that will take care of the full installation for you.

Installation

  • Make a backup of your system sd card using dd
  • Put the pwswdpp.opk file onto your sd card with all other opk files.
  • Launch it, done.

Blackscreen fix

04 Sep 15:07
Compare
Choose a tag to compare

Changelog v1.1.1

  • Fixed an issue that sometimes caused the screen to stay black after booting up.
    • If you're suffering from this, increase the brightness of the screen by holding down the power button and press DpadUp. Then update to this release.

Installation

  • Make a backup of your system sd card using dd
  • Put the pwswdpp.opk file onto your sd card with all other opk files.
  • Launch it, done.

Brightness + standby fixes

04 Sep 10:43
Compare
Choose a tag to compare

Changelog v1.0.2

  • Switched to my new build system and toolchain found here: https://werwolv.net/projects/opendingux_toolchain
  • Fixed brightness setting from resetting when returning back to the main menu
  • Fixed screen burnin when using the standby mode for too long!

Installation

  • Make a backup of your system sd card using dd
  • Connect to your OpenDingux device over FTP and extract the release zip into the /usr/local/sbin directory
  • Give permissions to frontend_start and pwswdpp by running chmod 766 frontend_start pwswdpp
  • Restart your device

Emulator settings + bug fixes

18 Aug 17:57
Compare
Choose a tag to compare

Changelog v1.0.1

  • Added a new shortcut to access emulator settings again that previously used the power button as shortcut for it.
    • To access it, simply hold down the Power button and press START
  • Fixed an issue where a new instance of pwswd++ would be launched every time the user went back to the main menu

Installation

  • Make a backup of your system sd card using dd
  • Connect to your OpenDingux device over FTP and extract the release zip into the /usr/local/sbin directory
  • Give permissions to frontend_start and pwswdpp by running chmod 766 frontend_start pwswdpp
  • Restart your device

Initial Release

17 Aug 19:54
Compare
Choose a tag to compare

Changelog v1.0.0

Currently supported features

  • Power button shortcuts
    • Device standby mode! (Power button) *(NEW)*
    • Kill foreground application (Select)
    • Increase screen sharpness (DpadRight)
    • Decrease screen sharpness (DpadLeft)
    • Increase brightness (DpadUp)
    • Decrease brightness (DpadDown)
    • Toggle aspect ratio and integer scaling (VolumeUp) *(NEW)*
    • Mute device (VolumeDown) *(NEW)*
    • Mouse mode (L3 for left stick mouse, R3 for right stick mouse) *(IMPROVED)*
  • General shortcuts
    • Increase volume (VolumeUp)
    • Decrease volume (VolumeDown)
  • Additional features
    • Overlays (Volume/Brightness/Sharpness slider, shortcut feedback "notifications") *(NEW)*

Installation

  • Make a backup of your system sd card using dd
  • Connect to your OpenDingux device over FTP and extract the release zip into the /usr/local/sbin directory
  • Give permissions to frontend_start and pwswdpp by running chmod 766 frontend_start pwswdpp
  • Restart your device