Themer's Tips and Tricks - HTC Rezound

I'm starting this thread as a place for themers to exchange tricks they've learned, also to exchange information. The intent is not to become a "how to decompile ICS" thread.. they are all over if you just search. I'll start it off as an example:
For doing mass .9.png edit ssuch as replacing a color, I found the easy way is a comination of Adobe bridge with Photoshop
For example:
say i want to change all red elements into blue
open your first image in photoshop
create a action with the commands(just a example) Adjust to RGB -> select color range 'reds' -> adjust hue (set to your version of blue you want)->save->close ... say i name action "change"
now in bridge nav to folder where the images are you want to change in the same manner
select all the images you want to run the action on
tools>photoshop>batch
select the "change action" and volla....
another way ive used this is by replacing "select color range'reds'" and again select color range>sample the black edge, so the black border is selected.. followed by select inverse .. this will then select all but the border and adjust hue of the whole image w/o messing the the border

Tip: if youre trying to rotate multiple images and are using Windows 7, Ctrl+A to hightlight them all and right click to choose "Rotate Clockwise" or Counterclockwise.

Tip: If your not liking how a .9.png is stretching a image.. look in your sdk tools, there should be one called draw9patch... It's a java app to edit a .9.pngs stretching...(I just recently discovered this)
Up until finding this, I would push images I want to stretch uniformly via zip 7 after compiling..obviously poor practice to do any work later on
Sent from my ADR6425LVW using Tapatalk 2

Jmrwbilly said:
Tip: If your not liking how a .9.png is stretching a image.. look in your sdk tools, there should be one called draw9patch... It's a java app to edit a .9.pngs stretching...(I just recently discovered this)
Up until finding this, I would push images I want to stretch uniformly via zip 7 after compiling..obviously poor practice to do any work later on
Sent from my ADR6425LVW using Tapatalk 2
Click to expand...
Click to collapse
Thanks, the theme I'm wanting to do involves some beveled edges on the various status bars and such. Stretching along the vertical edge would be fine but trying to pull the whole image would distort the top and bottom bevels. I'll have to look into this because I was afraid I wasn't going to be able to do what I wanted to do without the ability to control this.
Now I gotta experiment with whether a .9 image can exist where there wasn't one in the original build.
Sent from my ADR6425LVW using xda app-developers app

LOBBS said:
Thanks, the theme I'm wanting to do involves some beveled edges on the various status bars and such. Stretching along the vertical edge would be fine but trying to pull the whole image would distort the top and bottom bevels. I'll have to look into this because I was afraid I wasn't going to be able to do what I wanted to do without the ability to control this.
Now I gotta experiment with whether a .9 image can exist where there wasn't one in the original build.
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
don't quote me in this, but I'm pretty sure it's fine to replace .png with a .9.png.....9.pngs are used as a answer to different screen resolutions to prevent distorted images
Sent from my ADR6425LVW using Tapatalk 2

think this is the best place to ask. does any1 know where the Launcher drawer Icon is located?
{
"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"
}

funnyangrykid said:
think this is the best place to ask. does any1 know where the Launcher drawer Icon is located?
Click to expand...
Click to collapse
I'm almost certain it's in Rosie.apk in m10 file...which can't change yet..can work around with the m10s for skins but I think that is in Rosie
Sent from my ADR6425LVW using Tapatalk 2

Jmrwbilly said:
I'm almost certain it's in Rosie.apk in m10 file...which can't change yet..can work around with the m10s for skins but I think that is in Rosie
Sent from my ADR6425LVW using Tapatalk 2
Click to expand...
Click to collapse
Well that sucks if we are unable to mod it
Sent from my Incredible, very Vivid, One X'strordinary S-off HTC Rezound
http://www.speedtest.net/android/216418366.png

I am efficient enough in the Adobe Suite to handle this stuff, but I just dont know how to extract the system files off the phone and then apply the new ones. It is probably easier than I know, but if anyone has a link on how you start playing around with these files that would be great.

imckay152 said:
I am efficient enough in the Adobe Suite to handle this stuff, but I just dont know how to extract the system files off the phone and then apply the new ones. It is probably easier than I know, but if anyone has a link on how you start playing around with these files that would be great.
Click to expand...
Click to collapse
Just download the rom you want to theme on your pc and open with 7zip, most files are in system/framework and system/app, No pulling files from phone needed.
To push them back just download any random theme .zip and replace the files with your themed files

Therev29 said:
Just download the rom you want to theme on your pc and open with 7zip, most files are in system/framework and system/app, No pulling files from phone needed.
To push them back just download any random theme .zip and replace the files with your themed files
Click to expand...
Click to collapse
What do u mean when u say a Theme.zip ? And where would I get one of which u are mentioning?
Sent from my Incredible, very Vivid, One X'strordinary S-off HTC Rezound
http://www.speedtest.net/android/216418366.png

Therev29 said:
Just download the rom you want to theme on your pc and open with 7zip, most files are in system/framework and system/app, No pulling files from phone needed.
To push them back just download any random theme .zip and replace the files with your themed files
Click to expand...
Click to collapse
tip I have here, I'd to take a peak at the script for the zip...I've seen some peoples scripts include deleting the original apk from the phone before pushing new..if that's the case, you could end up deleting something your not replacing with this method
Sent from my ADR6425LVW using Tapatalk 2

funnyangrykid said:
What do u mean when u say a Theme.zip ? And where would I get one of which u are mentioning?
Sent from my Incredible, very Vivid, One X'strordinary S-off HTC Rezound
Click to expand...
Click to collapse
Here is a blank zip you can use to flash your theme, just make sure you put the right apks in the right folders i.e SystemUI,apk goes in system/app/ and framework-res.apk goes in system/framework.
Jmrwbilly said:
tip I have here, I'd to take a peak at the script for the zip...I've seen some peoples scripts include deleting the original apk from the phone before pushing new..if that's the case, you could end up deleting something your not replacing with this method
Sent from my ADR6425LVW using Tapatalk 2
Click to expand...
Click to collapse
Very true, I have done this myself a couple times, with my own scripts no less

Question if i wanted t o make my stat_sys_signal_null from a static icon into an animated one that used two different .png what would be the best way. i have tried multiple times and each time i get errors while compiling or it just doesnt work.

