Request: Pulldown menu power control - Droid 2 Themes and Apps

Hello I was wondering if there was a mod or such to get the power control on the D2 pulldown menu, if you can help ,e it will greatly appreciated.
Sent from my DROID2 using XDA App

A few apps can fake it. Power Control Plus and Wigetsoid, for example, will keep an ongoing task with your configured controls in the notification area. It's not quite the same as the pull down controls in ROMs like Cyanogenmod since it will jump depending on what other ongoing tasks you have but it's close.

Just download the cobalt rom and it comes pre-installed. It isn't just a plain old app, it is AOSP so the dev of cobalt was able to make modifications and got status bar controls working.
Sent from my DROID2 using XDA App

no need to flash cobalt
check out this thread i think it would help
http://forum.xda-developers.com/showthread.php?t=1037817

ayerman3 said:
check out this thread i think it would help
http://forum.xda-developers.com/showthread.php?t=1037817
Click to expand...
Click to collapse
Thanks alot!

ayerman3 said:
check out this thread i think it would help
http://forum.xda-developers.com/showthread.php?t=1037817
Click to expand...
Click to collapse
Vry helpful

ljbaumer said:
Just download the cobalt rom and it comes pre-installed. It isn't just a plain old app, it is AOSP so the dev of cobalt was able to make modifications and got status bar controls working.
Sent from my DROID2 using XDA App
Click to expand...
Click to collapse
Where can that ROM be found?

Can be found by searching the D2 android dev forum for cobalt.
Or simply following this link below lol.
http://forum.xda-developers.com/showthread.php?t=874220&highlight=cobalt

Related

Notification Bar Color?

