[Mod] Desire notification bar - CM 5.0.6/Enom 1.8.1/MCRr13 - New Morph [04-15] - Nexus One Themes and Apps

Credit
Stericson, Cyanogen, JesusFreke, Enomther, Oshaka, Modaco, JAC (Just Another Crowd or @justanotherdev), HTC, manup456, and any inspirations either explicitly or implicitly used.
What is this composed of?
The status bar images and icons from the Desire ROM released by MoDaCo.
A modified framework-res.apk/res/layout/status_bar.xml to make the notification text and other text that appears in the status bar white instead of black.
A modified services.jar to make the date and time text appear white instead of black.
Screen Shot
-just a cropped image from Paul's OP from his Desire ROM, the first screen shot to be exact-
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Install Instructions
-Place on sdcard
-Reboot into recovery
-Make a nandroid backup
-Apply the .zip
-Reboot
Downloads
Without Pull Down Menu
-Will be discontinued on next ROM update for each individual ROM-
Enomther 1.8.1
http://android-theme-minus.googlecode.com/files/Desire_Notification_Bar_1.8.1.zip
With Pull Down Menu
CM 5.0.6
http://android-theme-minus.googlecode.com/files/Desire_Notification_Pull_Down_Bar_5.0.6.zip
Enomther 1.8.1
http://android-theme-minus.googlecode.com/files/Desire_Notification_Bar_Pull_Down_1.8.1.zip
MCRr13
http://android-theme-minus.googlecode.com/files/Desire_Notification_Pull_Down_Bar_r13.zip
Morphs
-Apply with MetaMorph-
Flatter Pull Down Menu
This will give you a flatter pull down menu. It replaces where the service provider is shown with a re-sampling of the statusbar_background.9.png; it also replaces the status_bar_background.png image with one from JACHero 2.63; finally, it replaces status_bar_close_on.9.png with a less glossy (darker and flatter) version of the current one. While I personally think this looks a lot better than the stock images, I am including it as a morph so to keep the actual mod itself completely from the Desire ROM. Also, with it being a simple morph, it should work with any ROM with framework-res.apk in /system/framework/.
http://android-theme-minus.googlecode.com/files/flat_desire.zip
Alternate status_bar_background.png
Changes the white notification background image to the one in the flat_desire morph, but keeps the glossy look of stock Desire.
http://android-theme-minus.googlecode.com/files/alt_background.zip
NexTHEME status_bar_background.png
Changes the white notification background image to the one in NexTHEME. Thank you manup456 for the image.
http://android-theme-minus.googlecode.com/files/nextheme_background.zip
Transparent status_bar_background.png
Makes the notification pull down menu background transparent.
http://android-theme-minus.googlecode.com/files/transparent_pull_down_background.zip
H icons to 3G icons
This will make the H icons into the 3G icons from the Desire ROM.
http://android-theme-minus.googlecode.com/files/Desire_H_to_3G.zip
Transparent battery images
This will give you transparent battery images for when the phone is not charging if you do not want to have a battery image and percent when using the battery percent mod.
http://android-theme-minus.googlecode.com/files/transparent_battery.zip
Disclaimer
Nandroid and you won't be have to reflash your rom or potentially have to wipe your phone if something goes wrong.

Will this work on rooted stock Rom.

navillos said:
Will this work on rooted stock Rom.
Click to expand...
Click to collapse
No, it wouldn't work because the classes.dex for the sevices.jar will only work with CM 5.0.4.1.

can you post a screenshot?

The Spirit said:
can you post a screenshot?
Click to expand...
Click to collapse
A.) I'm not running it on my phone
B.) It looks exactly like the status bar in any screen shot of the desire rom.

hmm..so,nobody tried if it worx, no screenshots...cool..so, I would like to, but as a poor beginner, I know, I should wait...

rori1 said:
hmm..so,nobody tried if it worx, no screenshots...cool..so, I would like to, but as a poor beginner, I know, I should wait...
Click to expand...
Click to collapse
52 downloads and no one has said it hasn't worked. People are a lot more prone to reply to something not working then to something working.
"screen shot' in the OP soon. Taken from here from the first screen shot shown and everything minus the status bar edited out. Not that hard to visualize.

I´m sure yu are right...
it´s just, this forum, one doesn´t dare to ask to many questions..

The thing is tho, even if it don't work, it's a 45 second fix to be back up and running if you followed directions.

45 second fix jesus-for you!!!
but for me,as a noob....
1.) I tried this:
Flash this in recovery.
http://android-theme-minus.googlecod...succesion2.zip
-> my device doesnt want to flash it.
2.) then tried this from the other post:
How to install:
1) Nandroid
2) Rename download from services02.zip to services.jar
3) Connect phone to computer.
4) adb push services.jar /system/framework
-> it says:
************
so if you are used to all those command, I envy you...but i fail and cannot find a manual for that (although there are millieons of threads..)

