Inverted Vending 3.0.27 (Solved) - EVO 4G Themes and Apps

{
"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"
}
So the only issue now is the icon. I know why it is messed up but I can not seem to fix it. The icon is set in AndroidManifest.xml line 31.
<application android:label="@string/app_name" android:icon="@mipmap/ic_launcher_marketplace" android:name="com.google.android.finsky.FinskyApp" android:backupAgent="com.android.vending.VendingBackupAgent" android:killAfterRestore="false" android:restoreNeedsApplication="true" android:restoreAnyVersion="true">
The problem is you can not build it with the mipmap folder still in there. and if you add them after it is built it does not use them. I have moved the images to the corresponding drawable folder. but if I change AndroidManifest.xml I have to sign the file. Which works great except I can no longer buy anything in the market. free stuff still works fine. Does anyone have a solution to this issue?
Please let me know if there are any issues and I will try and get them resolved as fast as possible.
Downloads
Inverted_Vending-3.0.26.zip
Inverted_Vending-3.0.27.zip
Inverted_Vending-3.0.27 Final.zip
These are not flashable zips!!!
Old
So I have been changing the new market to black and blue but I can not find one thing.
When you do a search or browse the apps, I can not get the title to be white.
I know that the title layout comes from overview_bucket_entry.xml I can change all of the other stuff except the tile color. Here is what it looks like now.
Edit:
And I have success!!!
It is a smali edit. it is in smali\com\google\android\finsky\adapters\DocumentBasedAdapter.smali
Line 113 const v1, 0x1060003
-This calls primary_text_light
change it to const v1, 0x1060001
-This calls primary_text_dark

Idk how to help but I want it when it's done will match the dark horse theme 8)
Sent from my PC36100 using Tapatalk

knoc said:
Idk how to help but I want it when it's done will match the dark horse theme 8)
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
Well if I can ever get the title color figured out I will release it to everyone.

I couldn't tell what ur looking to do. What tittle area and u said in a search and there was no pic from it. I can try to help but need more info. Plus I can't wait till ur done. It looks sweet. I prefer black backgrounds

Papa Smurf151 said:
I couldn't tell what ur looking to do. What tittle area and u said in a search and there was no pic from it. I can try to help but need more info. Plus I can't wait till ur done. It looks sweet. I prefer black backgrounds
Click to expand...
Click to collapse
This might help. the title is black so in my other screen shot you could not see them.

Hey I can't help technically either but as far as moral support, the pics look great, and I too am excited for your release. Good work man!
Sent from my PC36100 using XDA App

Ill use it as is thats sweet

rujelus22 said:
This might help. the title is black so in my other screen shot you could not see them.
Click to expand...
Click to collapse
Ah I c I c. If u don't mind...if ur still having a problem hit me up on gtalk tomorrow. I'm home all day and can look at it asap. [email protected]. or u can send me a link to a dropbox of the files via pm and ill give it a look over. In doubting its a smali thing but maybe just not the right XML.

Dozenboy0012 said:
Ill use it as is thats sweet
Click to expand...
Click to collapse
You can have it now if you want.
Papa Smurf151 said:
Ah I c I c. If u don't mind...if ur still having a problem hit me up on gtalk tomorrow. I'm home all day and can look at it asap. [email protected]. or u can send me a link to a dropbox of the files via pm and ill give it a look over. In doubting its a smali thing but maybe just not the right XML.
Click to expand...
Click to collapse
Here is the apk so anyone who wants can take a look and see what they can do with the title color.
Vending-3.0.26.zip
To install. extract the apk from the zip and push it to /system/app/Vending.apk

rujelus22 said:
You can have it now if you want.
Here is the apk so anyone who wants can take a look and see what they can do with the title color.
Vending-3.0.26.zip
To install. extract the apk from the zip and push it to /system/app/Vending.apk
Click to expand...
Click to collapse
Thanks man. I was hoping to get a peak at it before release so I could hook u up and let u release it. But oh well. Ill still look at it and hopefully repost here in a little bit

Papa Smurf151 said:
Thanks man. I was hoping to get a peak at it before release so I could hook u up and let u release it. But oh well. Ill still look at it and hopefully repost here in a little bit
Click to expand...
Click to collapse
That would be awesome. I have been pulling my hair out over this one.

rujelus22 said:
That would be awesome. I have been pulling my hair out over this one.
Click to expand...
Click to collapse
Just decompiled it. Give me a little bit of time to look it over

