[Q] How to remove unused languages in resources.arsc

qdbjthg

Member
Mar 28, 2014
49
10
0
need help! im using an old phone with a small /system partition, and recently someone made a 4.4.2 omni rom for it, unfortunately, /system is not enough to flash that rom, so im trying to remove unused languages in each apk file to reduce the roms size, i tried to decompile apk with apktool 2 beta 9, remove values-xx and values-xx-rXX, remove public.xml in values folder, and then recompile and sign with signapk.jar, replace the old one in the rom with recompiled one, but once i flashed the modified rom and booted my phone, recompiled apks immediately crashed, could anyone help me and figure out whats the problem? thanks!