rori1 said:
45 second fix jesus-for you!!!
but for me,as a noob....
1.) I tried this:
Flash this in recovery.
http://android-theme-minus.googlecod...succesion2.zip
-> my device doesnt want to flash it.
2.) then tried this from the other post:
How to install:
1) Nandroid
2) Rename download from services02.zip to services.jar
3) Connect phone to computer.
4) adb push services.jar /system/framework
-> it says:
************
so if you are used to all those command, I envy you...but i fail and cannot find a manual for that (although there are millieons of threads..)
Click to expand...
Click to collapse
I put up a guide on how to use metamorph in the first post (for the first download). I re-signed the file and reuploaded to the same link (the second download) so try downloading it again and flashing it in recovery, and if you cannot flash it, then tell me the exact error it is giving you.
Also, you got that error because you didn't put a space between services.jar and /system/framework/. If you want to push the file, then take the services.jar out of the .zip in the first post and do the following.
Code:
adb remount
adb push services.jar /system/framework/services.jar
adb shell reboot

rori1 said:
45 second fix jesus-for you!!!
but for me,as a noob....
1.) I tried this:
Flash this in recovery.
http://android-theme-minus.googlecod...succesion2.zip
-> my device doesnt want to flash it.
2.) then tried this from the other post:
How to install:
1) Nandroid
2) Rename download from services02.zip to services.jar
3) Connect phone to computer.
4) adb push services.jar /system/framework
-> it says:
************
so if you are used to all those command, I envy you...but i fail and cannot find a manual for that (although there are millieons of threads..)
Click to expand...
Click to collapse
Your ADB either isn't set up correctly, or you may try
Code:
adb remount
My working directory is:
Code:
C:\android-sdk-windows\tools
That was the default one setup by the SDK

david1171 said:
I put up a guide on how to use metamorph in the first post (for the first download). I re-signed the file and reuploaded to the same link (the second download) so try downloading it again and flashing it in recovery, and if you cannot flash it, then tell me the exact error it is giving you.
Click to expand...
Click to collapse
I tried with the new one -> my error message is:
"E:Missing file:
framework/framework-res.apk
E:Verification failed
Installation aborted"
************************************
and if I try the other way, with space now ...get this

My clock digits on the top right are in black. Screenshot shows white. Anyone else having the same problem.

rori1 said:
I tried with the new one -> my error message is:
"E:Missing file:
framework/framework-res.apk
E:Verification failed
Installation aborted"
************************************
and if I try the other way, with space now ...get this
Click to expand...
Click to collapse
Code:
adb remount
once it informs you "remount succeeded" then try to push the file again.

why are you trying to push anything for a morph?

got tired of the problems. made into one flashable file in recovery in the OP.

Flashing it from recovery took care of the issue.
Thanks

Know-Fear said:
why are you trying to push anything for a morph?
Click to expand...
Click to collapse
..the pushing itself is obsolete, it was for the trackball v2 notification..but I succeded with v3., so thanx anyway!

works great! thanks! =)

Related

ATTN THEMERS.. Pushing Framework-res.apk = Success!