rujelus22 said:
That would be awesome. I have been pulling my hair out over this one.
Click to expand...
Click to collapse
Hey hit me up on gtalk. [email protected].
I decompiled apk and as precaution I always try to recompile before I mess with anything and my apk manager us giving me back errors. What were u using to recompile. Easier if u just gtalk me

Awesome. Thanks for working on this. I tried to just change the icon for the market the other night, but did it wrong somehow. (Hmmmm, actually, I never tried it with a reboot...have to try again )
Anyhow thanks. And just my luck, black and blue. all the theming I use is black and blue.
Sent from my PC36100 using XDA Premium App

really nice keep us updated on this

scottspa74 said:
Awesome. Thanks for working on this. I tried to just change the icon for the market the other night, but did it wrong somehow. (Hmmmm, actually, I never tried it with a reboot...have to try again )
Anyhow thanks. And just my luck, black and blue. all the theming I use is black and blue.
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
looking forward to it.

redbeard46 said:
looking forward to it.
Click to expand...
Click to collapse
No, I was just trying to steal the icon out of the market I currently have and swap it into the new one.
But new market doesn't have a file of same name, and uses a few that look like may be the icon, so I couldn't figure out which one to swap out.
Sent from my PC36100 using XDA Premium App

Still working on it. have not been able to find the title text color yet. Everything else is going great. If anyone has any smali experience I would love the help. I am almost 100% positive at this point that it is going to be a smali edit.

rujelus22 said:
Still working on it. have not been able to find the title text color yet. Everything else is going great. If anyone has any smali experience I would love the help. I am almost 100% positive at this point that it is going to be a smali edit.
Click to expand...
Click to collapse
I had a friend look at the smali and said he couldn't find it. Ill have more time to dive in tomorrow

Good work.
I like it.
But I am using Samsung Galaxy S (DeepBlue ROM 1.0, 2.3.4), and I have noticed that:
1) apk itself is missing Market Icon
2) Market App is missing Launcher Icon
Can you please explain to me, what is wrong. More over, your Vending.apk can't be used to update stock Market (well, using TransBlue Market 2.3.6 now), by simple install, like original 3.0.26 Market can.
Not so big deal, when I can move this new market to /system/app myself, but using update is more confort, because I can uninstall it anytime.
Is there any solution to those problems? Font color is not my issue, since I am using modded framework, which do include such font color changes, so this Market works as it should.

Related

[Theme][Swype_HVGA] Metamorphs - Update: Added black keys with blue glow

