[Theme][2.17base]Onepagebook-InsertCoin Version 9.3.0 - HTC One X

OK folks,
This is the whole theme pack for Great rom , IsertCoin 8.05 --->Kudos to Baad
I have long time never done this since RCmix @ DHD,
(you can still check out my sig for more info about what I did)
so bear with me if you find something weird, and please let me know.
Themed Files:
Basically what I do for the theme included about most system/app along with com.htc.resource and framewrok-res
That's around more than 3000 PNGs
I most likely resize or grab my previous work and optimized those pngs.
Code:
[B][COLOR="blue"]Credit[/COLOR][/B]:
However, part of my work idea or Pngs come from [COLOR="darkbrown"]CoreDrid[/COLOR]. so they are the first one I have to appreciate .
Also, the wifi icons are from the great Themer [COLOR="Navy"]kalagas[/COLOR]. Thanks
Also I must give the courtesey credit for my mentor, [COLOR="Blue"]orkorleve[/COLOR], he let me use some of pngs long times ago those are also in use for this theme pack.
If I forgot to give "thank you" to whom I need to, please let me know.
here is the list of system app I mod/themed
{
"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"
}
then some of the screens here..you gota play them around to check
**************************************************************************************************************************************************************
08/09/2012 update
hold on a bit
grab here
If you guys have any question, you guys are very welcome to ask @ this thread
Hit the thank you buttons hard as many as you can
====================================================================================================
OK, now, we have kinda fun part,
download the patch..and try to check out after you flash
that's the old way I and Nick played on our DHD theme
and now, Nick(Rayford85) just turned it to One-x now..
Big Thanks to him..bro
ok, if you guys need to get your own favor picture, here are the ways to do..
use un-rar or unzip program on your computer to open rosie and systemui up, not unzip/unrar
for Rosie appdrawer background, you have to use 827x1240 "jpg" ONLY and put it under drawable-xhdpi folder to replace what I put in there
for systemui pull down menu background
you need to have image type png for 827x1240 and name as statusbar_background.png
now have fun
Grab it here:
http://d-h.st/MCP
and of course, the results look like the below:
=========================================================================================================================
08/13/2012 update:
I just look at the IC 9.1.0 baad updated, so all we need to do is flash the below zip under recovery,
I did integrated and fix playstore icon.
just flash this on top of the main theme pack and the last one I updated
remember you have to flash the right order..
1. the main pack
2.rosie and systemui background update
3. Today's update.
If you are done for 1, and 2..the only thing you need is update today's pack
grab here
Code:
Changelog for last update on 08/13
According to IsertCoin 9.0.0 (because 9.0.1 is nothing to do with theme)
re-Theme files:
Browser.apk
IdleScreen_base.apk
Message.apk
Playstore.apk
Rosie.apk
That's all
===========================================================
08/17/2012 update:
Rainbow HTC sense IME

Nice!
I used your themes back in the DHD (together with Rayford). Thank you.
Wish: That black Navbar at the bottom of the Rosie, I hope that one day it will be gone and permanently be transparent. I wish for your theme to have this desperate wish granted.
Cheers!

Awesome theme! Looking forward to seeing more additions to make it even better.
Only 1 request opb - can the numbers & symbols on the stock keyboard be changed to make them more visible? Maybe blue like the direction keys at the bottom of the keyboard layout.
Edit: just noticed my clock doesn't have the same design as yours (circular lines), my play store icon & several other items remained the same & my folders when opened looks like stock & not like the image above. :crying:

Great work mate!!!!:thumbup:
Htc One X Venom ViperX Rom + faux123 s kernel + Rezound Mod

Damn Kevin, You brought the old theme back from the dead Looks good bro. I think I might have to flash IC @ the weekend & give the theme a run. As always if you need anything just ask.
---------- Post added at 06:59 PM ---------- Previous post was at 06:59 PM ----------
krohme said:
Awesome theme! Looking forward to seeing more additions to make it even better.
Only 1 request opb - can the numbers & symbols on the stock keyboard be changed to make them more visible? Maybe blue like the direction keys at the bottom of the keyboard layout.
Edit: just noticed my clock doesn't have the same design as yours (circular lines), my play store icon & several other items remained the same & my folders when opened looks like stock & not like the image above. :crying:
Click to expand...
Click to collapse
Try changing the skin to aluminum. that should give you the look in the op

rayford85 said:
Damn Kevin, You brought the old theme back from the dead Looks good bro. I think I might have to flash IC @ the weekend & give the theme a run. As always if you need anything just ask.
---------- Post added at 06:59 PM ---------- Previous post was at 06:59 PM ----------
Try changing the skin to aluminum. that should give you the look in the op
Click to expand...
Click to collapse
Cheers ray! I used to love this theme on my dhd - its simply stunning! :victory:
I'm glad to see u folks in this part of xda, good devs with plenty of talent.

all the suggestion listened: D
yeah Nick--->my skillful old teammate, is right, you can change the default skin as almium, I also made some changes there

Onepagebook said:
all the suggestion listened: D
yeah Nick--->my skillful old teammate, is right, you can change the default skin as almium, I also made some changes there
Click to expand...
Click to collapse
Here's something that took us ages to figure out to get rid of the ugly green on the quicksettings toggle buttons. All you need to do is change colors.xml inside your skin (aluminum) to the blue colors you want, then in systemUI.apk inside the AndroidManifest.xml look for line 14 the Application line. at the very end of the string add this simple tag & your toggles will be nice & blue
Code:
allowSkinChange="true">
heres the line from our rom
Code:
<application android:label="@string/app_label" android:icon="@drawable/ic_launcher_settings" android:allowClearUserData="false" android:persistent="true" android:allowBackup="false" android:vmSafeMode="true" android:hardwareAccelerated="false" allowSkinChange="true">

rayford85 said:
Here's something that took us ages to figure out to get rid of the ugly green on the quicksettings toggle buttons. All you need to do is change colors.xml inside your skin (aluminum) to the blue colors you want, then in systemUI.apk inside the AndroidManifest.xml look for line 14 the Application line. at the very end of the string add this simple tag & your toggles will be nice & blue
Code:
allowSkinChange="true">
heres the line from our rom
Code:
<application android:label="@string/app_label" android:icon="@drawable/ic_launcher_settings" android:allowClearUserData="false" android:persistent="true" android:allowBackup="false" android:vmSafeMode="true" android:hardwareAccelerated="false" allowSkinChange="true">
Click to expand...
Click to collapse
Got that done for decompile/compile
will test and post
you guys hang on:victory:
Edit: the eqs toggle color still remained as green, after I change both apk.. weird
krohme said:
Awesome theme! Looking forward to seeing more additions to make it even better.
Only 1 request opb - can the numbers & symbols on the stock keyboard be changed to make them more visible? Maybe blue like the direction keys at the bottom of the keyboard layout.
Edit: just noticed my clock doesn't have the same design as yours (circular lines), my play store icon & several other items remained the same & my folders when opened looks like stock & not like the image above. :crying:
Click to expand...
Click to collapse
yo buddy, Can you actually post some screens what you have to let me check what you said?

Great theme please put some color shades variant also like grey, green etc

Friendstream Widget crashes Sense
Great looking theme guys, unfortunately when using the Sense FriendStream widget it crashes Sense.

thebarsteward said:
Great looking theme guys, unfortunately when using the Sense FriendStream widget it crashes Sense.
Click to expand...
Click to collapse
Thank you..but I tried all 3 of them , did not experience any sense crashed or restart

thebarsteward said:
Great looking theme guys, unfortunately when using the Sense FriendStream widget it crashes Sense.
Click to expand...
Click to collapse
No such problem for me either:laugh:

please download 0808 update [email protected] OP
Thanks
**there are couple update and optimization will be up in couple days after I ask some questions from Nick.
Thanks Nick for great help

