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
.apkfile - Convert
.odexfile into many.smalifiles withbaksmali deodex - Unpack the unzipped
classes.dexinto the same directory - Generate a new
classes.dexfrom the smali directory - Re-zip the apk files
See merge-odex-into-apk.sh.