Is it possible, not sure. But to have an option to remove the clock in the top right corner and slide the icons over. I think its kinda lame to have that clock and then a weather app with the clock as well right under it. Just a thought, thanks for the updates.
Loaded the new rom, I don't see any difference in the battery icon at the top at all from the first version?
Actually to take this to another level, is it possible to have the top bar configurable for what icons show up on the right side for the system?
hmm... maybe I could implement something like that. I know how to do it myself in source but to have anyone change it randomly would take some coding.
Here is a services.jar with no clock. I didn't test it so hopefully I got it right.
http://www.froyoroms.com/files/developers/jrummy/services.jar
Cool thanks, and now I show my ignorance to this since I'm new, where do I copy this to? or do I run it?
you need to put that in /system/framework.
If you have the sdk setup:
in cmd/terminal:
adb root
adb remount
adb push destination/to/services.jar /system/framework
adb shell rb
or place it on your sdcard and in terminal on your phone:
su
sysrw
cp /sdcard/services.jar /system/framework
rb