I can Not download.
"File Not found"
Can some One Post a new Link PLZ
Thx
Gesendet von meinem HTC One X mit Tapatalk 2
---------- Post added at 05:06 PM ---------- Previous post was at 05:01 PM ----------
One Minute too fast
Big thx for Update.
Gesendet von meinem HTC One X mit Tapatalk 2

A good looking theme, good job !

Could this work on the viper rom.....should I test it or can someone tell me in advance ?
T.I.A :thumbup: great theme by the way !!!!
Sent from my HTC One X using xda premium

MarcelHofs said:
Could this work on the viper rom.....should I test it or can someone tell me in advance ?
T.I.A :thumbup: great theme by the way !!!!
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Viper ROM? what is that? oh I got it now.
I am very sorry that it will upset Master J4n87..and he will say that's illegal usage..
So better NOT use this theme

Onepagebook said:
Viper ROM? what is that? oh I got it now.
I am very sorry that it will upset Master J4n87..and he will say that's illegal usage..
So better NOT use this theme
Click to expand...
Click to collapse
Yeah well.......still no answer
Sent from my HTC One X using xda premium

MarcelHofs said:
Yeah well.......still no answer
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
well as far as I know, Viper ROM still @ 2.05 base, so you won't be able to flash this theme pack .
Sorry buddy

Related

[Theme] MarksTheme for CyanogenMod Rom