conadg said:
Question if i wanted t o make my stat_sys_signal_null from a static icon into an animated one that used two different .png what would be the best way. i have tried multiple times and each time i get errors while compiling or it just doesnt work.
Click to expand...
Click to collapse
I've done this before..with adding a animation to the notifications background..should be able use the same concept..average Joe (I think that was his screen name) has a good write up on this
Sent from my ADR6425LVW using Tapatalk 2

Related

Android drive icons for windows UPDATED

FILES HAVE BEEN RE-UPLOADED WITH PROPER ICON FILES CONTAIN RESOLUTIONS FROM 256x256 to 16x16.
The files should also now work in XP, if they do not download the version posted by PsychoCemia here
Thanks for reminding me down8
Here are two icons I wipped up for my phone that I thought I would share.
This will change the drive icon and names in "My Computer".
These might not work in XP as they are 256x256 and PNG based .ico files.
If anyone wants these made for XP, send me a PM and Ill remake them for XP.
Each zip file contains an icon file and autorun.inf file. Unzip the contents of each zip and put the files in the appropriate drive on your phone. The next time you mount the drives on your computer the icons and drive names will be changed.
Drive name - Droid Internal
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
http://www.mediafire.com/file/dntcbn0k13iwhw9/internal icon.zip
Drive name - Droid SD
http://www.mediafire.com/file/suk4a7pxdwq2r6k/SdCard.zip
If you want to rename the drives to something different, you will need to edit the autorun.inf file in a text editor.
If anyone wants to change the icon itself I have uploaded the photoshop PSD file below.
http://www.mediafire.com/file/5vw4ncac11c3u0x/Android Icon.psd
I've been using a setup I made for my mac. I don't mean to hijack your thread, but I figured it would be helpful to put mine in the same thread.
DOWNLOAD
That is pretty nifty. Thanks! Looks great
bahnburner said:
I've been using a setup I made for my mac. I don't mean to hijack your thread, but I figured it would be helpful to put mine in the same thread.
Click to expand...
Click to collapse
No problem, thanks for the addition. Feel free to use the PSD of my files if you want to edit yours to show the internal and SD based storage on your HDD icon.
PS I know Linux uses PNG files for their icons, so people can just use the png images in the OP. What does Mac us for its icons? Is it a proprietary format?
EDIT- Guess I should have downloaded your file before asking the above question. :ºp
So do you HAVE to make the PNGs in each size for it to work on a Mac? I thought it would scale the 256x256 icon to what ever size is needed.
BTW if you would not mind, it might be helpful to write up a little walk through on whats needed to get the icons to display properly on a Mac in case any one wants to try their own. I know Google is our friend, but I like making this place friendly too.
hurrpancakes said:
That is pretty nifty. Thanks! Looks great
Click to expand...
Click to collapse
Glad you like it. Try blowing the view size up, the icons can go up to 256x256. Then again you maybe like me and like to see space left on the drives.
ritalin said:
No problem, thanks for the addition. Feel free to use the PSD of my files if you want to edit yours to show the internal and SD based storage on your HDD icon.
PS I know Linux uses PNG files for their icons, so people can just use the png images in the OP. What does Mac us for its icons? Is it a proprietary format?
Click to expand...
Click to collapse
It really depends on how you're changing your icons, but it's usually a .icns file, but luckly OSX allows you to copy and paste icons from one file to another.
I'll update my icons with your internal/external icons as soon as I can. I've been busting my chops working on some MetaMorphs this evening. I'm finally done with those.
Very Cool, Thanks Man.
For some reason though, I can download all files but the internal zip.
All was silent when I mentioned this before (no big, of course):
http://forum.xda-developers.com/showthread.php?t=728392
Unless hurrpancakes's screenshot is poorly compressed, I much prefer the Android icon I've got. I like the idea though.
-bZj
down8 said:
All was silent when I mentioned this before (no big, of course):
http://forum.xda-developers.com/showthread.php?t=728392
Unless hurrpancakes's screenshot is poorly compressed, I much prefer the Android icon I've got. I like the idea though.
-bZj
Click to expand...
Click to collapse
Yeah, I have the icons at a smaller size, when you increase the size they're very nice looking.
Sent from my Vibrant using XDA app
One needs to embed all sizes into the .ico file to get good visibility at all sizes. The icon I have is thus, and looks good from 16x16 to 256x256.
-bZj
down8 said:
One needs to embed all sizes into the .ico file to get good visibility at all sizes. The icon I have is thus, and looks good from 16x16 to 256x256.
-bZj
Click to expand...
Click to collapse
Mind sharing your icons with the rest of us? They look top notch
I can't take credit, got the microSD from DeviantArt, and the Android from the G1 forum some time ago.
Attached.
-bZj
ritalin said:
Here are two icons I wipped up for my phone that I thought I would share.
This will change the drive icon and names in "My Computer".
These might not work in XP as they are 256x256 and PNG based .ico files.
If anyone wants these made for XP, send me a PM and Ill remake them for XP.
Click to expand...
Click to collapse
Thanks! Worked great in ubuntu also.
ritalin said:
Here are two icons I wipped up for my phone that I thought I would share.
This will change the drive icon and names in "My Computer".
These might not work in XP as they are 256x256 and PNG based .ico files.
If anyone wants these made for XP, send me a PM and Ill remake them for XP.
Each zip file contains an icon file and autorun.inf file. Unzip the contents of each zip and put the files in the appropriate drive on your phone. The next time you mount the drives on your computer the icons and drive names will be changed.
Drive name - Droid Internal
http://www.mediafire.com/file/h7nwi73nfcvu74c/internal icon.zip
Drive name - Droid SD
http://www.mediafire.com/file/6bjqmw97nlo07dh/SdCard.zip
If you want to rename the drives to something different, you will need to edit the autorun.inf file in a text editor.
If anyone wants to change the icon itself I have uploaded the photoshop PSD file below.
http://www.mediafire.com/file/5vw4ncac11c3u0x/Android Icon.psd
Click to expand...
Click to collapse
Thanks, I have been looking for this since I am using the same SD card from my cliq and I had a Cliq icon on it.
subnormyle said:
Very Cool, Thanks Man.
For some reason though, I can download all files but the internal zip.
Click to expand...
Click to collapse
Nevermind, for some reason the file downloaded fine on my phone but not on my desktop.
Sent from my SGH-T959 using XDA App
So, not to steal OP's thunder, but I went ahead and made the XP-compatible icons using his great template. Wasn't hard, but figured I'd save a couple people the trouble. Thanks again, OP!
Again, just extract each to the proper mounted drive.
down8 said:
I can't take credit, got the microSD from DeviantArt, and the Android from the G1 forum some time ago.
Attached.
-bZj
Click to expand...
Click to collapse
Regardless, thanks-they look fantastic.
Hey nobody has said anything so I want to ask, can you make the Windows XP versions and give me a basic idea of how to run it?
koreanjhee said:
Hey nobody has said anything so I want to ask, can you make the Windows XP versions and give me a basic idea of how to run it?
Click to expand...
Click to collapse
To install extract the zip to each drive (i.e. Internal hdd, sdcard ) then connect to your win xp machine. As for the actual files i thought someone made them a couple posts back.
Sent from my Vibrant using XDA App
PsychoCemia said:
So, not to steal OP's thunder, but I went ahead and made the XP-compatible icons using his great template. Wasn't hard, but figured I'd save a couple people the trouble. Thanks again, OP!
Again, just extract each to the proper mounted drive.
Click to expand...
Click to collapse
Sweet thanks... I was feeling to lazy to do it the day I made these. :º)

