That way with the green screen sucks.
Do it this way:
Download this:
http://dl.dropbox.com/u/50330810/apk.zip
extract the file. and move the entire folder named "apk" to the root of your hard drive
Now put your framework apk in the apk folder you just extracted and press shift and right click and select open command window here.
Then in the command window type:
apktool if framework-res.apk
No you never need to type that line again (unless you get a new phone)
now in the command window type:
apktool d framework-res.apk fw1
^Thats telling apktool to decompile framework-res.apk into a folder called fw1
make your changes
then in the command window type:
apktool b fw1 framework-res-1.apk
^thats telling apktool to build the fw1 folder into an apk named framework-res-1.apk
Now itll build your apk.
Now right click the original apk and using 7zip open the archive of the original framework apk and copy the META folder in the original to the one you just compiled.
Bam youre done put it in a zip and rename it to framework-res.apk and flash away.
That green screen way just sucks. I had nothing but problems with it.