[Transparent Notification Background] For latest 8/1 Froyo update - Droid Incredible Themes and Apps

This is the patched services.jar that allows the status bar background to be transparent. YOU MUST ALSO EDIT THE "status_bar_background.png" in the RES/DRAWABLE-HDPI FOLDER!
{
"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:
-Download and unzip file to your sdk tools folder
-Mount system in recovery, partitions menu
Code:
adb push services.jar /system/framework/
-Reboot
Instructions to mod the services.jar yourself:
xeudoxus said:
search
.line 1773
const/4 v5, 0x2
change to
.line 1773
const/4 v5, -0x3
Click to expand...
Click to collapse
All Thanks Goes to Xeudoxus...Please DONATE for all his contributions to our community

For those not that proficient with adb or just want a quick easy 50% shade on their notifications, this is a .zip with the STOCK framework with only the 50% shade and the services.jar.
Download, place on sd card and install through CWRecovery or Rom Manager

SoCalMiles said:
This is the patched services.jar that allows the status bar background to be transparent. YOU MUST ALSO EDIT THE "status_bar_background.png" in the RES/DRAWABLE-HDPI FOLDER!
INSTALL:
-Download and unzip file to your sdk tools folder
-Mount system in recovery, partitions menu
Code:
adb push services.jar /system/framework/
-Reboot
Instructions to mod the services.jar yourself:
All Thanks Goes to Xeudoxus...Please DONATE for all his contributions to our community
Click to expand...
Click to collapse
Great work. I was wondering if you know how to make the "all apps" (in the app drawer) backround transparent as well.

Can you make the top bar fully transparent?

this is new to me... how do i edit the status_bar_background.png?

naTTan said:
Can you make the top bar fully transparent?
Click to expand...
Click to collapse
also wondering this...
i've heard the framework in froyo is a problem

obededom said:
also wondering this...
i've heard the framework in froyo is a problem
Click to expand...
Click to collapse
i just found this:
Pull your framework from your phone.
adb pull /system/framework/framework-res.apk /android-sdk-windows/tools (or wherever you wanna pull it, I choose tools cause its easy)
Open it up with winrar or something of the sort. Navigate to res>drawable-hdpi.
Find the file titled status_bar_background. Change it to whatever you want (may it be a transparent image, or a blank image for 100% transparency.
once you're done use
adb push framework-res.apk /system/framework
to push it back to your phone.
Click to expand...
Click to collapse
i had to rename the framework.apk to a .zip and extract it. then you can find the .png file and edit it. haven't finished doing it yet, but so far, so good. i'll let you know.
EDIT: nope, just put my phone into a boot loop... i'll wait for better instructions.

naTTan said:
Can you make the top bar fully transparent?
Click to expand...
Click to collapse
Not sure if by top bar you mean the guy that says 'verizon wireless' when you drag the panel down, or if you mean the notification bar where the signal meter and stuff are. I really wanna see the latter happen - particularly with a 'frosted' translucent look, perhaps just for the icons.
Basically a notification bar + related icons to match the default Launcher Pro icons. Or a perhaps the effect the vanilla lock screen sliders have. By switching to launcher pro & hiding the notification bar, the home screens really open up compared to the dark framing the stock htc objects give the phone. When I get fired from work for spending too much times on cell phone and subaru forums, I'll get on this... but until then, I'd be happy to pay/donate to someone who can make this happen.

Thanks SoCalMiles. Works great!

SoCalMiles said:
YOU MUST ALSO EDIT THE "status_bar_background.png" in the RES/DRAWABLE-HDPI FOLDER!
Click to expand...
Click to collapse
Can you explain this better?
Also i installed the .jar and it did nothing. Just gave me a super long boot sequence.

bisbers said:
Not sure if by top bar you mean the guy that says 'verizon wireless' when you drag the panel down, or if you mean the notification bar where the signal meter and stuff are. I really wanna see the latter happen - particularly with a 'frosted' translucent look, perhaps just for the icons.
Basically a notification bar + related icons to match the default Launcher Pro icons. Or a perhaps the effect the vanilla lock screen sliders have. By switching to launcher pro & hiding the notification bar, the home screens really open up compared to the dark framing the stock htc objects give the phone. When I get fired from work for spending too much times on cell phone and subaru forums, I'll get on this... but until then, I'd be happy to pay/donate to someone who can make this happen.
Click to expand...
Click to collapse
Yes i am i wish i can make it transparent . It's making my homescreen look ugly.

naTTan said:
Yes i am i wish i can make it transparent . It's making my homescreen look ugly.
Click to expand...
Click to collapse
That's a sick launcher, what is that?

SoCalMiles said:
For those not that proficient with adb or just want a quick easy 50% shade on their notifications, this is a .zip with the STOCK framework with only the 50% shade and the services.jar.
Download, place on sd card and install through CWRecovery or Rom Manager
Click to expand...
Click to collapse
Just locked up my phone on boot. Running 8/1 2.2 with super circle battery (last one) themed-battery-08-4-10.zip
restoring nandbackup.

SoCalMiles said:
This is the patched services.jar that allows the status bar background to be transparent. YOU MUST ALSO EDIT THE "status_bar_background.png" in the RES/DRAWABLE-HDPI FOLDER!
INSTALL:
-Download and unzip file to your sdk tools folder
-Mount system in recovery, partitions menu
Code:
adb push services.jar /system/framework/
-Reboot
Instructions to mod the services.jar yourself:
All Thanks Goes to Xeudoxus...Please DONATE for all his contributions to our community
Click to expand...
Click to collapse
How would I go about modifying the services.jar file myself? I'm trying to combine this with: http://forum.xda-developers.com/showthread.php?t=740502

If I'm not mistaken, unless it's a difference in Froyo over Eclair, it's not necessary to modify services.jar AT ALL for a simple graphical switcheroo like this.
To modify any image in framework-res.apk, you need to associate APK files with your favorite Zip file manager (e.g. 7-zip, BetterZip, whatever). The key is to find a program that allows you to open and view the contents of the zip without extracting it.
Once you're viewing the contents of the apk file, extract a copy of the image you wish to edit. After your edit is finished, put the modified image back into the apk, replacing whatever original file was there. Then save the apk. Finally, push the apk back to your phone while in recovery mode, with the /system mounted, with "adb push <path to framework-res.apk> /system/framework/framework-res.apk".
Again, the key here is not to try to extract and then try to re-zip the apk -- Android expects all apk files to be "signed" in order to use them. You can search the XDA forums for more on how to sign your own apks (it's actually very easy), but what I've described here is sort of the "poor man's" method for theming framework-res.apk.
Of course, I take no responsibility for any pleasure/pain you experience from trying this. I'm relatively new to this myself, but searching the XDA forums will lead you to a wealth of information on this topic.
Good luck!

Thanks, I know I can change the files in the .apk by doing that. What I was referring to didn't get quoted. From the original post:
Instructions to mod the services.jar yourself:
Originally Posted by xeudoxus
search
.line 1773
const/4 v5, 0x2
change to
.line 1773
const/4 v5, -0x3
Click to expand...
Click to collapse
I tried opening services.jar with a hex editor but didn't get anywhere. I'm not sure what program I'm supposed to be using.

would like to know how to do this as well so i can combine it with the no location icon zip

its launcher pro

I like the transparent status bar so much I'm fine with leaving the location icon there but would prefer it to be hidden.

bcgaynor82 said:
If I'm not mistaken, unless it's a difference in Froyo over Eclair, it's not necessary to modify services.jar AT ALL for a simple graphical switcheroo
Click to expand...
Click to collapse
It is. With froyo, you have to make a change in services.jar as well as a transparent or semi-transparent image.

Related

[Mod] Desire notification bar - CM 5.0.6/Enom 1.8.1/MCRr13 - New Morph [04-15]

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! =)

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.

[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

[GUIDE] Changing status bar icons and more (framework-res.apk)

So friends, here is a quick and easy guide for changing the status bar icons of your Gingerbread(Actually any phone )
For those who don't know how to do it(for anyone actually :highfive
Theory
Android is the awesome platform which is easily configurable and is able of being edited very easily
The icons used in every app and Android framework are located as png images in apk of those respective apps in location:-
*.apk/res/drawable-mdpi (in my case, as our phone is mdpi)
So, we can change any icon of our status bar like battery, signal, (not clock[clock is to be configures in SystemUI.apk{will post how to change it shortly}]), etc by editing png's in framework-res.apk
Not even that, you can edit images of any app as I told you
There are several ways to decompile and compile apk in which we have made change
If we want full access of apk and want to change every thing like the xml's in it and smali content in jar files, then we would have to do it on computer by apktool or apkmanager
But, we are here to only change image, so we would not go in detail of apktool or apkmanager. For changing images, that can be very easily done even on the phone by an app NinjaMorph that is made for developers by our senior head and DEVELOPING LEGEND Stephen(Stericson)
But be careful as backing up the original file if you do something wrong
And as you all know any developer or even a newbie posting something interesting that you want to try WILL NOT BE RESPONSIBLE for your mobile blowing up, resting in peace, sleeping like a dead, behaving like a non-living BRICK, or anything whatsoever that may or may not happen to phone in this universe or any other universe known or unknown
What to do if anything happened to my mobile
We have had a backup of your original file so we can restore it
But if while editing the system files like framework-res.apk
If you deleted some un-backed up apk's
Well you can always have backup of your ROM and that is why Koushik Datta has made clockworkmod Recovery
You can restore your ROM from there
Pre-Requisites
Patience
Mind
A Android (A spare one if you brick your phone, just kidding)
Root access(to change the apk)
NinjaMorph(http://bit.ly/ninjamorph)
Root Explorer(Optional)(http://bit.ly/stericson)
GUIDE
So Let's Start
Download NinjaMorph. Install it and give it root access. It will prompt for starting checks. Click on start checks.
Now you would have three options, namely, New Project, Finish Project, Existing Project
Click on new project. Go to system/framework/ and click on framework-res.apk. It will start extracting files
Once it has extracted all the files, it will open to show you what is inside framework-res.apk.
Exit it and go to your file explorer.
Go to /sdcard/AndroidThemes/workspace/framework-resapk
This is what is inside apk. Go to res/drawable-mdpi folder
There you will see hundreds of icons of your menu, lockscreen, battery, signal, and everything
You can edit them and replace them as you want. But the name of the file you are replacing and size and dimension must be equal to the file you are replacing with(I recommend Googling and finding icons of battery, signal, and other things)[I have even used hdpi icons, there was no problem]
If you download a theme file which is to be flashed in recovery that is not for your phone, no problem, extract the zip and place its framework-res.apk in your sdcard and extract the apk with Ninjamorph. Replace your icons with its icons and TADA
After you have done replacing the icons and you are satisfied(I am never)
Go to NinjaMorph. Click on Fininsh Projects. Click on framework-resapk. It will recompile and ask to replace the original apk with modded one. Click OK
Then it will ask if you want to remove the completed project, Say No(As you would need it if something gets wrong)
Reboot your phone
Maximum chances are that your icons will be replaced. Rare cases have their status bar gone or no change, if so:-
Download(Buy) Root Explorer. Go to /sdcard/AndroidThemes/workspace,
There you will see framework-res.apk. Copy it and go to /system/framework
Mount as R/W
Paste the apk. If it asks that file already exists, overwrite it.
SET PERMISSIONS
Long click on framework-res.apk and click on permissions
You will see three columns
Read Write Execute
You have to set them in the following way
x means you have to tick it
blank means uncheck
Read Write Execute
.....x........x.................
.....x...........................
.....x...........................
Click OK
You will see it as rw-r--r--
Reboot
Do it over again if nothing happens
Enjoy
This way you can edit not only framework-res.apk but any apk
Treat
This section is different from the thread topic
I: Faking Up
Want to make your device show Jelly Bean in About Phone
Go to Root Explorer
Go to /system
Long click on build.prop
Click on Open in a Text Editor
Change the files as
ro.build.display.id=Jelly Bean
ro.build.version.release=4.1.4
Save Changes
Reboot
II: Easter Egg
You all must know that an image of GingerBread Zombie comes up when you repeatedly click on Android Version in Setting>About Phone
Wanna change it to look like Jelly Bean?
{
"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"
}
Extract framework-res.apk
Go to res/drawable-nodpi
You will see platlogo.jpg
Replace it with the file in attachment
Recompile
Reboot
Troubleshooting
Will find and update it
Tell me what problems are you having
Reserved
Reserved
Reserved
BUMP
BUMP
thanks - interesting reading!
Wow Amazing.. will check and post the results ..
Phelin said:
Wow Amazing.. will check and post the results ..
Click to expand...
Click to collapse
Thanks
Please include screen shots
o0ojake13o0o said:
Please include screen shots
Click to expand...
Click to collapse
Will do after exams
o0ojake13o0o said:
Please include screen shots
Click to expand...
Click to collapse
I know it's old
But why do you need screenshots for a guide?
Where attach for platlogo
Any guide for marshmallow?

Categories

Resources