Lockscreen rings?

Lockscreen rings? Anyone? I've been playing with editor and had little success.
Sent from my HTC Flyer P510e using xda premium
Yeah, +1. It would be wonderful to get custom lockscreen rings on the Flyer. Just one question though: What editor are you talking about, @Ryno_666?
I'm planning on it. I have a lock ring thread in the EVO 3D section. I just got the Wi-Fi only Flyer yesterday and I really haven't had much time to play with it. I just hope the apks that need to be edited are able to be decompiled with m10 tools.
pndo1 said:
Yeah, +1. It would be wonderful to get custom lockscreen rings on the Flyer. Just one question though: What editor are you talking about, @Ryno_666?
Click to expand...
Click to collapse
M10 editor and custom.lockscreen tool.
Sent from my HTC Flyer P510e using xda premium
triscuit1983 said:
I'm planning on it. I have a lock ring thread in the EVO 3D section. I just got the Wi-Fi only Flyer yesterday and I really haven't had much time to play with it. I just hope the apks that need to be edited are able to be decompiled with m10 tools.
Click to expand...
Click to collapse
I like your work on 3VO hope you can figure it out. I tried decompile and it borks the file.
Sent from my HTC Flyer P510e using xda premium
Just an update in case anyone cares, I've finally been able to get into some of the apks to see what I can find and it looks like I'll be able to make some rings. The apks are not built the same as the ones I'm used to, so give me some time to play with them and see what I can do.
I'm playing with the stock Wi-Fi only from Best Buy ROM - 1.36.1540.32. I don't know whether or not it will end up working for other ROMs.
triscuit1983 said:
Just an update in case anyone cares, I've finally been able to get into some of the apks to see what I can find and it looks like I'll be able to make some rings. The apks are not built the same as the ones I'm used to, so give me some time to play with them and see what I can do.
I'm playing with the stock Wi-Fi only from Best Buy ROM - 1.36.1540.32. I don't know whether or not it will end up working for other ROMs.
Click to expand...
Click to collapse
Have you been able to get the default shared.m10 file in fusion to compile? (After decoding the images) ..thats where the lockring is. An alternative would be to edit the lockring in the m10 files for the bluesky or burgondy htc skins (these are also in fusion.apk) and then switch to that htc skin to see the changes.
Sent from my HTC Flyer.
Scabes24 said:
Have you been able to get the default shared.m10 file in fusion to compile? (After decoding the images) ..thats where the lockring is. An alternative would be to edit the lockring in the m10 files for the bluesky or burgondy htc skins (these are also in fusion.apk) and then switch to that htc skin to see the changes.
Sent from my HTC Flyer.
Click to expand...
Click to collapse
I've been able to get everything to compile properly, at least that's what it looks like, but anytime I move it to the device I'm left without a lockscreen (no images on the screen, just the wallpaper with no way to unlock). Even with simple 1 image edits not related to the lockscreen, just in the fusion.apk.
There are actually several places that the lock ring image is present, in several different sizes. It's hard to tell which is being used. I've found lock ring images in multiple m10 files within fusion.apk, Idlescreen_Base.apk, and Idlescreen_shortcut.apk.
A personal goal of mine with this is to remove the lockscreen shortcuts. I know how to get it done, but I just can't seem to get anything to take. I suppose this could mean that m10 tools is not yet compatible. I just don't understand why it looks as if the apks/m10 files are compiling properly if they're not.
triscuit1983 said:
I've been able to get everything to compile properly, at least that's what it looks like, but anytime I move it to the device I'm left without a lockscreen (no images on the screen, just the wallpaper with no way to unlock). Even with simple 1 image edits not related to the lockscreen, just in the fusion.apk.
There are actually several places that the lock ring image is present, in several different sizes. It's hard to tell which is being used. I've found lock ring images in multiple m10 files within fusion.apk, Idlescreen_Base.apk, and Idlescreen_shortcut.apk.
A personal goal of mine with this is to remove the lockscreen shortcuts. I know how to get it done, but I just can't seem to get anything to take. I suppose this could mean that m10 tools is not yet compatible. I just don't understand why it looks as if the apks/m10 files are compiling properly if they're not.
Click to expand...
Click to collapse
I was able to get partial image but disappeared after move.
I wonder if you aren't on to something about m10 tools incompatibility.
I was in Idlescreen_Base apk...
Sent from my PG86100 using xda premium
Ryno_666 said:
I was able to get partial image but disappeared after move.
I wonder if you aren't on to something about m10 tools incompatibility.
I was in Idlescreen_Base apk...
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
I think the images in idlescreen base are only for when there's action on the lockscreen (music playing..), the main lockring is in the default m10 file in fusion (2 images, one for lock rest and one for unlock) the other rings you see in fusion are for the htc skins. After testing a while back I found that the only file that m10 editor has trouble with is the default m10 file. Lee said he was planning on taking a look at the editor and hopefully come up with a fix. But if not, Daimondback has been working on rebuilding m10tools for some time now and i mentioned this issue to him about a month ago.
Sent from my HTC Flyer.
This is unrelated, sort of, but I hate starting a new thread to ask a question.
Does anyone know if the Flyer is using the mdpi files or the hdpi files? I've been messing with UOT and choosing hdpi and everything I've been making is looking oversized or not being themed at all. Most of the apks I've looked in have mdpi files as well as hdpi. A few have only mdpi.
triscuit1983 said:
This is unrelated, sort of, but I hate starting a new thread to ask a question.
Does anyone know if the Flyer is using the mdpi files or the hdpi files? I've been messing with UOT and choosing hdpi and everything I've been making is looking oversized or not being themed at all. Most of the apks I've looked in have mdpi files as well as hdpi. A few have only mdpi.
Click to expand...
Click to collapse
The flyer uses mdpi. You can try using a theme porter script that has hdpi to mdpi toggle (search for theme porter script).
Sent from my HTC Flyer.
I will be looking into this as well this weekend, we need to spice up our Tabs.. (Evo View)
GODZSON said:
I will be looking into this as well this weekend, we need to spice up our Tabs.. (Evo View)
Click to expand...
Click to collapse
I wish you luck
I would try looking at the data.xml in the default m10 file in fusion before diving into the editor, its strange that it can decompile and decode the images without issues untill trying to compile/save..
Sent from my HTC Flyer.
Found some work arounds and got to what I was talking about earlier with no shortcuts...
{
"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"
}
Everything I did was within fusion.apk.
triscuit1983 said:
Found some work arounds and got to what I was talking about earlier with no shortcuts...
Everything I did was within fusion.apk.
Click to expand...
Click to collapse
Care to share how you did it?
Sent from my HTC Flyer.
triscuit1983 said:
Found some work arounds and got to what I was talking about earlier with no shortcuts...
Everything I did was within fusion.apk.
Click to expand...
Click to collapse
When you modified how did you keep image? I still get partials but they stick I too am in fusion apk only.
Sent from my PG86100 using xda premium
This is still a work in progress and I feel like it should be way easier but this is what I did. Also, I did not make any changes to the properties of the m10 files, this is only image editing so far...
1. Use apktool to decompile fusion.apk
2. Open M10Editor.exe and drag the m10 file you want to decompile to it (I started with the shared.10 in /Default/drawable)
3. The dialog box will say "M10 successfully loaded!" and there may be a Close button or a Cancel button underneath. Either way click the button to close the dialog box.
4. Go the the m10 Files tab and highlight the only file shown.
5. Check the Decode Images check box and click Decompile/Show button.
6. Once it decompiles and moves you to the Editor tab, close M10Editor.exe.
7. Look back in the /Default/drawable folder and there will be a new folder called "shared".
8. Go through the shared folder and make the edits you'd like. Don't change the dimensions of any of the files (eg. if its 289x288, leave it 289x288)
9. Once you're done use command prompt to compile. Make sure you cd to the m10 tools folder before attempting any commands. Here are the the commands I used...
Code:
m10encoder C:\Users\[I]my name[/I]\Desktop\fusion\assets\Default\drawable\shared C:\Users\[I]my name[/I]Destktop\fusion\assets\Default\drawable\shared.10
10. This will replace the shared.m10 file in /Default/drawable.
11. Delete the shared folder.
12. Use apktool to compile the apk. (I did the same stuff to the shared.10 in /Default/drawable_land before compiling. You should be able to do the same to the BlueSky and Burgundy folders.)
I used adb to push the fusion.apk to my phone. To remove the shortcuts I made the icon holder transparent while editing. Once the apk was on my Flyer, I downloaded an app I didn't care about and set each shortcut to that. Then I deleted the app. Shortcuts gone.
It doesn't look like Idlescreen_Base.apk needs to be edited but I could be wrong.
Did this to a T but would not replace the shared.m any ideas?
Sent from my HTC Flyer P512 using xda premium
Ryno_666 said:
Did this to a T but would not replace the shared.m any ideas?
Sent from my HTC Flyer P512 using xda premium
Click to expand...
Click to collapse
I can't say I know what the difference between my setup and yours is, but it seems your not the only one having the issue. I've been able to edit the fusion.apk this way, but not the Idlescreen_Base.apk. Still having trouble figuring out the trick as of right now.

