[APP SHORTCUTS] Enable/Disable Auto Brightness - Google Pixel XL Themes, Apps, and Mods

I'm not sure if anyone will find these useful but figured I'd share them anyhow.
Install both APK's.
Then create a shortcut on the desktop or in Quick Toggles.
Click "CZ-Automatic" to enable Auto Brightness.
Click "CZ-Manual" to enable Manual Brightness.
This was all part of a three-APK deal I created for Note 3 and Note 4 years ago and just came across the APK's today.
Requires root.
Just download and extract the zip:
http://www.filedropper.com/brightnessmods
Then copy the two APK's to phone storage and open each file to install the APK.
Then create your shortcut on the desktop or add it to Quick Settings toggles via 3rd party app like Custom Quick Settings.
I've only tested so far on just my Pixel XL running AOSiP ROM.

CZ Eddie said:
I'm not sure if anyone will find these useful but figured I'd share them anyhow.
Install both APK's.
Then create a shortcut on the desktop or in Quick Toggles.
Click "CZ-Automatic" to enable Auto Brightness.
Click "CZ-Manual" to enable Manual Brightness.
This was all part of a three-APK deal I created for Note 3 and Note 4 years ago and just came across the APK's today.
Requires root.
Just download and extract the zip:
http://www.filedropper.com/brightnessmods
Then copy the two APK's to phone storage and open each file to install the APK.
Then create your shortcut on the desktop or add it to Quick Settings toggles via 3rd party app like Custom Quick Settings.
I've only tested so far on just my Pixel XL running AOSiP ROM.
Click to expand...
Click to collapse
Created an auto brightness toggle app using Tasker and app factory and set it to double tap of my back key in DU smart navbar
Sent from my Pixel XL using XDA Labs

Related

[MOD]Additional stock toggles I747UCDLK3 12/6/12

