How to switch toggle press in quick settings? - Nexus 4 Q&A, Help & Troubleshooting

How do I make it so that when I tap the WiFi toggle it turns it on/off instead of opening the WiFi app. Can I do it by decompiling systemui.apk? If so how?
P.S. I don't want to use a custom rom.
Sent from my Nexus 4 using xda app-developers app

zxcv95 said:
How do I make it so that when I tap the WiFi toggle it turns it on/off instead of opening the WiFi app. Can I do it by decompiling systemui.apk? If so how?
P.S. I don't want to use a custom rom.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
You can use XPosed framework + Gravitybox. It's worth rooting just to get gravitybox, trust me.

Thanks for the reply. I don't want to use xposed, as I want to stay on art. Is there no way to decompile systemui and do it?
Sent from my Nexus 4 using xda app-developers app

zxcv95 said:
Thanks for the reply. I don't want to use xposed, as I want to stay on art. Is there no way to decompile systemui and do it?
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Without xposed I have no idea, sorry.

Long pressing will do what you want.

Related

Dpi change and quick window case

Anyone found a way to lower the dpi and still have a working window, without it being cut off etc?
Thanks
Sent from my LG-D802 using xda app-developers app
DaveHTC200 said:
Anyone found a way to lower the dpi and still have a working window, without it being cut off etc?
Thanks
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
You can install xposed framework and install "app settings" I think it's called. It let's you basically have paranoid Android ability in any rom.
Sent from my LG-D800 using Tapatalk 2
Clienterror said:
You can install xposed framework and install "app settings" I think it's called. It let's you basically have paranoid Android ability in any rom.
Sent from my LG-D800 using Tapatalk 2
Click to expand...
Click to collapse
I have that installed mate, but I can't find anything specific for the window/lockscreen feature
Sent from my LG-D802 using xda app-developers app
DaveHTC200 said:
I have that installed mate, but I can't find anything specific for the window/lockscreen feature
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
change the dpi for the lockscreen app if possible
Sent from my VS980 4G using xda app-developers app
cslingerland said:
change the dpi for the lockscreen app if possible
Sent from my VS980 4G using xda app-developers app
Click to expand...
Click to collapse
Sadly I can't find anything there that works
Sent from my LG-D802 using xda app-developers app
DaveHTC200 said:
Sadly I can't find anything there that works
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
Hey, I found this in the lockscreen app. looks like this is where it's defined. If you get me the values that are needed, I might be able to hook you up. Feel free to give it a try yourself as well. It's located in /res/values/dimens.xml
<dimen name="quick_cover_window_width">247.0dip</dimen>
<dimen name="quick_cover_window_height">307.54688dip</dimen>​
p.s.
This is also right below it. May need to be changed along with it but im not sure
<dimen name="knock_on_area_left">0.0dip</dimen>
<dimen name="knock_on_area_top">208.0dip</dimen>
<dimen name="knock_on_area_right">360.0dip</dimen>
<dimen name="knock_on_area_bottom">300.0dip</dimen>​
cslingerland said:
Hey, I found this in the lockscreen app. looks like this is where it's defined. If you get me the values that are needed, I might be able to hook you up. Feel free to give it a try yourself as well. It's located in /res/values/dimens.xml
247.0dip
307.54688dip​
p.s.
This is also right below it. May need to be changed along with it but im not sure
0.0dip
208.0dip
360.0dip
300.0dip​
Click to expand...
Click to collapse
Sounds promising!
Can you just edit and save or do you need to repackage file etc?
Also, that directory doesn't exist on my phone ?
Edit, just realised you said about the lockscreen app!
How do you decompile and recompile it? Which tool can I use?
Thanks for your help!!
Sent from my LG-D802 using xda app-developers app
DaveHTC200 said:
Sounds promising!
Can you just edit and save or do you need to repackage file etc?
Also, that directory doesn't exist on my phone ?
Edit, just realised you said about the lockscreen app!
How do you decompile and recompile it? Which tool can I use?
Thanks for your help!!
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
No problem! You can decompile with apktool -----> https://code.google.com/p/android-apktool/downloads/list
You can recompile with the same tool Here's how to use apktool -----> http://forum.xda-developers.com/showthread.php?t=1891686
Let me know if you need any more help.
cslingerland said:
No problem! You can decompile with apktool -----> https://code.google.com/p/android-apktool/downloads/list
You can recompile with the same tool Here's how to use apktool -----> http://forum.xda-developers.com/showthread.php?t=1891686
Let me know if you need any more help.
Click to expand...
Click to collapse
Thank you!!
If you have the stuff and time, I'm on limited internet so downloading is a pain at moment, would you be able to try it with the following values?
The width at 370.5
The height at 461.32032
Thanks again for your help!
Sent from my GT-N7100 using xda app-developers app
DaveHTC200 said:
Thank you!!
If you have the stuff and time, I'm on limited internet so downloading is a pain at moment, would you be able to try it with the following values?
The width at 370.5
The height at 461.32032
Thanks again for your help!
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Alright, here it is. I've changed only the two lines. I have not tested it. It would be a good idea to backup your current lockscreen app. You may have to uninstall it before installing this one.
Let me know how it goes. Link below
https://www.dropbox.com/s/r82ei9vzfchy3vd/LGLockScreen-signed.apk
cslingerland said:
Alright, here it is. I've changed only the two lines. I have not tested it. It would be a good idea to backup your current lockscreen app. You may have to uninstall it before installing this one.
Let me know how it goes. Link below
https://www.dropbox.com/s/r82ei9vzfchy3vd/LGLockScreen-signed.apk
Click to expand...
Click to collapse
Thanks mate!
I've tied it and sadly the whole lock screen changes and becomes pointless , the quick window doesn't function either
Backup restored and up and running again. It's a shame but thanks for your help :thumbup:
Sent from my LG-D802 using xda app-developers app
DaveHTC200 said:
Thanks mate!
I've tied it and sadly the whole lock screen changes and becomes pointless , the quick window doesn't function either
Backup restored and up and running again. It's a shame but thanks for your help :thumbup:
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
no problem! it was worth a try
cslingerland said:
no problem! it was worth a try
Click to expand...
Click to collapse
It was!! Might not bother with the case
Sent from my GT-N7100 using xda app-developers app
You can also add notifications in the black band below.
http://forum.xda-developers.com/showthread.php?p=49708984

