• This repository has been archived on 19/Mar/2022
  • Stars
    star
    203
  • Rank 192,890 (Top 4 %)
  • Language
    Shell
  • Created over 5 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

More Repositories

1

react-qml

Build native, high-performance, cross-platform applications through a React (and/or QML) syntax
HTML
116
star
2

react-native-hammerjs

A port of HammerJS for React Native. HammerJS is a javascript library for multi-touch gestures.
JavaScript
27
star
3

ben

Fast, native*, cross-platform Slack client, develop with React QML
TypeScript
21
star
4

movielens

Promise based Node API for the movielens unpublished API (ready to be used with async/await)
JavaScript
13
star
5

react-qml-quickstart

Example app using react-qml and a pluggable backend
TypeScript
6
star
6

atom-android-debugger

Atom Remote GDB
CoffeeScript
4
star
7

react-qml-keychain

Keychain Service for ReactQML
C++
3
star
8

LFLiveKit

LFLiveKit
Objective-C
3
star
9

Materialicon.qml

Materialicon.qml bundle Material Icons font and icon table into a single module for QML project.
JavaScript
3
star
10

Ionicon.qml

Using Ionicon in QML
JavaScript
3
star
11

react-qml-breakpad

Breakpad Integration with ReactQML
C++
3
star
12

react-qml-rust-boilerplate

A simple boilerplate to build native desktop app using react-qml and rust
JavaScript
3
star
13

hdviet

HDViet APIs
JavaScript
2
star
14

framelesswindow

Unofficial framelesswindow package
C++
2
star
15

influents-elastic-builder

Angular Module for building an Elasticsearch Query
JavaScript
1
star
16

homebrew-tap

Homebrew tap for Qt 5.10 & React QML
Ruby
1
star
17

heroku-buildpack-calibre

Shell
1
star
18

modern-node-boilerplate

Minimal, general purpose NodeJS boilerplate
JavaScript
1
star
19

QEmailValidator

A class that provides a QValidator to validate emails
C++
1
star
20

longseespace

Hello 🖐
1
star
21

quickflix

Your personal flix collection
JavaScript
1
star