I'm curious, is there a way to make the notification bar black instead of the default blue, without custom ROMs (which don't exist yet)? I'm running the pre-rooted Gingerbread 2.3.3.
Edit: I don't mind editing whichever system file it is in to change the color, I'd just need some pointers as to where it is and how to go about doing it.
Holy crap did all those custom roms in the android development subforum disappear? I think one of the devs over there is specifically making a black bar theme for his rom
Sent from my DROID X2 using XDA App
EvilTim said:
Holy crap did all those custom roms in the android development subforum disappear? I think one of the devs over there is specifically making a black bar theme for his rom
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
They are there, but none are for Gingerbread yet (There is one for GB, but I think the dev said something about he hasn't changed in graphical components yet). I'm not your average unintelligent impulsive user, fyi
Edit: Gah, I found one, (funkenblack) guess I derped and looked over it
Eclipse is black, someone posted screenshots on one of the pages somewhere between all the 'do I need to be rooted to use this' posts
Sent from my DROID X2 using XDA App
Check out my "make your own theme" post on the theme forum!
Sent from my DROID X2 using XDA App
uhh186 said:
I'm not your average unintelligent impulsive user, fyi
Edit: Gah, I found one, (funkenblack) guess I derped and looked over it
Click to expand...
Click to collapse
You may not be, but you sure sound like one.
RacerXFD said:
You may not be, but you sure sound like one.
Click to expand...
Click to collapse
/clap, you got my point! Edits are useful.
Check out the UOT Kitchen "Google it" then watch the YouTube video tutorial 1st & then custom your own status bar, pop ups, glows, battery icons, blu-tooth icons, wi-fi icons & more!
Hope this helps
Sent via my pimped out Desire HD using Tapatalk
I'd love just a slightly upgraded status bar done in black with black and white icons. Don't wanna do a full theme upgrade or ROM since I like my current layout.
Sent from my DROID X2 using XDA App
Emperorr said:
I'd love just a slightly upgraded status bar done in black with black and white icons. Don't wanna do a full theme upgrade or ROM since I like my current layout.
Sent from my DROID X2 using XDA App
Click to expand...
Click to collapse
That's exactly what I was looking for too.
Black Notification Bar
I have successfully changed the status bar of my Droid x2 to black. I will be attempting to post a guide on this as soon as the site allows me to.

[Q] Status Bar

Hey guys, just got my MoPho in the mail, and I'm really liking it, except for the butt ugly status bar icons.
The device is rooted, so, can anyone steer me in the general direction of notification bar mods? Thanks all.
Sent from my MB855 using xda premium
abowlby said:
Hey guys, just got my MoPho in the mail, and I'm really liking it, except for the butt ugly status bar icons.
The device is rooted, so, can anyone steer me in the general direction of notification bar mods? Thanks all.
Sent from my MB855 using xda premium
Click to expand...
Click to collapse
I think some one said you can you use the uot kitchen and change some stuff it's under Android development and themes
Sent from my MB855 using xda premium
abowlby said:
Hey guys, just got my MoPho in the mail, and I'm really liking it, except for the butt ugly status bar icons.
The device is rooted, so, can anyone steer me in the general direction of notification bar mods? Thanks all.
Sent from my MB855 using xda premium
Click to expand...
Click to collapse
Indeed, you can use UOT kitchen to make a lot of modifications. I've done it while on stock ROM. In the end, I wound up running Alien ROM, so all those mods I did were sort of just for learning purposes I guess. If you decide to use UOT kitchen, right be for you cook the Zip file, make sure to select "Amend Scripting" and deselect "theme chooser"

Translucent Status Bar

Hey themers:
I'm just getting acquainted with making small modifications to the system and am currently working from a stock 4.0.4 LPL based ROM. I would like to implement a 50% translucent effect on the TW status bar.
I've decompiled SystemUI.apk many different ways - as a non-system app, an app w/ dependencies (both framework-res.apk and twframework-res.apk), I've recompiled without any issues at all and immediately de-compiled to make sure my changes "stick", and they do. I then throw them into a flashable zip, wipe cache/dalvik, flash the zip and fix permissions, no go.
I'm following a guide that was originally posted in the GS2 forum that instructs us to do the following:
1) SystemUI StatusBar.smali - locate the "...Landroid/view/WindowManager$LayoutParams;-><init>(IIIII)V" statement and change the const/v16 above it from "const/16 v16, 0x4" to "const/16 v16, -0x3".
2) Go to res > values > drawables.xml and edit "status_bar_background" hex to #7f000000 for 50% transparency.
This didn't work on its own, so on top of that I also tried implementing the same sort of change mentioned in #1 above on both the PhoneStatusBar and TabletStatusBar.smali files. Still no go. The system boots no problem, but just no change in the visual appearance of the status bar.
Does anyone have any ideas outside of this on what smali file or statement in the above files might control this feature? I'm still digging but didn't know if others had attempted this. Thanks to any and all who are willing to help. I don't need anyone to look at code for me, just a gentle shove in the right direction would be fantastic!
+1 for this.
I'd love to see this work.
jtdo said:
+1 for this.
I'd love to see this work.
Click to expand...
Click to collapse
+1
was looking for something like that for month.
I'll get there...The solution cannot be far off from what has already been documented. However it seems others have not yet been able to do it on this device...probably just because there are more pressing projects underway. Guess it's up to us noobs lol
Sent from my SGH-T989 using XDA Premium HD app
djmatt604 said:
I'll get there...The solution cannot be far off from what has already been documented. However it seems others have not yet been able to do it on this device...probably just because there are more pressing projects underway. Guess it's up to us noobs lol
Sent from my SGH-T989 using XDA Premium HD app
Click to expand...
Click to collapse
Haha anything is possible on XDA (;
djmatt604 said:
I'll get there...The solution cannot be far off from what has already been documented. However it seems others have not yet been able to do it on this device...probably just because there are more pressing projects underway. Guess it's up to us noobs lol
Sent from my SGH-T989 using XDA Premium HD app
Click to expand...
Click to collapse
Does tw use a standard grey block to extend the background for the status bar? It sounds like it would and if that is do you could try adding that grey colour to an alpha channel on the image.
Just a thought
Sent from my HTC Desire HD using xda app-developers app
scaryshark said:
Does tw use a standard grey block to extend the background for the status bar? It sounds like it would and if that is do you could try adding that grey colour to an alpha channel on the image.
Just a thought
Sent from my HTC Desire HD using xda app-developers app
Click to expand...
Click to collapse
I'll have a look this week!
You need to modify the "tw_" variants of the status bar definitions to see anything happen, TouchWiz UI does not use the regular assets/definitions.
qreeves said:
You need to modify the "tw_" variants of the status bar definitions to see anything happen, TouchWiz UI does not use the regular assets/definitions.
Click to expand...
Click to collapse
Thank you sir! I will give it another go. Have a TW ROM to update in the next cpl weeks, this might make it in
Sent from my Infamous Tab.
djmatt604 said:
Thank you sir! I will give it another go. Have a TW ROM to update in the next cpl weeks, this might make it in /QUOTE]
No problem, I spent most of last night working out how to move the system bar from the bottom of the screen to the top using a decompiled SystemUI from the TouchWiz rom for the Galaxy Tab. You might find that even though you make the bar transparent that the area behind it is black anyway (it is for me at least using the official 4.0.4 rom) due to it assuming that the system bar is being rendered there. I'm yet to figure out how to manipulate the rest of the WindowManager environment to fix the issue.
Click to expand...
Click to collapse

