I never used the -t option, I just did apktool d framework-res.apk framework_clean to put it in my framework_clean folder.
Once you do that, add the new images to the drawable-hdpi folder, modify the stats_battery.xml files, then do the apktool b command. It will recreate the manifest, for you. The manifest has filename to ID mappings, so you don't want to edit this by hand, look in the values\public.xml file in the decompiled apk folder to get an idea if your really interested, just don't edit them.
Once you do that, add the new images to the drawable-hdpi folder, modify the stats_battery.xml files, then do the apktool b command. It will recreate the manifest, for you. The manifest has filename to ID mappings, so you don't want to edit this by hand, look in the values\public.xml file in the decompiled apk folder to get an idea if your really interested, just don't edit them.
