[MOD][Xposed] Disable Charge warning and Data notification popup - Xperia Z1 Compact Themes and Apps

Hope this will help someone who gets annoyed by the Mobile data notification keeps popping up when enable/disable Mobile data. (Tested working with Z1 Compact, not tried other functions) Please report if you tested other functions then will update the post. Thanks to WedyDQ10 for this module.
Requirement:
ROOT
Xposed Framework
Search for "SemcPhone Patcher" in Xposed Download or Xposed Repo.
Functions: -
1. Disable data charge warning [selected]
2. Hide Icon on data disable [selected]
3. Disable data off notify [selected - For A]
4. Enable call recording
5. Enable Answering Machine
6. Show "Use only 3G Networks"
7. All network mode
Credits:
Xposed - rovo89
Module - WedyDQ10

Thanks for this. Question...would it be possible for you to create an fast unlock (after entering correct code, open the homescreen direct without pressing o.k.)? I had this on the HTC One and don't see this function for the Z1C yet.

Boes40 said:
Thanks for this. Question...would it be possible for you to create an fast unlock (after entering correct code, open the homescreen direct without pressing o.k.)? I had this on the HTC One and don't see this function for the Z1C yet.
Click to expand...
Click to collapse
Hi, I am not the developer for this module (Developer are in bottom page "Credit"), I just provide the info here in Z1 Compact as I've tested it works on mine to get rid of the notification everytime i enable / disable the mobile data from toggle.
I remember seeing "Fast Unlock" features before but not remember where (Maybe in HTC forum). You might find it in XDA by doing a search or maybe only implemented in Custom ROM. (Not used PIN to unlock my phone but I use pattern therefore no need to press OK)

Well thanks for the info

Boes40 said:
Thanks for this. Question...would it be possible for you to create an fast unlock (after entering correct code, open the homescreen direct without pressing o.k.)? I had this on the HTC One and don't see this function for the Z1C yet.
Click to expand...
Click to collapse
You can get this by installing xposed/Gravitybox (on a rooted phone). There's an option in Gravitybox for fast unlock. I use it on my Z1C and it works fine.

I wasn't sure if gravitybox would work on the XZ1C but now I know

Right, It's GravityBox. Tested and Confirm working!!
Lockscreen Tweaks > Other > Quick Unlock

Related

New Power Control widget with one click 2G/3G toggling