New thread for cyanogen 4.2.1 HERE
I've called this 'MarksTheme' because I'm Mark, and I made most of this theme.
I say 'most' because I took some from Enoch and EnochX, some from m_blend (loving the red), and added a load of my own Icons. Credits to the makers of both, particularly drpfenderson maker of Enoch and EnochX which got me started I don't mess with the code, I just add my own optimised png's that I think look good and are optimised to load fast.
The wallpaper you see in the screenshots isn't included, it's one of my photographs (I do that kind of photography for a living).
I will tweak and play with this whenever the mood takes me and time allows. I will update for each new cyanogen release and files are named thus:
MarksTheme-cyanogen version number.my version revision (a, b, c, etc).zip
for example MarksTheme-4.0.4.a.zip
is for cyanogenROM version 4.0.4 and is my revision 'a'.
​
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Download this theme revision b
Now with advanced launcher included (optional), some new icons, keyboard, buttons, stuff, etcetera...
for cyanogen 4.1.11.1 (running on my phone).
for cyanogen 4.0.4 (ported version).
for cyanogen 4.1.9999 (ported version).
Click to expand...
Click to collapse
old versions, revision a
for cyanogen 4.1.11.1 (running on my phone).
for cyanogen 4.0.4 (ported version).
for cyanogen 4.0.4 (with advanced launcher) (ported version).
for cyanogen 4.1.999 (ported version).
for cyanogen 4.1.9999 (ported version).
Click to expand...
Click to collapse
To install:
[*]copy the zip to your SD card,
[*]reboot holding the 'home' key,
[*]perform a nandroid backup,
[*]apply the zip and reboot. [/LIST]
It'll take a few moments longer to boot the first time after flashing a theme.
If you want to remove the theme just reboot and apply your nandroid backup.
Known Issues
Wallpaper Gallery force close ~~ run fix_permissions in console
Click to expand...
Click to collapse
Requests
Battery Icon ~~ for now I'm sticking with the current one
Android Font ~~ hmmm, maybe.
Click to expand...
Click to collapse
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Screenshots:
{
"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"
}
All feedback welcome, constructive and helpful preferred. If you've downloaded it and like it, tell me why, if you didn't like it, also tell me why, and if it fecksup, I probably can't do anything about it.
disclaimer
I am not responsible for the state of your phone, the state of the world economy, famine, war, plague and unfair bank charges.
i am responsible for making your phone look great, national holidays, fast cars and fast women.
very nice! colors and icons are amazing. great job
not sure how the posting "laws" are around here, but i think they might make you take off the screenshots cause of the lady in the background lol
and also! i cant tell if you have themed any of the google apps, but if you did! i think it would be much appreciated if you warned people about those apps being themed. because in my experience the only way that actually works well to restore them is to do the whole htc image recovery flash again, and wipe, and thats a pain. if it doesnt, then ignore this part of my post..
roadrunnerx7 said:
very nice! colors and icons are amazing. great job
not sure how the posting "laws" are around here, but i think they might make you take off the screenshots cause of the lady in the background lol
Click to expand...
Click to collapse
cheers!
My wallpaper is just one of my photographs, one I like and it works great for this, but it's not in the theme, I hope the admins are ok with it, if not I'm sure they'll let me know and I'll redo the screenshots.
i flashed this theme to see what it was like and i have to say this, it is amazing.
things that really stick out.
1. the boot animation is really great and active. i like how each row is right after the one above it (flash it to see what i mean)
2. the icons for the apps in here are beautiful, where did you find them, or did you make them? if you made them, amazing work man.
3. the notification bar is top notch. none of the icons look out of place. they are all put together really well.
4. the widgets look great, i love how the power control widget looks with the wallpaper i have for this (screen shot attached because i think it looks that great.)
5. the launcher tab is simple and elegant.
there is only one thing i can say about this that i would change, which is a very minor thing. i would change the look of the background in the app drawer. like i said that is the only thing and it is amazingly small.
this is a beautiful and professional looking theme Mark, i look forward to what else you will bring to the theme-ing table.
how much is themed? are the google apps themed? i like this one too but i dont want my phone to slow down, or to ahve to deal with themed google apps again. and if you liked it, its gotta be good! lol
Great to have some positive feedback! thanks David!
Some of the apps icons are left overs from enochx, I'm changing alot of them for my own but most of them are already my own work. I've been working on this for months in my spare time.
The background for the app drawer is pretty much a standard carbon-fibre pattern I've seen on alot of themes, maybe all of them, I've tried different opacities and making it lighter and darker, which direction would you like to see with that?
david1171 said:
i flashed this theme to see what it was like and i have to say this, it is amazing.
things that really stick out.
1. the boot animation is really great and active. i like how each row is right after the one above it (flash it to see what i mean)
2. the icons for the apps in here are beautiful, where did you find them, or did you make them? if you made them, amazing work man.
3. the notification bar is top notch. none of the icons look out of place. they are all put together really well.
4. the widgets look great, i love how the power control widget looks with the wallpaper i have for this (screen shot attached because i think it looks that great.)
5. the launcher tab is simple and elegant.
there is only one thing i can say about this that i would change, which is a very minor thing. i would change the look of the background in the app drawer. like i said that is the only thing and it is amazingly small.
this is a beautiful and professional looking theme Mark, i look forward to what else you will bring to the theme-ing table.
Click to expand...
Click to collapse
yes, some google apps are themed, the whole theme is dark so the apps need changing for that, I personally rework market, gmail, email, I think thats all thats covered, you could always download the zip and remove the apk's from the apps you don't want to be changed (might have some issues with the aforementioned dark/light, also some will be changed by the frameworkAPK).
which apps are you concerned about?
I hate a slow theme too which is kept very much in mind, I even optimize every png for fast loading.
roadrunnerx7 said:
how much is themed? are the google apps themed? i like this one too but i dont want my phone to slow down, or to ahve to deal with themed google apps again. and if you liked it, its gotta be good! lol
Click to expand...
Click to collapse
markvarley said:
The background for the app drawer is pretty much a standard carbon-fibre pattern I've seen on alot of themes, maybe all of them, I've tried different opacities and making it lighter and darker, which direction would you like to see with that?
Click to expand...
Click to collapse
i think it is just the stock one from 1.5/1.6 firmware. i think a dark one with mabye a 5 or 10 percent transparency would look great, but this is your theme, so whatever you want to use man.
the icons do look amazing and it shows that you have spent time on them. they look very professional and top notch. all of them, the ones in the notification bar, the app icons, the ones that appear in various pop ups.
this theme is beautiful mark! must say, very well done.
if you start getting alot of requests for the advanced launcher... which people can get relentless about... you can add it as advancedlauncher.apk and keep the launcher.apk as well. allowing users their choice.
would you mind if i used your status bar icons in my plastic theme? they're absolutely beautiful, and i think they'd go well with my theme
Thank you & yes sure, no problem
nebrada said:
this theme is beautiful mark! must say, very well done.
if you start getting alot of requests for the advanced launcher... which people can get relentless about... you can add it as advancedlauncher.apk and keep the launcher.apk as well. allowing users their choice.
would you mind if i used your status bar icons in my plastic theme? they're absolutely beautiful, and i think they'd go well with my theme
Click to expand...
Click to collapse
wow..amazed im about to flash it in right now.. ill post my feeds!!
cant wait for more..
love the lime green..favorite color after blue!..need wallpapers i do graphix..
one problem
this is the smoothest theme ever..
but i had a locked notif. bar...and the screen kept goin out after 10 sec.. even if i was touchin buttons and screen...
any help?
my new theme!!
ANDROID FONTS FOR MY G1..AND NEW THEME!<br>
HOW TO.. must be rooted!!!
DOWNload ANDROID FONT:
http://forum.xda-developers.com/attachment.php?attachmentid=195466&d=1244938862
<br>
TAKE THE YOUr_FONT FOLDER AND EXTRACT IT TO YOUr SDCARD..
RENAME FOLDER TO FONTS so now you should have sdcard/fonts/
then
REBOOT INTO RECOVERY BY PRESSING HOME POWER ON BOOT UP..
THEN GO TO YOUR CONSOLE (ALT+X)
PRESS ENTER : THEN TYPE THE FOLLOWING
mount sdcard
mount system
cp sdcard/fonts/* system/fonts (notice there is a space after the *)
umount sdcard
umount system
reboot
enojoy!
Hey thanks for the .9999 port installing now
nice work!
Great looking icons, good color combos and a slick notifications bar! I'm gonna have to check this out.
Thanks! Look forward to your contributions in the future.
mrnv45 said:
this is the smoothest theme ever..
but i had a locked notif. bar...and the screen kept goin out after 10 sec.. even if i was touchin buttons and screen...
any help?
Click to expand...
Click to collapse
Honestly, no idea, I've not tried the .9999 version myself, the 4.1.11.1 works fine I know that much, mostly I just ad my own image files, I'm not a coder so can't help further.
Most of the .9999 is enochx, I changed most of the .png's to my own, you could try the enochx and if thats fine then it's my bad, if not it's not
Mark, thats a really nice theme you got there.. only thing I dont like if you dont mind me saying is the battery icon.. I have come to LOVE the battery icon in Kspec Oreo.. might be worth looking at that??
nice work though, well done,
TrOjAn
TrOjAnUK said:
Mark, thats a really nice theme you got there.. only thing I dont like if you dont mind me saying is the battery icon.. I have come to LOVE the battery icon in Kspec Oreo.. might be worth looking at that??
nice work though, well done,
TrOjAn
Click to expand...
Click to collapse
The circular one? thats a real nice battery icon.
I'm going to stick with the one I have for now, you could always add the oreo one to my theme, if you don't know how I may take the time to do it as a one-off if I'm in a super-good mood (which I will be once my model finally shows up so I can get some work done!).
OK Mark, I added the battery and resigned.. installed fine, thanks.. nice skin
TrOjAn
my browser isnt working... let me re try it anyone else having this problem

06.03.2011 ++ T H E M E ++ JSx JPx ++ Glowing Blue Style by sv0911 RC1

{
"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"
}
06.03.2011 ++ T H E M E ++ JSx JPx ++ Glowing Blue Style by sv0911 RC1
Hi friends,
the first candidate of my theme-project "Blue Style" is released..
Please read this (also the text below the preview, carefully) before installing the theme..!!
I made this theme for my own use and needs.. so please don´t expect to much
This theme is running on my Galaxy S with Darky´s latest ROM (9.3) and is based on the amazing "Generation X Themes"..but also some influence of all the other fantastic themes here (sorry for not mention them all here......!!!!!!!)
I changed/created icons/stuff for the statusbar, removed clock.., settings-icons, options, dialer, contacts, calculator and also new App-icons for the home-screen (to use with Desktop Visualizer) It´s also included the wonderful Market-theme "Neon "Gingerbread" version from 00.ante a.s.o....
Installation-instructions and zip-files below the preview..!!
Screenshots from my Galaxy (running on Darky´s final 9.3 rom)....:
INSTALLATION INSTRUCTIONS
THIS THEME WILL ONLY WORK ON CUSTOM ROMS.
Download this zipfile: Theme_Blue_Style_V1a_RC_by_sv0911.zip
Here a mediafire-mirror if you have trouble with downloading from Rapidshare: Theme_Blue_Style_V1a_RC_by_sv0911.zip
You have to flash this zipfile by using the ClockWorkMod Recovery (reboot holding volume up + home key + power button). Select "Install zip from sdcard", then "Choose zip from sdcard".
The first boot will take some time, so you have to be patient.
Here is a advise i read on Jumba´s thread (the developer from the fantastic Neon GT Theme): "I would advise clearing cache and dalvik cache from ClockworkMod recovery first. The "clear cache partition" option is on the main menu and "clear dalvik cache" is in the "Advanced CWM features" submenu. Also, please do a backup using nandroid (this is also accessible in the ClockworkMod menu) just in case something goes wrong."
Thanks to Jumba,... i hope he don´t mind that i used his text-line here...
PLEASE MAKE A BACKUP BEFORE INSTALLING THIS THEME..!!!!!!!!!!!!!
Below as attachments you will also find a zipfile with the App-icons (contains 101 icons, all icons are named as the application they where meant to... Look at post #3 for complete preview..) and a zip containing the wallpapers i created for this theme..!!
Don´t try to flash these 2 packs because they are regular zips. Just extract them on your computer or your phone and use the stuff in the folders as you like...
To use the App-Icons on your homescreen, you have to use DesktopVisualizer (from the Market), just choose on your homescreen widgets and choose DesktopVisualizer, than choose the widgetsize (i prefer 1x1 small) and you will see a window with the settings for the widget....
For transparent statusbar on ADW Launcher (EX), go to launcher settings then general behavior/system preferences and uncheck wallpaper hack.
For clock styles you can use Beautiful Widgets or Fancy Widgets or gTabSiMiClock from the Market..
You can use this theme with almost every launcher you like (for example Launcher pro..) but i prefer the ADW Launcher EX, because i made the statusbar transparent and removed the clock... and in my experience ADW Launcher EX is the only launcher which allows transparent statusbar.. In launcher pro i think it only works with Live Wallpapers...
Enjoy
You are very welcome to post some screenshots.. and also share information which widgets and stuff you are using on your screen.... and also which rom you are using... because, maybe some other user like to set his screen the same way you did.........!!!!
Greetings
sv0911
Btw... Here a hot tip for free.. without charge....: It does not hurt to say "Thanks".......
PrimeDeluxe said:
It looks great. Good job
Click to expand...
Click to collapse
bartek25 said:
holly $h1t niceeeeeeeee
Click to expand...
Click to collapse
bartek25 said:
u wont get thanks from me today i used it all unfortunately but THANKS!
Click to expand...
Click to collapse
woolf clubs said:
Looks beautiful mate.
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
ndwgs said:
Are you making one in English Editions?
Click to expand...
Click to collapse
ecamichael said:
This is amazing.
Click to expand...
Click to collapse
mikeinessex said:
looks great. i will def be a user of this when its final
Click to expand...
Click to collapse
FuryriderX said:
The language has to do with your locale, not the theme. It'll be english for you.
Click to expand...
Click to collapse
pinksworld said:
Eagerly waiting...
Click to expand...
Click to collapse
jcc332006 said:
The HOTNESS!!! DAAAAAAANNNNNNNG!!!!
Click to expand...
Click to collapse
Aftashok said:
could you share that wallpaper please?
Click to expand...
Click to collapse
kimezra said:
like like like
Click to expand...
Click to collapse
evie12604 said:
Theme looks awesome, any eta?
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
sothebad said:
wow.. this looks bad @ss!
Click to expand...
Click to collapse
LentoViolentoMan said:
Very nice, hope to see a zip soon
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
Hi friends,
big thanks for the great response...!!!!!!!!!
Enjoy
Greetings
sv0911
Preview
Preview
Iconpack Blue Style 128x128 png from the iconpack attached at post #1
and below this also preview of some wallis i created for the theme from the wallpaperspack from post #1....:
All icons are named as the application they where meant to...
Greetings
sv0911
Reserved.......................
Reserved for updates a.s.o........
Very-very nice!!
Good job
Only an idea, it would be cool if the alien heads in the contacts app would be replaced by the bee
Nice to see the first release man. Been checking out the preview - I will flash and report back
miloradov said:
Very-very nice!!
Click to expand...
Click to collapse
lucabaldo3 said:
Good job
Click to expand...
Click to collapse
Hi friends,
big thanks for the response..!!!!
Enjoy
Greetings
sv0911
PrimeDeluxe said:
Only an idea, it would be cool if the alien heads in the contacts app would be replaced by the bee
Click to expand...
Click to collapse
Hi my friend,
it´s a wonderful idea..!!
I will take care of it.. maybe i can fix it already before the next release....
Greetings
sv0911
uppon2 said:
Nice to see the first release man. Been checking out the preview - I will flash and report back
Click to expand...
Click to collapse
Hi my friend,
you are very welcome..!!!!!
Greetings
sv0911
contacts still needs more work. maybe use the neongt contacts theme but with the blue touches of ur theme. would love to see this theme full. calendar and other main system apps themed. big thumbs up mate looking great
Best theme I've ever seen hands down. Totally Awesome!!!
sv0911 said:
Hi my friend,
you are very welcome..!!!!!
Greetings
sv0911
Click to expand...
Click to collapse
Working flawlessly on Insanity 0.6.3 With Insane Kernel. Nice icons, Nice wallpapers. Can't fault this. I love the alien heads personally. Maybe you could make the connection 3G/H/E/G icons the same blue as the rest and also larger so it is same size as the battery and signal meter
uppon2 said:
Working flawlessly on Insanity 0.6.3 With Insane Kernel. Nice icons, Nice wallpapers. Can't fault this. I love the alien heads personally. Maybe you could make the connection 3G/H/E/G icons the same blue as the rest and also larger so it is same size as the battery and signal meter
Click to expand...
Click to collapse
Are u using multi dpi ? I wanted to install these theme but im afraid that some app look bad with 200dpi im using insanitys rom also. thanks
fane1 said:
Are u using multi dpi ? I wanted to install these theme but im afraid that some app look bad with 200dpi im using insanitys rom also. thanks
Click to expand...
Click to collapse
The dialer on this theme is not multi DPI so it will not fit correctly. BUT I like to have mine set at 240 anyway. Perhaps the OP will make some multi DPI options. OR change dpi back to 240 then adjust your icon sizing in your launcher settings
mikeinessex said:
contacts still needs more work. maybe use the neongt contacts theme but with the blue touches of ur theme. would love to see this theme full. calendar and other main system apps themed. big thumbs up mate looking great
Click to expand...
Click to collapse
Hi again my friend,
big thanks for the response..!!!!
Yes in the beginning there is always much to do for improve a whole theme..... I like the idea and yes.. Jumba´s GT theme
is one of the most beautifully themes here on xda... One of my first test-themes i created, had many changes regarding to the contacts and many other apk´s but for my taste it looked little to overload with so much colorizing... And the overloaded colorized themes where one reason i decided to create my own theme...
But of course, it still needs more work..
Maybe you or another of the crazy experts here like to help me with the theme and improve it and to find the right way to get it done that it fits the rest of the theme without overloading it..... We will see what the future brings..
Greetings
sv0911
jcc332006 said:
Best theme I've ever seen hands down. Totally Awesome!!!
Click to expand...
Click to collapse
Big thanks for the nice response..!!
Makes me very happy that you like it that much...
Enjoy
Greetings
sv0911
uppon2 said:
Working flawlessly on Insanity 0.6.3 With Insane Kernel. Nice icons, Nice wallpapers. Can't fault this. I love the alien heads personally. Maybe you could make the connection 3G/H/E/G icons the same blue as the rest and also larger so it is same size as the battery and signal meter
Click to expand...
Click to collapse
Hi again my friend,
thats exactly the response i was hoping for..
Actually i already created the icons for 3G/H/E/G .....but i have to admit that i forgot to implement them in the last RC... that happens when you are working day by day on so many files at the same time.. Sorry for this.. and thanks for mention it......
I uploaded the improved version at post #1 (V1a)...
Just flash it over the first one...
Here a little preview i made where you can see them...:
Btw.. I personally like also the alien for contacts most... but maybe i can find a solution that we can keep the alien and for some users to release the bee-version..
We will see
Big thanks for the response my friend..
Enjoy
Greetings
sv0911

[THEME] ParanoidAndroid 3.0 1% Battery Theme (No Flashing Needed)

OK, many of you are like me and have been looking for 1% battery increments on the amazing ParanoidAndroid ROM. The devs have been working so hard on making the rest of the ROM great for us that they just haven't had a chance to add battery %. So I've made a theme for just that purpose! I know you can install one of thousands of themes out there that add battery %, but I have always been partial to the stock look of ICS and JB, so my theme will only add battery percent icons, nothing more. It applies via the built-in theme manager, so no flashing required! Just download the theme you want from the attachments below and install/apply like always. Also, ATTACK has made a great flashable zip that will do the same thing as my theme, so this just comes down to personal preference. Regardless of which method you use, please swing by his thread and hit thanks on ATTACK. It's his icon pack that has made most of these (maybe all) possible, given my rather limited photoshop skills. He OK'd the use of the icons, but I'd like to give him "something" back.
I've got 14 themes so far.
1. Stock with white percentages overlaid. DOWNLOAD
{
"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"
}
2. Circle Battery. DOWNLOAD
3. Thin style with white percentages to the left. DOWNLOAD
4. Thin style with ICS blue percentages to the left. Called CM Thin. DOWNLOAD
5. Numbers only. DOWNLOAD
6. Segmented Circle. DOWNLOAD
7. Roboto font numbers only. No charging animation, just static green text while charging. DOWNLOAD
8. Off-Center. DOWNLOAD
9. ICS Circle battery. DOWNLOAD
10. Dotted circle. DOWNLOAD
11. Honeycomb style. DOWNLOAD
12. Digital theme DOWNLOAD
13. SGS 3 Style icons. DOWNLOAD
14. Percent Numbers, better than Roboto. DOWNLOAD
Each theme of icons can be installed side by side on the same phone. This way, if you want to change between different icons, you have the ability to do just that, without uninstalling or reinstalling anything.
Disclaimers/Warnings:
*This is my first attempt at theming, but it has been running perfectly on my own Paranoid GNex for 2 1/2 days now, and another member (ben.nesheim) was kind enough to test as well. He has had no problems in approx 18 hours. However, if for some reason you run into problems (themes won't apply, phone dies, ROM borked, dragons flying out of the charging port, etc... ), I am not responsible. I will help you however I can, though. I honestly can't think of anything this theme could do to your phone anyway, but you never know.
*MAKE A BACKUP! I know that sounds silly for a theme, but since this is my first try, I suggest you have a backup just in case. Again, there are two phones so far that have had no problems, but that doesn't mean they'll all work perfectly. So far I've had a good bit of downloads and comments in this thread, and I think it's safe to say its stable. Still, make a backup just in case... lol
*The theme works in all standard UI modes, (phone, phablet, various tablet) but I can't test every configuration out there. If you have issues let me know and I'll see if I can fix it.
*You will most likely get the "This theme is missing assets for your screen size" message, but hit apply anyway. I think I know how to fix it, but I haven't had a chance to test it. It still works fine like this, and almost all themes I've ever seen throw this message.
*It should work on each version of PA that comes out, but there is a chance something will change to break it. I'm really not sure. I'll test when each version comes out, until there's no more demand for this theme.
Thanks for looking, and if anybody has any issues or requests, feel free to let me know!! Enjoy!
Changelog:
-Initial release of stock and full circle themes (2/10/13)
-Added thin style battery, started at v1.1 for conformity (2/11/13)
-Changed the preview image in Theme Chooser to something a little nicer (Thanks ben.nesheim ) (2/11/13)
-Fixed the issue where different themes showed same name in Settings>Apps after a reboot (2/11/13)
-Changed the package name to better conform to android standards (2/11/13)
--If you're installing a new version of the same theme, please change to a different theme and uninstall the first version, just from 1.0 to 1.1, due to the package name change. Sorry, I am still learning (2/11/13)
-Added the numbers style theme (2/12/13)
-Added the CM Thin style theme (2/12/13)
-Added Segmented Circle theme (2/17/13)
-Added Roboto theme (2/17/13)
-Added Off-Center theme (2/18/13)
-Added ICS Circle theme (2/20/13)
-Updated all themes in OP to v1.2, which fixes the issue where the icons were a little too big in stock UI (2/20/13)
--When updating, I always get Themes Provider force close, and sometimes Gallery or Google Play. I have no idea why, but it has not caused a single issue for me...........
-Added dotted and honeycomb styles (2/23/13)
-Updated CM Thin theme due to bad preview image (2/28/13)
-Added Digital Theme (2/28/13)
-Added SGS3 and Percent Numbers themes (3/2/13)
Credits
-The ParanoidAndroid team for the amazing ROM for which this theme is designed
-ATTACK for posting the icon package and giving me permission to use them
-ben.nesheim for testing and helping
-Titanic_fanatic, djdarkknight96, and TUN_SD for helping me figure out this themeing thing (well, as much as I know, at least, lol)
working great for me thanks a whole bunch man. i hop around and look at some other icon sets but im def happy.
maybe the older stock cm style the percentage with a bar to the right?
ben.nesheim said:
working great for me thanks a whole bunch man. i hop around and look at some other icon sets but im def happy.
maybe the older stock cm style the percentage with a bar to the right?
Click to expand...
Click to collapse
I can most certainly do that. I'll have it posted when I get home in the morning.
Thanks again for all your help!!
maybe just make screenshot for the theme manger thingy so it matches kinda with the system stuff? i dunno just aesthetics i suppose
ben.nesheim said:
maybe just make screenshot for the theme manger thingy so it matches kinda with the system stuff? i dunno just aesthetics i suppose
Click to expand...
Click to collapse
That's a good idea. I hadn't thought of that. I've been wracking my brain trying to decide how to pretty up the preview image and where to get it from and I never once thought about a screenshot. lol I will try and make that change tomorrow morning too...
ben.nesheim said:
maybe just make screenshot for the theme manger thingy so it matches kinda with the system stuff? i dunno just aesthetics i suppose
Click to expand...
Click to collapse
Your suggestion has been added to each theme, and it looks much better. Thank you yet again, for everything you've done! I also added the thin battery icons you requested.
install
Hi..how can I install it? I want just the circle one.. Should I download the .apk and install it? It doesn't work this way..
Thanks a lot !
Using thin theme and loving it. missed it on PA...
JB
Thank you. Exactly what they need to add to the ROM. Love the skinny battery
Sent from my Galaxy Nexus
peppo6 said:
Hi..how can I install it? I want just the circle one.. Should I download the .apk and install it? It doesn't work this way..
Click to expand...
Click to collapse
you should be able to install the apk from a file manger and then go to the theme chooser and pick the theme. hope that works for ya let us know if there is a different complication
R: [THEME] ParanoidAndroid 3.0 1% Battery Theme (No Flashing Needed)
ben.nesheim said:
you should be able to install the apk from a file manger and then go to the theme chooser and pick the theme. hope that works for ya let us know if there is a different complication
Click to expand...
Click to collapse
I've installed the theme opening the rar file you posted with my file manager.. Then it's all right, i choose your theme but now i got only the thin battery icon (CM) and i want the circle one..
Inviato dal mio Galaxy Nexus con Tapatalk 2
Tested on my nexus 4 and works great
Sent from my Paranoid Android Nexus 4
peppo6 said:
I've installed the theme opening the rar file you posted with my file manager.. Then it's all right, i choose your theme but now i got only the thin battery icon (CM) and i want the circle one..
Inviato dal mio Galaxy Nexus con Tapatalk 2
Click to expand...
Click to collapse
Just download the fullcircle apk from the OP and install it. It'll install and apply right beside the other theme. The rar package is just some other battery icons another member posted, and if there's a set of icons in there you like, I'll make a theme for them.
I'm really glad to see people are getting some use out of this! If anybody has any requests from that RAR, just let me know. I'm also glad it works on a nexus 4, I wasn't too sure about that at first.
Thanks!
R: [THEME] ParanoidAndroid 3.0 1% Battery Theme (No Flashing Needed)
Problem solved.. Thanks you
Inviato dal mio Galaxy Nexus con Tapatalk 2
What do you guys think about packages with different icons for different screen configurations? I know for me, in any of the tablet UI's, the batteries are kinda hard to read, except maybe the thin one. I thought about making a theme where you have one set of icons in phone or phablet UI, like full circle for example, and a text only battery in tablet UI's because it's easier to read, or the thin battery. Would any of you be interested in that? If so, what batteries would you like in each UI? I don't think I'm quite smart enough yet to make it user configurable, so I'll have to build it with the icons you want.
Let me know what you think!
@Kick-Ass Joe: I think I'm going to create a thread in the Nexus 4 forum since you said it worked on your phone. I wasn't too sure if it would be cross-compatible on other phones, but I don't see any reason why it shouldn't be. Your post confirms that. Thanks!
02ranger said:
What do you guys think about packages with different icons for different screen configurations? I know for me, in any of the tablet UI's, the batteries are kinda hard to read, except maybe the thin one. I thought about making a theme where you have one set of icons in phone or phablet UI, like full circle for example, and a text only battery in tablet UI's because it's easier to read, or the thin battery. Would any of you be interested in that? If so, what batteries would you like in each UI? I don't think I'm quite smart enough yet to make it user configurable, so I'll have to build it with the icons you want.
Let me know what you think!
Click to expand...
Click to collapse
I wouldn't be adverse at all to this. I've been looking for a battery percentage that is readable on tablet mode with the bottom task bar only. I flashed a different one but that was far too small. I might give the thin battery a go!
02ranger said:
What do you guys think about packages with different icons for different screen configurations? I know for me, in any of the tablet UI's, the batteries are kinda hard to read, except maybe the thin one. I thought about making a theme where you have one set of icons in phone or phablet UI, like full circle for example, and a text only battery in tablet UI's because it's easier to read, or the thin battery. Would any of you be interested in that? If so, what batteries would you like in each UI? I don't think I'm quite smart enough yet to make it user configurable, so I'll have to build it with the icons you want.
Let me know what you think!
@Kick-Ass Joe: I think I'm going to create a thread in the Nexus 4 forum since you said it worked on your phone. I wasn't too sure if it would be cross-compatible on other phones, but I don't see any reason why it shouldn't be. Your post confirms that. Thanks!
Click to expand...
Click to collapse
Ya post it on nexus 4, lots of my family members there are looking for it. I came to visit the gnex forums just to find this awesome work I love that you don't have to flash!
Sent from my Paranoid Nexus 4
Thanks!
Please can you add one with CM style and blue digits?
sunra0815 said:
Thanks!
Please can you add one with CM style and blue digits?
Click to expand...
Click to collapse
Is it in that RAR file attached to the op? What's the name of the folder if it is? If not, can you describe it a little more and I'll see if I can make the icons? I'm not so great at graphic editing, but I will try my best.
Loving stock cm with every thing I'm glad this is working so well
Sent from my Galaxy Nexus using Tapatalk 2

[vrTHEME][STOCK TW 4.3][AROMA] All Backs Black S3.3 2014-03-23 (I747/i747m Support)

ALL BACKS BLACK​
{
"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 will keep this updated with the latest OP from the thread @Kdio made for this great theme.
This works completely on all stock touchwiz 4.3 ROMs regardless of device model or carrier. The reason why is because @Kdio has made this only change the images that are already in the ROM and not touch the code. So if theres any text color issues please report them with screenshots and one of us will let you know what line in the xml needs edited.
You can flash this again at any time and try the other options because all it will do is replace the images.
I will try to keep up support here but if you don't get a response from me I would check out the official thread here. http://forum.xda-developers.com/showthread.php?t=2341829
Click to expand...
Click to collapse
Objective:
As extensively researched by the community, the use of black backgrounds in OLED (AMOLED and Super AMOLED) devices may lead to a gain up to 20% more battery juice. As related information, you can find some maths here and this xda experiment.
If, as is mine, your main concern is lifetime and not the looks, give this a try and share your experience. Mine is been fantastic!
What is modded:
All background png's of the following apk's are set to black
- ClockPackage
- JobManager
- FlashBarService
- JobManager
- MusicPlayerWT
- SecBrowser.apk
- SecCalculator2
- SecCalendar_NAmerica
- SecContacts
- SecDownloadProviderUi
- SecEmail_J
- SecGallery2013
- SecLauncher2
- SecMms
- SecNoteMyFiles
- SecPhone
- SecSettings
- SecVideoList
- SecVideoPlayer
- SystemUI
- framework-res
Notice: If you flash this mod just after flashing the ROM (before first boot) Desk and Lock screen will be set to black.
Requirements:
- Sammy Stock ODEX/DEODEX Rooted 4.3 ROM
- ClockworkMod like Recovery (any)
Install for i747/i747m:
- Enter recovery;
- For i747/i747m 4.3.x firmware ROM's, flash AllBacksBlackS3.3.i747.20140323.zip (43.00Mb)
- Be sure to pick the first option in Aroma to install the core graphics then it will give you customization options;
- Restart your device;
Update Log:
- 03/23/14 - Updated with the Calendar. Also added my SecVideoList xml edits. Hopefully this time FlashBarService works properly too. I didn't actually get to test the video player list (SecVideoList) besides the one I recompiled and posted so let me know if the background is black or white. Same goes with multiwindow. Just figured I'd rush this out because its been about a month. I will probably get a chance to test this out later in the week but the only problems will probably be those 2 not working and they are both posted as flashable zips in here also.
Fix for Multiwindow
- @Kdio implemented the xml files I edited for this into the aroma. Should work fine for all of you. I will keep the fix posted in case though or if in the future we decide to separate them again.
Uninstall:
- Enter recovery;
- Wipe Cache and Dalvik
- Flash back your ROM without wiping system/data.
- Restart your device;
To-Do
- Fix for Multiwindow text color
- Fix for remaining blue in notification panel (For now you can use wanam xposed but I will work on this soon)
- You tell me
Credits
@Kdio - For his great vision with this theme and helping me learn to theme! Thank you for letting me share your work here also. If you like this theme he is the man to thank, all I did was bring it to your attention and make a few text color edits.
@Danvdh - For making my favorite ROM for the i747 (Dandroid) and for the inspiration for me to start developing!!
@loserskater and @enewman17 - For their awesome work ethic to make the s3 on touch wiz bareable!
@Chad The Pathfinder - For his help teaching me to theme also.
Feel free to leave feedback on your improved battery life!
Screenshots
Thank you very much talkingmonkeys.
You are all in very good hands.
Please enjoy and be welcome.
Nice regards.
.
disregard old screenshots removed and new ones added to first post.
DO NOT USE FlashBarService.apk UNLESS YOU ARE ON THE i747/i747m WITH STOCK MULTIWINDOW. Also know that this is now included in the aroma so this really is only here for future possibilities
Ok so I will leave instructions here as well as my edited apk for flashbarservice for i747/i747m. I want to stress that not all roms multiwindows are the same. I know stockmod has the note 3 multiwindow which the theme edits may not even work properly on but flashing this apk I'm leaving here will definitely break your multiwindow in that rom. Since I use S3Rx that is the rom that I have pulled this from and I know it is the same as a true stock 4.3, Intergalactic and dandroid have.
Anyway if you want this on stockmod or any other rom with multiwindow that isn't the stock samsung one this is the edit you'll want to make. Also for people seeing this thread that are on sprint, tmobile, verizon or any other device beside the i747 you will have to do this to fix multiwindow text color. It requires decompiling the flashbarservice apk and editing a few lines in 3 xml files.
- Decompile Flashbarservice.apk
- Open res/color/applist_btn_text.xml
- Edit the android:color codes in these lines to the following:
<item android:state_enabled="false" android:color="#ffffffff" />
<item android:state_pressed="true" android:color="#ffffffff" />
<item android:color="#ffffffff" />
- Save
- Open res/layout-xhdpi/applist_edit.xml
- Edit 2 instances of android:color="" to "#ffffffff" Should be found on lines 4 and 7
- Save
- Open res/layout-xhdpi/applist_item.xml
- Edit android:color="" to"#ffffffff" on line 9
- Save
- Recompile Flashbarservice.apk
- Use 7zip to put the original files meta-inf folder and androidmanifest into flashbarservice.apk to prevent a bootloop
- Push to system/app and fix permissions to rw-r--r--
Or if you're on an i747 or i747m just push the below apk to system/app and fix permissions to rw-r--r--
You can also try "Multi Window Manager" from the play store and install xposed framework then just use the app to select dark theme from the settings if you want to be lazy. Now this I haven't tested without editing the text strings so if anyones willing to save themselves a few steps go ahead and give this a shot.
DO NOT USE FlashBarService.apk UNLESS YOU ARE ON THE i747/i747m WITH STOCK MULTIWINDOW. Also know that this is now included in the aroma so this really is only here for future possibilities
Nice work man. Great job! :thumbup::beer:
Can u make this available for tnobile 4.3
Sent from my SGH-T999 using xda premium
derride8 said:
Can u make this available for tnobile 4.3
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
Should work fine. Make a nandroid backup and try it out. Only thing you may run into an issue with is the xml edits I did for multiwindow text but I don't think it will cause any issues. So if it doesn't work right you can remove system/app/flashbarservice.apk folder from the zip. Multiwindow won't be themed correctly which you can fix by just using "multi window manager" from the play store (free) and select the dark theme.
Also please post how it works for you so other tmobile users that see this will know if its safe for them.
Edit: or check out the t mobile dandroid thread, enewman posted what hes been working on :good:
talkingmonkeys said:
Should work fine. Make a nandroid backup and try it out. Only thing you may run into an issue with is the xml edits I did for multiwindow text but I don't think it will cause any issues. So if it doesn't work right you can remove system/app/flashbarservice.apk folder from the zip. Multiwindow won't be themed correctly which you can fix by just using "multi window manager" from the play store (free) and select the dark theme.
Also please post how it works for you so other tmobile users that see this will know if its safe for them.
Edit: or check out the t mobile dandroid thread, enewman posted what hes been working on :good:
Click to expand...
Click to collapse
It works great on tmoble. Thx
Sent from my SGH-T999 using xda premium
Just a heads up @Kdio updated this so I will be checking it out and updating the op sometime soon
There we go op updated with kdio's latest update with my xml files added to fix text colors in multiwindow. I have a little more to work on as time permits the next few days as well.
Oh I also wanted to leave you guys a link to Team Blackout's thread that links to their site where you can find many blacked out apps that look very nice with this theme.
http://forum.xda-developers.com/showthread.php?t=2283828
i will give this a try this weekend, will report back later on
thanks it looks pretty sick with the screenshots :laugh:
winosxbuntu said:
i will give this a try this weekend, will report back later on
thanks it looks pretty sick with the screenshots :laugh:
Click to expand...
Click to collapse
Would be a honor.
You probably will find a bit more enhanced than the screenshots at OP.
Waiting for your opinion and stones
Nice regards.
.
Kdio said:
Would be a honor.
You probably will find a bit more enhanced than the screenshots at OP.
Waiting for your opinion and stones
Nice regards.
.
Click to expand...
Click to collapse
no worries bro, all is good :highfive:
Yeah those screenshots will definitely be getting updated in the next day as I play around with this some on a fresh install and try to clean up a few more things on the xml side.
Black notification bubbles
Kdio can u get the black notification bubbles to show up on home screen or when phone is unlocked. I only get them on lock screen. Other than that best theme I have ever come across. Thanks
Can u theme the app drawer button?
Sent from my SGH-T999 using xda premium
Hey guys
Thank you very much for your words and guidance in trying to make it less awful
First, I've received this request by PM
Very_Shy_AllBacksBlack_User said:
"on the lock screen missed calls or texts show up the icon with a little black circle with the number missed in the circle very bad ass. But if ur phone is unlocked on home screen or whatever it shows up regular any way to get that black also. Very cool bro"
Click to expand...
Click to collapse
Thanks Very_Shy_AllBacksBlack_User_That _Should'nt_Be_Because_Are_Being_Very_Helpfull_Finding_My_Glitches. Won't miss it in the next release.
Joehen873 said:
Kdio can u get the black notification bubbles to show up on home screen or when phone is unlocked. I only get them on lock screen. Other than that best theme I have ever come across. Thanks
Click to expand...
Click to collapse
Hi Joehen873
Just to confirm what I've understood: when not locked system notifications are plain text without any background. Right? If so, that shall not survive very long
derride8 said:
Can u theme the app drawer button?
Click to expand...
Click to collapse
Hey derride8
Sorry dude, most probably my language limitation but do you mean in Multiwindow? We have too the possibility of a device specific glitch so a screenshot would be helpful.
Thanks.
.
Kdio said:
Hey guys
Thank you very much for your words and guidance in trying to make it less awful
First, I've received this request by PM
Thanks Very_Shy_AllBackBlack_User_That _Should'nt_Be_Because_Are_Being_Very_Helpfull_Finding_My_Glitches. Won't miss it in the next release.
Hi Joehen873
Just to confirm what I've understood: when not locked system notifications are plain text without any background. Right? If so, that shall not survive very long
Hey derride8
Sorry dude, most probably my language limitation but do you mean in Multiwindow? We have too the possibility of a device specific glitch so a screenshot would be helpful.
Thanks.
.
Click to expand...
Click to collapse
Haha kdio should of told you that Very_Shy_AllBackBlack_User_That _Should'nt_Be_Because_Are_Being_Very_Helpfull_Finding_My_Glitches is Joehen873. :silly:
I've had a couple things thwart my plans of messing with this so far today but its still early in the weekend. I think he means the button thats on the home screen for the app drawer. My mind reading skills may not be as good as yours though.
talkingmonkeys said:
is Joehen873. :silly:
...I think he means the button thats on the home screen for the app drawer. My mind reading skills may not be as good as yours though.
Click to expand...
Click to collapse
@Joehen873 sorry for the misunderstood but anyway the answer would be the same regardless nick names Thanks for both!
@talkingmonkeys if is that so ...
derride8 said:
Can u theme the app drawer button?
Click to expand...
Click to collapse
Hey derride8
Just drop your idea of app drawer icon and we all can contribute.
Tks dude.
.
Ok after finally being satisfied with my fresh rom I have looked through this quite a bit and found some things that need work. Even adding my xml edits into the updated aroma it doesn't seem to stick with my fix for multiwindow. Can anyone else confirm this? May just drop the idea and suggest using "Multi Window Manager" off the play store because I use it anyway to enable everything I want to work with multiwindow. It also has a handy dark theme feature built in which fixes the text color and looks similar to how kdio intended it.
Also planning on working on making an xposed module to help us with some of these text colors and other various blue that needs edited out with xml. This may take awhile so don't hold your breath on it.
Will have screenshots coming with more of the colors tonight and showing how this is looking. Can't seem to get kdio's battery icons to work right so I tried to find some in the ogbatterymod app that fit in nicely for each different look but this is probably because of me using ogbatterymod and they should work fine for you
As I was doing screenshots I happened to catch these 2 for you kdio, anything you can do about this ugly white for messaging notification? OP is also updated with screenshots finally.

[V2.1_Test][18/07][N]Graphi - A Completely Dark Theme for Stock Nougat [SUBSTRATUM]

{
"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"
}
NOW ON XDA PORTAL
Hi, I present you completely dark theme for our Stock Nougat Roms, Graphi. You can choose Background and Accent Colors and customize it according to your taste. It uses Substratum to install overlays. This theme should work on all Stock Nougat rooted devices. Please try and report back.
What has been themed ?
Android Framework - You can choose a variety of Background and Accent Colors
System UI
Music ( Walkman )
Twitter
Google Play Store
Theme Manager
Settings
Sony and Google Dialer
Sony Messaging
Xperia Keyboard
Software Updater
Settings
Settings Icons - Gradient, White and Grey Icons - For Applying Help Please See this
Substratum
WhatsApp - Only Action Bar and Status Bar
Custom Toast Message - You're gonna love this one
Custom Volume Dialog
Sony Sound Enhancement
Calculator
Documents ( Downloads )
Google Play Services
Sony Weather
Hold Your horses, more coming! :highfive:
SEE IN ACTION​
DOWNLOAD
IN ATTACHMENT
How To Use / Install? :
First Install Substratum from here and Do Not Update in future from Play Store/Apk Mirror/Mirrors. This ensures that theme can be applied / updated without rebooting your device as the lastest version restricts to legacy mode and you've to reboot to apply overlays.
Then Install my theme, Graphi.
Then open substratum and allow root and read/write permissions.
Click on Graphi - For Sony and then click on Select to toggle all overlays.
You can customize the theme by selecting options from drop down box like System accent, background color etc.
Finally click on FAB ( pink floating action button ) and select Build and Enable.
Wait for it to install overlays. Voila your phone is themed.
For Updating To New Versions:
Please Clean Installed Overlays for properly updating to newer versions. Then just reapply the theme.
NOTE:
If you haven't used Substratum before, for having pitch black as background (like one in screenshots) select pitch black from Background Color dropdown menu.
Whenever you install a new app, just reboot your phone to properly show notifications.
Select the dark theme in Music(Walkman) application.
Select Night Mode in Twitter
Select Dark / Night Mode in Substratum ( newer versions )
Sony Clock and Sony Contacts won't be themed. Please use Google Clock.
Select Dark Theme in Xperia Keyboard Skins
Tested On : Xperia Z5 (Stock Rooted)
Changelog:
Initial Test V1.0
Version 2.0
Added Google PlayStore
Added Twiiter
Added Xperia Keyboard
Added More Background Colors
Added new Settings Icons
Added Substratum
Added WhatsApp
Removed Contacts
Fixed Sony Apps like messaging, dialer notification colors
Fixed Xperia Keyboard Theme Selection Cards
Removed Sony Clock
New Custom Toast Message
New Volume Dialog Background
Fixed Few Settings Icons
Fixed Whatsapp Notification Color
Various Fixes
This is my hardwork and this theme will continue to improve in future. Please, if you want to thank me donate me a cup of coffee HERE . Thank you guys. . :good::highfive:
DO NOT STEAL MY WORK WITHOUT MY PERMISSIONS.
THANKS TO ALL THOSE TRYING MY THEME AND TESTING THE INITIAL VERSION :highfive:
Speical Thanks to @nicholaschum for Substratum :highfive:
Good job [emoji6]
Sent from my E6683 using Tapatalk
shehabskull said:
Good job [emoji6]
Sent from my E6683 using Tapatalk
Click to expand...
Click to collapse
Thanks man. Can you help me to finish this project, so that finally we can have a dark stock theme.? :highfive:
balrajs99 said:
Thanks man. Can you help me to finish this project, so that finally we can have a dark stock theme.? :highfive:
Click to expand...
Click to collapse
Some of your bugs could be fixed by searching in my O_sense assets, I give you the permission for this.
Quick Tip: Any app theme could be usually found in the main Android-Mainfest.xml beside the app icon and name codes
EX: Ampere app (because it is the only APK available in my apktool at the moment ) :
in AndroidManifest.xml check this line:
Code:
<application android:allowBackup="false" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:name="com.gombosdev.ampere.MyApplication" android:resizeableActivity="true" android:theme="@style/AppTheme_light">
Check the last part called android:theme this is the main theme for the app so you will basically go to res/values/styles.xml and search for that style and modify it as you want! So I go there and then I find this:
Code:
<style name="AppTheme_light" parent="@style/AppTheme_base_light" />
This means that the default Style that we want to edit is being modified by other Style called AppTheme_base_light so you can do one of the following things:
1 - Navigate to that style and modify it manually.
2- Change it to the dark style which you already have in your framework-ress but don't forget to write "@android:style/ first"
Happy Theming
Sent from my E6683 using Tapatalk
shehabskull said:
Some of your bugs could be fixed by searching in my O_sense assets, I give you the permission for this.
Quick Tip: Any app theme could be found in the main Android-Mainfest.xml
Sent from my E6683 using Tapatalk
Click to expand...
Click to collapse
Ok, thank you bro. Will update on any progress. The only thing that is messy is sony organiser( clock ) app. It is giving me a hard time, but I'll resume the project now onwards. One more thing is that, the reply button in notification for WhatsApp and stock messaging app is dark on dark.
balrajs99 said:
Ok, thank you bro. Will update on any progress. The only thing that is messy is sony organiser( clock ) app. It is giving me a hard time, but I'll resume the project now onwards. One more thing is that, the reply button in notification for WhatsApp and stock messaging app is dark on dark.
Click to expand...
Click to collapse
About dark text it I guess it is the main font colors in framework-res.apk.
Sent from my E6683 using Tapatalk
shehabskull said:
About dark text it I guess it is the main font colors in framework-res.apk.
Sent from my E6683 using Tapatalk
Click to expand...
Click to collapse
Yes I know that, there is no problem on framework theming. What I meant was the hint color in quick reply button ( in notification ) is dark on dark in stock messaging and WhatsApp only. For rest ( Google messaging, etc ) it works ( so far I've tested). Anyways, I'll have to check the resources again properly. :good:
Wow, I really like this !
It will be the best theme for our phones !
I'm not a themer but if i could help tell me how.
Even if not all UI can be themed it is really beautiful !
Alex
alex061 said:
Wow, I really like this !
It will be the best theme for our phones !
I'm not a themer but if i could help tell me how.
Even if not all UI can be themed it is really beautiful !
Alex
Click to expand...
Click to collapse
I'm currently at work, but I'll upload a test version that contains some bugs here and there like I mentioned in my OP when I get home. I'm using my theme since Jan, the bugs are not much of a big deal.
You'll need substratum in order to use this theme. I'm gonna devote this weekend in fixing the theme. Once its fixed almost, I'm gonna add new apps to the list.
Thanks for opting to contribute. I'll upload the project to Github, you can import in Android Studio to play with it. Even if you don't know app development I need someone to constantly test the theme and report bugs, so you're most welcome to test. Just wait for sometime for me to upload.
Also if people can make a list of apps to theme it'll be great.
Note:
Also note that this theme will work only in legacy mode(automatically detected in substratum) so if you install some new app and the notification of that app shows black text on black background, restart your phone or reapply the theme selecting Android System and System UI.
Thank you. :good::highfive:
Thank you @shehabskull I don't know how I missed Android manifest to check for application style. :silly:
@shehabskull @alex061 and all others I've added apk for testing. :highfive:
Hi,
I install your theme.It is amazing. But I apply theme for all overlays and contact are still without change.
Thx for your work.Theme is very nice
- Soby Xperia Z5 (E6653), Kryptonian ROM
Sent from my Sony Xperia Z5 using XDA Labs
kevin.kvik said:
Hi,
I install your theme.It is amazing. But I apply theme for all overlays and contact are still without change.
Thx for your work.Theme is very nice
- Soby Xperia Z5 (E6653), Kryptonian ROM
Sent from my Sony Xperia Z5 using XDA Labs
Click to expand...
Click to collapse
Thank you for trying it out. :good:
Sorry, I forgot to remove contacts from overlays. As I've mentioned in my OP that contacts are still WIP. The contacts are on my priority, I'll theme it ASAP.
Thx. for your work.
Tried the tutorial. But can't get it to work on stock rooted ROM.
Got a message to compile the overlay before installing it
Duvel999 said:
Thx. for your work.
Tried the tutorial. But can't get it to work on stock rooted ROM.
Got a message to compile the apps
Click to expand...
Click to collapse
Did you view logs when it shows error?. The log contains app name and details of error which refused to install overlay. Make sure you're using latest version of Music and not using custom Rom.
If you can post logs, I can help you.
HI there
Is it working on mrom V2.4 xz2 ui
Thnx
Al.Mamari said:
HI there
Is it working on mrom V2.4 xz2 ui
Thnx
Click to expand...
Click to collapse
It doesn't harm to try, plus many will come to know about it. I'm on stock rooted rom, but I tried 2.4 M rom, the contacts and dialer apps are changed, so can't guarantee about that. But seeing that Rom is used by manu, I'll add that Contacts and Dialer versions theme in next to next update. But you can unselect contacts and dialer in Substratum while applying theme. It should work. Just try and report back.
It would change the font size in the header? The program names do not fit into the header.
kevin.kvik said:
It would change the font size in the header? The program names do not fit into the header.
Click to expand...
Click to collapse
Thanks for reporting! Will fix it.
This is really amazing... Trying right away!!!!
Thanks for yur effort brov!
---------- Post added at 12:39 PM ---------- Previous post was at 12:37 PM ----------
Never knew substratum could work on stock nougat....
whalesplaho said:
This is really amazing... Trying right away!!!!
Thanks for yur effort brov!
---------- Post added at 12:39 PM ---------- Previous post was at 12:37 PM ----------
Never knew substratum could work on stock nougat....
Click to expand...
Click to collapse
Thank you.
As Substratum is based off Sony's Overlay Manager Service and Resource Runtime Overlay, it should work on our Sony Stock Devices(in legacy mode).

Categories

Resources