[Guide] How to add an Icon image to your taskbar clock - HTC EVO 3D

I have been themeing since windows mobile days, but this is my first tutorial so bear with me
But all that aside, this tutorial will be for adding an icon to the status bar clock on sense 3.0 in the systemui.apk
First you want to set up all your tools.
I have apktool 1.4.3 set up with current framework-res.apk and com.htc.resources.apk set up from it
However I use apkmanager 5.02 out of simplicity.
You can use whatever photo manipulation programe you want, I use photoshope
You will also need a draw9patch tool for this task.
You can find that in your sdk tools under C:\Program Files (x86)\Android\android-sdk\tools in most cases
Lastly you need a programe to work with xml's
I use dreamweiver but you can also use notepadd ++
So lets get started.
Connect your phone to your computer and pull the systemui.apk file from /system/apps/ on your device
you can do this many different ways.
ie.. adb pull
..android comander (my methode)
..root explorer
you can even just extract it from the rom zip.
Moving on.
Decompile the systemui
After the apk is decompiled, navigate to \SystemUI.apk\res\layout and open up the xml file names "statusbar"
{
"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"
}
you want to look for this line:
Code:
In the file I am working on it is line 9
You are going to want to change it to something like this :
Code:
*Note that in android: paddingRight I added a space so that it would not make a face. Keep in mind there is actually no space there
Now befor we move on let me explain the edits I have made.
Highlighted in red: This is the color of the text for the clock. If you know web hex colors, your good to go here. Just replace the 00 00 00 with the value you desire.
Highlighted in orange: change it from left centered to centered. Make the image... well centered haha
Highlighted in blue: This is where you add the bg for the clock. You can name it whatever you want but this is what I named mine when I made it.
Highlighted in green: This determins the distance from the right end of the taskbar that your new icon will sit. When I went through and did this, changing it from 6 pixels to 4 pixels worked with my icon image. It centered my icon behind the time perfectly. You may have to play with this depending on your icon.
That should take care of all the code edits.
Now we need to make the icon!!
Open your image programe of choice and open a new project set to 38 by 38 pixles
Design your icon however you wish but keep in mind that this will be a draw9 image so you want to have the center area streatchable without distortions
Once your happy with that, save it as a .png file and save a copy to your desktop.
Almost done
Open up the draw9patch batch file.
After it loads up, you should see a window pop up with an arrow.
Drag your icon from your desktop into this window.
You should now see your icon in this window
You can now play around with the .9 patch for this image
On the right hand side of the window you should see the 'demo' of your image.
It will have a virticle streach, horizontal streach and a diaganol streach.
only one that matters is the horizontal for this image.
Now, make the center of your icon streatchable, designated by the black pixels on the top and bottom of your image.
With mine, i left the last 6 pixels to the left and right blank on the top and bottom of the image.
On the left and right of the image, I filled all in but the last 2 pixels on the top and bottom.
After you are satisfied with that, file and save patch9.
you should now have an image on your desktop named "statusbar_clock_icon.9", or whatever you named your icon. The important part here is that you see the '.9' at the end.
Next, drop the icon into the SystemUI.apk\res\drawable-hdpi folder.
Next, recompile your apk.
Hopefully you get no errors.
Sign the apk if you feel the need to and then push it back into your phone and enjoy

Reserved 1

Reserved 2

Good job man!
Sent from my PG86100 using Tapatalk 2

Screenies and good job
Sent from my Xoom using Xparent Red Tapatalk

With this, would you be able to add a carrier name on there like the vivid on ics?
Sent Using My HTC Evo 3D, On The Now Network From Sprint!

Rydah805 said:
With this, would you be able to add a carrier name on there like the vivid on ics?
Sent Using My HTC Evo 3D, On The Now Network From Sprint!
Click to expand...
Click to collapse
I would imagin so..
I've tried a few things but they havnt worked so far lol.. I'm thinking it might require a framework-res edit.. all the icons in the left hand side are all framework afterall
Sent from my PG86100 using XDA App

Interesting.
Can you perchance provide me with some screens of this edit?

aedon said:
I would imagin so..
I've tried a few things but they havnt worked so far lol.. I'm thinking it might require a framework-res edit.. all the icons in the left hand side are all framework afterall
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
It does. This is why I told you get me on talk, in aosp I did the side switch and added carrier name, in theory the edits would be similar. Here is how I switched system icons to left side of bar and re-ordered their appearance, and added carrier name.
http://forum.xda-developers.com/showthread.php?t=1361715
the moving of icons and carrier is in systemui, the reordering is in frameworkres.

pstevep said:
Interesting.
Can you perchance provide me with some screens of this edit?
Click to expand...
Click to collapse
Sure can.
I just have to figure out where to post them since every pic I upload seems to link fail LOL.
I will have to go through the steps again and take screen shots as I do this time
I'll try to have them up tonight
Sent from my PG86100 using XDA

il Duce said:
It does. This is why I told you get me on talk, in aosp I did the side switch and added carrier name, in theory the edits would be similar. Here is how I switched system icons to left side of bar and re-ordered their appearance, and added carrier name.
http://forum.xda-developers.com/showthread.php?t=1361715
the moving of icons and carrier is in systemui, the reordering is in frameworkres.
Click to expand...
Click to collapse
Idea? Could we make this call the same file that we use to change the lockscreen carrier name?
aedon said:
Sure can.
I just have to figure out where to post them since every pic I upload seems to link fail LOL.
I will have to go through the steps again and take screen shots as I do this time
I'll try to have them up tonight
Sent from my PG86100 using XDA
Click to expand...
Click to collapse
Awesome thanks mate.

We want Screenshots.

pstevep said:
Idea? Could we make this call the same file that we use to change the lockscreen carrier name?
Awesome thanks mate.
Click to expand...
Click to collapse
I'm not sure about all that but I do know that in the status_bar_extended.XML there is code for the carrier name and its Android I.d in line 7 or so.
I tried messing with that a bit but got no results.
Sent from my PG86100 using XDA

Yeeaaahhh
Sent Using My HTC Evo 3D, On The Now Network From Sprint!

Rydah805 said:
Yeeaaahhh
Sent Using My HTC Evo 3D, On The Now Network From Sprint!
Click to expand...
Click to collapse
Broken pic
Sent from my PG86100 using xda premium

aedon said:
Broken pic
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
They all appear to be broken lol. I dunno why but I have seen a few other folks having issues uploading pics on here. Drop had to upload 3 times to get a pic to come through last night.

Damn uploads!
LOL
Sent Using My HTC Evo 3D, On The Now Network From Sprint!

Rydah805 said:
Damn uploads!
LOL
Sent Using My HTC Evo 3D, On The Now Network From Sprint!
Click to expand...
Click to collapse
Lmao Might be a rom issue for some folks... Dunno

reaper24 said:
Lmao Might be a rom issue for some folks... Dunno
Click to expand...
Click to collapse
The picture thing?..
I don't think so.. I can't even upload from my desktop
Sent from my PG86100 using xda premium

aedon said:
The picture thing?..
I don't think so.. I can't even upload from my desktop
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
Ya at times I had some random issues uploading from my computer were I had to make a new post for the pic to upload.. Dunno why.. My phone I haven't uploaded anything in awhile.. Just seen dropzero try uploading from his phone last night a pic took him 3 new posts to get the thing to come through.

Related

CLEAN HTC Lockscreen! [Fix!]