Hello
I waited a lot of time for Google to release the support of a API to allow changing the 2G/3G with one click
As many others I would like to have the ability to do it without need to go to the settings.
Since Google didn't do it, I decided to do it by myself.
For that I modified the Phone and Setting applications that are delivered in the Cyanogen 6 version.
I made a new Power Control widget that now has the following:
Additional buttons:
- 2G/3G toggling (one click. With 3G only or 3G preferred)
- Ring mode toggling (Different possibilities)
- Screen timeout (15s/1min/5 min or 30s/2m/5Min)
- Toggle orientation sensor(enabled/disabled)
- Brightness levels (added different possible levels)
- Airplane mode enable/disable
- Lock Screen enable/disable
- Flashlight (screen mode works on Magic. on N1 it doesn't work=Don't use it)
Options:
- Can now be set with vertical layout
- you can choose different buttons on the widget
- possibility for a transparent widget
- possibility to avoid the widget "round corners"
- Option to change to 2G automatically when Mobile data is disabled
- Option to change to 3G automatically when Mobile data is enabled back
- Option to disable sync automatically when WIFI is disabled (avoids sync on mobile data)
- Option to enable sync automatically when WIFI is enabled back
- Option to choose if Ring mode is ON with vibrate or with sound
- Option to monitor the Data roaming (set the icon to red if enabled)
Other changes:
Changes done to GPS or Mobile Data in normal Settings page are now automatically synchronized in the widget.
Limitations:
- Setting page still very ugly
- Like the original one, limited to a single 4x1 widget.
- Button order is fixed
Before I contribute with my code to Cyanogen, I would like to see the feedback of other persons to confirm if this change is interesting or not.
If not, I would keep it just to myself.
It was only tested in my own HTC Magic. So I cannot guarantee that it will work 100%. If you want it, then use it at your own risk
Unfortunately it require changes of main Phone applications so I don't think it is possible to do it for all the Phones.
For now it will only work with CM6
I hope this is also interesting for several other people.
How to download:
update.zip file:
http://share1t.com/lg7prf
Screenshots:
My personal update procedure (flashmode):
Step 1:
Copy the update.zip (power_control_v2.01.zip) to the SD Card
Shutdown phone and boot it in recovery mode (On HTC Magic, press HOME + POWER to boot)
Step 2: (optional but recommended)
move the directory of your computer to were to store the backup files
Wait for the Recovery console
Connect the usb cable
adb.exe shell mount /system
Make a backup of the original files:
adb.exe pull /system/app/Settings.apk Settings_original.apk
adb.exe pull /system/app/Phone.apk Phone_original.apk
Step 3:
Select the Flash option on the recovery, and select to choose the file name
Select the power_control_v2.01.zip
Confirm and wait for it to finish.
Reboot the phone.
Step 4:
Add the new Power Control widget
Thank you verry much !
Is this the app from BK Mobility? Of so, this would be considered a WAREZ and you will get banned for it, because it is an paid app.
to futango:
Can you even READ?
Any screens?
Now it has
anwoo said:
to futango:
Can you even READ?
Click to expand...
Click to collapse
Sorry OP. Was tired when reading.
That thing looks great BTW.
installed. looks good and works. very nice and thanks.
can i add a suggestion? possibility to reorder the buttons
When i do
Code:
# mount /system
i have error: device or recovery busy ...
What now ?
nice thanks
virnik said:
When i do
Code:
# mount /system
i have error: device or recovery busy ...
What now ?
Click to expand...
Click to collapse
Well I'm not experienced in that.
Maybe the volume is already mounted?
If you really have boot the phone in Recovery mode (not the normal mode)
then check the following after the shell part:
ls /system/app
if you see a lot of files ending in *.apk, then the system is mounted.
You can see if you can execute the remaining operations (starting with the adb pull)
If not, then I don't know how you can push it. maybe in a next CM6 build it will be available.
You read my mind and made it work. Ive been looking for a widget that would do this properly. All other programs could disable apn but then it would mysteriously start up again on its own.
So far so good.
Thanks
Edit: my phone had a force close and when it rebooted, it had automatically reverted back to the normal power widget, with no sign of your version???
If we can have a toggle for the rest of the items it would be perfect.
Specifically hiding bluetooth, GPS and autosync since I never touch those.
xaueious said:
If we can have a toggle for the rest of the items it would be perfect.
Specifically hiding bluetooth, GPS and autosync since I never touch those.
Click to expand...
Click to collapse
You can select what options do you want to see. So you can hide these three and keep the other ones.
twigster said:
Edit: my phone had a force close and when it rebooted, it had automatically reverted back to the normal power widget, with no sign of your version???
Click to expand...
Click to collapse
That is strange for me.
I can only see it happening if the original settings apk get installed on the system. I don't think there is any "recovery" rom for that.
What could happen is for it to loose the configured settings and revert to the default one.
There you will have two differences:
1- In my case, the disable mobile data is after the GPS icon. in the original one it after the wifi I think.
2- 2G/3G data is automatically changed when you enable/disable the mobile data.
Perfect
Good work !
Works fine on Vodafone Magic 32b with Chromatic Rom (4.2)
Thanks !
Can you add Airplane Mode toggle, please?
Wow cool
Gonna try it asasp, been looking for this aswell!
Is it workable if I change the phone.apk and settings.apk into yours and resign the ROM?
Cuz my Magic seems fail to mount...
Anyway Good Jobsince I hate the original CM's Power Control Widget much(the number of buttons are fixed to 7,quite hard for me to press the right one...)

[CM11][LG G2] How to disable the Knock On feature