I got this working for me. This was made from the SystemUI from the official AT&T Jellybean release, however I think it will work on other stock JB roms as well. This is still odexed as I am trying to keep my install odexed. I now have these toggles, in order from left to right, Wifi-Bluetooth-GPS-Blocking Mode-Mobile Data-Airplane Mode-NFC-Sound-Screen Rotation-Power Saving-Driving Mode-Sync. They all seem to work. I like this better than the current 15 toggle mod, as the 15 toggle mod doesn't have blocking mode and I find myself using that mode alot. I hope everyone enjoys.
Once again, I made this for me. Please take appropriate backup measures as I assume no responsibilities if it breaks something. Feel free to include this in your own works, although I would appreciate, but not require, a thanks or even a credit.
Is this a flashable zip? Thanks
Sent from my SGH-I747 using xda app-developers app
this is pretty awesome. i was wondering if it were possible to just mod ours. think it's possible to put in a brightness toggle? one that did, say, 25/50/100?
All I did was add stuff that was already there, just not enabled. I think the only other option that was available, but I forgot to ads was a toggle called notification. I don't know what it is or does. There wasn't a brightness toggle in there and it would take someone more knowledgeable that me to add it.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
lordmorphous said:
All I did was add stuff that was already there, just not enabled. I think the only other option that was available, but I forgot to ads was a toggle called notification. I don't know what it is or does. There wasn't a brightness toggle in there and it would take someone more knowledgeable that me to add it.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
ahhh gotcha. i understand.
lordmorphous said:
All I did was add stuff that was already there, just not enabled. I think the only other option that was available, but I forgot to ads was a toggle called notification. I don't know what it is or does. There wasn't a brightness toggle in there and it would take someone more knowledgeable that me to add it.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
Just curious where you enabled those toggles? Like what file specifically.
Jirv311 said:
Just curious where you enabled those toggles? Like what file specifically.
Click to expand...
Click to collapse
If you decompile the apk, look in /res/values/array.xml. You'll see where the toggles are in there. There were four not originally added and they were DormantMode for Blocking Mode, NfcP2p for NFC, DoNotDisturb for Notification (which is the one I forgot), and MobileData for Mobile Data. The order you put them in is the order they will show up in the toolbar. After making the changes, I compiled the apk and opened both the newly created apk and the orginal apk in 7-zip (Do not extract, just open archive). I then moved resources.arsc from the new apk into the original and closed them. I used abd push to move the apk back onto my phone, apparently there is something wrong with my flashable zip, but replacing the files manually works too as long as you get the permissions set to 0644 or rw-r--r--.
I baksmali'd the dex file to find the toggles that were available and it looks like the ones already there and the four I mentioned above are all that are available stock. There were no references for a flashlight or torch toggle, reboot, brightness, or any of the others that are in the 15 toggle mod. I actually prefer the stock look and the 15 toggle mod didn't have Blocking Mode, which I use regularly when I go to bed.
Edit: I may have spoke to soon on the 15 toggle mod, it appears there is a 23 toggle mod available now. I may go to it if it has Blocking Mode. Just FYI, its included in LoserRom and a google search for wanam 23 toggle mod found me the thread from wanam.
lordmorphous said:
If you decompile the apk, look in /res/values/array.xml. You'll see where the toggles are in there. There were four not originally added and they were DormantMode for Blocking Mode, NfcP2p for NFC, DoNotDisturb for Notification (which is the one I forgot), and MobileData for Mobile Data. The order you put them in is the order they will show up in the toolbar. After making the changes, I compiled the apk and opened both the newly created apk and the orginal apk in 7-zip (Do not extract, just open archive). I then moved resources.arsc from the new apk into the original and closed them. I used abd push to move the apk back onto my phone, apparently there is something wrong with my flashable zip, but replacing the files manually works too as long as you get the permissions set to 0644 or rw-r--r--.
I baksmali'd the dex file to find the toggles that were available and it looks like the ones already there and the four I mentioned above are all that are available stock. There were no references for a flashlight or torch toggle, reboot, brightness, or any of the others that are in the 15 toggle mod. I actually prefer the stock look and the 15 toggle mod didn't have Blocking Mode, which I use regularly when I go to bed.
Edit: I may have spoke to soon on the 15 toggle mod, it appears there is a 23 toggle mod available now. I may go to it if it has Blocking Mode. Just FYI, its included in LoserRom and a google search for wanam 23 toggle mod found me the thread from wanam.
Click to expand...
Click to collapse
I have some 23 Toggle themes based off of stock up and running here. It does offer a blocking mode toggle called "dormant mode". Feel free to give it a try.
lordmorphous said:
If you decompile the apk, look in /res/values/array.xml. You'll see where the toggles are in there. There were four not originally added and they were DormantMode for Blocking Mode, NfcP2p for NFC, DoNotDisturb for Notification (which is the one I forgot), and MobileData for Mobile Data. The order you put them in is the order they will show up in the toolbar. After making the changes, I compiled the apk and opened both the newly created apk and the orginal apk in 7-zip (Do not extract, just open archive). I then moved resources.arsc from the new apk into the original and closed them. I used abd push to move the apk back onto my phone, apparently there is something wrong with my flashable zip, but replacing the files manually works too as long as you get the permissions set to 0644 or rw-r--r--.
I baksmali'd the dex file to find the toggles that were available and it looks like the ones already there and the four I mentioned above are all that are available stock. There were no references for a flashlight or torch toggle, reboot, brightness, or any of the others that are in the 15 toggle mod. I actually prefer the stock look and the 15 toggle mod didn't have Blocking Mode, which I use regularly when I go to bed.
Edit: I may have spoke to soon on the 15 toggle mod, it appears there is a 23 toggle mod available now. I may go to it if it has Blocking Mode. Just FYI, its included in LoserRom and a google search for wanam 23 toggle mod found me the thread from wanam.
Click to expand...
Click to collapse
Awesome, thanks for the explanation. I'm going to have a look at this.

Make shift paranoid android

