That is pretty much it. My old solution no longer works, it was a MM theme and it says there's a file missing.
So how do I gain more real state in the not bar by getting rid of the clock?
Thanks
That is pretty much it. My old solution no longer works, it was a MM theme and it says there's a file missing.
So how do I gain more real state in the not bar by getting rid of the clock?
Thanks
Droid Razr
Custom Dialers for D1
My broken glass icons: Broken Icons | Android Logo Icons (in progress): Android Icons
I was able to change the color of the clock in BB v1.0 using colorChange.jar (modifying services.jar).
Can you post or link a copy of the MM theme you were using? It's possible that it just needs to be updated to use a .xml theme description file instead of a .thm. But if the theme just includes copies of the entire services.jar, it's not going to work at all, and you'll have to modify services.jar manually.
Cool CM Tricks
custom_backup_list.txt - make a list of files in /system that will survive a nightly install (ringtones, notifications, system apps, wallpapers, whatever)
in Terminal Emulator, set this as your shell command: "/system/xbin/su -c /system/xbin/bash". You get all the features of bash, root access, and you can still use the initial command field for whatever you want (default is adding /data/local/bin to your path)
Droid Razr
Custom Dialers for D1
My broken glass icons: Broken Icons | Android Logo Icons (in progress): Android Icons
Looks like both:
#1, It's using the old .thm format for metamorph, which would need to be updated to .xml.
#2, The theme just copies over the entire services.jar, replacing the one one in /system/framework. That's not going to work, since there are other changes in system.jar between versions
You would need to find out what changes were made to system.jar and make them to the copy of system.jar that came with BB1.0. Just modifying the theme will most likely cause problems, as you'd be replacing services.jar with an old copy. Once you have the new modified system.jar, then you could either modify this theme to install it, or just manually install it.
EDIT: Check out this thread: [MM theme] No Clock
They list it as working with ESE81, and it was recently updated to include the xml theme descriptor you need to apply it. Give that a shot and see if it works (make a backup, of course)
Last edited by Se7enLC; 05-12-2010 at 01:18 PM.
Cool CM Tricks
custom_backup_list.txt - make a list of files in /system that will survive a nightly install (ringtones, notifications, system apps, wallpapers, whatever)
in Terminal Emulator, set this as your shell command: "/system/xbin/su -c /system/xbin/bash". You get all the features of bash, root access, and you can still use the initial command field for whatever you want (default is adding /data/local/bin to your path)
Droid Razr
Custom Dialers for D1
My broken glass icons: Broken Icons | Android Logo Icons (in progress): Android Icons