I've looked everywhere for an answer to this, but so far to no avail. Is there a way to manually disable this Knock On feature included in the stock software? I'm running CyanogenMod 11 nightlies and it causes my phone to crash 50% of the time and gets annoying after a while. I looked through all the system files on the phone and can't even find a pointer. Be as complicated as you want with your answer. Thanks.
P.S. This is not a new problem with CM11. Did this with 10.2 as well.
On the stock software its easy !! Go to configurations > general > gesture > on/off screen (its the first option) !!
Hope i could help:good:
greenshell said:
I've looked everywhere for an answer to this, but so far to no avail. Is there a way to manually disable this Knock On feature included in the stock software? I'm running CyanogenMod 11 nightlies and it causes my phone to crash 50% of the time and gets annoying after a while. I looked through all the system files on the phone and can't even find a pointer. Be as complicated as you want with your answer. Thanks.
P.S. This is not a new problem with CM11. Did this with 10.2 as well.
Click to expand...
Click to collapse
If your still trying to figure it out i found it after about 3 hours of searching its located in settings under display and lights just uncheck "double tap to wake"
Disable Knock on / Knock Off
Go to settings, device, display and lights, and uncheck double tap to wake. Then settings , personalization, Interface, Status bar, and uncheck double tap to sleep..
Worked for me.. Hope this helps
Thank you!
Is there a way to disable knock on during calls only? My face keeps unlocking my phone and apps are opened or settings changed. It's annoying.
Found a FIX disable Tap 2 Wake/ Knock code
Hi all, I have a LG F220K (LG Optimus GK). :silly:
And I'm running a modified version of LG G2 CM11 (currently on M6) on my mobile.
After flashing CM11 ROM I figured that the option to deactivate the Tap to wake/ Knock code feature is not available in the Settings menu itself.
The Tap wake function is something I hate as it turns on display and press buttons during calls, so somehow I was lost with all the forums having only questions yet no answers...
This is How I sorted it!!! (Sorry, I am not allowed to post images or links as a newbie)
1. Please install Kernel Tweaker from the play market (It's free).
2. Open the Kernel Tweaker, access the main menu of the app by tapping the top left hand corner.
3. Browse through to Kernel (Under Kernel Params) tap open.
4. You will see that it has two options Under Kernel Tweaks "Double Tap 2 wake" and "Sweep 2 Wake", there will be two ticked boxes.
5. Untick both boxes and exit!!!
Now you can tap on screen like no tomorrow but Tap to Wake/ Knock code is no more... :highfive:
A THANK wouldn't hurt!!!
Alexsha said:
Is there a way to disable knock on during calls only? My face keeps unlocking my phone and apps are opened or settings changed. It's annoying.
Click to expand...
Click to collapse
I 'm looking for that answer too..
Me as well! I hate Knock-On as it always turns on the screen in my pocket.
I tried Kernel Tweaker but there arent any options under Kernel Tweaks for me to choose from. Im running C-Rom 7.1 which is CM based I believe.
Is there an .apk or sys file I can disable? What kind of file and what is the name of the file/code that is responsible for Knock-On?
JJT211 said:
Me as well! I hate Knock-On as it always turns on the screen in my pocket.
I tried Kernel Tweaker but there arent any options under Kernel Tweaks for me to choose from. Im running C-Rom 7.1 which is CM based I believe.
Is there an .apk or sys file I can disable? What kind of file and what is the name of the file/code that is responsible for Knock-On?
Click to expand...
Click to collapse
I 'm looking for that answer too for cm-10.2.0-d802
You can probably try with "G2 Tweaksbox", it uses the xposed framework and has many tweaks available... hope this helps
Sent from my VS980 4G
This should work:
How to disable the Knock On feature on LG devices…: https://youtu.be/gIgHPYeH6gs

[ROM][G900F] G900FXXU1POD1 UK EE Open Beta Wi-Fi Calling

In the process of making a rom based on G900FXXU1POD1 UK EE firmware, mainly because I need Wifi Calling
It will only be a basic rom more of a dev base with some basic mods and bits removed
This something people would be interested in? If so would like a couple beta testers...
UPDATE:
Decided to make this an open beta!
Download here: https://www.androidfilehost.com/?fid=23991606952610434
Beta2 Update/OTA (changes below): https://www.androidfilehost.com/?fid=23991606952610941
Changelog so far:
Fully working Wi-Fi calling!
deodexed
rooted, busybox supersu 2.46
removed knox
allow writing to sd
added xposed installer (find for now this only has a couple mods, I use gravitybox to change hardware key mapping)
added 3minit battery mod
removed sfinder/quick connect from notification pulldown
added advanced power menu
added 360 degree rotation
increased quick settings toggles to 6
removed increase ringing on incoming call
Option to add init.d support when installing
Disabled battery popups
removed:
chrome
dropbox
chaton
flipboard
newsstand
smartremote
maybe others not needed
CSC Features Added:
- Shutter sound menu in Camera
- Sending/receiving MMS without data on
- Added "Exit Internet" option to stock browser
- Added call button in Phone Logs
- Added "Call/Message block" option in Settings
Beta2 Update:
home key wake disabled
volume level warning disabled
disabled battery/back cover popups
camera quality mod
slight volume boost on speaker and headphones
What I have missed in this upload though is disable increased ring but I can add this as an OTA update patch shortly
Let me know if you guys find any bugs
liamstears said:
In the process of making a rom based on G900FXXU1POD1 UK EE firmware, mainly because I need Wifi Calling
It will only be a basic rom more of a dev base with some basic mods and bits removed
This something people would be interested in? If so would like a couple beta testers...
Click to expand...
Click to collapse
I am in!
liamstears said:
In the process of making a rom based on G900FXXU1POD1 UK EE firmware, mainly because I need Wifi Calling
It will only be a basic rom more of a dev base with some basic mods and bits removed
This something people would be interested in? If so would like a couple beta testers...
Click to expand...
Click to collapse
I am can test too....
Decided to release an open beta
Check first post
liamstears said:
Decided to release an open beta
Check first post
Click to expand...
Click to collapse
Downloading right now....Will report back after all went well
Please don't only post bug reports but please also post any suggestions on anything I can do but not too much as my aim is a pretty stock rom but with some functional mods needed or wanted for everyday use
liamstears said:
Please don't only post bug reports but please also post any suggestions on anything I can do but not too much as my aim is a pretty stock rom but with some functional mods needed or wanted for everyday use
Click to expand...
Click to collapse
I'd say that you could remove 3Minit Battery..or put mods in Aroma Installer,and let Choose what and not to install with the ROM. Viper4Android also would not be bad in AROMA Installer. Agreed with the removal of Quick Connect and S Search
Just Installed and Removed cause I noticed Big Bugs:
1) No Status bar
2) Black wallpaper,cant set even from Gallery nor Wallpaper selector
3) No lockscreen
I installed as described. @liamstears
Wolf80 said:
I'd say that you could remove 3Minit Battery..or put mods in Aroma Installer,and let Choose what and not to install with the ROM. Viper4Android also would not be bad in AROMA Installer. Agreed with the removal of Quick Connect and S Search
Just Installed and Removed cause I noticed Big Bugs:
1) No Status bar
2) Black wallpaper,cant set even from Gallery nor Wallpaper selector
3) No lockscreen
I installed as described. @liamstears
Click to expand...
Click to collapse
Damn, don't worry though I know the problem, I will get this fixed up and re-upload soon
Have fixed the bugs, adding a couple more mods and re-uploaded
new mods are:
added 360 degree rotation
increased quick settings toggles to 6
removed increase ringing on incoming call
All working now so please download and report findings and suggestions
As for 3minit I plan to leave it in place, as I see it there are many battery mods to choose from to keep everyone happy, some cool and some pretty stock looking so options are there
As for viper4android if I get enough people wanting it I could add it as an option during install
Posted a small Update to the op:
home key wake disabled
volume level warning disabled
disabled battery/back cover popups
camera quality mod
slight volume boost on speaker and headphones
Can I get some feedback guys?
Unable to save wifi settings
Hi there - thanks so much for the rom - works perfectly but for one issue - it can't remember my home wifi network! I have to input the password each time I connect to the wifi which is mindblowingly annoying.
Not sure whether this is due to the ROM or not, but I have re-installed it after nuking everything via TWRP - cache, system, dalvik, the whole lot.
Didn't have this problem myself, maybe try flashing NON-HLOS.bin from POD1?
scatat said:
Hi there - thanks so much for the rom - works perfectly but for one issue - it can't remember my home wifi network! I have to input the password each time I connect to the wifi which is mindblowingly annoying.
Not sure whether this is due to the ROM or not, but I have re-installed it after nuking everything via TWRP - cache, system, dalvik, the whole lot.
Click to expand...
Click to collapse
In fact, I've used ES File Explorer in root mode to view the wpa.supplicant file and can see that when I disconnect to wifi, the entry is deleted on disconnection. No idea why this is happening. I may have to just install the EE rom directly. How disappointing.
I know the thread is relatively old, but is there chance to refresh rom link ? I badly need wifi calling on S5.
Also is there lock for wifi calling on EE ROM? Im using EE ROM with PRT network but Wifi calling doesnt show up on the screen Phone>Settings>Call settings>[end of the list].
Looks like wifi calling on stock EEROM show up only when MNC/MCC on the sim is matching.

