longseespace / netflix_patch

Patched Netflix App for Android enabling Widevine L1 allowing not certified devices to play HD
203 stars 32 forks source link

Can someone explain how to apply the patch? #2

Open garfieldbart opened 4 years ago

garfieldbart commented 4 years ago

Can someone please explain to me how to apply the patch? Is this also done using the apktools?

I was able to start with the decompile with apktools, but don't know how to continue.

Thank you in advance.

longseespace commented 4 years ago

Which OS are you on? In macOS or Linux, you can run the following command in terminal. Refer to README.md for details

# 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
garfieldbart commented 4 years ago

That would probably be my problem, I'm a windows user (shame on me ;-) ) So the java thing I got done, but I don't know how to do the patching in Windows.

garfieldbart commented 4 years ago

Anybody know how to do this in Windows?

Valeria-h commented 4 years ago

I also have Windows and I can't do it. Could you apply the patch to the current version of Netflix and make it available for download here? Or at least a version that has the new layout, the old one is not good.