Now that we have Root and the amazing recovery tool... I decided it was time to test things out. No we dont have MetaMorph, but until then... The "old fashioned" way will work. I pulled the framework, made a quick modification to the BATTERY icons and pushed it back... and BAM!! Blue battery!
So far i see no adverse effects... so i will be pushing my fully themed Framework-res.apk to my INC later this evening. Proof? See pic...with BLUE battery! Thats just the start of my theme!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[/URL] Uploaded with ImageShack.us[/IMG]
Awesome! What is the launcher you're running there?
SimonTuffGuy said:
Awesome! What is the launcher you're running there?
Click to expand...
Click to collapse
ADW Launcher...
do the files require unsigning and signing like in winmo? sorry, i was well versed with winmo themeing but am new to android. i'd love to start customizing though.
any links on where to learn what files contain what, how to extract em, etc.? thanks
MrGoodCat said:
do the files require unsigning and signing like in winmo? sorry, i was well versed with winmo themeing but am new to android. i'd love to start customizing though.
any links on where to learn what files contain what, how to extract em, etc.? thanks
Click to expand...
Click to collapse
All the images are located within framework-res.apk, But there are several other places that you can edit xmls to make further changes. you can extract them directly from there, and replace them using 7zip without need to sign the apk. The most common are found in /res/drawable hdpi/
Before experimenting i would suggest reading up on Patch 9 files. Those require more than just editing the png.
Drukan said:
All the images are located within framework-res.apk, But there are several other places that you can edit xmls to make further changes. you can extract them directly from there, and replace them using 7zip without need to sign the apk. The most common are found in /res/drawable hdpi/
Before experimenting i would suggest reading up on Patch 9 files. Those require more than just editing the png.
Click to expand...
Click to collapse
awesome! thank you. can't wait to dive in. this is why i love smartphones, let the modding begin!
has anyone dumped the stock framework-res.apk, or do i need to pull that from my phone?
MrGoodCat said:
awesome! thank you. can't wait to dive in. this is why i love smartphones, let the modding begin!
has anyone dumped the stock framework-res.apk, or do i need to pull that from my phone?
Click to expand...
Click to collapse
its a simple pull...plug in phone (ensure usb debugging is ENABLED)
open cmd prompt:
adb pull /system/framework/framework-res.apk C:\mydirectory\
anyway to remove the AM/PM from the time?
i like the blue battery icon by the way.
jasonb1985 said:
anyway to remove the AM/PM from the time?
i like the blue battery icon by the way.
Click to expand...
Click to collapse
To my knowledge that requires editing the Services.jar file. There are scripts out there for editing this file, but the short answer for now is NO. (unless you're a java guru)
command is *adb push framework-res.apk /system/framework* right?
Sent from my ADR6300 using Tapatalk
tcberg2010 said:
command is *adb push framework-res.apk /system/framework* right?
Sent from my ADR6300 using Tapatalk
Click to expand...
Click to collapse
1. Always do a nandroid backup first...
2. push framework-res.apk file to root of sdcard
3. boot phone into recovery
4. mount /system and /sdcard from recovery
5. open adb shell and type:
busybox cp -R /sdcard/framework-res.apk /system/framework
6. reboot
Enjoy!
touchpro247 said:
1. Always do a nandroid backup first...
2. push framework-res.apk file to root of sdcard
3. boot phone into recovery
4. mount /system and /sdcard from recovery
5. open adb shell and type:
busybox cp -R /sdcard/framework-res.apk /system/framework
6. reboot
Enjoy!
Click to expand...
Click to collapse
I concur with ALWAYS do a back up...
no need to push file to SDCard though, or use busybox cp
Just push it directly from its location.
Reboot to recovery...
Mount /system (under partitions menu)
open cmd prompt and type:
adb push (file location) /system/framework/framework-res.apk
example :
adb push c:\android\framework-res.apk /system/framework/framework-res.apk
does it change to orange/red as the battery gets lower?
Goldeneye877 said:
does it change to orange/red as the battery gets lower?
Click to expand...
Click to collapse
Mine does...
They can be edited to change to any color you want!!
FYI i will be sharing my modded framework-res.apk shortly, working out a few things. My version will change ALL status icons, battery meter, signal bars, and a whole lot more (basically everything GREEN)to the Blue you see in the battery in the pic.
Having a lil trouble....
Ok so i managed to edit almost everything in framework, (still working on the.9.pngs, they take sooo much time)..... But im having an issue...
Hopefully some one here can help me solve this. Unlike the moto, i cant seem to get the signal meter, or the 3g/1x/etc icon to change. all other icons are acting as they should but these stay the same. Ive re-copied them, and pushed the apk 3 times...
Anyone with ideas...
jasonb1985 said:
anyway to remove the AM/PM from the time?
i like the blue battery icon by the way.
Click to expand...
Click to collapse
Would love to remove the time completely.
Drukan said:
Ok so i managed to edit almost everything in framework, (still working on the.9.pngs, they take sooo much time)..... But im having an issue...
Hopefully some one here can help me solve this. Unlike the moto, i cant seem to get the signal meter, or the 3g/1x/etc icon to change. all other icons are acting as they should but these stay the same. Ive re-copied them, and pushed the apk 3 times...
Anyone with ideas...
Click to expand...
Click to collapse
They may be inside the com.htc.resources.apk also. Use Root Explorer to check.
touchpro247 said:
They may be inside the com.htc.resources.apk also. Use Root Explorer to check.
Click to expand...
Click to collapse
Thanx, checkin it out now...
YES THEY ARE, y i didnt think to look there... i dont know... but YOU sir... ROCK!
daftlush said:
Would love to remove the time completely.
Click to expand...
Click to collapse
Again, thats part of the Services.jar ... and i know little to nothin of java.
Soon enough the smart guys will have a script to edit it!
I'm going to remove the gps icon. Unless the OP does it first. I only want to see it when I turn it on.

[Theme]Smooth Sense Icons + Transparent Notificatoin Bar & Droid 2 lockscreen

Update 1:
Now has Vibrate Image when slider has sound vibrate
update 2:
Added option for white circle battery seen below
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
rename update updatewhitecirlcebat.zip to update.zip and flash the same way.
All First off I want to say i take NO credit for any of the things that have been changed! this is simply a mashup of a BUNCH of other GREAT guys put into one package i love.
First we start off w the thanks!
Thanks Jercik for the original Smooth Sense Icons!
Thanks SoCalMiles for bringing them over to the Incredible! & for the Jar for the Transparent Notifications BG
Thanks Squintz For Turning the Numbers White in the Battery Meter
Thanks TouchPro for helping with figuring out the update.zip with me!
Sense Roms only!
Install Instructions:
1. MUST BE ROOTED!
1.5 HAVE HTC LOCKSCREEN REMOVED! ALSO INSTALL DESKCLOCK! (See Below for instructions)
2. Copy File to Root of SD Card
3. Boot Into ClockMod Recovery
4. Choose install Zip from sdcard
5. choose apply update.zip
6. Navigate to Yes
7. Click Yes
8. Reboot and wait!
9. Remove update.zip from SD card (or rename it)
Please Note the Boot Will Take 3-4min the FIRST TIME ONLY this is due to the Jar File.
so whats updated:
Smooth Sense icons can be seen here!
If you like this donate to him HERE
Transparent Notification tab (70%)
Droid 2 Lock screen
Again Thanks to all those who helped!!!
how to remove stock lockscreen
With S-off
use root explorer to navigate to system/app mount r/w and remove/rename HtcLockScreen.apk
Without s-off
1.plug in phone
2.enable usb debugging
3.Reboot into recovery
4. Mount System
3. open cmd prompt/terminal
5. cd to folder with adb in it
6. adb shell (should now see #)
7 cd /system/app
8. /system/bin/mv HtcLockScreen.apk HtcLockScreen.apk.bak (Thanks Accord281)
9. reboot
Install DeskClock
1.Download DeskClock.apk below
2.Throw it in a folder w ADB
3.Reboot Recovery
4.Mount System
5.Open CMD prompt
6. cd to folder with ADB
7. Adb push DeskClock.apk /system/App
8.Reboot
9.Enjoy
this is great! I'm guessing the droid 2 lockscreen only works with senseless roms?
Hrmm everything but the D2 Lock screen worked for me.
yes sorry!! will update first post! you will need to remove the HtcLockScreen.apk file from the /system/app folder for d2 lock to work!
can i remove/rename it via root explorer?
tweedies411 said:
can i remove/rename it via root explorer?
Click to expand...
Click to collapse
as long as u have S-OFF absolutely
Instead of the first step 8 (lol) I recommend
/system/bin/mv HtcLockScreen.apk HtcLockScreen.apk.bak
Then if you want it back you can do it in reverse. Also make sure to get a different alarm clock if you use the stock one otherwise you can't shut it off without restarting the phone.
Sent from my ADR6300 using XDA App
never mind, got it lol
wowthatisrandom said:
yes sorry!! will update first post! you will need to remove the HtcLockScreen.apk file from the /system/app folder for d2 lock to work!
Click to expand...
Click to collapse
Worked like a charm finally no more down swiping you d man
Accord281 said:
Instead of the first step 8 (lol) I recommend
/system/bin/mv HtcLockScreen.apk HtcLockScreen.apk.bak
Then if you want it back you can do it in reverse. Also make sure to get a different alarm clock if you use the stock one otherwise you can't shut it off without restarting the phone.
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
thanks updated first post and added the deskclock.apk for those who needed it!
sorry if this is a n00b question, but if i install the update.zip will that overwrite my skyraider rom ? or will it just replace the things you have added?
sheepforwheat said:
sorry if this is a n00b question, but if i install the update.zip will that overwrite my skyraider rom ? or will it just replace the things you have added?
Click to expand...
Click to collapse
nope no problem, not one to hate its a good question.... it will just make my changes
has anyone figured out how to keep the alarm working without having to dl another one?
i know this isnt really the right place, but is there a way i can get just the transparent notifications bar in a flashable .zip? i already got smooth sense, classic circle battery mod w/ percentages, and gps icon gone. i just wanna get the transparent part, but dont wanna have to apply a whole theme for it. im on the desensitized (so still sorta sense) aiccucs v4.2 rom
rusty2663 said:
has anyone figured out how to keep the alarm working without having to dl another one?
Click to expand...
Click to collapse
Dont think that its possible... the current clock on device was designed by HTC to go over the HTC lock screen. you will need the deskclock for the vanilla lock screen
SLOflatlander said:
i know this isnt really the right place, but is there a way i can get just the transparent notifications bar in a flashable .zip? i already got smooth sense, classic circle battery mod w/ percentages, and gps icon gone. i just wanna get the transparent part, but dont wanna have to apply a whole theme for it. im on the desensitized (so still sorta sense) aiccucs v4.2 rom
Click to expand...
Click to collapse
you will need to do 2 things to your framework, first change the images for the background of the notification bar as well as update the jar file.
see this topic HERE
update 2: now has vibrate image on slider
I'm still not too clear... I already have Sense and custom icons, I'd like to replace the Lock-n-Clock, but I don't want the notification bar or smooth icons.
Can someone shed some light on if this is possible and which steps it takes WITH sense?
TIA!
Tikikai said:
I'm still not too clear... I already have Sense and custom icons, I'd like to replace the Lock-n-Clock, but I don't want the notification bar or smooth icons.
Can someone shed some light on if this is possible and which steps it takes WITH sense?
TIA!
Click to expand...
Click to collapse
you would need to build the lockscreen images into ur framewrok
nice work! thanks for contributing!
This worked great for me. Thanks for all the work. BTW, I'm s-off using the deodexed 8/26/10 leak with bloatware removed. Also, I've tested the clock and it works fine for me. I use the stock app and don't back out to the lock-screen(just use the dimmed app setting). Works great so far.
Update: Desk clock didn't last through the night so I guess I was wrong, wrong, wrong. Oh well, everything else is awesome.

SOLVED - Theming HtcClockWidget.apk

Phone: Froyo 2.2 with root and S-OFF
I am trying to theme the clock widget with no luck. All I am trying to do is replace the flip digits, AM, PM, and background with identical sized graphics. I have tried replacing them with WinZip and 7Zip. I am signing them with the test signature which works with every other type of apk file.
I mount the system partition and push the new version with adb and when I restart all I get is a blank widget. It also shows up in the widgets list as something like 01db as the name.
So, I suspect the signing is the problem. Could be some signature check within the widget causing it to fail.
Any thoughts?
If anyone has this widget working with a black background and silver digits I would be just as happy.
I'm afraid I can't be much help at the moment, since I'm away from my computer, but here is a mod from the hero forums that I used to use on my eris. It'll be mdpi instead of hdpi, but taking a look at its files might help you out.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
http://forum.xda-developers.com/showpost.php?p=6270955
EDIT: You might also try making a metamorph or update.zip to apply the new widget. Sometimes that works better than an adb install.
mixedlemon said:
EDIT: You might also try making a metamorph or update.zip to apply the new widget. Sometimes that works better than an adb install.
Click to expand...
Click to collapse
Thanks. I will give the update.zip approach a shot.
Have you tried pushing the modified apk file without signing it first?
Oddity said:
Have you tried pushing the modified apk file without signing it first?
Click to expand...
Click to collapse
Actually no I haven't. Worth a shot Thanks
Well, that was weird... Pushing it unsigned worked. I never thought to try that since any add on apk's I have done needed to be signed.
Thank you
So, to summarize:
Code:
1) Open apk with 7zip and leave it open
2) Extract res folder to desktop
3) Modify graphics or whatever (I only did graphics)
4) Drag the res folder over the zip window and drop
5) Exit 7zip
6) Go into recovery mode and mount /system
7) Connect phone to pc
8) Open cmd and cd to your sdk folder where you put the apk
9) Push to original folder (in this case adb push HtcClockWidget.apk /system/app) on phone in recovery mode
Happiness
Awesome, glad you got it to work. The way I usually do it is to push any apk unsigned first, and if I have problems try it again but sign first.
Oddity said:
Awesome, glad you got it to work. The way I usually do it is to push any apk unsigned first, and if I have problems try it again but sign first.
Click to expand...
Click to collapse
I guess I just got hung up on signing since I have never had luck with unsigned. However, this was my first attempt at a built in apk.
Thanks again
Just incase anyone likes the silver on black numbers for their clock like I do I decided to post my mods to HtcClockWidget.apk
This is based on the stock 2.2 widget but may work on 2.1 ROM's
Requires being rooted so just use adb to push it to /system/app folder
Back up your original just incase you want to go back
NilsP said:
Just incase anyone likes the silver on black numbers for their clock like I do I decided to post my mods to HtcClockWidget.apk
This is based on the stock 2.2 widget but may work on 2.1 ROM's
Requires being rooted so just use adb to push it to /system/app folder
Back up your original just incase you want to go back
Click to expand...
Click to collapse
looks awesome thxs
tried pushing. but it doesnt seem to be going to the /systems/apps folder using the (adb push HtcClockWidget.apk /system/app)
RLKirk said:
tried pushing. but it doesnt seem to be going to the /systems/apps folder using the (adb push HtcClockWidget.apk /system/app)
Click to expand...
Click to collapse
Have you tried to push it in recovery mode with system mounted.
NilsP said:
Have you tried to push it in recovery mode with system mounted.
Click to expand...
Click to collapse
yeah i went to recovery checked to make sure it seen my device mounted system and pushed it done the size and time thing in dos as if it pushed the apk but then when i went and looked in the folder it was not there and i cant push the original clock back either lol... idk what it is
RLKirk said:
yeah i went to recovery checked to make sure it seen my device mounted system and pushed it done the size and time thing in dos as if it pushed the apk but then when i went and looked in the folder it was not there and i cant push the original clock back either lol... idk what it is
Click to expand...
Click to collapse
Not sure how to help. I just boot into hboot start, recovery mode, go to mount and mount system then open the cmd prompt and do the adb push HtcClockWidget.apk /system/app and all goes well. Have done it multiple times with changes
I am assuming you have the USB drivers installed and not HTC Sync.
When I ran SRS 2.5.2 it had the MOD for the silver clock widget, I now have 3.1 RC3 but when I try your method, "adb push HtcClockWidget.apk /system/app" it uninstalls the stock one but does not install the new one. I have to flash a Nandroid backup to restore it. What am I doing wrong? I really liked the one from 2.5.2 and want it again.
Update.zip
Sent from my ADR6300 using Tapatalk
Yeah, tried that. No good. I uninstalled the original and still no good. Now I have to reflash again. Any other ideas?
i pushed the file from post number 9 into system app and it shows up as being in system/app in root explorer but i no longer have it in my widgets list. i even tried pushing the old one back and i still have no clock in my widget list. what do i do?
jasonb1985 said:
i pushed the file from post number 9 into system app and it shows up as being in system/app in root explorer but i no longer have it in my widgets list. i even tried pushing the old one back and i still have no clock in my widget list. what do i do?
Click to expand...
Click to collapse
I can understand it not working if you are on other than a stock 2.2 ROM since it is from the stock. What I don't understand is why pushing you original backup back isn't working.
Can you reinstall it from your Nand backup?
NilsP said:
I can understand it not working if you are on other than a stock 2.2 ROM since it is from the stock. What I don't understand is why pushing you original backup back isn't working.
Can you reinstall it from your Nand backup?
Click to expand...
Click to collapse
i did a nandroid restore, back to where i was before. its just weird that its not working.