So I couldn't find any hvga morphs for swype since mostly all of them are now for the wvga resolution screens. I converted this one over from one that Sneaky_Zekey made over @ DroidForums.net.
Update: Black keys with blue glow added, red is next
This does work with the newest beta, aka 2.4.x. This is not an APK
You need Metamorph installed to use this. Instructions and 3 more themes by hoey2011:http://forum.xda-developers.com/showthread.php?t=688131
Thanks to hoey2011 and theimpaler747 for their patience and taking some time to help out a noob.
Please Enjoy!
If you want more dumped to hvga just let me know. Not sure yet how to go about making custom themes but I'm looking into it.
Edit:It still needs some work. Trying to figure out why the swype icon on the swype key is cut off(any help is appreciated). Oh, and if it doesn't stick right away, just do a reboot, not sure why that is but it works.
{
"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.droidforums.net/forum/droid-themes/62702-metamorph-themes-swype.html All Credit goes to Sneaky_Zekey since he originally made the morph. I will try to cross link these.
Download Black with Green glowhttp://www.mediafire.com/file/rm8f9gxdcq7cgjc/Blackgreenglowswype.rar
Download Black with Blue glowhttp://www.mediafire.com/file/46feni45fecuu81/Black_blue_glow_swype.rar
good job
im glad some one is finally trying to get them on other devices, i only have the droid 1 so its hard for me to know the sizes for other devices. good job and thanks for crediting me. if you need help i can try but doubt id be much help since my device i have lol
Found a nifty program to scale the pngs from your original theme. Had to look at the resolutions from a hvga and scale accordingly. Still cant figure out why the green swype button in portrait is offset like in my screenshot.
looks good.. minus the offset S.. was wondering if u could do a red one... i see one posted on Sneaky_Zekey thread... TIA
this looks great. I actually tried to do this myself for my Hero, (not a metamorph - just renaming, resizing and dropping the png's into the apk and resigning it), and it worked well enough, but not only was my swype button offset, but my go and sym buttons were at the very bottom of the screen as well, half cut off.
I think part of the issue with the Swype key is that it does not have the same proportions as the HVGA one. The HVGA size is 28x20, I think.
I've attached a few of the resized and renamed pngs from the version I tried to port. Hopefully if you have time you could package them into a morph of the blue version for me with the other files needed (swypelogoicon.png, etc.)
PM me if anything else is needed!
And thanks, Sneaky_Zekey and mrakattack.
bk718 said:
looks good.. minus the offset S.. was wondering if u could do a red one... i see one posted on Sneaky_Zekey thread... TIA
Click to expand...
Click to collapse
I made a red one. Let me know if you want it.
BTW, it has a red tracer too.
I also have a red shapewriter too,
YoungSinema said:
I made a red one. Let me know if you want it.
BTW, it has a red tracer too.
I also have a red shapewriter too,
Click to expand...
Click to collapse
i was looking for a red glow similar to the green in the OP.... but those look good... yeah i'll definitely take'm... thanx
bk718 said:
i was looking for a red glow similar to the green in the OP.... but those look good... yeah i'll definitely take'm... thanx
Click to expand...
Click to collapse
I'll just make the glow one for you instead. Give me about 15 minutes.
BTW, I have 1.60. What version do you have?
YoungSinema said:
I'll just make the glow one for you instead. Give me about 15 minutes.
BTW, I have 1.60. What version do you have?
Click to expand...
Click to collapse
i have 1.60 as well.. thanx..
I want it bad where can I get it bro
Sent from my HERO200 using XDA App
I'll convert more tomorrow. Stuck at work all day today. Oh know any way of morphing the tracer?
Sent from my HERO200 using XDA App
Do you still have this I love the way it looks and would definitely live to have it... i
YoungSinema said:
I made a red one. Let me know if you want it.
BTW, it has a red tracer too.
I also have a red shapewriter too,
Click to expand...
Click to collapse
Sent from my HERO200 using XDA App
Going to try to convert as many morphs as I can find. If you find one you want done either post the link here or pm me.
Sent from my HERO200 using XDA App
bk718 said:
looks good.. minus the offset S.. was wondering if u could do a red one... i see one posted on Sneaky_Zekey thread... TIA
Click to expand...
Click to collapse
You mean the red glow? Yea, I'll get started on that today.
Sent from my HERO200 using XDA App
Since the "s" swype button is an image, if it's not just the wrong size you might be looking at an xml edit for placement.
Sent from my HERO200 using XDA App
YoungSinema said:
I made a red one. Let me know if you want it.
BTW, it has a red tracer too.
I also have a red shapewriter too,
Click to expand...
Click to collapse
how did you get the tracer to change, every time i try it kills swype function
To change the tracer I just went into the lib folder. Then the armeabi folder, then opened the libSwypeCore.so file using HxD Hex Editor. I only changed the values loacted at 557D8 - 557DB.
I'm about to post my Swype.apk in just a sec, I wanted to remove the Sin Hero off the keyboards so people won't have to be stuck with it on theres.
sneaky_zekey said:
how did you get the tracer to change, every time i try it kills swype function
Click to expand...
Click to collapse
as I said be4, i dont use morphs, i think u can just stick the changed libswypecore.so in, but I'm not sure. If you need help theming the libswypecore.so (or have no idea what im talking about) pm me.
Red & Black themed Swype
I recommend uninstalling your current version of Swype, then installing this one. You may lose your dictionary, but it's the only way I think it'll work.
YoungSinema said:
I recommend uninstalling your current version of Swype, then installing this one. You may lose your dictionary, but it's the only way I think it'll work.
Click to expand...
Click to collapse
If you backup data with titanium backup before uninstalling, then uninstall the old one, install the new one, and restore data, you'll have all of your dictionary still there.

Dark Vanilla Lockscreen Mod

So I am not a big fan of the stock Droid X lockscreen, however I do like the regular Vanilla Lockscreen. Over on XDA I found some dark vanilla lockscreen sliders and decided to mod them for my Droid X.
As of right now I haven’t added a vibrate icon with the right slider. Sliding from right to left will either turn sound on, or turn on vibrate mode. Also they are only supported in portrait mode.
Also I am not responsible for any and all damage this may do to your phone/device, neither is wjddesigns.com.
Also please bear in mind I am not a themer or a dev, just sharing something.I use for my own personal device.
UPDATE 10/11/2010
Now with easy Metamorph Installation!
DOWNLOAD AND INSTRUCTIONS HERE:
http://www.gizmoninja.com/2010/10/08/dark-vanilla-lockscreen-mods-for-droid-x/
Credit goes to ghostlypickel on XDA for the pngs, I just packaged them up. And credit to MrBobrowitz for the Galaxy S Framework and theme! All I did was edit lockscreen pngs! Best theme around Galaxy S!!! Credit to drod2169 for his rubiX ROMs. Credit to P3droid & Team Black Hat for Tranquility and Froyo Leaks.
MrDanger for Metamorph theme package.
{
"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"
}
Yeah, this is pretty slick. I love the mod but unfortunately, whether I try to flash this before or after a theme (like you said in the OP) I lose part of the theme (or statusbar mod) I'm running. They (framework mods) seem to overwrite each other.
Very cool mod though.
Yeah its a pain ...if u tell me or link me to the theme you are using I can add it to that framework-res.apk for you..
OP,
You should upload the lockscreen buttons as a metamorph theme... that way, it will only replace the lockscreen on a persons Droid X, no matter what theme they have.
I can do it for ya if you want.
MrDanger said:
OP,
You should upload the lockscreen buttons as a metamorph theme... that way, it will only replace the lockscreen on a persons Droid X, no matter what theme they have.
I can do it for ya if you want.
Click to expand...
Click to collapse
That would be great...im away from my PC today...
Shoot me a PM and I can email you the pngs if you want...
Thanks and cheers
acidbath5546 said:
That would be great...im away from my PC today...
Shoot me a PM and I can email you the pngs if you want...
Thanks and cheers
Click to expand...
Click to collapse
No need to email. It's packaged up and ready for shipment boss. (Check you PM)
MrDanger said:
No need to email. It's packaged up and ready for shipment boss. (Check you PM)
Click to expand...
Click to collapse
Great job man! Thanks again
acidbath5546 said:
Great job man! Thanks again
Click to expand...
Click to collapse
nice! did you post it somewhere then?
byproxy said:
nice! did you post it somewhere then?
Click to expand...
Click to collapse
Yeah...sorry wordpress messed up in me...link is up ...just follow link in first post.
wat theme are u using???
djtoonjr said:
wat theme are u using???
Click to expand...
Click to collapse
Right now my own vanilla mix....but in the pics I was using galaxy s with grey bar.
amazing. i applied the metamorph, and there is now almost 0 lag when unlocking. seems almost impossible that the stock images were causing the lag before. placebo effect, perhaps?
Sent from my DROIDX using XDA App
Hey I looked around and I couldnt find the instructions for the metapmorph install. Im a total noob when it comes to that so would you please post the instructions if it aint too much troubl? Thanks in Advance
Tribal Reaper66 said:
Hey I looked around and I couldnt find the instructions for the metapmorph install. Im a total noob when it comes to that so would you please post the instructions if it aint too much troubl? Thanks in Advance
Click to expand...
Click to collapse
Instructions on Metamorph:
Download Metamorph (Market app)
Open Metamorph and Start Checks
Choose "Unzip/Extract new theme"
Navigate to where you downloaded the Metamorph theme. (There is an arrow button at the bottom right that will take you to the root of your sdcard)
Choose the .zip and select "Apply all!"
The phone will reboot and you will be forced to enjoy your new lockscreen
just noticed when taking the X off of the car dock that the stock sliders are still there in landscape. just thought you'd like to be aware.
Sent from my DROIDX using XDA App
mortodestructo said:
just noticed when taking the X off of the car dock that the stock sliders are still there in landscape. just thought you'd like to be aware.
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
Haha... I was wondering what those .png's was for. I was like... who uses landscape lockscreen?? Makes sense now
MrDanger said:
Haha... I was wondering what those .png's was for. I was like... who uses landscape lockscreen?? Makes sense now
Click to expand...
Click to collapse
Lmao...yeah it reverts to stock while in landscape...which really only happens when using cardock...
These were made by me. I had to actually kinda make them (Even though HTC made them), the lock, and several other things I had to manually put on the image, but I think it turned out nice. I'm excited that you liked them. I was going to package them up, but I had no idea if the leaked framework apk would work on stock. Again awesome work, and thanks.
Oh, and if sounded rude with my starting sentence, I was wasn't trying too.
ghostlypickel said:
These were made by me. I had to actually kinda make them (Even though HTC made them), the lock, and several other things I had to manually put on the image, but I think it turned out nice. I'm excited that you liked them. I was going to package them up, but I had no idea if the leaked framework apk would work on stock. Again awesome work, and thanks.
Oh, and if sounded rude with my starting sentence, I was wasn't trying too.
Click to expand...
Click to collapse
I %100 percent know you made them...if you click on the link where the download and instructions are you will see credit to you, I definetly take 0 credit for any theming here..all I did was the easy part and package them up...and MrDanger did the Metamorph...
Edit:
Copy and pasted credits to first post here as well.
acidbath5546 said:
I %100 percent know you made them...if you click on the link where the download and instructions are you will see credit to you, I definetly take 0 credit for any theming here..all I did was the easy part and package them up...and MrDanger did the Metamorph...
Edit:
Copy and pasted credits to first post here as well.
Click to expand...
Click to collapse
No, no. I wasn't claiming you made them or took them. I was just saying. It's all good. I'm glad you liked them enough to make this. No disrespect bro.

[Theme] Got Them Sense 3.0 Blues:Updated 6/8/11 LINK IS UP!!!!!!!!!

Working On Any Rom That Is Based On Virus's Kingdom Port
OK, I took Burst's transparent theme and blued it up a little bit. This is the first time I tried to do something like this so take it easy on me. It still needs a lot of green taken out and made blue but just wanted to see if people liked before I spent even more time on it. I haven't went through the apps yet to swap out the app icons but I have a blue icon pack that you can use with something like folder organizer that way you can have matching icons until I get them swapped out. I would like to thank Burst for his awesome transparent theme, Iaccax for for allowing me to use some of his images and apk's and for just being nothing but awesome when I would need help or ask to use some of his work I can't thank u enough, Edint3000 because I used some of his images and app icons from his steel theme, Jeffsanace for answering some questions I had and jeffhbo for helping me swap out out some app icons.
6/8/11: Added in some white from Burst's new theme, themed the browser a little more, replaced some icons in the rose and the personalize folder, added back the modded idle_screen base due to Burst fixing the wake lock, Got the modded weather lock screen, added custom bootanimation by aph, themed dialer by iaccax, themed calculator by fdb8231. I'm sure there is more but that's all I can think of right now. This will most likely be the last update for awhile due to adopting a troubled family members child and needing to work extra hours to help pay for her. Thank u to Iaacax, Burst, Virus, Fdb8231, Magnusragnarok, Preludedrew, Jeffsanace, all the people who have left some of the nicest comments in my thread u have no idea what that has meant to me and Xda for giving people a place to go to learn and create some amazing stuff. If I missed anyone I'm sorry. I'm really tired and my memory isn't so great right now.
Got Them Sense 3.0 Blues v2.0:
http://www.mediafire.com/?qce4j3rcl4jid4f
{
"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 my brother for taking the screen shots.
Edit: If u have flashed my theme or a theme that affects the lockscreen besides the unlock ring u are going to need to flash this if u don't want to do a full wipe. This should fix the wake lock without having to do a full wipe. So, boot into recovery and wipe cache/dalvik then flash this http://www.mediafire.com/?03v7pa0oczb4fpz . Then I would reboot the phone and let it boot up and then back to recovery and wipe cache/dalvik and then flash theme. U may not even have to reboot in between flashing the fix and theme just a suggestion.
Here is a keyboard I did to go with the theme if anyone is interested.
http://www.mediafire.com/?gxsiztsv01ud12t
Here is the original font that is in the screen shots if anyone doesn't like the font that I switched to. http://db.tt/DiEZzl8
Colored Task Bars By Iaccax
Hint Of Dark Blue:
http://www.mediafire.com/?1f7v881cam7c98t
Bright Blue:
http://www.mediafire.com/?46zd1w14sc1q8ib
Thank U Iaccax!!
reserved
10chars
Reserve 1 more just to look cool.
Nice job!! I like it and will be flashing!!
irishgreen said:
Nice job!! I like it and will be flashing!!
Click to expand...
Click to collapse
Thank u. I hope u like.
Looks really cool so far! Great work! I have some really cool blue icon packs with and without backgrounds. I attached a few icons from one of the sets. Let me know if you'd like me to upload the entire set or if there is anything I can do to help. I'd be happy to help replace the icons in the app's apk files. Either way keep up the good work.
jeffhbo said:
Looks really cool so far! Great work! I have some really cool blue icon packs with and without backgrounds. I attached a few icons from one of the sets. Let me know if you'd like me to upload the entire set or if there is anything I can do to help. I'd be happy to help replace the icons in the app's apk files. Either way keep up the good work.
Click to expand...
Click to collapse
Nice. Ya, definitely. Those look great. If u want to swap some out that would be awesome. I will give u credit for any work u want to do. I could always use the help. Thanks.
Tiffany84 said:
Nice. Ya, definitely. Those look great. If u want to swap some out that would be awesome. I will give u credit for any work u want to do. I could always use the help. Thanks.
Click to expand...
Click to collapse
Awesome! Glad to hear it. So should i just download and modify the file from the link in the first post?
Looks good Tiffany I see you're moving up and learning!
Sent from "The EVO" using XDA Premium
jeffhbo said:
Awesome! Glad to hear it. So should i just download modify the file from the link in the first post?
Click to expand...
Click to collapse
Ummm, that would be fine but the majority of apps aren't built into the zip yet so you would just have to download them from the market or whatever and then modify. Whenever u get something complete just let me know and I'll add it to the op.
Looks great. Nice work.
Sent from my PC36100 using XDA Premium App
jayharper08 said:
Looks good Tiffany I see you're moving up and learning!
Sent from "The EVO" using XDA Premium
Click to expand...
Click to collapse
Thank u. Ya, I'm trying. Still got a LONG way to go but gotta start some where. Thanks again.
Here are the sample icons and homescreen pictures I mentioned in my last private message. I'll upload some icon packs in a second post. Let me know what you think
Hey gurl ....I have my theme up but not 100% complete ....still working on inverting the text still but my version is 100% readable
Sent from my PC36100 using XDA Premium App
Can somebody please port this to the 2.1 roms. Please
iaccax said:
Hey gurl ....I have my theme up but not 100% complete ....still working on inverting the text still but my version is 100% readable
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
So are u saying this isn't 100% readable? Your theme looks great by the way.
Sent from my PC36100 using XDA Premium App
Real nice job.
djwalter said:
Real nice job.
Click to expand...
Click to collapse
Thank u. I really appreciate it.
Sent from my PC36100 using XDA Premium App
Well... it's good enough I'm taking it to host.
http://sacs.arave.co
or... if the subdomain doesn't work for you...
http://arave.co/sacs/
That's turning into a generic Sense 3.0 site, rather than a focus on Sac's roms :-/
*sigh*
I'll redo the subdomain and header later, I suppose.
Or - since arave.co hasn't turned into what I wanted (or anything else, for that matter), I could just make it into a Rom and theme hosting site.
Thoughts?

[Update][Teaser] Aura (GC GBE2.1 Theme)

Been working on this for a few days, still in the "there's still a lot of things that i want to do" phase. But i figured I'd share a little bit and get some feedback. P.M. me if you'd like to test it when it gets close to being done.
Update: Getting close to testing stage. Still a couple of .apk's i want to get to and a few tweaks i want to finish before season starts. Pictures give a general idea, but expect it to change based on what my mood is for the day. =) Should note that screenshots look more grayish than it really is. Much more blue than gray.
{
"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"
}
Instead of changing the color of the time in the status bar why not just remove it?
Sent from my SCH-I510 using xda premium
cbrown245 said:
Instead of changing the color of the time in the status bar why not just remove it?
Sent from my SCH-I510 using xda premium
Click to expand...
Click to collapse
I still have the habit of looking up at the corner even though i have the widget on screen. But that is a good point and i will take care of it.
Endless2232 said:
I still have the habit of looking up at the corner even though i have the widget on screen. But that is a good point and i will take care of it.
Click to expand...
Click to collapse
I think it looks slick! Kind of reminds me of the Synergy Theme Chooser theme. I ran that theme for like 7 months on my OG Droid lol. Any chance of a bigger screenshot so we can see all the details?
spc_hicks09 said:
I think it looks slick! Kind of reminds me of the Synergy Theme Chooser theme. I ran that theme for like 7 months on my OG Droid lol. Any chance of a bigger screenshot so we can see all the details?
Click to expand...
Click to collapse
Thank you, and yes sir. recheck OP.
Endless2232 said:
Thank you, and yes sir. recheck OP.
Click to expand...
Click to collapse
Very very nice! I would pay for this theme! One question though, is it the pic, or are the signal icons a little off?
Just a little off. Just fixed that actually. haha.
Endless2232 said:
Just a little off. Just fixed that actually. haha.
Click to expand...
Click to collapse
Either way, still a badass theme! Can't wait for this to get released!
I remembered to click the "Thanks" button this time!
spc_hicks09 said:
Either way, still a badass theme! Can't wait for this to get released!
I remembered to click the "Thanks" button this time!
Click to expand...
Click to collapse
I wouldn't thank me until i finish it. But I appreciate it. Did you figure out what was up with your SystemUI.apk? And I re-uploaded the image with the fixed signal bars. haha.
Endless2232 said:
I wouldn't thank me until i finish it. But I appreciate it. Did you figure out what was up with your SystemUI.apk? And I re-uploaded the image with the fixed signal bars. haha.
Click to expand...
Click to collapse
Just makes me want it more and more! Lol.
Never got it fixed but I'm still working on it haha.
spc_hicks09 said:
Just makes me want it more and more! Lol.
Never got it fixed but I'm still working on it haha.
Click to expand...
Click to collapse
I don't know if this will help but this is the process i would use if i were you.
Pre:
1. download apktool from here and here. Extract the files and place them in your C:Windows directory.
2. ADB pull /system/framework/framework-res.apk and /system/framework/twframework-res.apk
3. in CMD prompt, type "apktool if framework-res.apk.
4. In CMD prompt, type "apktool if twframework-res.apk"
That sets your framework files so you should have no errors while decompiling and compiling .apk's in APKmanager.
APK manager:
1. 0: adb pull /system/app/SystemUI.apk
2. 9: decompile apk
3. go into projects folder, make changes to images.
4. 11: compile apk.
4a. Type "y" when it asks if it is a system app.
4b. type "y" when it asks if you would like to reduce the #of errors by copying files.
5. go into the "Keep" folder in your apkmanager directory and delete the /res/drawable-hdpi folder (or whatever folder the images you edited are in).
6. go back to APKmanager and hit enter.
7. 8: ADB push /system/app/SystemUI.apk
Hope that helps. Let me know if it doesn't.
Looks nice!
Looks good
Sent from my Gummy Charged GBE 2.1 using Tapatalk
Good job looks nice so far!
What launcher is this? I like the call/text buttons. Will this only work on GC GBE? Or will it work with any EP3 roms?
thac23 said:
What launcher is this? I like the call/text buttons. Will this only work on GC GBE? Or will it work with any EP3 roms?
Click to expand...
Click to collapse
Go launcher ex. Then I used simple text icon maker to make the icons. For now its just gc. But maybe eventually on e3ph
Sent from my Gummy Charged GBE 2.1 using XDA App
Endless2232 said:
Go launcher ex. Then I used simple text icon maker to make the icons. For now its just gc. But maybe eventually on e3ph
Sent from my Gummy Charged GBE 2.1 using XDA App
Click to expand...
Click to collapse
Oh wow, never saw that app, thanks a bunch. Good job on the theme too, it looks awesome!
WHEN CAN I HAVE IT!?!
spc_hicks09 said:
WHEN CAN I HAVE IT!?!
Click to expand...
Click to collapse
+ 1
Sent from my Gummy Charged GBE 2.0 using XDA App

Working on octane framework theme..

Question is: anybody using octane that is interested? maybe some collaboration?
Btw: I started this as just a learning experience, not to Kang any of raver's awesome work.
Pretty much, I'm just interested in playing with the systemui.apk and framework-res.apk, so if anyone has some cool tips or knows of a good tutorial, feel free to chime in.
{
"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 just need to build my post count in the other forums so I can actually communicate on the dev posts!
I like that
Sent from my SGH-T959V using XDA App
Hey bro, I've been kind of doing the same thing. I've taken icons I like (That all flow together, too) from a bunch of different ROMs, and a few other fun things. Hit me up by PM if you want to collab and see what we can come up with!
I've been more or less trying to theme octane more like his BSGS
PS Friggin LOVE your wallpaper... I had the same one all last week! XD!!
tehgyb said:
Hey bro, I've been kind of doing the same thing. I've taken icons I like (That all flow together, too) from a bunch of different ROMs, and a few other fun things. Hit me up by PM if you want to collab and see what we can come up with!
I've been more or less trying to theme octane more like his BSGS
PS Friggin LOVE your wallpaper... I had the same one all last week! XD!!
Click to expand...
Click to collapse
Could you try and take icons from miui? Those are gorgeous.. well some of them lol
Sent from my SGH-T959V using xda premium
josepresas said:
Could you try and take icons from miui? Those are gorgeous.. well some of them lol
Sent from my SGH-T959V using xda premium
Click to expand...
Click to collapse
Which icons? Battery/Wifi/Signal/etc?
Or you do you mean the app icons?
Sounds great guys. I've been working third shift this weekend and a bunch of crap, sorry. I have some ideas that I've been wanting to draw out, I'll update soon.. Hmm now I probably won't sleep tonight!
Sent from my SGH-T959V using XDA App
DoeblerDan said:
Sounds great guys. I've been working third shift this weekend and a bunch of crap, sorry. I have some ideas that I've been wanting to draw out, I'll update soon.. Hmm now I probably won't sleep tonight!
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
Word. I'm working on getting the MIUI icons now.
So far I've got:
-Audiophile sound tweaks
-BSGS4g Pull down notification background (Transparent, I like it more lol)
-Almost all notification icons are blue themed (Excluding app notifications)
-Both ADW and ICS launchers pre loaded
-Debloated (A bit more ;p)
-Tegrak profile pre loaded in SD - 1.2ghz OC with UV settings, for anyone who favors tegrak
-Wifi files from the official release. I can't say 100% if its a big difference, but it seems such so far, I normally get ~2-3 bars in my room, and now I have like 4-5. Needs testing.
Not that I'm trying to build a new ROM out of it, just playing, customizing, tinkering... you know ;P
I haven't really found a set of icons from MIUI that I like much yet... you guys want just the plain white icons??
I did find these though
You can add some dimension to the bars in the pulldown which will really make it pop and be unique. Theme looks incredible!
doeblerdan,
Could you possibly post the blue splash wallpaper pictured in that photo? I know its stock with some ROMs, but i switched to a new one recently and its not avaikabke anymore and I'm really missing it!
Sent from my SGH-T959V using XDA App
What are you guys using to theme octane?
I tried to use The UOT kitchen but I softbricked my phone =/
Do I only cook just the framework.apk?
uLose said:
What are you guys using to theme octane?
I tried to use The UOT kitchen but I softbricked my phone =/
Do I only cook just the framework.apk?
Click to expand...
Click to collapse
I'm just opening it in 7zip and playing with things ;P
Most of what you see on your screen is held in SystemUI.apk and Framework-res.apk (Not including most app icons/images, theyre in the app's APKs)
So do I open framework.apk and SystemUI.apk with 7zip and then push them back in?
uLose said:
So do I open framework.apk and SystemUI.apk with 7zip and then push them back in?
Click to expand...
Click to collapse
You could. What I've been doing is extracting the drawables, working with them, then putting them back into the apks.
New pics of where I am at so far... If anyone wants a copy of where I am at the moment to try it out, shoot me a PM and I'll send you a DL link. Itd be nice to get some input from other users to see where I can go next with it ;P
Also if anyone knows how to change the background color of the menu that pops up, for instance when you are on your home screen and hit the menu button, could you please let me know? XD Right now its like a gray, and the letters are almost unreadable =X
EDIT: Uploaded NEW screenshots. mms, dialer, switched to older ICS and colored it all, app icons, etc etc etc.
New updates =)
So far:
-Changed almost every single system icon
-Themed almost every stock app icon
-Themed MMS app
-Colored ICS launcher blue (Everything!)
-Changed Dialer numbers to blue (more visible IMO)
-Themed the pattern lock a bit
-SOME lockscreen theming
-Changed the dropdown notification background(Also transparent), will be changing the text to a nice blue soon.
-Its almost entirely blue/black/white
What needs to be done:
-Menu background coloring (as you can see its grey, with grey lettering, eww) If anyone know an easy way to fix this let me know. So far every method I've tried ends with failure and me getting a new keyboard after bashing my head off of it.
-Dropdown notification text color
-Probably more locker based theme work coming up...
Anything else you guys would like to see in here??
Looking swell!
sorry for my hiatus, berm having laptop troubles. Back in business soon!
Sent from my SGH-T959V using XDA App
are you going to eventually share this? It looks great
DoeblerDan said:
Looking swell!
sorry for my hiatus, berm having laptop troubles. Back in business soon!
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
XD I was wondering where you disappeared to man! I almost started feeling bad because I kind of jacked your thread ;P Let me know if you want a DL for the latest version I have so far
candler33w said:
are you going to eventually share this? It looks great
Click to expand...
Click to collapse
Yeah when I'm done I'll post a whole new thread with a download and everything. In the mean time if you'd like to in a sense beta test and send me any bugs or suggestions you may have, I can definately send you a download ;P
Edit:
Finished the dropdown notification text colors, and the option menu bg coloring. Check out the screenies for details!
tehgyb said:
XD I was wondering where you disappeared to man! I almost started feeling bad because I kind of jacked your thread ;P Let me know if you want a DL for the latest version I have so far
Yeah when I'm done I'll post a whole new thread with a download and everything. In the mean time if you'd like to in a sense beta test and send me any bugs or suggestions you may have, I can definately send you a download ;P
Edit:
Finished the dropdown notification text colors, and the option menu bg coloring. Check out the screenies for details!
Click to expand...
Click to collapse
cant wait until you post it. looks nice!

Categories

Resources