Skip to content

a-boinet/netflix_patch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Netflix HD Patch APK

FOR EDUCATIONAL PURPOSE ONLY

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

Prerequisites

  • apktool v2.4.0

Step by step guide:

  • Clone this repo
  • Download Netflix 4.16.3, rename to netflix.apk
  • Open Terminal.app and run the following
# 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
  • Install signed_netflix.apk and enjoy Netflix HD

Disclaimer

FOR EDUCATIONAL PURPOSE ONLY. I AM NOT RESPONSIBLE FOR ANYTHING

About

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%