[MOD] Status Bar Header Background mods (Updated 10/30/2010)

10/30/2010 Update: 42 new status bar header images --> http://forum.xda-developers.com/showthread.php?t=786313&page=5
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here is my first contribution to this forum.
Simple instructions:
1 nandoid backup
2 adb devices
3 adb pull /system/framework/framework-res.apk framework-res.apk
(make a backup copy of this file)
4 open the apk file with winrar
5 insert the "status_bar_header_background.9.png" that is in the attached rar file into the framework-res.apk's \res\drawable-hdpi folder
6 adb remount
7 adb push framework-res.apk /system/framework/
8 adb reboot
I'll be making and adding a few more as they happen.
For Spurs Fans
Nice work. Do you have a flashable zip just for the transparent shade?
MSmith1 said:
Nice work. Do you have a flashable zip just for the transparent shade?
Click to expand...
Click to collapse
That is explained HERE
Bootloops, endless bootloops...
Edit: got it to work by inserting the .png into manups' theme and flashing it. Adb push pull method was a no go on fresh 3.1.
Here is a modded status_bar_close_on.9
MSmith1 said:
Nice work. Do you have a flashable zip just for the transparent shade?
Click to expand...
Click to collapse
Sorry...I havent figured out how to make a flashable zip file yet.
johncjenc said:
Bootloops, endless bootloops...
Edit: got it to work by inserting the .png into manups' theme and flashing it. Adb push pull method was a no go on fresh 3.1.
Click to expand...
Click to collapse
Cool...glad you were able to use it.
awesome ass mod! what are the dimensions for this?
Nice work! I'm surprised this isn't getting more attention.
here is my version!
I tried this and got a boot loop. It would load all the way to the boot sequence then FC the framework. How can i modify without breaking the signature. I am on a mac, because i know everyone uses winrar on pc.
Some had posted a file and asked for the avenge sevenfold death bat to be put on.
I had done it but the posts were lost when the site was recovered a few days ago.
I cant remember who it was, but here it is.
lookylookitzadam said:
I tried this and got a boot loop. It would load all the way to the boot sequence then FC the framework. How can i modify without breaking the signature. I am on a mac, because i know everyone uses winrar on pc.
Click to expand...
Click to collapse
Sorry I am not familiar with the process for MAC's.
I tried this with ninja morph and still didnt work. Can someone elaborate on the process maybe. I must be missing something somewhere.
How do I get rid of the "sprint" in the upper left of the notification bar?
Also, do I need to delete the original png?
SniperDroid said:
How do I get rid of the "sprint" in the upper left of the notification bar?
Also, do I need to delete the original png?
Click to expand...
Click to collapse
Instructions on editing the sprint banner can be found here -> http://forum.xda-developers.com/showthread.php?t=708419
To do this mod you wouldnt delete the original png...you need to replace it with the modded png file. I would make and save backup of the original on your local hard drive that way if you ever wanted to go back to stock or create a new banner with a different image you would have a copy of the non modified stock png to work with.
Thanks, I got the header and closer .png changed. Now to get rid of the pesky Sprint lettering.
lookylookitzadam said:
I tried this and got a boot loop. It would load all the way to the boot sequence then FC the framework. How can i modify without breaking the signature. I am on a mac, because i know everyone uses winrar on pc.
Click to expand...
Click to collapse
Why can't they make equal apps for us? Right? :'(
Would somebody please mod the services.jar from the 3.29 odex Rom posted by joeykrim. All we need is the services.jar and an edited png right?
Sent From My HTC Evo 4G Using Tapa Talk Pro!
Rydah805 said:
Why can't they make equal apps for us? Right? :'(
Would somebody please mod the services.jar from the 3.29 odex Rom posted by joeykrim. All we need is the services.jar and an edited png right?
Sent From My HTC Evo 4G Using Tapa Talk Pro!
Click to expand...
Click to collapse
I think you need to use a deodexed rom.
martijua said:
Here is my first contribution to this forum.
Simple instructions:
1 nandoid backup
2 adb devices
3 adb pull /system/framework/framework-res.apk framework-res.apk
(make a backup copy of this file)
4 open the apk file with winrar
5 insert the "status_bar_header_background.9.png" that is in the attached rar file into the framework-res.apk's \res\drawable-hdpi folder
6 adb remount
7 adb push framework-res.apk /system/framework/
8 adb reboot
I'll be making and adding a few more as they happen.
Click to expand...
Click to collapse
when i do this procedure i get all kinds of force close errors. to the point of i have to do a nand restore. i edited a "status_bar_header_background.9.png" file from another theme. The .png image file is the same physical size, but the framework-res.apk file is now larger in size than the one i edited it from, does that have anything to do with it?

X10 THEMES [HTC SENSE] [Android STOCK] Updated 26/11 (2.1 Only)

Coming Soon:
- Droid X Status Bar: CANCELLED
___________
HTC SENSE Framework-res.apk
Please donate if possible. I really want to buy a pouch for my X10
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DOWNLOAD LINK v.001 HTC SENSE Status Bar for X10 (framework-res.apk only) [November 26th]
http://www.4shared.com/file/xHE4eMTA/framework-res.html
___________
Android STOCK White Status Bar
Please donate if possible. I really want to buy a pouch for my X10
Donation Link:
https://www.paypal.com/cgi-bin/webs...m&item_name=Donation+XDA+Forums&no_shipping=1
DOWNLOAD LINK v.005 Package (WITH ALL THE FILES YOU NEED TO INSTALL)
http://www.4shared.com/file/_7UKHvms/Stock_Status_Bar_for_X10_by_Dk.html
DOWNLOAD LINK v.005 (Framework-res.apk ONLY) [November 21th]
http://www.4shared.com/file/BzAtGX4r/framework-res.html
DOWNLOAD LINK v.004 [November 20th]
http://www.4shared.com/file/6qyQdtVQ/framework-res.html
DOWNLOAD LINK V.003 [November 19th]
http://www.4shared.com/file/v37FxfTp/framework-res.html
DOWNLOAD LINK V.002 [November 18th]
http://www.4shared.com/file/fKigopxT/framework-res.html
Please donate if you like the work to keep it alive for more upcoming "flavors"
___________
Installation:
Download v.005 Package (will all the files you need inside)
Extract to wherever you want
Plug in your Xperia X10 with USB Debugging enabled
Run Installer.cmd
Enjoy!
___________
ANDROID 2.2 STOCK ICONS
Android 2.2 Stock Icon in High Quality.
This is to get the stock look for your Android Smartphone that is running a specific UXP. (Like Sony Ericsson, HTC Sense, Motoblur, etc)
The icons are in a .rar archive. Extract to your phone's SD Card, navigate to your Home Launcher on your Android Device (Launcher Pro or ADW Launcher preferred) Long press on desktop, select shortcut > application, select your desired app, change icon. Voila!
DOWNLOAD LINK
http://www.4shared.com/file/xuClPYgK/Android_22_Stock_Icon.html
Cyanogen Mod Boot Screen Animation
Cyanogen Mod's Boot screen Animation.
Tested and working on Sony Ericsson Xperia X10 running Android 2.1
DOWNLOAD LINK:
http://www.4shared.com/file/BJrGIdCY/bootanimation.html
Installation:
1- Copy bootanimation.zip to your SD Card
2- Get Root Explorer, navigate to your SD Card, Copy bootanimation.zip
(You need root)
3- Go back to the root of the phone, go to System/media, Mount R/W
4- Delete the existing bootanimation.zip, then paste the one you copied from your SD Card earlier.
5- Make sure it has the same permission.
6- Reboot, enjoy your new boot animation !
___________
Always follow on www.TechRemixed.com (my website) all the progress is always reported there first
Please donate if you would like to see farther development =D
Donation Link:
https://www.paypal.com/cgi-bin/webs...m&item_name=Donation+XDA+Forums&no_shipping=1
For change logs go to my website, i made a special sub domain for it.
www.mythemes.techremixed.com
Did you forget you started this thread - http://forum.xda-developers.com/showthread.php?t=810794
Yeah but thats old.. its for 1.6... now its 2.1..... so....
Sent from my X10i using XDA App
Yeah, true enough. It's a whole different kettel of fish now - we just need to edit the xml's (decompiling/recompiling with apktool) and drag them into the framework now.
I just had a bit of a play... I managed to change the color of the provider text by editing res/layout/status_bar_expanded.xml. Changing status_bar_icon.xml didn't seem to have any effect but I did add some alpha. I will have another look tomorrow and post what I find out in my themes reference thread.
_calum_ said:
Yeah, true enough. It's a whole different kettel of fish now - we just need to edit the xml's (decompiling/recompiling with apktool) and drag them into the framework now.
I just had a bit of a play... I managed to change the color of the provider text by editing res/layout/status_bar_expanded.xml. Changing status_bar_icon.xml didn't seem to have any effect but I did add some alpha. I will have another look tomorrow and post what I find out in my themes reference thread.
Click to expand...
Click to collapse
Nice hope u can get the clock to be black and the status bar to be default style thanks alot
so anyone? much appreciated if someone has it thanks
Nobody?? Common...
Sent from my X10i using XDA App
Hey man,
just got the last piece of the puzzle today. I've posted my findings in a new section in the themes reference sticky. So now we just have to wait for those artistic types to get to work on thier images etc.
I'd get onto something, but I'm to busy flashing my phone
_calum_ said:
Hey man,
just got the last piece of the puzzle today. I've posted my findings in a new section in the themes reference sticky. So now we just have to wait for those artistic types to get to work on thier images etc.
I'd get onto something, but I'm to busy flashing my phone
Click to expand...
Click to collapse
thats cool news dude thanks!
I reckon you want to keep an eye on chewitts Dark10 theme. He's had a load of requests for a white theme and I think it's in the works...
_calum_ said:
I reckon you want to keep an eye on chewitts Dark10 theme. He's had a load of requests for a white theme and I think it's in the works...
Click to expand...
Click to collapse
Yes but i want stock stock.. not custom battery icon and stuff
Sent from my X10i using XDA App
Just been playing a bit with text etc. Might try and clean this up later in the week.... there's a lot of icons though (~130)
_calum_ said:
Just been playing a bit with text etc. Might try and clean this up later in the week.... there's a lot of icons though (~130)
Click to expand...
Click to collapse
Woow thats awesome is there any way so that you can use the stock stuuffs
Lol im sooo into stock xD
Sent from my X10i using XDA App
I'm just working on a little program to remove the background on all the stock icons - then I can just darken them up a bit and it should look pretty decent...
Has anyone here modded framework-res.apk located in system/framework?
I'm doing what is wrote in this guide, but phone dosen't boot then. I had to flash it with SEUS.
Here is what i do. Am i missing or wronging something?
Code:
Step 1:
Connect phone to pc, enable usb debugging and open adb. Type:
adb pull /system/framework/framework-res.apk framework-res.apk
That will pull your framework-res.apk to whatever folder is displaying in your command line.
Step 2:
Find the framework-res.apk on your hard drive, right click and open with 7zip.
Step 3:
Use png's here or create your own and dump into the appropriate folder within framework-res.apk.
Step 4:
When you are done editing the files open up adb and type the following command:
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
adb push framework-res.apk /sdcard/framework-res.apk
adb shell dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk
That will put the new framework-res.apk on your phone. It should automatically reboot (if not reboot it) and your changes should be applied!
When running the script above you can replace framework-res.apk with whatever you want. For example, Timescape.apk
Remember, it is CASE sensitive I made this problem many times)
Check out this thread:
http://forum.xda-developers.com/showthread.php?t=834806
There's a few things you could be doing wrong, the one that springs to mind is if your doing some xml mods and not adding resources.arsc to the framework in the proper manner.
_calum_ said:
Check out this thread:
http://forum.xda-developers.com/showthread.php?t=834806
There's a few things you could be doing wrong, the one that springs to mind is if your doing some xml mods and not adding resources.arsc to the framework in the proper manner.
Click to expand...
Click to collapse
Thanks.
I resolved all my problems.
It depended on unsecure shell.
All worked fine.
Thanks again
Thanks to this little beauty I got all of the icons done in one shot .
I have attached the framework with the only modification being the white status bar and dark icons (and the fact that you can see the clock, of course ).
Don't forget to unzip the framework, don't just rename it
woot woot, pretty awesome, nice work indeed....now we actually need a completely white theme.....
Chewitts on the case I just did this cause I could

Categories

Resources