netflix_patch icon indicating copy to clipboard operation
netflix_patch copied to clipboard

Can someone explain how to apply the patch?

Open garfieldbart opened this issue 5 years ago • 4 comments

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.

garfieldbart avatar Feb 06 '20 07:02 garfieldbart

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

longseespace avatar Feb 06 '20 09:02 longseespace

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 avatar Feb 06 '20 09:02 garfieldbart

Anybody know how to do this in Windows?

garfieldbart avatar Feb 08 '20 08:02 garfieldbart

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.

Valeria-h avatar Feb 20 '20 04:02 Valeria-h