I really like the idea of some of the features from paranoid android. halo, pie, and extended desktop are the 3 features I wanted to use most on a daily bases. The problem for myself was that on the ports gps didn't work neither did wifi AP or samsungs smart dock which i use daily, not only that but Samsungs rom and kernel are more programmed for the phone itself as apposed to an aosp rom(which means better performance or so i'm told). So what i have done is used a few apps to replicate the features I want from paranoid android on my Touchwiz rom(cleanrom 4.7).
1. halo: To get this feature I used an app called floating notifications. It's not as feature rich as halo but it can display the text of my notifications like sms and gmail and I can click on them to open the app.
http://forum.xda-developers.com/showthread.php?t=2263987&nocache=1&z=4138043767306953
2. Pie: I used lmt launcher, I assume most people are familiure with it by now. If not check out the link below.
http://forum.xda-developers.com/showthread.php?t=1330150
3. extended desktop: This one is a little tricky, i used hide bar by good mood droid (GMD). This doesn't just hide the bar it shutdowns that process making it unusable. Plus resents must be tied into that process because I can't use that either. To help not being able to access the toggles and other info in my notification shade I used an app called glovebox, which is a side bar app. I put some widgets in it for weather and toggles for easy access. Losing the ability to use resents isn't that bad I can deal with it but I use next and previous app in lmt launcher to help
get around.
https://play.google.com/store/apps/...t#?t=W251bGwsMSwxLDEsImNvbS5nbWQuaGlkZWJhciJd
So what does everyone think?
*I would like to thank all of the developers of these various apps. The flexibility of android is what makes it great.
I dunno about #2 but the first couple would be best solved with a new rom. Flash clean rom 4.9
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Floating notifications is nothing like halo unless they have a hidden option to open the entire app in a pop up then floating notifications shouldnt be there
Sent from my SGH-I317 using Tapatalk 4 Beta
fabster530 said:
Floating notifications is nothing like halo unless they have a hidden option to open the entire app in a pop up then floating notifications shouldnt be there
Sent from my SGH-I317 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Right I know that, It won't display the app but my notifications that normally show up in my notification shade show up in the app floating notifications.

Invisible PIE with LMT launcher

Hi I've been trying endlessly to completely hide my pie controls, a.k.a. make them invisible. I'm using lmt v1.99 and when I put 3 in the pie colors menu I am still left with the shortcut icons. How can I get rid of these?
On a side note I've also experienced issues with getting my pie up while the keyboard is up. I toggle the keyboard listener and that works but only for a short period of time.
Sent from my Galaxy Nexus using xda app-developers app
Dankstogin said:
Hi I've been trying endlessly to completely hide my pie controls, a.k.a. make them invisible. I'm using lmt v1.99 and when I put 3 in the pie colors menu I am still left with the shortcut icons. How can I get rid of these?
On a side note I've also experienced issues with getting my pie up while the keyboard is up. I toggle the keyboard listener and that works but only for a short period of time.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Just set custom icons like described in lmt's OP and set pngs with 0% alpha.
Sent from my Nexus 4
noname81 said:
Just set custom icons like described in lmt's OP and set pngs with 0% alpha.
Sent from my Nexus 4
Click to expand...
Click to collapse
Yea that seems like it would be a simple solution. I have looked all over this app I Dont see any place to set custom icons. I remember doing this at some point in time but can't remember. Can't you help me navigate to it.
Sent from my Galaxy Nexus
Dankstogin said:
Yea that seems like it would be a simple solution. I have looked all over this app I Dont see any place to set custom icons. I remember doing this at some point in time but can't remember. Can't you help me navigate to it.
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
It's written in the OP:
To have custom icons for the pie items create the following folder structure and put your own png images into it: "/sdcard/Android/data/com.android.lmt/files/". The default icons have the size 120x96px but other image sizes should also work (they will be resized). You can define custom icons for every pie item and/or for every action (LMT first tries to load the icon for the pie pos, then the custom icon for the action and will use the default action icon if no other icon is defined). To set custom pie pos icons name the png pie[0-19].png where e.g. “pie0.png” will be the icon for pie item level1, item1, shorpress and “pie1.png” will be the icon for level1, icon1, longpress. To set custom action icons just name the png [actioname].png (see command section in the OP for action names – use lowercase, e.g. back.png). Please restart the TouchService after you changed the icons, so that LMT can recreate the pie.
Thank You. Worked like a charm! Gesture control all the way now.

Thethering and wifi hotspot disappeared (sprint)