[GUIDE] 4x5 Rosie for Sense 4 ICS

Finally got the time to hack some files to make 4x5 Sense rosie available on the Evo 4G LTE. This post is like most guides: assumes some knowledge of apktool, hex editing, and other programming "skills". Note that this post is designed for 720p displays so the numbers like the cell gaps might have to be modified if your phone is other than 720 x 1280 resolution, but the basics should still work. Also, as of this time, there are no M10 editing tools that work with Sense 4 so if some become available, obviously the best method of changing the M10 files will change (you won't have to use a hex editor). That said, the basics will still guide you through what you need to do in order to get 4x5 rosie working on your Sense 4 ROM.
First, let's edit the relevant m10 files
Once you've decompiled Rosie.apk from your ROM, we will edit these m10 files with a hex editor. We only need to change 3 bytes in one file and one byte in the second m10 file:
First, open \assets\Port\rosie_screen.m10 in your hex editor. I use XVI32. Search for "cell on Y" without the quotes. Note that you must use a unicode search (because there are zeroes between each character). Either that, or search for the hex string that is displayed in the window below instead. There should only be one occurrence. When you get there, we want to change the "4" that follows that and the "80" associated with the cell gap. We'll change the "4" to a "5" and the cell gap from "80" to "70". You can only reduce the cell gap slightly because many multi-cell widgets take up not only multiple rows, but also assume a certain size for the cell gap. Taking the value from 80 to 70 seems to be the best compromise for fitting all the icons (and text) and not overlapping 2-row widgets. Here's a screen shot showing the two values that got changed. When done editing, save the changes to the rosie_screen.m10 file.
{
"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"
}
After you've edited \assets\Port\rosie_screen.m10 as above, go to \assets\Land\rosie_screen.m10 and do the edits as above but only do the first edit: changing the 4 to a 5. In landscape mode, there's already only a 10 pixel gap between cells and you really can't reduce it. Landscape rosie at 4x5 is a compromise at best, but it does work without changing the gap... although with a bit of unavoidable overlap.
m10 editing done, now let's edit the XML files
Open \res\values\integers.xml and we'll change the bottom line from a 4 to a 5. It should look like this after edited:
Code:
<integer name="config_folderCellCountY">5</integer>
Open \res\values-normal-port-xhdpi\integers.xml and changeone 4 to a 5. This is how the line look after edited:
Code:
<integer name="config_cellLayoutCellCountY">5</integer>
Open \res\values-normal-port-xhdpi\dimens.xml and change one 80 to a 26. This is how the two lines look after edited:
Code:
<dimen name="workspace_height_gap">26.0px</dimen>
Open \res\values-normal-land-xhdpi\integers.xml and change one 4 to 5 near the top. This is how the line looks after edited:
Code:
<integer name="config_cellLayoutCellCountY">5</integer>
Open \res\values-normal-land-xhdpi\dimens.xml and change one 155 to 122 near the top/middle. This is how the line looks after edited:
Code:
<dimen name="workspace_cell_height">122.0px</dimen>
That's it. Recompile with the modified m10 and xml files and you should have a working 4x5 rosie for Sense 4. Note that the "xhdpi" folder is what is used on 720p phones like the Evo 4G LTE and One X. If your phone uses quarter-HQ (QHD), the files you'll want to edit will be the same XML files but in a different folder (like hdpi instead of xhdpi).
Mike
reserved
Woooo first? Lol
Sent from my EVO using Tapatalk 2
Thanks mike.
Sent from my EVO using xda app-developers app
Looks good. This was one of the more annoying things about Sense while I was still using it.
How are you not a rec dev
Sent from my EVO using xda premium
Awesome.
Sent from my White EVO LTE on Tapa2
Great job Mikey. I'd love to see some screenshots...
ssojyeti2 said:
Great job Mikey. I'd love to see some screenshots...
Click to expand...
Click to collapse
Sent from my Mean Evo LtE
almost
this is what i got following the op
(perhaps because i selected Sense 4 instead of ICS in apk changer)
in the op, the 3rd xml file edit,
dev mentions two, but only one edit and line is listed
Its nice to see a dev share their work that they figured out :victory: Big props on beings a nice dude you sir will be the first person i donate to when i get back from vagas
fernando sor said:
How are you not a rec dev
Sent from my EVO using xda premium
Click to expand...
Click to collapse
+1 Mikey knows his stuff and his Rom is the best!
would there be a way in these same files to remove the names under the shortcuts and/or adjust the size of the app drawer? How would we go about exploring these?
removed ...
mikeyxda said:
Finally got the time to hack some files to make 4x5 Sense rosie available on the Evo 4G LTE. This post is like most guides: assumes some knowledge of apktool, hex editing, and other programming "skills". Note that this post is designed for 720p displays so the numbers like the cell gaps might have to be modified if your phone is other than 720 x 1280 resolution, but the basics should still work. Also, as of this time, there are no M10 editing tools that work with Sense 4 so if some become available, obviously the best method of changing the M10 files will change (you won't have to use a hex editor). That said, the basics will still guide you through what you need to do in order to get 4x5 rosie working on your Sense 4 ROM.
First, let's edit the relevant m10 files
Once you've decompiled Rosie.apk from your ROM, we will edit these m10 files with a hex editor. We only need to change 3 bytes in one file and one byte in the second m10 file:
First, open \assets\Port\rosie_screen.m10 in your hex editor. I use XVI32. Search for "cell on Y" without the quotes. Note that you must use a unicode search (because there are zeroes between each character). Either that, or search for the hex string that is displayed in the window below instead. There should only be one occurrence. When you get there, we want to change the "4" that follows that and the "80" associated with the cell gap. We'll change the "4" to a "5" and the cell gap from "80" to "70". You can only reduce the cell gap slightly because many multi-cell widgets take up not only multiple rows, but also assume a certain size for the cell gap. Taking the value from 80 to 70 seems to be the best compromise for fitting all the icons (and text) and not overlapping 2-row widgets. Here's a screen shot showing the two values that got changed. When done editing, save the changes to the rosie_screen.m10 file.
After you've edited \assets\Port\rosie_screen.m10 as above, go to \assets\Land\rosie_screen.m10 and do the edits as above but only do the first edit: changing the 4 to a 5. In landscape mode, there's already only a 10 pixel gap between cells and you really can't reduce it. Landscape rosie at 4x5 is a compromise at best, but it does work without changing the gap... although with a bit of unavoidable overlap.
m10 editing done, now let's edit the XML files
Open \res\values\integers.xml and we'll change the bottom line from a 4 to a 5. It should look like this after edited:
Code:
<integer name="config_folderCellCountY">5</integer>
Open \res\values-normal-port-xhdpi\integers.xml and changeone 4 to a 5. This is how the line look after edited:
Code:
<integer name="config_cellLayoutCellCountY">5</integer>
Open \res\values-normal-port-xhdpi\dimens.xml and change one 80 to a 26. This is how the two lines look after edited:
Code:
<dimen name="workspace_height_gap">26.0px</dimen>
Open \res\values-normal-land-xhdpi\integers.xml and change one 4 to 5 near the top. This is how the line looks after edited:
Code:
<integer name="config_cellLayoutCellCountY">5</integer>
Open \res\values-normal-land-xhdpi\dimens.xml and change one 155 to 122 near the top/middle. This is how the line looks after edited:
Code:
<dimen name="workspace_cell_height">122.0px</dimen>
That's it. Recompile with the modified m10 and xml files and you should have a working 4x5 rosie for Sense 4. Note that the "xhdpi" folder is what is used on 720p phones like the Evo 4G LTE and One X. If your phone uses quarter-HQ (QHD), the files you'll want to edit will be the same XML files but in a different folder (like hdpi instead of xhdpi).
Mike
Click to expand...
Click to collapse
Is it possible to create a flashable version or automated version of this mod? Thanks!
~ Mike
michael.stollaire said:
Is it possible to create a flashable version or automated version of this mod? Thanks!
~ Mike
Click to expand...
Click to collapse
+1
Sent from my EVO using xda premium
michael.stollaire said:
Is it possible to create a flashable version or automated version of this mod? Thanks!
~ Mike
Click to expand...
Click to collapse
you mean you're not using his ROM ? tsk tsk
4x5 with/without 360 is available in Mean ROM
this is from private betatest i'm running (not Mean ROM)
following the op guide,
i got 4x5 working on it -
thanks for posting and sharing this info, op.
@mikeyxda -
Now that m10 tools is out and working via VTS, this method is no longer needed. I just modded rosie for superLTE ROM base and it worked better and easier than this.
Essentially the "correct" way to do this now would be the way that jeffsanace originally discoved on the evo3D with some tweaking.
In rosie screen m10 you change the Y cells to 5, you had the spacing at 70 which is not correct, he and I discovered today that it is 100 for the LTE (after some testing)
Also the only edits needed in values are in integers near the bottom, change cell folder Y from 4 to 5, and then in values-normal-port-xhdpi near the top do the same thing. nothing at all in dimensions or other folders.
that's it, easy peasy, spacing is correct and all that jazz.
If you want the apk feel free to pull that from our svn, otherwise our write a more professional tutorial later on, thanks for breaking ground, hope you enjoy the new method and no spacing issues
il Duce said:
@mikeyxda -
Now that m10 tools is out and working via VTS, this method is no longer needed. I just modded rosie for superLTE ROM base and it worked better and easier than this.
Essentially the "correct" way to do this now would be the way that jeffsanace originally discoved on the evo3D with some tweaking.
In rosie screen m10 you change the Y cells to 5, you had the spacing at 70 which is not correct, he and I discovered today that it is 100 for the LTE (after some testing)
Also the only edits needed in values are in integers near the bottom, change cell folder Y from 4 to 5, and then in values-normal-port-xhdpi near the top do the same thing. nothing at all in dimensions or other folders.
that's it, easy peasy, spacing is correct and all that jazz.
If you want the apk feel free to pull that from our svn, otherwise our write a more professional tutorial later on, thanks for breaking ground, hope you enjoy the new method and no spacing issues
Click to expand...
Click to collapse
ok duce. sometime this week please show me how easy peasy it is for this noob, if you would. thanks.
Sent from my SPH-L710 using xda premium
lowetax said:
ok duce. sometime this week please show me how easy peasy it is for this noob, if you would. thanks.
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
lol, I just did. jk,
First go get VTS (virtuous ten studio) then hit me up on gtalk (or PM me your gtalk) and I'll walk you thru it. I might put up a tut, jeff might put up a tut, since really this is HIS mod. But not all right away and stuff, we be busy

[MOD/ICONS] Minimalist stencil notification icons + signal cluster view

DISCLAIMER: I AM NOT RESPONSIBLE FOR YOUR PHONE EXPLODING, IMPLODING, OR ANY OTHER VIOLENT DEMISE WHICH MAY BEFALL YOUR GALAXY S 4 AS A RESULT OF YOUR TRYING TO INCORPORATE THESE ICONS OR MODS.
THESE MODS ASSUME YOU KNOW HOW TO EXTRACT APKS FROM YOUR PHONE, MAKE EDITS, AND PUSH THEM BACK ONTO YOUR PHONE WITH APPROPRIATE PERMISSIONS SO THAT THEY CAN FUNCTION PROPERLY. IF YOU DON'T KNOW HOW TO DO THAT, TURN BACK NOW. IF YOU HAVE ANY QUESTIONS, PLEASE ASK BEFORE TRYING ANYTHING.
Due to requests, I am posting icons I made (originally for my LG Nitro) for the GS4. These are completely original icons I literally drew in power point, saved as pngs, and then resized/cropped to icons. The good thing about the icons is that they're very minimalist (just my style), so they actually weren't too hard to make, all things considered.
These cover the icons which are positioned on the right side of the notification bar. These will not change icons on the left side of the bar.
Just to give you an idea, here is a clip of my notification bar:
{
"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"
}
A FEW NOTES:
1.) The signal icons will not work if you have done the build.prop edit to change to stock jelly bean icons. This edit changes the identity of your phone, and redirects SystemUI.apk to use alternate icons. If you have used this edit and want to use the signal icons, you will have to change the names of the files appropriately.
2.) The battery icons are only for those who have incorporated the % battery mod either from StolenVW here or by another method.
3.) The signal icons will look odd if you choose to use them and don't also incorporate the attached modified xml. Essentially, this xml has been edited such that the signal type/in-out icon overlaps with the signal strength icons as such:
I did this mainly because I hate wasted space, and think it's unnecessary to have two icon slots just for signal when at one point they used to overlap in stock android. To adopt this xml edit, just use 7zip to right click/"open archive" SystemUI.apk, and drag and drop the xml into res/layout. It is already compiled, so should work fine. Obviously, before putting SystemUI.apk back onto your phone, you'll need to set proper permissions and whatnot. If you don't know how, please turn back or ask someone (or me) first before ruining your fabulous new phone (although recovery with Odin posted by AdamOutler here works fantastically well, just fyi).
SO, take a look at the icons, take whatever you want., edit whatever you want, use however you like! They are organized into the folders of the apks where they belong, so you can use them as a guide for where to put them if you want to adopt the look. These apks include:
SystemUI.apk
framework-res.apk
NfcNci.apk
The attached xml for clustering the signal type/in-out/strength belongs in SystemUI.apk/res/layout. It is compiled, so you should be able to use 7zip to right click on your SystemUI.apk, "open archive," and just drag and drop it into your SystemUI.apk.
Hope you find something you like!
Beautiful set of icons mate, it would be a good idea to set a whole UI based on your style ala vrtheme.
This truly is, I just need to find a thin clock font mod to match it!
Sent from my SAMSUNG-SGH-I337 using xda premium
While these aren't my style and I'm far from a minimalist - I'm not going to show you my home screens for fear you may damage your monitor by throwing something at it - but I can definitely appreciate all the hard work you've put into this! Excellent job with this, and for everyone else, make sure you give this user a thanks even if you don't use these icons just because of how awesome they are!
Please make this into a systemui.apk. im sure a lot of people on this forum would really appreciate it. Thank you!!!
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Really beautiful design. If you could compile into a flashable theme that would be awesome.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
They do look great, it would look even better with matching quick toggles...you dont happen to have more matching pngs do you?
D.O.C said:
They do look great, it would look even better with matching quick toggles...you dont happen to have more matching pngs do you?
Click to expand...
Click to collapse
Wow, thanks guys! I would love to make it flashable, but I have no idea how. In addition, I wouldn't mind posting a SystemUI.apk, but at this point, everyone seems to have additional mods, so I wouldn't be able to include them without wiping their other mods out as well.
As far as quick setting icons, I didn't make additional ones to match, but I did make the whole pulldown menu minimalist white/black, just because:
itiskonrad said:
Wow, thanks guys! I would love to make it flashable, but I have no idea how. In addition, I wouldn't mind posting a SystemUI.apk, but at this point, everyone seems to have additional mods, so I wouldn't be able to include them without wiping their other mods out as well.
As far as quick setting icons, I didn't make additional ones to match, but I did make the whole pulldown menu minimalist white/black, just because:
Click to expand...
Click to collapse
I will post a vrtheme zip file with your icons as soon as I have time, ni batt icons though, since that would require modding of systemui.apk therefirr making it incompatoble across devices/roms. Vrtheme will only replace pngs.
VrTheme Stencil
This one should work ok on all S4 variants.
It includes all stencil icons except the battery percentaje ones (again, those xmls mods have to be compiled along the apk in order for them to work reading the pngs). The rest of pngs are there including your xml file (which should apply properly by just flashing this mod)
Since its a vrtheme flashable zip file, it should be compatible with all i950x TW ROMs, it shouldnt modify any mods existing in your current systemui (except for the notifications, obviously)
Enjoy!
Love the icons. Great job. Any chance you have or could make one for the USB connected and Location/GPS icons? And the driving icon as well?
Thanks again for sharing.
Will822 said:
Love the icons. Great job. Any chance you have or could make one for the USB connected and Location/GPS icons? And the driving icon as well?
Thanks again for sharing.
Click to expand...
Click to collapse
Out of curiosity, did the above zip file work for you and what i950x kodel do you own?
D.O.C said:
Out of curiosity, did the above zip file work for you and what i950x kodel do you own?
Click to expand...
Click to collapse
I didn't use the zip file above. I just downloaded the icons from the first post and copief them to my systemui.apk file. Btw, i have an AT&T i337 model.
Will822 said:
I didn't use the zip file above. I just downloaded the icons from the first post and copief them to my systemui.apk file. Btw, i have an AT&T i337 model.
Click to expand...
Click to collapse
Ok, I was just wondering....
Love the simplicity of these. Well done.
is there anyway we could get a flashable systemui.apk for l337 ATT models? I absolutely love these but Im having trouble figuring out how to apply them.
Thanks for your design. They are beautiful!
I thought someone might be interested to see what my screen looks like with these icons. I had a transparent status bar set up prior, but I went back to black. Oh, and I like to have my buttons down the right side of the phone as I'm right handed. I don't know whomever thought having a dock at the bottom of the screen as default made much sense. It makes calling and doing quick email checks much easier to have it on the right or left depending on your style.
These really are beautiful icons.
Yeah, one last time. I do actually live in Morehead.
They look great on your homescreen! So glad you like them!
As I said, in regards to making a flashable SystemUI.apk, I don't know how, but anyone who does is welcome to do whatever he or she wants with these icons!
It would be amazing to make a CM 10 theme for it! I may take a crack at making one for these icons
Sent from my SGH-I337 using Tapatalk 4 Beta
I asked for them to be added as an option in nottach's xposed app and he said he would put it in the next release. Now we just need matching toggles and this will be epic.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4 Beta

