The .apk
files inside the Razer Forge TV firmware files
are optimized for faster loading (.odex
)
and cannot be decompiled as easily as standard .apk
files.
This repository containes de-odexed system apks that can be inspected easily with tools like jadx-gui.
Full firmware images can be downloaded at https://archive.org/details/razer-forge-tv-firmware and http://archive.cweiske.de/binary/#forge-firmware
- Unzip
.apk
file - Convert
.odex
file into many.smali
files withbaksmali deodex
- Unpack the unzipped
classes.dex
into the same directory - Generate a new
classes.dex
from the smali directory - Re-zip the apk files
See merge-odex-into-apk.sh
.