[Q] [request] move notification bar to bottom ?

how to move notification bar in bottom?
nofeel13 said:
how to move notification bar in bottom?
Click to expand...
Click to collapse
if you have stock firmware you cant (as far as i know)
you can install any cm 7 rom.
and you have that option in settings
lucamibel said:
if you have stock firmware you cant (as far as i know)
you can install any cm 7 rom.
and you have that option in settings
Click to expand...
Click to collapse
ow,,, thkz you
but i am use cm 10 rom...
can change / edit this rom (cm 10) ???
Welcome to XDA! Read the threads specially in the development section if you want to change your rom. You can flash Paranoid Android or MROM if you want that feature.
Sent from my Motorola Atrix 4G
Oke... i will try although not yet edit
please pray to me hehhehe
Sent from my MB860 using xda app-developers app
nofeel13 said:
Oke... i will try although not yet edit
please pray to me hehhehe
Sent from my MB860 using xda app-developers app
Click to expand...
Click to collapse
Make sure to follow instructions carefully and don't hesitate to ask questions in the q&a thread. Godspeed.
Sent from my Motorola Atrix 4G
in settings, somewhere, you'll find it, if not, go to a ROM that supports it, AOKP should do the trick.
cant believe id seen this. lmao.
Nope, couldn't find in aokp.. ?!
In cm7 the option is in tablet tweaks...
Sent from my MB860 using xda premium
Is there any way to do that by messing with the build.prop file ?
I'm also interested in putting the status bar at the bottom of the screen

[Request] Systemui.apk for status bar and dropdown notification like this -ยป

Hi, I've flashed my phone and I'm looking for something different to use in my phone. Specifically I want these two, I can't find anything close like this status bar. If you can provide me the link or start doing it for XXLQG (Italy ROM) thanks in advance.
Sent from my GT-I9070 using xda app-developers app
gonxsster said:
Hi, I've flashed my phone and I'm looking for something different to use in my phone. Specifically I want these two, I can't find anything close like this status bar. If you can provide me the link or start doing it for XXLQG (Italy ROM) thanks in advance.
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
Take a look here:
http://forum.xda-developers.com/showthread.php?t=2188769
http://forum.xda-developers.com/showthread.php?t=2246080
http://forum.xda-developers.com/showthread.php?t=2137808
eduds said:
Take a look here:
http://forum.xda-developers.com/showthread.php?t=2188769
http://forum.xda-developers.com/showthread.php?t=2246080
http://forum.xda-developers.com/showthread.php?t=2137808
Click to expand...
Click to collapse
thanks, but I already looked there and I'm using one with blue icons. I don't know where I can find what I post.
gonxsster said:
thanks, but I already looked there and I'm using one with blue icons. I don't know where I can find what I post.
Click to expand...
Click to collapse
You can use Xposed Framework with GravityBox.
GravityBox will provide you icons similar to KitKat, maybe help you.

Categories

Resources