[Tutorial] TopBars, Dividers, Icons, Button [Theme] 5 Topbars, TwIcons, Buttons

This is a tutorial on how to do very little and get a lot by replacing the .9 pngs with broken .9 pngs applying to the tabs and title dividers.
This comes about by mistake. I broke a .9 and it didn't cause any fc's or any other errors.
I'm sharing because, well, because you know I love to, but also because it's an easy way to make a decent impact on your look.
Feel free to use any of the images however you like. If you end up with a theme to share, awesome I'll look forward to trying it. I won't have any user submitted sections here so you'll need your own thread.
Examples And/Or Templates In 2cd Post
From PC
1. Extract Example Zip
● right click and choose extract
2. Edit pngs
● inside you'll find only the folders and paths with only the pngs we'll need
● edit how you like but keep the sizes the same
3. Drag pngs into Template.zip
● make sure they're the same names and sizes
● make sure they go back into the same folder
4. Put on sdCard
● I use loki'd twrp
● I assume the zip will work for your rooted s4 rom
● I am not responsible for any damage that comes from your use of the zips or this tutorial
From Phone [I used Root Explorer & Photo Editor for the tutorial]
1. From Root Explorer, long press and choose extract and "go to"
2. Navigate to 'example'.zip/vrtheme/system/ and then apps, framework and priv-app and on to the first png,
●I start with apps/ClockPackage_OSup.apk/res/drawable-sw360dp-xxhdpi
3. Longpress png and send to photo editor
●You can edit how you like but don't change the size or name
●Make sure to overwrite the current png
●Do this for every folder
4. Zip back up
●You can rename the zip
●You can change the ui_print in updater-script;
- navigate to META-INF/com/google/android
- longpress updater-script and open with Text Editor
- Change only between the quotations in the first line = ui_print("ONLY WRITE IN HERE")
- Save and delete updater-script.bak
5. Done
Thanks to @Surge1223 for the zip.
Also a big thanks to @bajasur for his collaboration that led to multiple themes using this method.
Thanks!:good:
Flashable Examples and/or Templates
☆☆☆☆☆☆☆☆
About Top Bars and Dividers
☆Broken 9s for better and easier customization
●Better because they are resized to 1080×" "
●No .9 lines and no errors or stretching.
●No need to decompile
●Sizes of zips will depend on quality of png
Top Bar and Divider Examples and/or Templates
click for downloads and screenshots
Blue download https://dl.dropboxusercontent.com/u/9398026/topbars_dividers_1_Blue.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"
}
Green download https://dl.dropboxusercontent.com/u/9398026/topbars_dividers_2_Green.zip
USA download https://dl.dropboxusercontent.com/u/9398026/topbars_dividers_3_USA.zip
Steel download https://dl.dropboxusercontent.com/u/9398026/topbars_dividers_4_Steel.zip
Wood download https://dl.dropboxusercontent.com/u/9398026/topbars_dividers_5_Wood.zip
☆☆☆☆☆☆☆☆
About Buttons
☆ I've erased the backgrounds to create single buttons on/off/dim
●pngs are in system/framework/framework-res.apk/drawable-sw360dp-xxhdpi
●Follow the same tutorial but change only;
tw_switch_activation_holo_dark_dim,
tw_switch_activation_holo_dark_pressed,
tw_switch_thumb_activated_holo_dark &
tw_switch_thumb_holo_dark
●When editing try to maintain the button position in png, if not they'll move around when pressed
Settings Buttons Example and/or Template
click for download and screenshot
Wood Setting Buttons download https://dl.dropboxusercontent.com/u/9398026/Settings_Buttons_1_SWood.zip
☆☆☆☆☆☆☆☆
About TW Icons
☆ Browser, Calculator, Camera, Clock, Contacts, Downloads, Email, Gallery, Messaging, Music, Phone, S Planner, Settings, Video
●Browser is not in examples zip but path to icon is in zip
●Icons like "No Messages" and "No Video" are not in the zip and neither are the paths.
TW Icon Example and/or Template
click for download and screenshot
TW Icon Example download https://dl.dropboxusercontent.com/u/9398026/tw_Icons_1.zip
Thanks to Google Images
☆Extra Parts☆
Zips posted here are .9s or xmls. There are many tutorials on xda if you're interested in learning. I'm continuing to try to make you a themer without much effort. These will help complete your look.
☆Please note not all screen shots are with stock tw theme. Focus only on the parts in zip title
■Hard key and pop up menus
□Dark https://www.dropbox.com/s/erak8lv8s8h8ptc/HardKey_PopUps_Dark.zip
□Grey https://www.dropbox.com/s/ebnqpnx3xfikrja/HardKey_PopUps_Grey.zip
□Green https://www.dropbox.com/s/dyanr3knb6phb55/HardKey_PopUps_Green.zip
■App Backgrounds
□0A0A0A https://www.dropbox.com/s/1quslb5qtq9java/App_BG_0A0A0A.zip
□Aosp Gradient https://www.dropbox.com/s/c96dos0tfvbp4n7/App_BG_AOSP.zip
Nice, thanx for adding value!
just a little puzzled
These look SWEEEET!!! Thank you!!
Is the steel.zip file supposed to be that small compared to the other 2 zips? Also, doing this on the phone...a bit confused honestly. Can you elaborate a little more on the recommended process for doing this on the phone? Sorry...thank you!
---------- Post added at 11:49 PM ---------- Previous post was at 11:44 PM ----------
reggie cheeks said:
I'm still looking for an app that will save edits in the same place.
Click to expand...
Click to collapse
You mean a photo editing app?
Yes. I'm looking for a photo editor that will save the pic to the same place. Most I've found create a new file. I'll elaborate on the "from phone" as soon as I find one. Do you know of one?
The steel size confused me. But it's a simple gradient effect. With the resized pngs the sizes will depend on the quality of the image. As good as the steel looks, imo, the actual pic is low quality.
Thanks for trying this out!
sent
reggie cheeks said:
Yes. I'm looking for a photo editor that will save the pic to the same place. Most I've found create a new file. I'll elaborate on the "from phone" as soon as I find one. Do you know of one?
The steel size confused me. But it's a simple gradient effect. With the resized pngs the sizes will depend on the quality of the image. As good as the steel looks, imo, the actual pic is low quality.
Thanks for trying this out!
sent
Click to expand...
Click to collapse
Oh, ok...I gotcha. Try THIS APP out. It will allow you to easily "save as" or will also allow you to overwrite. Not sure if this is what you're looking for or not...if it isn't, let me know exactly what you need it to do and I'm sure I'll find you something!!
@calebcabob perfect. That is exactly what I needed. I'll need to get into it but it looks like it has plenty of features. I use picsay but it saves by folder name and I have to guess if it the right ""360dp"" folder. This one let's me overwrite and I was able to do it from the phone. I'll elaborate on the tutorial as I can. Thanks
Sent from my SCH-I545 using Tapatalk
Finally got to updating this. I added the from phone tutorial. You will need a lot of time to do it from phone, so maybe on a long trip or at work
I also added a template zip with settings buttons. It allows you to just have one button as apposed to switches.
Also added a homescreen icon template and example.
Templates and screenshots moved to 2nd post.
Sent from my SCH-I545 using Tapatalk
I've added some zips with hardkey and popups darkened and colored in the third post. No tutorial on those but you can use them to help complete your look. Background xmls will be added too in flashable zips.
If you have a request for a background or menus don't hesitate to ask.
Sent from my SCH-I545 using Tapatalk
Did this today waiting for oil change. Took about 15 minutes but I only applied a color replace effect to get the wood bluish. But then I saw it made it more green than blue lol.
All from my phone!
Download
https://www.dropbox.com/s/g618d31n8tyx5xh/TopBars_Blue-Wood.zip
Sent from my SCH-I545 using Tapatalk
reggie cheeks said:
Did this today waiting for oil change. Took about 15 minutes but I only applied a color replace effect to get the wood bluish. But then I saw it made it more green than blue lol.
All from my phone!
Download
https://www.dropbox.com/s/g618d31n8tyx5xh/TopBars_Blue-Wood.zip
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
I think it looks cool though!
Sent from my SCH-I545 using Xparent Skyblue Tapatalk 2

Categories

Resources