Favorite Xposed Plug-ins

Hi All,
I am very new to Xposed and I just finished installing V85. Thanks for the TuT!
If you could, would you list your favorite Plug-ins and why you like them? I would like very much to have a review'ish type list to measure a particular plug-in's popularity.
I figure if someone posts their favorite and we get a lot of likes or re-posts of the same plug-in then I can make a more informed decision on what I would like to use.
Thanks in advance!
-NJ
I use Boot Manager, Gravity Box, G4 Tweaksbox and GEL Settings. Be careful for conflicting tweaks, enable one at a time between reboots.
My go-to Xposed plugins are:
G4 Tweaksbox - so I can skip tracks by long-pressing the volume keys; also various theme tweaks, disabling low battery warnings, etc.
NotifyClean - originally so I could hide the WiFi Calling persistent notification (IPService), but now I no longer use it.
Secure Settings - I rely on Tasker for a lot of things, and this is required for special functions (like waking the screen).
Youtube AdAway - what ads?
Youtube Background Playback - I disable auto-update of the Youtube app so it stays in sync with this plugin
App Settings is nice if you like changing the DPI for certain apps. Amplify + Greenify is a nice battery saving combo that feature xposed modules.
App settings, One Tap YouTube module, YouTube background playback, YouTube adAway
Youtube AdAway and Youtube Background seems popular
Could anyone give me a link to the most recent xposed framework?
Bildo41383 said:
Could anyone give me a link to the most recent xposed framework?
Click to expand...
Click to collapse
Link
njdevils28 said:
Link
Click to expand...
Click to collapse
thank you kind sir or madam :angel:
wwwwwaitwhat said:
My go-to Xposed plugins are:
G4 Tweaksbox - so I can skip tracks by long-pressing the volume keys; also various theme tweaks, disabling low battery warnings, etc.
NotifyClean - originally so I could hide the WiFi Calling persistent notification (IPService), but now I no longer use it.
Secure Settings - I rely on Tasker for a lot of things, and this is required for special functions (like waking the screen).
Youtube AdAway - what ads?
Youtube Background Playback - I disable auto-update of the Youtube app so it stays in sync with this plugin
Click to expand...
Click to collapse
did you stop using NotifyClean because you no longer needed it or because it was causing issues? for me, I need this module, but it seems to be causing SystemUI crashes on MM and Xposed 85... contacted author in thread, but no response =(
Can anyone please recommend an xposed module for immersive mode on V10?
delete
daized said:
Can anyone please recommend an xposed module for immersive mode on V10?
Click to expand...
Click to collapse
G4 tweaksbox will work to get rid of nav bar but will not help with status bar. Don't use gravity box, it won't work for immersive.
Sent from my LG-H901 using XDA-Developers mobile app
Lockscreen Album Art Remover.
dimm0k said:
did you stop using NotifyClean because you no longer needed it or because it was causing issues? for me, I need this module, but it seems to be causing SystemUI crashes on MM and Xposed 85... contacted author in thread, but no response =(
Click to expand...
Click to collapse
I am trying Xnotifications, seems to work good but it's only a 10 day trial.
TheFuzz said:
G4 tweaksbox will work to get rid of nav bar but will not help with status bar. Don't use gravity box, it won't work for immersive.
Sent from my LG-H901 using XDA-Developers mobile app
Click to expand...
Click to collapse
Thank you for your suggestion. I tried a few other things also and discovered that "immerse me" works fine on my phone. It was a surprise for me because the description says the module is for kitkat. Others can try it if they are looking for immersive mode (all apps) for marshmallow on V10.
dimm0k said:
did you stop using NotifyClean because you no longer needed it or because it was causing issues? for me, I need this module, but it seems to be causing SystemUI crashes on MM and Xposed 85... contacted author in thread, but no response =(
Click to expand...
Click to collapse
I stopped using wifi calling, so I stopped needing NotifyClean. However, it appears I still have it installed while running MM and it hasn't caused any issues. I just re-enabled wifi calling and it hid the notification immediately without causing any problems. I'm running Xposed framework version 83 and one of the earlier versions of Eliminater74's MM rom.
ReelFiles said:
I am trying Xnotifications, seems to work good but it's only a 10 day trial.
Click to expand...
Click to collapse
I was thinking of checking that module out as well, but I paid for NotifyClean and hopefully it's still being developed on by @defim... unfortunately I have not heard anything as of yet.
wwwwwaitwhat said:
I stopped using wifi calling, so I stopped needing NotifyClean. However, it appears I still have it installed while running MM and it hasn't caused any issues. I just re-enabled wifi calling and it hid the notification immediately without causing any problems. I'm running Xposed framework version 83 and one of the earlier versions of Eliminater74's MM rom.
Click to expand...
Click to collapse
thanks for the info! do you have fingerprint unlock enabled by any chance? that's my issue with NotifyClean... it keeps restarting SystemUI and I'd be alright with it if it didn't break fingerprint unlock.
dimm0k said:
thanks for the info! do you have fingerprint unlock enabled by any chance? that's my issue with NotifyClean... it keeps restarting SystemUI and I'd be alright with it if it didn't break fingerprint unlock.
Click to expand...
Click to collapse
I just set up a fingerprint, enabled a PIN lockscreen, and was able to unlock the screen with my fingerprint. Confirmed that it worked after a reboot. (Though the first time unlocking after rebooting gives me "Unable to use fingerprint," but is fine after that.)
wwwwwaitwhat said:
I just set up a fingerprint, enabled a PIN lockscreen, and was able to unlock the screen with my fingerprint. Confirmed that it worked after a reboot. (Though the first time unlocking after rebooting gives me "Unable to use fingerprint," but is fine after that.)
Click to expand...
Click to collapse
if you're able to keep an eye on things and report back to let me know, that would be appreciated. for me NotifyClean and fingerprint unlock do work, however after some time without any reboots or anything out of the ordinary that I'm aware of my device locks the screen and won't accept fingerprint unlock. I know the phone hasn't rebooted on its own to cause this because I've literally put the phone down for less than 2 minutes only to have to enter the password to unlock. my phone is set to lock after 10 minutes... I've checked the Xposed logs to find nothing in there and only after I disable this module does this issue not happen again.

[Question] Need help on HTC U11 normal usage

Dear HTC U11 users,
I'm a newbie here, Just bought my U11 for a last 2 weeks. However, I'm a android user for almost 10 years.
There are something that really annoy me when using HTC. I don't know if we have any solutions for this. If anybody knows, please help me and I really appreciate that. I'm running stock, bootloader locked.
1./ Can we change the brightness of the capacity buttons (back and recent key)? It's too bright, especially in the dark. There is no way to adjust the button brightness.
2./ Can we change the way the home button works? I want to turn off the hold actions, now it always open Google assistant, which I don't want to.
3./ Can we disable the vibration every time we unlock the phone with fingerprint scanner?
Thank you !
1. You'll need a custom kernel. CleanSlate does this. The EAS kernel has it as well(using CleanSlate code I believe)
2. You can change the long press app with the "Assist App" setting. Not sure which category it was in but you can search it in the settings app. It was pretty deep if I remember right.
3. Yes there is an option to disable the vibration in the "Fingerprint scanner" settings category.
CurtisMJ said:
1. You'll need a custom kernel. CleanSlate does this. The EAS kernel has it as well(using CleanSlate code I believe)
2. You can change the long press app with the "Assist App" setting. Not sure which category it was in but you can search it in the settings app. It was pretty deep if I remember right.
3. Yes there is an option to disable the vibration in the "Fingerprint scanner" settings category.
Click to expand...
Click to collapse
Awesome!! Thank you.
About:
Section 2, thanks to Android 8.0, I just need to search for the key words " Assist App" in setting search and get it done. Notice for up-coming readers: you will need to install apps sharing assist app function, or you will not see the option to choose none. In my case, I install the Microsoft launcher to get Cortana. And when you have more than 1 assist app, you can choose "none" in the option list.
section 3, How stupid and careless I am to miss that.
section 1, I will take it as a "no way" for stock users, and due to the U11 is my primary one for work.
Thank you !!!

Categories

Resources