[AllianceROM][JB XXLSZ][OTA][VISUALS]Post your submissions here

Warnahly

Senior Member
Jun 15, 2012
1,648
869
0
amman
Ill be posting here lots and lots of wallpapers just give me a couple of hours or less

Sent from my GT-N7000 using xda premium

---------- Post added at 08:58 AM ---------- Previous post was at 08:09 AM ----------

http://www.mediafire.com/?htes1fts0aotpuw
HD abstract Wallpapers
I DO NOT OWN THIS

---------- Post added at 09:06 AM ---------- Previous post was at 08:58 AM ----------

1600x1280 HD girls Wallpaper
created it My self (nothing nude)
http://www.mediafire.com/?788w7fmj6aca5v2
 

ferryaryan

Senior Member
Sep 16, 2012
501
43
0
Ill be posting here lots and lots of wallpapers just give me a couple of hours or less

Sent from my GT-N7000 using xda premium

---------- Post added at 08:58 AM ---------- Previous post was at 08:09 AM ----------

http://www.mediafire.com/?htes1fts0aotpuw
HD abstract Wallpapers
I DO NOT OWN THIS

---------- Post added at 09:06 AM ---------- Previous post was at 08:58 AM ----------

1600x1280 HD girls Wallpaper
created it My self (nothing nude)
http://www.mediafire.com/?788w7fmj6aca5v2
Hi mate, just information, link for hd girls wallpaper was error.


Sent from my GT-N7000 using xda premium
 

7raiden7

Senior Member
Aug 3, 2012
173
48
0
R: [AllianceROM][JB XXLSZ][OTA][VISUALS]Post your submissions here

Hi guys, a friend of mine (thx Hypersonic87) created (ported and modified) a really cool theme.

Since I'm not the theme creator, I just post the original thread link and the download link (I suppose it's a flashable zip, so it has to be modified, to be flashed with ROM Customizer)!
If you like it I can modify the zip (Should I just extract the apk content and place it in a same named folder, then add a preview and a txt file?)!

I'll include a screenshot of this theme. Moreover, these are the link I told you:

Download link:
https://www.wuala.com/hypersonic87/HDroid Elegance Theme/?key=hkvXKApREnTW

Original thread:
http://www.androidiani.com/forum/showthread.php?t=275715

Inviato dal mio GT-N7000 con Tapatalk 2
 

Attachments

hara74

Senior Member
Feb 9, 2012
1,409
632
0
46
Herrstein
Red Theme

hi guys and girls,

I always like red themes, and here in Alliance v3 we´ve the choice to change the color for a lot of stuff, but not for all ;)
so my friend tobiasos (themer in our german home forum) and I decide to make a Red Theme for us,
it´s not finished or perfect till now, and it´s still a work in progress, but we want to share this Theme
so here it is:

https://www.dropbox.com/s/zrlhgxihbql9oom/Red_Theme_v1.zip

Screenshot_2013-03-16-12-13-54.jpgScreenshot_2013-03-16-12-00-20.jpg2013-03-16-12-17-19.jpgScreenshot_2013-03-16-11-59-38.jpg2013-03-16-23-36-30.jpg
View attachment 1810611 it´s GO SMS with BloodRed Theme

a few Wallpapers

background_holo_dark.pngred-dragon.jpgView attachment 1810626

the Theme comes with a new bootanimation and sound (not really new, but little edited here and there ;))

Installation:
- flash at your own risk
- make a backup just in case
- copy the zip (it´s build like a OTA update) to either int. or ex. SD
- open Rom Customizer and select Flash/Install
- select where u copied the zip and flash it
- be carful that u don´t tick wipe data ;)
- that´s it

we hope you enjoy this Theme :fingers-crossed:

edit: for the best result, you should change the color of wlan, signal, battery etc to #ffad0404 via Alliance Settings
 
Last edited:

hara74

Senior Member
Feb 9, 2012
1,409
632
0
46
Herrstein
AW: [AllianceROM][JB XXLSZ][OTA][VISUALS]Post your submissions here

no one a idea?
hey Robbie,
if u read this, maybe u could tell me, please

sent from my G-Note
 

Robbie Hood

Senior Member
Nov 7, 2010
3,410
6,018
0
36
breda
www.darkyrom.com
does anybody know where can we edit these things

View attachment 1814451View attachment 1814452

thanks in advance
1 carrier label color : SystemUI/res/values/styles.xml

Code:
    <style name="TextAppearance.StatusBar.Expanded.Network" parent="@style/TextAppearance.StatusBar.Expanded">
        <item name="android:textSize">14.0dip</item>
        <item name="android:textStyle">normal</item>
        <item name="android:textColor">#ff999999</item>
    </style>
change textColor accordingly ( will implement a color switcher in next build )

2 . systempanel is a 3rd party app ? so ask the devs my speciality is TW ROMs :p

3. same for titaniumbackup , note on editting 3rd party apps : This is useless because a new update on this app will cancel your changes time and time again ( goes for the above as well )

4. Notification panel notiification icon holder : framework-res/res/values/drawables.xml

Code:
<item type="drawable" name="notification_template_icon_bg">#3333b5e5</item>
change 33b5e5 accordingly

5. Notification panel notification bg : framework-res/res/drawable-xhdpi/notification_bg_normal.9.png.
Get your gimp/photoshop on :)
Remember its a .9 so only edit when decompiled and never ever touch the 1px outer border , so dont colorise/hue/sat/brightness the image in whole or you will touch the trans/black pixels as well and will break the .9

6. the blue letters and striping i am not 100 % sure on what is linked where but i think you want to touch : framework-res/res/values/colors.xml > holo_blue_light.
This will be a very small but thorough edit to the system since this color is used system wide in many apps

:highfive:
 
Last edited:

hara74

Senior Member
Feb 9, 2012
1,409
632
0
46
Herrstein
1 carrier label color : SystemUI/res/values/styles.xml

Code:
    <style name="TextAppearance.StatusBar.Expanded.Network" parent="@style/TextAppearance.StatusBar.Expanded">
        <item name="android:textSize">14.0dip</item>
        <item name="android:textStyle">normal</item>
        <item name="android:textColor">#ff999999</item>
    </style>
change textColor accordingly ( will implement a color switcher in next build )

2 . systempanel is a 3rd party app ? so ask the devs my speciality is TW ROMs :p

3. same for titaniumbackup , note on editting 3rd party apps : This is useless because a new update on this app will cancel your changes time and time again ( goes for the above as well )

4. Notification panel notiification icon holder : framework-res/res/values/drawables.xml

Code:
<item type="drawable" name="notification_template_icon_bg">#3333b5e5</item>
change 33b5e5 accordingly

5. Notification panel notification bg : framework-res/res/drawable-xhdpi/notification_bg_normal.9.png.
Get your gimp/photoshop on :)
Remember its a .9 so only edit when decompiled and never ever touch the 1px outer border , so dont colorise/hue/sat/brightness the image in whole or you will touch the trans/black pixels as well and will break the .9

6. the blue letters and striping i am not 100 % sure on what is linked where but i think you want to touch : framework-res/res/values/colors.xml > holo_blue_light.
This will be a very small but thorough edit to the system since this color is used system wide in many apps

:highfive:
thanks a lot m8,

ur the best :good:
 

hara74

Senior Member
Feb 9, 2012
1,409
632
0
46
Herrstein
@ Robbie

1 carrier label color : SystemUI/res/values/styles.xml
<item name="android:textColor">#ff999999</item>

doesn´t work, I set the color to ffad0404 but still white :crying: