I already have bettercut but I am wondering if there is anyway to chang app names and icons that are in the stock drawer?
I already have bettercut but I am wondering if there is anyway to chang app names and icons that are in the stock drawer?
Well its all located in the apps .apk file. The icon is in the res>drawable-hdpi folder (or similar) and in order to change the name it will be in an .xml file for that .apk. I ve never cared about changing names so I havent ever looked into it so not sure exactly which one..
It can be done. Just not with better cut. Read my post above...No you cannot.
Thank you blake, im running bugless beast 7.4 what would be the best way to go about editing the xml files?
Lol cereal, for some reason every time I see your name I get hungry... Cire, youll have to get an xml editor...
after i edit, rezip and name it an apk and put it on my sdcard and try to install using astro it doesnt install. how do i keep it signed? im working on a mac
First of all be careful with mac it has compression issues. You dont need to install it, just replace it. Open command prompt and type this:
su
mount -o rw,remount /dev/block/mtdblock4 /system
busybox cp -R /sdcard/name-of-file.apk /apks/destination
reboot