After flashing stock marshmallow through odin on sprint SM-N910P "thethring and wifi hotspot" option disappeared from the menu i have tried every other possible solution out there on the web but same result any help would be greatly appriciated.
I also have a question.
I'm on stock 5.1.1 and Tethering and Wifi Hotspot don't seem to work for me. I can enable Wifi Hotspot on phone but the device is not discoverable by other devices. Does this have something to do with Tethering and Hotspot being locked by the carrier?
Zeekayy said:
I also have a question.
I'm on stock 5.1.1 and Tethering and Wifi Hotspot don't seem to work for me. I can enable Wifi Hotspot on phone but the device is not discoverable by other devices. Does this have something to do with Tethering and Hotspot being locked by the carrier?
Click to expand...
Click to collapse
you have the option visible are you using third party app to connect?
invinx said:
you have the option visible are you using third party app to connect?
Click to expand...
Click to collapse
No I'm not using any app to connect.
i believe there're workarounds being discussed in this thread:
http://forum.xda-developers.com/note-4-sprint/general/lollipop-hotspot-root-flashing-t3048163
linhnd2000 said:
i believe there're workarounds being discussed in this thread:
http://forum.xda-developers.com/note-4-sprint/general/lollipop-hotspot-root-flashing-t3048163
Click to expand...
Click to collapse
same boat here. I've tried ##DATA# and installed tx_ hotspot mod, but still couldn't get hotspot back. Please help.
I formatted data and system, restored an old backup, got the toggle and settings back... they disappeared again so I repeated the steps and the they didn't come back again.
for now, a (dirty) workaround is:
1. install Activity Launcher from Google Play
2. change the menu to All Activities
3. scroll down to Settings and tap it
4. scroll down to Hotspot and long-press it
5. tap Create Shortcut
you will now have access to the normal Hotspot settings from your home screen where you can enable/disable/adjust it.
Activity Launcher will need to stay installed but it's a vey small app and you can hide it from your App Drawer.
Sterist said:
I formatted data and system, restored an old backup, got the toggle and settings back... they disappeared again so I repeated the steps and the they didn't come back again.
for now, a (dirty) workaround is:
1. install Activity Launcher from Google Play
2. change the menu to All Activities
3. scroll down to Settings and tap it
4. scroll down to Hotspot and long-press it
5. tap Create Shortcut
you will now have access to the normal Hotspot settings from your home screen where you can enable/disable/adjust it.
Activity Launcher will need to stay installed but it's a vey small app and you can hide it from your App Drawer.
Click to expand...
Click to collapse
You my man is a savior!
I lost mine from installing xposed module which created the csc features. I can rename the feature.xml to .bak and get the hotspot setting back but I will lose some features from the xposed module.
Sent from my SM-N910P using Tapatalk
theoner1 said:
You my man is a savior!
I lost mine from installing xposed module which created the csc features. I can rename the feature.xml to .bak and get the hotspot setting back but I will lose some features from the xposed module.
Sent from my SM-N910P using Tapatalk
Click to expand...
Click to collapse
yeah I noticed it started disappearing right around xposed build that worked... what csc change are you referring to?
Sterist said:
yeah I noticed it started disappearing right around xposed build that worked... what csc change are you referring to?
Click to expand...
Click to collapse
If I leave the feature.xml that the module created, the hotspot in settings disappear. If I delete/rename the feature.xml and reboot the hotspot setting reappears. The module I used is wanam mm module in xposed.
Sent from my SM-N910P using Tapatalk
theoner1 said:
If I leave the feature.xml that the module created, the hotspot in settings disappear. If I delete/rename the feature.xml and reboot the hotspot setting reappears. The module I used is wanam mm module in xposed.
Click to expand...
Click to collapse
using ES note editor, I see a few entries relevant to hotspot/tether around 80% down the list, and there was one other about mid list. I don't have an advanced text tool handy for searching so im doing it old school lol
@wanam any ideas what might be causing this?
Sterist said:
using ES note editor, I see a few entries relevant to hotspot/tether around 80% down the list, and there was one other about mid list. I don't have an advanced text tool handy for searching so im doing it old school lol
@wanam any ideas what might be causing this?
Click to expand...
Click to collapse
I was messing around with this and switch menu_off to menu_on but no go.
<CscFeature_Wifi_ConfigMenuStatusForHotspot20>DEFAULT_ON,MENU_OFF</CscFeature_Wifi_ConfigMenuStatusForHotspot20>
Didn't want to mess around to much in there. Your method will do for now.
Sent from my SM-N910P using Tapatalk
theoner1 said:
I was messing around with this and switch menu_off to menu_on but no go.
<CscFeature_Wifi_ConfigMenuStatusForHotspot20>DEFAULT_ON,MENU_OFF</CscFeature_Wifi_ConfigMenuStatusForHotspot20>
Didn't want to mess around to much in there. Your method will do for now.
Click to expand...
Click to collapse
did you put ON and not On or on? I believe it's case sensitive
Sterist said:
did you put ON and not On or on? I believe it's case sensitive
Click to expand...
Click to collapse
Yeah, i put all caps, ON
Sent from my SM-N910P using Tapatalk
it gets stopped while loading all recent apps , at 200th application, any help?
Sterist said:
I formatted data and system, restored an old backup, got the toggle and settings back... they disappeared again so I repeated the steps and the they didn't come back again.
for now, a (dirty) workaround is:
1. install Activity Launcher from Google Play
2. change the menu to All Activities
3. scroll down to Settings and tap it
4. scroll down to Hotspot and long-press it
5. tap Create Shortcut
you will now have access to the normal Hotspot settings from your home screen where you can enable/disable/adjust it.
Activity Launcher will need to stay installed but it's a vey small app and you can hide it from your App Drawer.
Click to expand...
Click to collapse
....
sultasan1 said:
....
Click to expand...
Click to collapse
maybe you have too many apps installed for it to read thru? idk sorry... its not my app lol
just use galaxy tools im running PE2 with the hotspot icon in the pulldown
Hotspot nandroid backup
Can anyone who has Note 4 for sprint on 5.1.1 and is rooted and most importantly has the hospot/tether settings please post a nandroid backup? My setting disappeared all of a sudden after doing odin update to 6.0. I went back to 5.1.1 to see if theh came back but it didnt. I would really appreciate it.. And im pretty sure other with the same problem will to..
The 1st pic is what im looking for, the 2nd is what my phone displays

