longseespace / netflix_patch

Patched Netflix App for Android enabling Widevine L1 allowing not certified devices to play HD
203 stars 32 forks source link
apk netflix netflix-hd patched widevine

Netflix HD Patch APK

FOR EDUCATIONAL PURPOSE ONLY

Patched Netflix App for Android enabling Widevine L1 allowing not certified devices to play HD

Prerequisites

Step by step guide:

# decompile
apktool d -r -f netflix.apk

# apply the patch
patch -p0 -i ./netflix.patch

# recompile
apktool b -f netflix

# sign
./signapk.sh netflix/dist/netflix.apk mimi.keystore password mimi

Notes:

diff -ruN orig/ new/ > file.patch
# -r == recursive, so do subdirectories
# -u == unified style, if your system lacks it or if recipient
#       may not have it, use "-c"
# -N == treat absent files as empty

Disclaimer

FOR EDUCATIONAL PURPOSE ONLY. I AM NOT RESPONSIBLE FOR ANYTHING