Binary file archive

Some binary files that were hard to obtain

chrisboyle / keytest

Android key testing application that has been removed from GitHub since I first used it in OUYA: Using own USB joysticks.

Commander Genius

Commander Keen interpreter. apk files were not available on the official download page.

Update: They are available there since 2015-04.

OUYA kernel

Self-compiled kernel for the OUYA gaming console.

Joystick support

OUYA kernel built with CONFIG_HIDRAW, CONFIG_HID_PANTHERLORD and CONFIG_HID_MICROSOFT for additional joystick support.

See OUYA: Using own USB joysticks for more information.

OUYA recovery

Taken from an XDA thread. See my blog post for more information.

OUYA developer welcome video

Rescued from a OUYA developer console with software version 0.0.5. The OUYA CEO Julie Uhrman wishes the developers a warm welcome.

Philips DVP3360 firmware

A romanian hacker named vb6rocod made custom firmware for the Philips DVP3360 DVD player and published that on his page.

This was in 2009, but in 2016 all the download URLs were broken. I managed to find some of the files:

Also have a look at the upgrade instructions. I upgraded the firmware via USB; worked fine.

My hope was that the custom firmware would ignore the UOP flag that prevents you from skipping chapters, but unfortunately it is still obeyed.

At least the configured volume is stored now - that annoyed me quite a bit.

Razer Forge TV

Fastbootable TWRP

Allows you to gain root access to all partitions. The official TWRP forge version must be flashed onto a partition first and cannot be booted directly.

Downloaded from https://androidfilehost.com/?w=files&flid=295294.

Enter fastboot mode by unplugging the HDMI cable and powering it on, then run

fastboot boot fastbootable-twrp-pearlyn.img

Firmware for Razer Forge TV

Firmwares can be flashed onto the Forge as follows:

  1. Unplug the HDMI cable
  2. Power the console on
  3. Connect the Forge via USB-A-to-USB-A cable (male-to-male) to your PC
  4. Check if the Forge is available:
    $ fastboot devices
    171256710321511	 fastboot
  5. Flash the firmware:
    $ fastboot -w update image-forge-m-144.zip
  6. If flashing does not work, unlock the bootloader first:
    $ fastboot oem unlock

Files:

Alternative download location: https://archive.org/details/razer-forge-tv-firmware

Tolino Vision 4 HD boot image

A boot image with a rooted adb for firmware 12.2.0, 13.2.1, 14.1.0 and 15.2.0. At least the 14.1.0 and 15.2.0 images works on the Vision 3, too.

Bring the reader into fastboot mode, flash it and boot it up.