Rxpert83
Dr. Feelgood
I'll see if I cant get a write up going to help people out. It may not be till after this weekend though, I've got grad school interviews for a PhD program this week.
In the mean time a few hints to get you started:
Put the apktool files in a folder titiled apktool in your home folder.
Put the apk to be edited in the apktool folder
Open the terminal
Get to your apktool directory (cd apktool)
Decompile your apk into a folder named "out" (apktool d apknamehere.apk out)
Make your changes (remove values folders for other languages such as es,fr, ect anything except values, values_hdpi values_land, values_en, ect)
Recompile your apk (apktool b out apknamehere.apk)
Replace in your ROM
Delete old out folder, rinse, repeat
In the mean time a few hints to get you started:
Put the apktool files in a folder titiled apktool in your home folder.
Put the apk to be edited in the apktool folder
Open the terminal
Get to your apktool directory (cd apktool)
Decompile your apk into a folder named "out" (apktool d apknamehere.apk out)
Make your changes (remove values folders for other languages such as es,fr, ect anything except values, values_hdpi values_land, values_en, ect)
Recompile your apk (apktool b out apknamehere.apk)
Replace in your ROM
Delete old out folder, rinse, repeat