Which Xposed version for Ultimate note 7 hybrid Rom

Tried a handful all resulted in freezing at Samsung logo
Love this Rom as is but... We aren't "as is" people here
I hope someone can answer that as I want it too
sent from Ultimate Note 7 ROM running Tapatalk
here they are
peterl23451 said:
Tried a handful all resulted in freezing at Samsung logo
Love this Rom as is but... We aren't "as is" people here
Click to expand...
Click to collapse
Falco78 said:
I hope someone can answer that as I want it too
sent from Ultimate Note 7 ROM running Tapatalk
Click to expand...
Click to collapse
https://forum.xda-developers.com/xposed/unofficial-xposed-samsung-lollipop-t3180960 go to download >xposed 87.1 >marshmallow
https://forum.xda-developers.com/showthread.php?t=3034811 download official apk 3.1.1 here ( app needs to be installed first)
Success...
davnav899 said:
https://forum.xda-developers.com/xposed/unofficial-xposed-samsung-lollipop-t3180960 go to download >xposed 87.1 >marshmallow
https://forum.xda-developers.com/showthread.php?t=3034811 download official apk 3.1.1 here ( app needs to be installed first)
Click to expand...
Click to collapse
You are the man. Flawless. Thank you davnav
Running
Xposed torch(like being able to activate flashlight by holding volume up button... Must open the app first to set permissions for camera)
Firekitfds (moved status bar clock to center,disabled Low Battery sound, disabled Low Battery camera shutoff, disabled high volume warning, and long press back button to kill foreground app)
You tube ad away
YouTube background playback.
A few things...
I have figured out that firekitfds, gravitybox mm, and xtouchwiz all break my hotspot.
I use my note 4 hot-spot and a range extender for the Wi-Fi in my home (rural area) works great
With this Rom AND any one of the above it breaks my hotspot. Tried disabling in app (above) and re-enabled. Tried changing to 2.4ghz to reset then back to 5ghz.
No luck anywhere.
Think I remember someone talking about the features. Csc file maybe.
Any help with this?
Also tried using gttools to reset and set Max back to 15. (have about a dozen devices) and that's stock Max for 5ghz band.
Good lock/system ui update
Found this useful on the last rom I was running
When you install the apk it updates systemui.
It changes the notification panel to the good lock ui
Pretty cool to play with and pick what you like.
It will also unlock the hot-spot toggle then you can uninstall update to app only. Not the whole app. Then you have stock from Rom with hot-spot toggle.
I have just uploaded these images:
Good lock pics
I have just uploaded these images:
peterl23451 said:
I have figured out that firekitfds, gravitybox mm, and xtouchwiz all break my hotspot.
I use my note 4 hot-spot and a range extender for the Wi-Fi in my home (rural area) works great
With this Rom AND any one of the above it breaks my hotspot. Tried disabling in app (above) and re-enabled. Tried changing to 2.4ghz to reset then back to 5ghz.
No luck anywhere.
Think I remember someone talking about the features. Csc file maybe.
Any help with this?
Also tried using gttools to reset and set Max back to 15. (have about a dozen devices) and that's stock Max for 5ghz band.
Click to expand...
Click to collapse
At least two of those Xposed modules you mention creates a bogus features.xml file at /system/csc/features.xml each time you so much as open the module.
When that happens, delete features.xml before you reboot and that should prevent loss of functionality.
I also now use Good Lock and Xposed framework on UN7 ported ROM. It works as well as it did with rooted stock ROMs except the flashlight toggle in pull-downs are broken; leaves the torch on unless disabled with side panel or reboot. You're better off making a gesture or remap for torch; mine is set to toggle torch on any long press of home button greater than 1 second on any screen condition- off, lockscreen or on with vibrate confirmation. I use Physical Button Music Control Xposed module for that.
Sent from my SM-N920P using Tapatalk
Got it.
Did some digging and found mention of firekitfds 1.0.2
Works great and didn't break my Hotspot settings/functionality
Will install good lock now and see how that goes. Maybe should have installed that before.
But I did make a new backup with xposed installed so it doesn't take me so long each time. The framework, installer app, won't break Hotspot. Only on running the module and reboot.
Question...
If I deleted that file mentioned above before my reboot will the other changes still take effect? Seems it would be pointless if not?
peterl23451 said:
Got it.
Did some digging and found mention of firekitfds 1.0.2
Works great and didn't break my Hotspot settings/functionality
Will install good lock now and see how that goes. Maybe should have installed that before.
But I did make a new backup with xposed installed so it doesn't take me so long each time. The framework, installer app, won't break Hotspot. Only on running the module and reboot.
Question...
If I deleted that file mentioned above before my reboot will the other changes still take effect? Seems it would be pointless if not?
Click to expand...
Click to collapse
I was aware that the oldest stable release of Firefds Xposed module didn't break functionality but didn't recall 1.0.2 was also not breaking function. It works because it doesn't create the unneeded features.xml file. So there's no need to check or delete with those module versions; you can open and edit with no worries.
Changes should take place without features.xml because marshmallow doesn't use features.xml but others.xml
It's odd that updates of Firefds Xposed module broke functionality but updates have followed the same unneeded creation of features.xml- I'm not sure if any of the XTouch module versions worked without issue of unneeded features.xml file being created.
With Good Lock, the Firefds and XTouch Xposed modules are equal. But I noticed with stock SystemUI, there are minor differences. XTouch can eliminate the airplane mode pop-up dialogue but cannot remove the battery icon. Firefds Xposed module was just the opposite. (But Good Lock makes the battery icon persistent but lacks the presence of airplane mode dialogue pop-up.)
Sent from my SM-N920P using Tapatalk
i was just going to mention only issue after good lock was firekit was unable to change or hide battery.
Should I even try 3minit?
Hotspot
for anyone this could help. This does not break functionality but everytime you go into firekit it will change Max AP connections to whatever it's set to there. But you can still go to settings, hotspot,configure Hotspot, and set number there to fix. Max in fds is 10
Thanks for all the help and input
peterl23451 said:
i was just going to mention only issue after good lock was firekit was unable to change or hide battery.
Should I even try 3minit?
Hotspot
for anyone this could help. This does not break functionality but everytime you go into firekit it will change Max AP connections to whatever it's set to there. But you can still go to settings, hotspot,configure Hotspot, and set number there to fix. Max in fds is 10
Click to expand...
Click to collapse
I didn't try 3 minute battery mod. Never use it but if you find a solution for removing icon, I'd like to that again with Good Lock. I've always just dealt with it being there.
Sent from my SM-N920P using Tapatalk
No luck with 3minit with a standard MM zip
Found this thread and has a video showing what to-do but this one looks like it would take me a while.
https://forum.xda-developers.com/showthread.php?t=2799958
XTouchWiz does not break hotspot. I find more things work with XTouchWiz on the UN7 ROM vs. Firefds (eg: hide alarm icon works on one but not the other). But I can't modify the battery with both
My flashlight toggle works fine from the pull down, both on and off
beezar said:
XTouchWiz does not break hotspot. I find more things work with XTouchWiz on the UN7 ROM vs. Firefds (eg: hide alarm icon works on one but not the other). But I can't modify the battery with both
My flashlight toggle works fine from the pull down, both on and off
Click to expand...
Click to collapse
Since I brought up the flashlight toggle issue, I should clarify again that the flashlight toggle in pull-down screens stems from my use of Good Lock SystemUI screen replacement.
The flashlight toggle issue wasn't caused by the UN7 ROM or the Firefds Kit Xposed module.
You're finding more functionality and less bugs with XTouchWiz over Firefds Kit but my set of features used reflect no difference when using Good Lock with my feature preferences. I did see features.xml being created with XTouchWiz as well but in either case, since I delete the unwanted created features.xml file, I can't say which is better regarding not killing hotspot in Settings. I didn't give it the chance to fail by deleting when created.
Since both modules haven't been updated in a while, my tests were done against latest stable module releases. I'm considering going back to the suggested Firefds Kit 1.0.2 update which has been noted and confirmed not to create features.xml in Note 4 when module is opened. Personally, I think both modules could use an update to stop features.xml creation.
Thanks for your input. With all the features available, user variance is possible.
I'd also like to hear more confirmation input from others on their experience with these Xposed modules and Good Lock.
Regarding Good Lock unlock reboot error in UN7 ROM, since I've switched to that password unlock with Good Lock and experienced one reboot bug and lag on initial unlock error using wrong password, I've since entered wrong password in 2 occasions without experiencing the reboot bug or lag on unlock. Not sure why that happens and if others can expect same flexibility with Good Lock?
Sent from my SM-N920P using Tapatalk
peterl23451 said:
No luck with 3minit with a standard MM zip
Found this thread and has a video showing what to-do but this one looks like it would take me a while.
https://forum.xda-developers.com/showthread.php?t=2799958
Click to expand...
Click to collapse
I didn't try the mod on Good Lock but came across this Xposed module: Status Bar Cleanup. Updates are in Google Play and developer claims touchwiz isn't supported.
https://play.google.com/store/apps/details?id=com.seveilith.statusbarcleanup
Hide battery icon works with above module with Good Lock as SystemUI replacement. Didn't test anything else but VPN icon hide which did not work. I used NOTifications Xposed module for that. Kind of neat to allow icon to be present for a bit then get removed.
I should add that the VPN notification I was trying to hide was from Adguard and was tired to Android System. I had to add Android System in ignore list of NOTifications module.
Sent from my SM-N920P using Tapatalk
Sweet
samep said:
I didn't try the mod on Good Lock but came across this Xposed module: Status Bar Cleanup. Updates are in Google Play and developer claims touchwiz isn't supported.
https://play.google.com/store/apps/details?id=com.seveilith.statusbarcleanup
Hide battery icon works with above module with Good Lock as SystemUI replacement. Didn't test anything else but VPN icon hide which did not work. I used NOTifications Xposed module for that. Kind of neat to allow icon to be present for a bit then get removed.
I should add that the VPN notification I was trying to hide was from Adguard and was tired to Android System. I had to add Android System in ignore list of NOTifications module.
Sent from my SM-N920P using Tapatalk
Click to expand...
Click to collapse
Awesome. Works flawlessly. Bye bye battery icon. If I can't use a custom icon with percentage inside just the percentage is the next best thing IMO
Deleted

Categories

Resources