UPDATE: Nevermind came across a neat trick to get this done!
http://forums.androidcentral.com/htc-evo-3d/118136-removing-lockscreen-shortcuts.html
{
"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"
}
works flawlessly!
go to this thread and get the lockring kit (theres 2 one for 2.3.3 and one for 2.3.4)
then you need to do this "Inside Idlescreen_Base.apk, decompile Lockscreen_shortcut.m10, in the editor tab expand the last item and you'll see Lockscreen_Shortcut, highlight it and under Known Properties make Visible = 0."
and thats thanks to triscuit1983
dased14 said:
go to this thread and get the lockring kit (theres 2 one for 2.3.3 and one for 2.3.4)
then you need to do this "Inside Idlescreen_Base.apk, decompile Lockscreen_shortcut.m10, in the editor tab expand the last item and you'll see Lockscreen_Shortcut, highlight it and under Known Properties make Visible = 0."
and thats thanks to triscuit1983
Click to expand...
Click to collapse
sorry what I meant was the shortcuts all together sorry about the confusion
dfskevinohyeah said:
sorry what I meant was the shortcuts all together sorry about the confusion
Click to expand...
Click to collapse
The info dased14 posted is to remove the shortcuts altogether. You will no longer see or have use of them. I can send you a flashable tomorrow for you to try out. What ROM are you using?
triscuit1983 said:
The info dased14 posted is to remove the shortcuts altogether. You will no longer see or have use of them. I can send you a flashable tomorrow for you to try out. What ROM are you using?
Click to expand...
Click to collapse
Hey Triscuit, I'm on Virus' AirBouirne 2.3.3 rom and have been asking for help in removing the shortcuts from the lockscreen. I'm not real comfortable with all of this stuff yet. Is there any way you could help or send me a flashable zip? Thanks
mrlou623 said:
Hey Triscuit, I'm on Virus' AirBouirne 2.3.3 rom and have been asking for help in removing the shortcuts from the lockscreen. I'm not real comfortable with all of this stuff yet. Is there any way you could help or send me a flashable zip? Thanks
Click to expand...
Click to collapse
Check the link in the op it works perfectly on myns ROM AND APPARENTLY on synergy nightlies
Sent from my PG86100 using Forum Runner
dfskevinohyeah said:
Check the link in the op it works perfectly on myns ROM AND APPARENTLY on synergy nightlies
Sent from my PG86100 using Forum Runner
Click to expand...
Click to collapse
Hey, thats cheating! Its a great solution. Unfortunately, Airbourne has been mostly de-sensified. The personalize option does not exist, so this will not work for me. Thank you very much for trying to help me though.
mrlou623 said:
Hey, thats cheating! Its a great solution. Unfortunately, Airbourne has been mostly de-sensified. The personalize option does not exist, so this will not work for me. Thank you very much for trying to help me though.
Click to expand...
Click to collapse
Haha seriously genius solution lol! And bummer yeah you should pm triscuit then
Sent from my PG86100 using Forum Runner
Any way to get the time, date and carrier removed from the lock screen? I like putting clocks on mine, but don't want the time twice...
Sent from my PG86100 using xda premium
Cetus Corr said:
Any way to get the time, date and carrier removed from the lock screen? I like putting clocks on mine, but don't want the time twice...
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
Something like this?
In terms of the carrier I used the QPST method a long time ago to remove the carrier banner. There are probably other methods but I haven't searched for any since mine is gone.
Before I give you any instructions on removing the time, are you familiar with M10Editor.exe?
That is exactly what I'm looking for. Not familiar with m10. Is it simple enough to figure out? I think I can manage.
Edit... Ok, just looked it up. I will download it and play around with it later today.
Sent from my PG86100 using xda premium
Cetus Corr said:
That is exactly what I'm looking for. Not familiar with m10. Is it simple enough to figure out? I think I can manage.
Edit... Ok, just looked it up. I will download it and play around with it later today.
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
Post #2
Go to the above link, I made a mini tutorial on using M10Editor.exe, it doesn't relate to what your doing, but the idea is the same.
Here is how you get rid of the time and date:
Load Idlescreen_Base.apk.
In the m10 files tab highlight 3rd to last item (Lockscreen_time.m10) and click Decompile/Show button.
In the editor tab expand the last item until you see lockscreen_time.
Highlight lockscreen_time and look to the right in the editor window.
Under "Known Properties" make Visible = 0.
Go back to the start tab and click save file.
Push through adb or put in a flashable zip and flash.
thanks, I've been asking for this for a while now.
Sent from my PG86100 using xda premium
triscuit1983 said:
Post #2
Go to the above link, I made a mini tutorial on using M10Editor.exe, it doesn't relate to what your doing, but the idea is the same.
Here is how you get rid of the time and date:
Load Idlescreen_Base.apk.
In the m10 files tab highlight 3rd to last item (Lockscreen_time.m10) and click Decompile/Show button.
In the editor tab expand the last item until you see lockscreen_time.
Highlight lockscreen_time and look to the right in the editor window.
Under "Known Properties" make Visible = 0.
Go back to the start tab and click save file.
Push through adb or put in a flashable zip and flash.
Click to expand...
Click to collapse
Can I change the color of time and date do you know,(if not I guess its nand and play time)
brought to you by the little voices in my head
dased14 said:
Can I change the color of time and date do you know,(if not I guess its nand and play time)
brought to you by the little voices in my head
Click to expand...
Click to collapse
It seems possible, but I don't know what to change. Look at the screenshot, what I highlighted is most certainly not hex color codes. Anyone have any input on this?
triscuit1983 said:
It seems possible, but I don't know what to change. Look at the screenshot, what I highlighted is most certainly not hex color codes. Anyone have any input on this?
Click to expand...
Click to collapse
Guess there's only one way to find out , if I get a chance to play with that tonight i'll report back what happens.
brought to you by the little voices in my head
dased14 said:
Guess there's only one way to find out , if I get a chance to play with that tonight i'll report back what happens.
brought to you by the little voices in my head
Click to expand...
Click to collapse
check in the res/values/colors.xml i thought i saw something in there!
dfskevinohyeah said:
check in the res/values/colors.xml i thought i saw something in there!
Click to expand...
Click to collapse
In which apk? There is no "colors.xml" in Idlescreen_Base.apk.
whoops nevermind I was thinking of a skin. lol my bad
triscuit1983 said:
Post #2
Go to the above link, I made a mini tutorial on using M10Editor.exe, it doesn't relate to what your doing, but the idea is the same.
Here is how you get rid of the time and date:
Load Idlescreen_Base.apk.
In the m10 files tab highlight 3rd to last item (Lockscreen_time.m10) and click Decompile/Show button.
In the editor tab expand the last item until you see lockscreen_time.
Highlight lockscreen_time and look to the right in the editor window.
Under "Known Properties" make Visible = 0.
Go back to the start tab and click save file.
Push through adb or put in a flashable zip and flash.
Click to expand...
Click to collapse
I'd like to use this to remove the carrier as well as the time, but I am using a ported EVO Lockscreen on my merge with Sense 2.1
http://www.2fastroms.com/viewtopic.php?f=83&p=4729#p4729
Can I use this same technique? I ask because I could not find idlescreen_base in that apk. Let me know if you can be any help.
Thanks.

[Q] Please Help a Themer locate a PNG

