Heres a strange workaround, however, it may not work if you're not rooted. While i was theming my phone, i discovered i had to sign into gmail after i adb pushed the edited version of the framework-res.apk, i had to sign back into my master gmail account on my phone. So i'm willing to bet if you grabbed your framework and repushed it onto your device, it'll prompt you to sign in again. The one downside is if you have a fb account on your phone, it seems to permanently break it (until data wipe). But this may keep you from having to do a data wipe, especially if you dont have a fb account synced to your phone lol.
At the same time, you could do a data wipe. Just make sure everything is backed up by google or titu. You'll just have to deal with setting some of the apps up, launcher, widget, etc.
If you plan on going this route (assuming you have a pc),
Google and download the android SDK
Install it. It'll have you install the tools in a folder
open command prompt
navigate to the tools folder (the command cd changes directory to what you specify. Ex: cd desktop\android\d3 root will bring me there, granted it exists)
Type 'adb'
enter
'Adb remount'
enter
'Adb pull /system/framework/framework-res.apk'
enter
'Adb push framework-res.apk /system/framework/framework-res.apk'
enter
'Adb reboot'
Note: i've never actually installed and set up adb. So install for that may be wrong. What i use to get to abd is what came on my one click root i used to root my phone. When you extract the zip for that, adb.exe is in that folder. Navigate to it with command prompt and adb should work.
Good luck. I'm not responsible for blah blah, you already know.