You need to be able to unpack the firmware image. Look for wendal tools it allows you to do this in windows.
Once you have everything unpacked you need to mount system.img in Linux.
sudo mount -t ext4 -o loop system.img mntsystem
Then as root browse the app folder and cut them and paste to a folder outside mntsystem. (So it doesn't create a trash folder in your system)
When you are done...sudo umount mntsystem
Then you will have a debloated system.img
Be careful, though because the English versions don't have much bloat in them. Most of what is there is required for everything to work right.
Now the Chinese versions are a different story. There is plenty of bloat in them.
Randy
Comment