I've been searching for this PNG for hours now. I need assistance with finding the folder it's in. I've search countless APK's. All the usual places but still can't find it. Please advise so I can get on with my life. lol. It's the long gray/green PNG at the very bottom(sorry, I'm color blind).
{
"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"
}
I also can't locate this PNG. I've been looking for at least a good day. It's the menu that pops up when you select "menu".
This Is An Educated Guess; Wouldn't That Be In Either The SystemUI.apk Or framework-res.apk?
Xtreme Outcast said:
This Is An Educated Guess; Wouldn't That Be In Either The SystemUI.apk Or framework-res.apk?
Click to expand...
Click to collapse
Thanks but I've checked in those apk's. So much that I need to know now what's the name of the png and which folder it's in. Not just what apk.
Sent from my newly unlocked Rezound
Look Inside The SystemUI.apk And Look Inside The drawable-hdpi There's A Bunch Of Status Bar .png's.
Xtreme Outcast said:
Look Inside The SystemUI.apk And Look Inside The drawable-hdpi There's A Bunch Of Status Bar .png's.
Click to expand...
Click to collapse
Just checked and everything in there relates to the drop down.
Sent from my newly unlocked Rezound
Doesn't the fusion.apk have something to do with some kind of part of theming? I'm probably wrong, but it's just a guess.
Sent from my ADR6425LVW using XDA App
username235 said:
Doesn't the fusion.apk have something to do with some kind of part of theming? I'm probably wrong, but it's just a guess.
Sent from my ADR6425LVW using XDA App
Click to expand...
Click to collapse
It does on some ROMS but after porting over an m10 fusion.apk from Sense 3.0 and seeing that one PNG not change, I beg to differ.
I think that's in com.htc. resources
Sent from my PG86100 using xda premium
There's a website that has all the stock android png's listed with their names...lemme look it up.
Edit, here it is:
http://androiddrawableexplorer.appspot.com/
Sent from my ADR6425LVW using Tapatalk
tbot said:
There's a website that has all the stock android png's listed with their names...lemme look it up.
Edit, here it is:
http://androiddrawableexplorer.appspot.com/
Sent from my ADR6425LVW using Tapatalk
Click to expand...
Click to collapse
Wow, that should help. Thanks
Sent from my newly unlocked Rezound
raider3bravo said:
Wow, that should help. Thanks
Sent from my newly unlocked Rezound
Click to expand...
Click to collapse
No worries, I got it from teaching myself to write android apps.
Sent from my ADR6425LVW using Tapatalk
I checked out the page. It helps but then again it doesn't. I need to know the specific file name + folder location. I have 186 apk's to go through not including folders so it can make it very difficult to run a search without knowing the exact name and location of the PNG.
raider3bravo said:
I checked out the page. It helps but then again it doesn't. I need to know the specific file name + folder location. I have 186 apk's to go through not including folders so it can make it very difficult to run a search without knowing the exact name and location of the PNG.
Click to expand...
Click to collapse
Gotcha...for the most part I think they are in android resources,from a dev side that's easy, from themeing...probably no so much as u stated.
Sent from my ADR6425LVW using Tapatalk
Have you checked here?:
com.htc.resources.apk\res\drawable-xhdpi
DRGilroy said:
Have you checked here?:
com.htc.resources.apk\res\drawable-xhdpi
Click to expand...
Click to collapse
That's the first place I looked. Again, I need the name of the png. There are over 1k png's in that folder.
Sent from my newly unlocked Rezound
raider3bravo said:
That's the first place I looked. Again, I need the name of the png. There are over 1k png's in that folder.
Sent from my newly unlocked Rezound
Click to expand...
Click to collapse
I believe it's the "common_panel_fullscreen_base.9.png" for the bottom button menu on the app screen. The background for the popup menu is in smali I believe. If I'm incorrect, someone please correct me.
DRGilroy said:
I believe it's the "common_panel_fullscreen_base.9.png" for the bottom button menu on the app screen. The background for the popup menu is in smali I believe. If I'm incorrect, someone please correct me.
Click to expand...
Click to collapse
Yep, that just might be it! I'm flashing it now to confirm. I'll post my results.Thanks
Edit:
No go on that. Still hasn't changed.
raider3bravo said:
Yep, that just might be it! I'm flashing it now to confirm. I'll post my results.Thanks
Edit:
No go on that. Still hasn't changed.
Click to expand...
Click to collapse
Okay, I went through all the "common" png's and I think I found it. Try this one "common_black_background.9.png".
DRGilroy said:
Okay, I went through all the "common" png's and I think I found it. Try this one "common_black_background.9.png".
Click to expand...
Click to collapse
The search continues! Themed that PNG as well and still no change. I should also point out, I HIGHLY doubt the PNG is located in "Skins aka m10 file". I think this because I swapped out the m10 completely and it still hasn't changed. I'm sure someone here on XDA knows where this PNG is hiding.
After looking at them more closely, they look like sense specific icons...is there a place for those somewhere?
Sent from my ADR6425LVW using Tapatalk

[REQ] Soft Key Mod help

I am running CM9 Alpha 3 and I have always wanted soft keys on my X2 because I just do not like the hard buttons. I found the thread about how to enable them on ICS Roms and it is fairly simple to do. I contacted DK on twitter to see if he may add them in a later update and he said he was not going to add them. I tried to do it last night and I just could not get APKTool to re-compile the Framework-res.apk.
Could someone who is able to re-compile an .apk possibly try this for me, it is only 2 edits to a couple of .xml files inside of the Framework-res.apk and adding 4 .png files to the SystemUI.apk. I only need the Framework-res.apk as I have already added the .png's to my SystemUI.apk. Here is the link to the mod and thank you to whoever will do it for me.
How to enable soft keys
Or you could download Button Savior and save yourself the headache.
tallyforeman said:
Or you could download Button Savior and save yourself the headache.
Click to expand...
Click to collapse
Thanks but its not the same and it gets in the way. The mod is very easy to do, I just cannot get APKTool to re-compile. The whole mod takes less than ten minutes.
Sent from my Incredible 2 using xda premium
bswann said:
Thanks but its not the same and it gets in the way. The mod is very easy to do, I just cannot get APKTool to re-compile. The whole mod takes less than ten minutes.
Sent from my Incredible 2 using xda premium
Click to expand...
Click to collapse
I heard if you used 7-Zip, you can take files out and put them in without extracting and messing with the APKs signature. Maybe you can just use it to take out the XML file and edit it and put it back in with the images too. Then replace the file on your phone.
jsgraphicart said:
I heard if you used 7-Zip, you can take files out and put them in without extracting and messing with the APKs signature. Maybe you can just use it to take out the XML file and edit it and put it back in with the images too. Then replace the file on your phone.
Click to expand...
Click to collapse
Thanks but, you have to edit the bool.xml inside the framework-res.apk/res/values and the only way to get to it is to de-compile it.
Sent from my Incredible 2 using xda premium
bswann said:
Thanks but, you have to edit the bool.xml inside the framework-res.apk/res/values and the only way to get to it is to de-compile it.
Sent from my Incredible 2 using xda premium
Click to expand...
Click to collapse
Ah. Well Id help if I knew how to decompile and recompile. But I dont. Sorry man.
Not being a DB,but I guess I'm confused. You wont be able to use the soft key area but for only that. At least with the Button Savior app, you can tap it and it disappears. You don't loose any screen space. Then again, it doesn't look as cool as the soft keys......
tallyforeman said:
Not being a DB,but I guess I'm confused. You wont be able to use the soft key area but for only that. At least with the Button Savior app, you can tap it and it disappears. You don't loose any screen space. Then again, it doesn't look as cool as the soft keys......
Click to expand...
Click to collapse
Your not being a DB. Button Savior would always be in the way whereas the soft keys would stay out of the way with only taken up about 37 px ( about the size of the status bar ). I just think with the size of our screens that it would benefit the experience.
Sent from my Incredible 2 using xda premium
Well, I got the framework-res.apk to re-compile but the arsc file is half the size it was and when flashed I get a USB error that says something like " activity?$%'*: USB is not responding please select a USB application ".
Sent from my Incredible 2 using xda premium
What exactly is it you don't like about the buttons, if you don't mind me asking?
tbluegator said:
What exactly is it you don't like about the buttons, if you don't mind me asking?
Click to expand...
Click to collapse
All the phones I have owned before this one have had capacitive buttons. Not to sound too lazy but, having to physically press the button vs just tapping the screen is annoying to me plus I like the way it looks.
Sent from my Incredible 2 using xda premium
So i was messing around with this and got the apk and zip signed. But when I flashed the zip it bootlooped. It went through one cycle like it would start up, flashed the lock screen, then went back to boot screen. When it flashed the screen it looked like there was a place where the soft keys should be that was just black and the rest of the screen had not been resized to fit it the keys were in place. I have a video uploading if anybody wants to see what happened(I'll add it when it's finished).
I should add, I'm not too concerned with having these, I just thought it would be an interesting project to try out. Seems like there are at least a few people that would use this.
Edit: Here is the link to the video
http://bit.ly/LjQpQi
Boom. Got them on here. Having some of the market compatibility issues though.
{
"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"
}
Nice!!! Looks legit, now what do I have to do to get them
Sent from my MB870 using XDA
RoyJ said:
Nice!!! Looks legit, now what do I have to do to get them
Sent from my MB870 using XDA
Click to expand...
Click to collapse
Haha I'll try to make a zip. Never have before though. I just changed what I needed to and repackaged dzk's alpha 3.
Again though, the screen looks pretty weird in parts. I'm going to try to find a fix for that tomorrow. Apparently it's something with the dpi of the screen. I'm pretty new to this so I'll have to do some digging
Sent from my MB870 using Tapatalk 2
That looks good, I personally don't need 'em but I know other people will.
Sent from my MB870 using XDA
Well no rush. I sometimes get annoyed at night by my buttons lol. I'll definitely use those when alpha 4 comes out
Sent from my MB870 using XDA
if it helps fascinate cm9 doesnt have the onscreen soft keys, except the OG ones that came from samsung

[THEME][MOD] Sense 5 (NOS M7/BAMF) Themes/Mods (updated 4/18)

I'm an orange guy, so I like my themes to be orange. However I know that not everyone out there shares my orange passion.....so I've included a few other colors for you. I am on VZW so have only focused on items related to that, just an FYI.
As of right now I only have themes for Newt's NOS M7 (thread found here) and Joel's BAMF (thread found here). BE SURE that you download the proper theme for whatever ROM you are on for they are NOT the same.
All credit goes to the developers of the ROMs (including whoever they have referenced) as well as the VTS team for Virtuous Ten Studio.
Screenshots:
Crushed Sense
View attachment 1875344
View attachment 1875345
View attachment 1875346
*quick toggles only on BAMF
View attachment 1875347
View attachment 1875348
*themes are basically the same for each color, no need for extra screenshots
Downloads:
NOS M7 v1.0.6
Crushed Sense
Orange
Red
Blue *not all apks are themed since some are blue to begin with
MOD - Battery Percentage
Orange
Red
Blue
*mods are to be flashed on top of the theme
Return to "Stock"
Undo changes
Click to expand...
Click to collapse
BAMF Stock Plus v2.0
Crushed Sense
Orange
Red
Blue *not all apks are themed since some are blue to begin with
MOD - Battery Percentage
Orange
Red
Blue
*mods are to be flashed on top of the theme
Return to "Stock"
Undo changes
Click to expand...
Click to collapse
Instructions:
1. Download the proper file to SD card
2. Flash in recovery (only tested with TWRP, should work with CWR though)
3. Reboot
4. Enjoy!!!!!!!!
Let me know what you all think.
Personal Customization
I know that not everyone likes the same thing....and changing some of the images are pretty simple (not all of them though). Below are some quick instructions on how to do that. I'm going to use the dock background as an example.
1. Open the theme zip in 7-zip (do not unzip, just open archive)
2. Navigate to Prism.apk (system -> app -> prism.apk)
3. Double click on prism.apk and then go to res -> drawable-xxdhpi
4. The file you are looking for is home_nav_bg.jpg.
5. Drag it out of 7zip and make whatever changes you want to the picture (I personally use pixlr.com for my editing)
6. Delete the home_nav_bg.jpg from 7zip and then drag your newly created picture back into it.
7. Yes...you want to update.
8. Your theme zip should now be ready to be flashed
This only applies to .png and .jpg. It DOES NOT apply to 9.png as those require decompiling the apk...which is not something we are going to get into here.
For the BAMF theme I have my "personal preference" for the quick toggles....as in reordered and not all are shown. I'll put it back to the original an re-upload when I get a chance. Right now they are Profile-Wifi-Bluetooth-GPS-Mobile Data-Flashlight
Quick toggles have been fixed back to default.
<reserved again>
Thnx a lot.
Will flash on BAMF Rom once i get home .
Can't download from goo.
Sent from my HTC6435LVW using xda app-developers app
Hello,
Thanks, looks great. Have you figured out how to change color of the Blink Feed text?
Cheers
I don't get battery percentage?
Sent from my HTC6435LVW using Tapatalk 2
These look awesome! Any chance for a Sense 4+ version (specifically the red one )?
Ajj915 said:
Can't download from goo.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
I see that files have been downloaded since you posted this. Maybe there was an issue with the server. Try again, if it doesn't work then I'll put it up somewhere else for you.
jschill31 said:
Hello,
Thanks, looks great. Have you figured out how to change color of the Blink Feed text?
Cheers
Click to expand...
Click to collapse
Haven't even looked into blink feed as I don't use it. Once I get some free time I'll look into it.
Upstreammiami said:
I don't get battery percentage?
Sent from my HTC6435LVW using Tapatalk 2
Click to expand...
Click to collapse
Sorry, no percentage yet. Haven't even begun to attempt it yet.
Berzerker7 said:
These look awesome! Any chance for a Sense 4+ version (specifically the red one )?
Click to expand...
Click to collapse
I don't plan on switching these to Sense 4+....however I have a few themes here and Team 420 has some fantastic ones here if you haven't looked yet. Maybe you'll find one that catches your eye.
I have the goo app and I chose to download from there when I click your link. It says "Unable to retrieve file list"
Sent from my HTC6435LVW using xda app-developers app
Ajj915 said:
I have the goo app and I chose to download from there when I click your link. It says "Unable to retrieve file list"
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
I tried making some changes but I can't get it to work....however I have made it so you can find them going through goomanager and finding me as as dev.
http://goo.im/devs/Crewski
Edit - they seem to be working from goomanager now.
Can you port this theme??
http://forum.xda-developers.com/showthread.php?p=39911081
Sent from my HTC6435LVW using xda premium
Hi buddy ..
Nice to know u open theme sense 5 thread share to all user
I have a request :
Can u help me to 50% transparent the top notification bar when it running 3th Launcher .. i try many ways but not successful
Here the image :
{
"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"
}
It will be great if u could help me out ..
thanks ..
***Sharing is JOY***
Edit: I just rate it 5 stars
The system ui is on attachments or i pm u the the full package
typeriz said:
Can you port this theme??
http://forum.xda-developers.com/showthread.php?p=39911081
Sent from my HTC6435LVW using xda premium
Click to expand...
Click to collapse
Sorry man, I don't port themes. It looks like MicroMod is coming out with a ROM soon that appears to be using that theme...maybe he can help you out.
mccmjoon76 said:
Hi buddy ..
Nice to know u open theme sense 5 thread share to all user
I have a request :
Can u help me to 50% transparent the top notification bar when it running 3th Launcher .. i try many ways but not successful
Here the image :
It will be great if u could help me out ..
thanks ..
***Sharing is JOY***
Edit: I just rate it 5 stars
The system ui is on attachments or i pm u the the full package
Click to expand...
Click to collapse
I'm not really sure how to do that, but I'll take a look at it sometime and see what I come up with.
I updated the orange bamf theme, so if you are running that definitely download it again. I've replaced a lot more blue with orange that I think you'll enjoy.
I still plan on getting out the blue and red for bamf as well as updating the others with my progress.
Sent from my HTC6435LVW using xda app-developers app
Red Crushed Sense - BAMF
Red Crushed Sense has been added for BAMF Stock Plus v2.0. Its now in the OP, so go ahead and download it there. I also updated the orange theme for BAMF to have the default quick toggles instead of what I had changed around.
Does anyone know where I change the color of the block that goes around a word once you type it? Right now its blue and its driving me crazy....can't find what I need to change to fix it. If you know the location of any sense ROM that would be great, I'm guessing it would be in the same place on Sense 5. Thanks for the help!!!!
Crewski said:
Red Crushed Sense has been added for BAMF Stock Plus v2.0. Its now in the OP, so go ahead and download it there. I also updated the orange theme for BAMF to have the default quick toggles instead of what I had changed around.
Does anyone know where I change the color of the block that goes around a word once you type it? Right now its blue and its driving me crazy....can't find what I need to change to fix it. If you know the location of any sense ROM that would be great, I'm guessing it would be in the same place on Sense 5. Thanks for the help!!!!
Click to expand...
Click to collapse
I think I might can get it from a buddy. It drives me up the walls when it's green so I feel your pain.
Sent from my HTC6435LVW using Tapatalk 2
Ok here's where it is in sense 4+
HTC_IME.apk drawtable xxhdpi
Sent from my HTC6435LVW using Tapatalk 2
Red Crushed theme works with Hatka Supreme rom as well. I have tried it with v1.1
Sent from my HTC 'One' DNA
hey Crew...any chance of possibly getting some or all of these ported from the HTC One???
http://forum.xda-developers.com/showthread.php?t=2200779

[TW 4.4.2] [Tutorial] App Button Replacement [Theme] SecLauncher

New Launcher Themes At Bottom Of 1st Post
☆These are app drawer button replacement zips.☆
Also be cautioned that the 4.4.2 zips contain the full SecLauncher3/4.zips
This Tutorial and Zip Will Be Updated To vr Theme System Soon
☆4.4.2 Instructions for App Drawer and Indicator☆
Using 7zip or whatever file manager you use;
1. get the launcher you're using to your desktop [either pull it out of the rom you're on or use root explorer on your device to copy paste it to sdcard]
2. open archive of launcher and navigate to drawable-sw360dp-xxhdpi folder
drag your ic_allapps.png, ic_allapps_pressed.png, pageindicator.png and pageindicator_defaultpage.png into that folder. close.
3. open Stock_SecLauncher3/4.zip archive and navigate system/priv-app
4. drag launcher apk on desktop into that folder. close.
Done
This is easy and recommended to try. They make a good impact on the home screen with little effort.
But I'm not responsible if you do try and something goes wrong.
***************************
Added launcher themes to this thread.
these are vr themes
Only been tested on vzw s4 with loki'd recovery. Use at own risk.
SLT - SecLauncherThemes
-App button
-indicators
-icons; phone, contacts, mms, music, browser, gallery, camera, downloads, email, calendar, settings, calculator and clock.
-App Drawer
-notification circle
-accessibility widget
So far one
CarinaNebula
Download
https://www.dropbox.com/s/xtv0g6zzi49pvym/SLT_CarinaNebula.zip
{
"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"
}
thanks to @Surge1223 for the zip
4.3 downloads and instructions in third post
2nd post has 4.4.2 downloads.
4.4.2 App drawer buttons with full launcher apks in zip
Super Seahawks [SSSB]
Spurs2SecLauncher3 and 4 @wdcspurs app button with indicator added in
Bengals requested by @wdcspurs
4.3 instructions
What you'll need
to know; I am not responsible for your property or what you do with it.
If you think I am, maybe Judge Judy will take the case.
1. 7-zip or file manager of comparable ability [I can only say 7-zip, it's the one I've always used]
2. Picture editor
3. vr-Android_App_Button
How You Do It
Somebody always has an easier way to do things and if you're that somebody please post and I'll replace this Thanks
On Your Computer
1. Right click on the vr zip and open archive (use any of the zips below post)
2. Navigate vrtheme\system\app\SecLauncher3.apk\res\drawable-sw359dp-xxhdpi
3. Select both ic_allapps_pressed.png and ic_allapps.png and move them to the desktop [they will appear on desktop and in folder]
4. The png size for the button is 144x144. You can either draw a picture or insert a picture you pre-sized to 144x144 or rename your png to match what you're replacing.
After you edit
5. Select both pngs and move them back into the folder you pulled them from. [they will appear on desktop and in folder but now the folder has the edited]
Optional; rename folder to match your buttons theme.
On Your S4
1. Place on SDcard and flash in recovery
This method of png replacing should work for most apps. Just make sure your file path and png name match where and what you're replacing.
You can do this all from your s4 through root explorer. Instructions http://forum.xda-developers.com/showthread.php?p=45781317
_________________________________________________
I have four examples and a stock revert.
downloads at bottom for these 5
They are just examples but feel free to use them
Button normal (on left) Button Pressed (on right)
If you don't have time but want a new app drawer button throw me a request and I'll do my best to match what you're looking for.
Thanks to google image search
My wife works, I don't, except for her and you.
paypal donation email [email protected]
Donations are great but the thanks button is more than enough to show your appreciation
The One I Use
http://db.tt/GwjJXNq4
Blue
http://db.tt/57D7IKeO
Pink
http://db.tt/jdyHtIhi
Orange
http://db.tt/5DV2B1sS
Red
http://db.tt/ZCM584IC
Dark Red w/Black
http://db.tt/HolWtyPs
Black w/red
http://db.tt/B3zcaoFi
Black
http://db.tt/vWmcCfLB
Black 2
http://db.tt/dive8eGp
Indigo
http://db.tt/Y0DhsLQB
Metal
http://db.tt/DPexVgvm
RIT Knockoff
http://db.tt/TlV5G4Za
ADW Classic
http://db.tt/LtAjLShx
*Sport*
Chicago Bulls
http://db.tt/l58jt8gr
Chicago Bears
http://db.tt/jfy2qA17
Chicago Bears
https://db.tt/g9lyxVPn
Chicago Bears Away
https://db.tt/80Ff9l3N
Chicago Cubs
https://db.tt/1pyaykNS
Florida Gators
http://db.tt/U40yVtum
Florida Gators 2
http://db.tt/i3mcrg8p
LA Lakers
http://db.tt/B7EQf5kN
LA Lakers 2
http://db.tt/A3rWE0tZ
LA Lakers 3
http://db.tt/rDzlt0dl
Syracuse Orange
https://db.tt/GbyqehXn
SF 49ers
https://db.tt/ep79Kx0I
SF 49ers 2
https://db.tt/FE1LkDrE
Syracuse Otto The Orange
https://db.tt/OoCDuZBS
Syracuse Otto (no app)
https://db.tt/MQXnH4KP
For Fun....
maybe you have an even more fun idea?
make it or request it
button on left, pushed on right
Roses
https://dl.dropboxusercontent.com/u/9398026/vr-Roses_App_Button.zip
Punch ARod? actually one of my fav players.. haha
https://dl.dropboxusercontent.com/u/9398026/vr-ARod_App_Button.zip
Superman
http://db.tt/E5DmUoAu
Superman for TW4.3 updated
https://dl.dropboxusercontent.com/u/9398026/vr-Superman_app_drawer-43.zip
Heart
http://db.tt/OqZttQze
8 Ball Maybe
https://db.tt/qT47nYT1
WA
https://db.tt/kJti7IA2
sent from Samsungs.sg4
ok, so, anyway to center this app drawer icon?
There's a post where they're trying that. I think we'd all like that option. I haven't gotten past simple edits like this to be able to help.
Finger crossed though!
Sent from my SCH-I545 using Tapatalk 2
I mean, dont get me wrong. Your work is very appreciated. As well as all other developers of roms and mods. Im just a man on a mission. Ha
Sent from my SCH-I545 using xda app-developers app
Thanks. I'm glad to hear that. I want that too. I wish we could free it up and move it at will!
I'm glad you asked
Besides I'll take the bump
Sent from my SCH-I545 using Tapatalk 2
reggie cheeks said:
Thanks. I'm glad to hear that. I want that too. I wish we could free it up and move it at will!
I'm glad you asked
Besides I'll take the bump
Sent from my SCH-I545 using Tapatalk 2
Click to expand...
Click to collapse
id like to request 2 separate app drawer icons... onE Chicago bears helmet just like the hawks one in OP, and the other Chicago Bulls logo. DIE HARD CHITOWN FAN HERE!!!!! thanks again!!!
reggie cheeks said:
Thanks. I'm glad to hear that. I want that too. I wish we could free it up and move it at will!
I'm glad you asked
Besides I'll take the bump
Sent from my SCH-I545 using Tapatalk 2
Click to expand...
Click to collapse
at it again lol
how about porting this to???
That would be awesome to have these available for the others so if it's not too much I'd appreciate it.
cjohnsonthe2nd said:
id like to request 2 separate app drawer icons... onE Chicago bears helmet just like the hawks one in OP, and the other Chicago Bulls logo. DIE HARD CHITOWN FAN HERE!!!!! thanks again!!!
Click to expand...
Click to collapse
Bears and Bulls. I'll see what I can do. Thanks for the request
sent from Samsungs.sg4.sbreen94s.hyperdrive
Do I just flash these zip files?
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
so bro ill do them to as allways here working great on the att version
Bulls and Bears up
If the Seahawks lose to Denver tonight I may not do any other NFL
And a little fyi on logos, if we size big or small the apps text gets moved. So the size of the logo is dependent on the shape and angle
Added:
I erased the 3rd post if anyone noticed. Just got done re-uping
sent from Samsungs.sg4.sbreen94s.hyperdrive
Little confused on step four. Sorry.
Sent from my Hyperdriven S4Core XDA app
Not so obvious huh frog? jk. Couldn't pass it up
Step 4 is about the editing/replacement of png.
Whatever you choose to replace your drawer button with should be sized 144x144 and named ic_allapps.png and ic_allapps_pressed.png before dragging them back into vr_theme.
Hope that helps. Don't let me off the hook if it doesn't
Sent from my SCH-I545 using Tapatalk 2
reggie cheeks said:
Not so obvious huh frog? jk. Couldn't pass it up
Step 4 is about the editing/replacement of png.
Whatever you choose to replace your drawer button with should be sized 144x144 and named ic_allapps.png and ic_allapps_pressed.png before dragging them back into vr_theme.
Hope that helps. Don't let me off the hook if it doesn't
Sent from my SCH-I545 using Tapatalk 2
Click to expand...
Click to collapse
Ha .. Thanks for the advice. I will save this as my 'to do' tomorrow after work.
Sent from my Hyperdriven S4Core XDA app
I see. Haha. I just downloaded the app drawer you use. Its very sleek. I realized that those steps in OP are if you would like to create your own half way thru trying to resize my image. Hah
Sent from my Hyperdriven S4Core XDA app
webbie2 said:
Do I just flash these zip files?
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
Click to expand...
Click to collapse
Webbie I missed this. Yes they are vr flashable.
sent from Samsungs.sg4
I would love to have a superman apps icon Thanks for the great work.
Sent from my SGH-M919 using XDA Premium 4 mobile app
It's up in 2cd post. Good request. Looks cool
Sent from my SCH-I545 using Tapatalk 4

Categories

Resources