Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dkosmari/screenshot-unlocker

An Aroma plugin to always enable uploading screenshots through the web browser.
https://github.com/dkosmari/screenshot-unlocker

wiiu wiiu-homebrew wiiu-plugin

Last synced: 5 days ago
JSON representation

An Aroma plugin to always enable uploading screenshots through the web browser.

Awesome Lists containing this project

README

        

# Screenshot Unlocker

Some Wii U games and apps disable the upload of screenshots through the Home Menu's web
browser. This plugin overrides the setting, to always enable screenshots.

Note: this plugin has no relationship to the [official Screenshot
plugin](https://github.com/wiiu-env/ScreenshotWUPS) from Aroma.

## Usage

This plugin has no settings. Just open any game or app that would normally disable
screenshots, and try to upload them; it will not prevent you from uploading the
screenshots.

Most free image upload websites on the internet use either JavaScript or SSL certificates
that the Wii U web browser doesn't support. If you want to run a web server locally to
upload your screenshots, you can use [this very simple Python/CherryPy
server](https://github.com/dkosmari/imgupload-server).

## Build Instructions

If you got the source from a release tarball, you can skip step 0.

Build steps:

0. `./bootstrap`

1. `./configure --host=powerpc-eabi`

2. `make`

This is a standard Automake package. See `./configure --help` for more options.

## Build Instructions (Docker version)

If you have Docker available, just run the script `docker-build.sh`.