All Projects → longseespace → Netflix_patch

longseespace / Netflix_patch

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

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Netflix patch

Pollyjs
Record, Replay, and Stub HTTP Interactions.
Stars: ✭ 9,484 (+8146.96%)
Mutual labels:  netflix
Netflix Categories
Unlock Netflix Hidden Categories With This Browser Extension
Stars: ✭ 93 (-19.13%)
Mutual labels:  netflix
Xupdate
🚀A lightweight, high availability Android version update framework.(一个轻量级、高可用性的Android版本更新框架)
Stars: ✭ 1,688 (+1367.83%)
Mutual labels:  apk
Netflix
Subscribe to my YouTube channel: https://bit.ly/CognitiveSurge - Building Netflix Using React
Stars: ✭ 1,254 (+990.43%)
Mutual labels:  netflix
Black.box
Plug-and-Play VPN router and unblocker
Stars: ✭ 89 (-22.61%)
Mutual labels:  netflix
Patdroid
A Program Analysis Toolkit for Android
Stars: ✭ 95 (-17.39%)
Mutual labels:  apk
Backgroundupdate
后台更新APP(两句代码实现)
Stars: ✭ 80 (-30.43%)
Mutual labels:  apk
Gamehelper
游戏、应用辅助App。目前支持1、微信《跳一跳》,可实现“手动”以及“自动”寻找位置跳跃;2、旅行青蛙,支持修改三叶草数量以及奖券数量;3、淘宝直播刷赞,刷评论。如有问题请随时反馈!
Stars: ✭ 111 (-3.48%)
Mutual labels:  apk
Xdupdate
Android 自动更新 / 阿里云 OSS 一键上传更新 (Android auto update / upload update by aliyun OSS)
Stars: ✭ 92 (-20%)
Mutual labels:  apk
Apk Icon Editor
APK editor to easily change APK icons, name and version.
Stars: ✭ 104 (-9.57%)
Mutual labels:  apk
Nodebase
Android NodeJS Platform to Build Sharable Application
Stars: ✭ 86 (-25.22%)
Mutual labels:  apk
Daily Coding Problem
Series of the problem 💯 and solution ✅ asked by Daily Coding problem👨‍🎓 website.
Stars: ✭ 90 (-21.74%)
Mutual labels:  netflix
Piracychecker
An Android library that prevents your app from being pirated / cracked using Google Play Licensing (LVL), APK signature protection and more. API 14+ required.
Stars: ✭ 1,359 (+1081.74%)
Mutual labels:  apk
Androidanimationexercise
Android 动画各种实现,包括帧动画、补间动画和属性动画的总结分享
Stars: ✭ 1,254 (+990.43%)
Mutual labels:  apk
Uber Adb Tools
A tool that enables advanced features through adb installing and uninstalling apps like wildcards and multi device support. Useful if you want to clean your test device from all company apks or install a lot of apks in one go. Written in Java so it should run on your platform.
Stars: ✭ 106 (-7.83%)
Mutual labels:  apk
Updater
基于DownloadManager封装的更新器,使用超简单!
Stars: ✭ 82 (-28.7%)
Mutual labels:  apk
Guarda Android Wallets
Mobile cryptocurrency wallets for Android
Stars: ✭ 95 (-17.39%)
Mutual labels:  apk
Apktrack
ApkTrack is an Android app which checks if updates for installed APKs are available.
Stars: ✭ 111 (-3.48%)
Mutual labels:  apk
Fastdex
🚀 加快 apk 的编译速度 🚀
Stars: ✭ 1,457 (+1166.96%)
Mutual labels:  apk
Greatfit
Amazfit APK watchface sources with many additional features and settings
Stars: ✭ 102 (-11.3%)
Mutual labels:  apk

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.1

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

Notes:

  • To generate patch file, run this
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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].