Home button

Anyone know of a way to change the double tap home screen to Google now?
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app
nickdixon14 said:
Anyone know of a way to change the double tap home screen to Google now?
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
isn't that more of a kernal option?
I honestly don't know but I want it badly
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app
It is not a kernel option. You will need root, you will need to remove or freeze S-Voice and then use an xposed app (can't remember what) to change what launches with a double press.
Sent from my SAMSUNG-SGH-1337 using XDA Premium 4 mobile app
Nottach Module will fix that. Install Xposed, then Nottach, and you're set.
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
Home2 Shortcut in the play store will also do that. Just make sure you disable Samsung voice whatever in the settings>app menu.
Sent from my SGH-I337 using xda app-developers app
Do either of the apps above allow you to set any type of shortcut for the home button (long-press or double-tap)?
Some apps require that S-Voice is still enabled.
Sent from my SAMSUNG-SGH-1337 using XDA Premium 4 mobile app
LZLandingZone said:
Nottach Module will fix that. Install Xposed, then Nottach, and you're set.
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
Click to expand...
Click to collapse
If Nottach is not working use wanam xposed module. Other way is to install Nova launcher and configure the option for home key binding.

[REQUEST] Quick settings like in cyanogenmod

Hello, is there a way to put that quick settings from cyanogenmod in Stock Rom? I want to slide down on the right side to enter and would like to have a torch and want to enable wifi with a finger tip...
Sent from my Nexus 5 using xda app-developers app
S7EN said:
Hello, is there a way to put that quick settings from cyanogenmod in Stock Rom? I want to slide down on the right side to enter and would like to have a torch and want to enable wifi with a finger tip...
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
Cataclysm stock rom have a lot of Quick settings and Also quick Pull down from The right... Torch and more than 24 custom toggles + 9 default toggles and 4 temporary toggles ...
Thank you but i want to add it by myself... I just want a few mods like %battery and centered clock and nothing more...
Sent from my Nexus 5 using xda app-developers app
S7EN said:
Thank you but i want to add it by myself... I just want a few mods like %battery and centered clock and nothing more...
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
Xposed Framework & GravityBox[KK] module.
Also I believe WanamKit module would let you do the same.
Be aware, Xposed isn't compatible with ART so you won't be able to enable ART with Xposed installed.
Sent from my Nexus 5 using XDA Premium HD app
S7EN said:
Hello, is there a way to put that quick settings from cyanogenmod in Stock Rom? I want to slide down on the right side to enter and would like to have a torch and want to enable wifi with a finger tip...
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
I think this could help
https://play.google.com/store/apps/details?id=com.painless.pc
Tapatalked with my Nexus5(AKA The Hammerhead)
No, that's not at all what this post is asking for.
Sent from my Nexus 5 using xda app-developers app
---------- Post added at 01:31 PM ---------- Previous post was at 01:30 PM ----------
Xposed and Gravitybox KK is the solution.
Sent from my Nexus 5 using xda app-developers app
munkiii said:
No, that's not at all what this post is asking for.
---------- Post added at 01:31 PM ---------- Previous post was at 01:30 PM ----------
Xposed and Gravitybox KK is the solution.
Click to expand...
Click to collapse
Actually I think this is exactly what you were asking for. It's a suite of changes and tweaks. All of which you can customize. As far as I know there isn't a quick one-shot app to do this, but if you're willing to tweak, its the answer you're looking for.
I want some for ART
Sent from my Nexus 5 using Tapatalk
Thank you for your help. I will try and report if it works. Merry Christmas to all
Sent from my Nexus 5 using xda app-developers app
emmellst said:
Actually I think this is exactly what you were asking for. It's a suite of changes and tweaks. All of which you can customize. As far as I know there isn't a quick one-shot app to do this, but if you're willing to tweak, its the answer you're looking for.
Click to expand...
Click to collapse
Yep, GravityBox has QuickSettings management where you can customize which tiles are there, the order they're in, how many tiles in a row, etc. It's one of my favorite tweaks to date.
Sent from my Nexus 5 using XDA Premium 4 mobile app
Just grab notification toggle or power toggle from the playstore
Sent from my HTC One using Tapatalk
Another +1 for gravitybox xposed module
-----------------------
Sent via tapatalk.
I do NOT reply to support queries over PM. Please keep support queries to the Q&A section, so that others may benefit
I love you guys. Xposed and GravityBox is all I need. So my stock Rom is perfect for me!
Sent from my Nexus 5 using xda app-developers app
S7EN said:
I love you guys. Xposed and GravityBox is all I need. So my stock Rom is perfect for me!
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
Yep! I prefer a modded stock ROM rather than a custom ROM. GravityBox is awesome for QuickSettings and a lot more!
Sent from my Nexus 5 using XDA Premium 4 mobile app
True
Sent from my Nexus 5 using xda app-developers app
S7EN said:
I love you guys. Xposed and GravityBox is all I need. So my stock Rom is perfect for me!
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
So did you flash a rooted stock rom?
Id like to keep mine stock as well and gravitybox
Sent from my Nexus 5 using Tapatalk
Yes. I flashed Stock, unlocked bootloader, rooted and then installed Xposed Framework and GravityBox. That's all and it works perfectly. Just wait for the 4.4.2 camera mod and a working volume boost and then is everything perfect.
Sent from my Nexus 5 using xda app-developers app
S7EN said:
Yes. I flashed Stock, unlocked bootloader, rooted and then installed Xposed Framework and GravityBox. That's all and it works perfectly. Just wait for the 4.4.2 camera mod and a working volume boost and then is everything perfect.
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
I thought the volume mod was already updated. Anyway, I switched from that mod to VIPER4Android FX, which is SO much better! It makes the speaker sound better while also making it be able to play much louder without distortion.
Sent from my Nexus 5 using XDA Premium 4 mobile app
I tried v4a too but every time I close the app it will force close the effects. What's your settings for always enable v4a?
Sent from my Nexus 5 using xda app-developers app
S7EN said:
I tried v4a too but every time I close the app it will force close the effects. What's your settings for always enable v4a?
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
I had this exact same issue! Uninstall the V4A driver and uninstall V4A. Copy the .apk to /system/app and set permissions to the same permissions the other apps in that folder have. Reboot. Open V4A (which is now installed without opening the .apk), install the V4A driver when prompted, voila!
Sent from my Nexus 5 using XDA Premium 4 mobile app

HELP! Mod stock rom

I want to use sweep2wake, volume button to turn on screen, but stay with stock rom. Which apps or mod can do that?
Sent from my Nexus 4 using xda app-developers app
minht1htk said:
I want to use sweep2wake, volume button to turn on screen, but stay with stock rom. Which apps or mod can do that?
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
I think xposed is what you're looking for.
http://forum.xda-developers.com/showthread.php?t=1574401

On screen soft key buttons

Hello there. I would like to ask is it possible to get soft key buttons like the one in nexus 5 (transparent one) on note 3 with stock rom?
(Between I'm rooted) :what:
If yes, how then?
Sent from my SM-N9005 using XDA Premium 4 mobile app
@Destim try this app
https://play.google.com/store/apps/details?id=com.fatedevgroup.softkeyenabler
Sent from Galaxy Note 3 SM-9005
Tried but some how they aren't showing
Sent from my SM-N9005 using XDA Premium 4 mobile app
Destim said:
Tried but some how they aren't showing
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I havn't used this app you can search something else in pkay store.
Sent from Galaxy Note 3 SM-9005
Anybody got any idea?
Sent from my SM-N9005 using XDA Premium 4 mobile app
Destim said:
Anybody got any idea?
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes, Google search.
Sent from my N9005
Dejan Sathanas said:
Yes, Google search.
Sent from my N9005
Click to expand...
Click to collapse
I did. Sadly none is for note 3 :crying:
Sent from my SM-N9005 using XDA Premium 4 mobile app
Hmmmmm
Sent from my SM-N9005 using XDA Premium 4 mobile app
You can do so. I followed this video. http://m.youtube.com/watch?v=9mhcvWgAULI
Edit: the keys won't be transparent though.
Sent from my SM-N900P using Tapatalk
If you are rooted you could install Xposed Framework and Gravitybox module.
Gravitybox can enable navigation bar amongst a lot of other tweaks.
Xposed Framework Link:
http://forum.xda-developers.com/showthread.php?t=1574401
Gravitybox Link:
http://forum.xda-developers.com/showthread.php?t=2554049
Reefee said:
If you are rooted you could install Xposed Framework and Gravitybox module.
Gravitybox can enable navigation bar amongst a lot of other tweaks.
Xposed Framework Link:
http://forum.xda-developers.com/showthread.php?t=1574401
Gravitybox Link:
http://forum.xda-developers.com/showthread.php?t=2554049
Click to expand...
Click to collapse
Thank you very much. But still got 1 question, how could I move the menu button to the left side?
(I don't want to enable custom key since it's not useful to me?
Sent from my SM-N9005 using XDA Premium 4 mobile app
Destim said:
Thank you very much. But still got 1 question, how could I move the menu button to the left side?
(I don't want to enable custom key since it's not useful to me?
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hmm, I don't know how to do that.
I'm using the default setting so: Recents - Home - Back - Menu
I have menu set to always show but the only buttons I can change the position of with Gravitybox is swap Recents and Back.
Reefee said:
Hmm, I don't know how to do that.
I'm using the default setting so: Recents - Home - Back - Menu
I have menu set to always show but the only buttons I can change the position of with Gravitybox is swap Recents and Back.
Click to expand...
Click to collapse
Ty dude. I've figured out a way to satisfy me
I made the recent button with the function of menu button but when long pressed, it acts as recent app button <3
Sent from my SM-N9005 using XDA Premium 4 mobile app
between would like to ask how do you change their look?
Sent from my SM-N9005 using XDA Premium 4 mobile app
Destim said:
between would like to ask how do you change their look?
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
With EX-Themer KK (Xposed module)

Categories

Resources