AboutWith the update of Android version, doze mode is enough to suppress the power consumption of the background of the application, but some advanced users still hope to be able to control the wakelock alarm or service by themselves.
Amplify is good enough to meet the needs of most people, but after Android N, Amplify stops updating. NoWakeLock expects to achieve the same function as Amplify does on Android N and later.
The recent 2.x release fix many of the previous bugs, so here we are.
Features
Full control of Wakelock/Alarm/Service, no feature limitations.
Application level support
Control Wakelock/Alarm/Service by application
Application-level Wakelock/Alarm regular expression interception support.
Limited multi-user support
Support for Android N+.
Fully open source, no private data collected and stored.
CompatibilityAndroid 7 ~ Android 12.
Tested with the EdXposed / LSPosed.
PlannedThe stable version is planned to be released by the end of this year, if you have any feature suggestions welcome to discuss in the comments section / GitHub issue.
Download: Play | Github-releasesSource Code: GithubLicense: GNU GPLv3 (License).Version InformationStatus: beta
Current Version: 2.0.0-beta5
Release Date: 2022-12-4
Created 2020-4-27
Last Updated 2022-08-19
Chat groupTelegram: https://t.me/nowakelock
Discord: @NoWakelock
DonateIf my work is helpful to you, just star on GitHub is enough.
Thanks
Amplify.
XPrivacyLua
GravityBox
FAQWhat is Wakelock/Alarm/Service and how can I set it to maximize the effect?Official Documents
wakelock
alarms
services
Another XDA GUIDE -> [GUIDE] The Total Newb's Guide to Wakelocks
Amplify offer some Wakelock/Alarm/Service information -> Amplify
WakeBlock also offer some information -> wakelocks
Wrong operation causes the device to fail to bootThere are two cases
The reason is the bug of Nowakelock, you need to uninstall Xposed framework and enter the system to clear Nowakelock data.
Go to RE -> File Management -> /data/adb/modules and select Xposed module and delete the folder.
If you have restricted the important system wake-up lock by mistake, you don't need to uninstall Xposed framework at this time.
Go to RE -> File Management -> /data/misc/xxx-xxx-xxx/prefs/com.js.nowakelock folder and delete it
xxx-xxx-xxx is a long random string, which may be different for each machine.
If you are not sure, you can only clear the Nowakelock data after entering the system to restore the error.
Whether private data is collectedAll data is local and not uploaded anywhere, except for a possible future cloud disabling solution load.
NoWakelock does not collect or store any private data.
Need new features or find bugsPlease submit them at here and I will do my best to complete them.
I would like to help update the translationFeel free to submit a PR.
Changelog
v2.0.0-beta5
- Masking an error output. This bug is subject to further investigation.
- UI adjustment
v2.0.0-beta4
- Add data backup/restore
v2.0.0-beta3
- Fix a typing bug, the first time you type 900 you will get 009.
- Add French support thanks to [@xerta555](https://github.com/xerta555).
- Some UI tweaks, alignment.
v2.0.0-beta2-1
- Urgently fix a data logging bug, please make sure to update beta2-1 version
did we need xposed or os root enough
xn0live said:
did we need xposed or os root enough
Click to expand...
Click to collapse
In fact, for most cases, just root is enough to handle the cases where you had to use xposed + amplify in the past.
For now, NoWakelock exists only for some users who want to manage wakelock/alarm finely.
LJY-JH said:
In fact, for most cases, just root is enough to handle the cases where you had to use xposed + amplify in the past.
For now, NoWakelock exists only for some users who want to manage wakelock/alarm finely.
Click to expand...
Click to collapse
Hi, I can confirm that the latest beta is working as intended on A12. Could you make an option to differentiate between safe and unsafe wakelocks to block like amplify to avoid blocking any system wakelock and avoid bootloop, etc.
maxs8007 said:
Hi, I can confirm that the latest beta is working as intended on A12. Could you make an option to differentiate between safe and unsafe wakelocks to block like amplify to avoid blocking any system wakelock and avoid bootloop, etc.
Click to expand...
Click to collapse
Yes, I'm trying to do that.
My idea is that the wakelock description should be a loadable external file rather than written into the source like amplify, but there are problems with multi-language support, which I'm still working out.
LJY-JH said:
In fact, for most cases, just root is enough to handle the cases where you had to use xposed + amplify in the past.
For now, NoWakelock exists only for some users who want to manage wakelock/alarm finely.
Click to expand...
Click to collapse
what is the newest version for android 12 with root
xn0live said:
what is the newest version for android 12 with root
Click to expand...
Click to collapse
I am not a native English speaker, so perhaps I am misrepresenting.
What I mean is that before android Q we had to use xposed+amplify in order to control the power consumption of our devices. But after android Q we may only need to use root + NapTime to achieve the same effect.
LJY-JH said:
I am not a native English speaker, so perhaps I am misrepresenting.
What I mean is that before android Q we had to use xposed+amplify in order to control the power consumption of our devices. But after android Q we may only need to use root + NapTime to achieve the same effect.
Click to expand...
Click to collapse
naptime not needed xpsoed or? and which version work on a12
xn0live said:
naptime not needed xpsoed or? and which version work on a12
Click to expand...
Click to collapse
naptime just need root.
Naptime - the real battery sav - Apps on Google Play
Makes your device sleep faster to save precious battery life when you need it
play.google.com
LJY-JH said:
Full control of Wakelock/Alarm/Service
Click to expand...
Click to collapse
Great job !
Just here to confirm that this magic potion works on Crdroid. Good job
UI is slightly confusing. I am not sure the numbers on the right side indicate seconds or what.
Obi_Wlan said:
Just here to confirm that this magic potion works on Crdroid. Good job
UI is slightly confusing. I am not sure the numbers on the right side indicate seconds or what.
Click to expand...
Click to collapse
wakelock count time
LJY-JH said:
wakelock count time
Click to expand...
Click to collapse
That's for the numbers on the left, I think. The number of times a particular wakelock was triggered.
Obi_Wlan said:
That's for the numbers on the left, I think. The number of times a particular wakelock was triggered.
Click to expand...
Click to collapse
The counting numbers are on the left and the accumulated time is on the right.
Obi_Wlan said:
That's for the numbers on the left, I think. The number of times a particular wakelock was triggered.
Click to expand...
Click to collapse
The time display does not follow a single time unit.
It starts in seconds, then it may be minutes, hours, etc.
This uses the same code as amplify, which seems to cause some problems.
Do we have to enable the app for which we want to restrict the wakelock/alarm in lsposed when we use the nowakelock app or is it not required
just select System Framework and setting.provider.
Sometimes my device freezes and I have to restart my phone. This is what my lsposed log looks like. Does anyone know what could be causing this? I should note that I haven't turned off the wakelocks.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Related
Requires Xposed Framework!
This module auto-agrees to and disables this dialog:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Compatibility:
This mod should work on all devices with Google's NetworkLocation.apk, which is shipped with devices that are Play Store certified.
Source:
The mod is open source, and licensed under GPLv3: https://github.com/MohammadAG/Xposed-Disable-Location-Consent
Download:
By installing this module, you agree to the following:
"Allow Google's location service to collect anonymous location data. Some data may be stored on your device. Collection may occur even when no apps are running."
http://repo.xposed.info/module/com.mohammadag.disablelocationconsent
Thanks to:
@Extrinsic for the 1.1 update that adds KitKat support, among other changes.
Support development:
If you found this mod useful, consider donating with PayPal.
This Mod is working perfect on my S3 Stock ICS.
I used to have a clumsy semi effective workaround with Tasker using macros to imitate button pushes. I abandoned that long ago. But this mod works great. Now Tasker can easily disable/enable Location preference at screen off/on without that daft popup consent notification.
Thanks MohammadAG
Thank you
Love this!!!
I find that having "Use Wireless Networks" causes a lot of NLP collector wakelocks, but I like using the functionality of Google Now and other apps that could utilize the network location.
I set up a Tasker Profile so that when I open Google Now, it enables the wireless network location. (normally that would make a prompt show up every time I open up google now, but this removes the prompt and makes it all work amazingly well.
Thanks a lot!!
What would be even better is if you were able to disable the background location polling...
NlpCollectorWakelock causes so much battery drain on my device (even though I don't have any apps that use network location in the background, this is strictly Google building out its databases) that I have to keep network location turned off.
Your module saves us from having to tap to agree when we turn it back on (or saves writing a Tasker script to do it automatically), but a fix for the underlying problem would be even better
Not working on my Verizon HTC One
Not working on Nexus 4 :crying:
Plz help!
TidusWulf said:
Not working on my Verizon HTC One
Click to expand...
Click to collapse
gunbox said:
Not working on Nexus 4 :crying:
Plz help!
Click to expand...
Click to collapse
Did you install Xposed?
Sent from my Sony Xperia Z1 (C6903) using Taptalk 4
yes. I use several mods for Xposed and the rest work
TidusWulf said:
yes. I use several mods for Xposed and the rest work
Click to expand...
Click to collapse
Is this module enabled (and have you rebooted)?
EDIT: Disregard this, I confused this thread with another.
How does it not work? This mod only maximizes your lockscreen widgets, similar to what would happen if you drag it downwards. Isn't that happening? Can you post a screenshot right after you turn your screen on?
GermainZ said:
How does it not work? This mod only maximizes your lockscreen widgets, similar to what would happen if you drag it downwards. Isn't that happening? Can you post a screenshot right after you turn your screen on?
Click to expand...
Click to collapse
I think u are in the wrong thread...
Sent from my HTC One using XDA Premium 4 mobile app
Love this. Thanks a ton for making it. I like the location-based info from Google Now, but leaving this on all the time isn't necessary (like when I'm sleeping or at home.) So, I have Tasker granting location service access only when the screen is on. This way it can quickly grab my location then go the f**k back to sleep when I turn off the display.
Brilliant app!
Works for me
This works perfectly on a rooted LG Optimus G. I was pulling my hair out trying to find a solution for this. I made a tasker action to simulate a screen touch but that only works 30% of the time or so. Thanks!
@MohammadAG can you add gb support since xposed framework was ported to gb ? thanks in advance
This work great on jb 4.3 . When I try the new xposed framework on 4.4, it doesn't work anymore. Can you confirm?
stagius24 said:
This work great on jb 4.3 . When I try the new xposed framework on 4.4, it doesn't work anymore. Can you confirm?
Click to expand...
Click to collapse
I can confirm this :-\
Sent from my Nexus 4 using Tapatalk
dont work for me too on cm11 skang on my nexus 5. latest xposed installed
stagius24 said:
This work great on jb 4.3 . When I try the new xposed framework on 4.4, it doesn't work anymore. Can you confirm?
Click to expand...
Click to collapse
+1
Please add 4.4 support
MohammadAG said:
This module auto-agrees to and disables this dialog:
Compatibility:
This mod should work on all devices with Google's NetworkLocation.apk, which is shipped with devices that are Play Store certified.
Source:
The mod is open source, and licensed under GPLv3:
Download:
By installing this module, you agree* to the following:
"Allow Google's location service to collect anonymous location data. Some data may be stored on your device. Collection may occur even when no apps are running."
Click to expand...
Click to collapse
Hello,I think i have found why the module don't work anymore whit android 4.4.The change is in the xposed framework that have changed the afterhookedmethod() with getextra() -- (And this module use exactly this method).I'm not a developer so i ask for someone to make this change.Here is the documentation for new method:
https:// github. com/rovo89/XposedBridge/commit/3c18f6f6bd4e0ec57898b3b3a79b5584d0396054#diff-0
https:// github. com/rovo89/XposedBridge/blob/3c18f6f6bd4e0ec57898b3b3a79b5584d0396054/src/de/robv/android/xposed/callbacks/XCallback.java
And here the source code: https:// github. com/MohammadAG/Xposed-Disable-Location-Consent
Many thanks to those who will listen to me.
Super fast to clean recent apps
Features
Added clean all recent apps (AOSP ROM only)
Auto clean recent apps when screen off
Remove apps from recent apps list
Also stop apps when removed
Homescreen shortcut to quickly remove recent apps
Tasker plugin (donate only)
Swipe on recent app list to force stop
Exclude apps
By default, this app excludes all launcher apps.
Translation
http://osbqc9o.oneskyapp.com/collaboration/project?id=9811
Download
Xposed: http://repo.xposed.info/module/com.droidmate.rcleaner
Google Play: https://play.google.com/store/apps/details?id=com.droidmate.rcleaner
Change logs
Ver 2.0
- Support to change shortcut position
- Support show live memory (donate only)
- Support show clean recent app on notification bar
- Fixed unsave when click on checkbox on Exclude Apps
Ver 1.8
- Support in-app purchased to fix unactivation on paid version
Since Xposed can not activate paid apps from Google Play, we are forced to use in-app purchase instead. If you previously purchase this app, drop us an email then we will refund for you. We are sorry for this disturb.
Ver 1.7
- Added the app itself in excluded app list
- Add option to delay when screen off before cleaning
- Update language pack
Ver 1.6
- Fixed Screen off cleaner
- Added option to toggle clean all on recent app panel
- Added option to disable toast when clean
- Added force stop option when clean
- Added Tasker plugin (donate only)
- Added swipe on recent app item to force stop (donate only)
- Update language pack (11 languages)
Ver 1.5
- Try to fix activation with Google Play version
- Added German language (thank korkfabrik)
Ver 1.3
- Try to fix reboot loop
- Added option to also kill forceground apps
Ver 1.2
- Added "Clean all recent apps" button on Recent Apps screen (AOSP ROM only)
- Support French, Vietnamese language
Ver 1.1
- Support auto clean when screen off
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
@safet.me supports gingerbread?
I like this app!
but on my device the shortcut forceclosed,i use sony xperia Z with 4.2.2 stock rom
l_evo said:
I like this app!
but on my device the shortcut forceclosed,i use sony xperia Z with 4.2.2 stock rom
Click to expand...
Click to collapse
Please try to add shortcut from your Launcher
Is there any integration with tasker?
Force closes when tapping on the shortcut, when I open the app, it says status:inactive. I have already activated it in xposed and did a reboot, module doesnt seem to get activated
Great idea.
It works fine from aplication, but it crash from shortcut on home screen.
Samsung Galaxy S3 international
OMNI Rom 4.4 latest nightly
For the further developement I sugest to implement some kind of automatization. For example I would like to see automatic activation in case of pressing power button (manual sleep).
Tasker integration can be aslo the good idea.
Thanx alot for this useful mod.
I have waiting somebody to create it
but there's a problem with antivirus CM Clearmaster security, it detect your mod as a virus
I hope you solve this
pugsang said:
Is there any integration with tasker?
Click to expand...
Click to collapse
You can use Auto Shortcut Pro to integrate any app with Tasker.
Or at least, any app that offers Launcher type shortcuts, like this one does.
https://play.google.com/store/apps/details?id=com.joaomgcd.autoshortcut.pro
am2006 said:
Thanx alot for this useful mod.
I have waiting somebody to create it
but there's a problem with antivirus CM Clearmaster security, it detect your mod as a virus
I hope you solve this
Click to expand...
Click to collapse
It's a false alert. I do nothing with virus.
safet.me said:
It's a false alert. I do nothing with virus.
Click to expand...
Click to collapse
I am certain your mod is safe, but may be there's a problem with permissions need fixing, I want to attachment a picture for the problem here, but I have less than 10 posts, can I send it to your email if you want to check it?
am2006 said:
I am certain your mod is safe, but may be there's a problem with permissions need fixing, I want to attachment a picture for the problem here, but I have less than 10 posts, can I send it to your email if you want to check it?
Click to expand...
Click to collapse
Please drop an email to [email protected]
safet.me said:
Please try to add shortcut from your Launcher
Click to expand...
Click to collapse
still crash...
Ver 1.1 is out which support "auto clean when screen off".
Incoming features
- Tasker integration.
safet.me said:
Ver 1.1 is out which support "auto clean when screen off".
Incoming features
- Tasker integration.
Click to expand...
Click to collapse
:good:
What's with the donate link? It leads to a free Play app page.
safet.me said:
Ver 1.1 is out which support "auto clean when screen off".
Incoming features
- Tasker integration.
Click to expand...
Click to collapse
1st of all thank you very much for a free version of this Xposed module.:good:
2nd, i realize that when i try to exclude up to last 4 app, it will exclude 3 instead. If exclude up to last 3 apps, it will be 2 instead etc.
It's that some sort of bug? or that is how it is ?
am2006 said:
I am certain your mod is safe, but may be there's a problem with permissions need fixing, I want to attachment a picture for the problem here, but I have less than 10 posts, can I send it to your email if you want to check it?
Click to expand...
Click to collapse
I scanned it with 360 Security, it is 100% clean according to 360.
You are a mind reader man. I was literally searching for this exact same thing just a day or two before. And now you have created it.
Works just fine on the Galaxy note 3 SM-900.
Thank you!
You are fast.
Thank you.
Auto closing when screen of works great. And it not crashes anymore after update.
jallenhayslett said:
What's with the donate link? It leads to a free Play app page.
Click to expand...
Click to collapse
You should uninstall the current version first, then purchase it (0.99EUR)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You can see pokemon's IV in their nickname when you launch official pokemongo app.
pokemon that not have a nickname, shows their IV.
if you want to see your pokemon's IV that already have nickname, just erase their nickname.
It doesn't actually change pokemon's nickname, only showing on app.
This does not use API, MITM or what ever red flagging action to server
Feel free to use it
Feature:
Can see IV, Level and Individual values in their nickname
Customizable string format(%NICK%, %LEV%, %IV%, %ATK%, %DEF%, %STA%)
Preview evolved CP/HP(nickname to Evolving pokemon will show Evolved CP/HP)
ex) change nickname Pikachu to Raichu and Pikachu's CP n HP values will change to evolved value.
Version History:
v1.3 : Customizing string format, Preview evolved CP/HP
v1.2 : Added Setting UI and bug fix for freeze on loading screen
v1.1 : Bug fix for freeze on loading screen
v1.0 : Initial version
Download from xposed module repo:
http://repo.xposed.info/module/de.elfinlazz.android.xposed.pokemongo
Steps:
Install the module
Activate it in Xposed
Reboot
Run official pokemongo app
Enjoy
.
EDIT - This now loads and works perfectly!! A Must Download module for Pokemon Go! 10/10
When I loaded Pokemon Go with this module active, it froze at 40% load.
Any feedback I can provide to assist?
edit - I see from your reddit thread this is an issue with Marshmallow. I hope you can get it working soon ^_^ As this seems like a golden module!
This is awesome, working well but for now I have de-activated the module fearing a ban until I feel brave enough or I fully understand how this works.
AFAIK, this just reads data from a cached file given by the server and hooks to the app to change the displayed name string of the catched pokes on the fly without storing anything? What are the risks here? Is there any possibility that it can be detected?
Despite the doubts, loving the module right now!
Hi, thanks for your great work!
It's freezing at 40% for me too. I'm running Samsung S6 Edge 5.0.2 so it isn't just Marshmallow related.
How do you calculate the IVs?
dole_95 said:
Hi, thanks for your great work!
It's freezing at 40% for me too. I'm running Samsung S6 Edge 5.0.2 so it isn't just Marshmallow related.
Click to expand...
Click to collapse
update to 1.1 will solve the freezing
update to 1.1 will solve the freezing
elfinlazz said:
update to 1.1 will solve the freezing
Click to expand...
Click to collapse
Yep, 1.1 works great! Thanks! Would be interesting if you could explain how it works, maybe make the app open source?
And again, great work!
bengtc said:
how do you calculate the ivs?
Click to expand...
Click to collapse
iv = (atk + def + sta) / 45 * 100
Trigork said:
This is awesome, working well but for now I have de-activated the module fearing a ban until I feel brave enough or I fully understand how this works.
AFAIK, this just reads data from a cached file given by the server and hooks to the app to change the displayed name string of the catched pokes on the fly without storing anything? What are the risks here? Is there any possibility that it can be detected?
Despite the doubts, loving the module right now!
Click to expand...
Click to collapse
This app only read buffer that already recv from server.
so you don't need to worry about get banned by using this app.
elfinlazz said:
iv = (atk + def + sta) / 45 * 100
Click to expand...
Click to collapse
Cool, thanks for the app! Is there anyway to make it work with nicknamed pokemon?
bengtc said:
Cool, thanks for the app! Is there anyway to make it work with nicknamed pokemon?
Click to expand...
Click to collapse
erase nickname it check for IV n rename it?
Still freezing on 40% loading with 1.1.
Nexus 5, Android 6.0.1, yes I have the framework properly installed, all my other modules are working fine.
I really like this module but can i be banned for using it? I see it changes names of pokemons to IV stats and after i de-activate it, they return to normal name...
Could you explain how this module works?
Thank you for this great module.
I have a suggestion: It would be nice if the percentage of IV appear next to the pokemon image to, or even above. Without interfering in his name. It would be more clean and harmonious. Anyway, congratulations for the great work!
Hey. Really working well. But could You add the Option to show values behind Name of pokémon? Its way easier to compare 2 same pokémon
What an awesome module! Really dude the best ive got so far. Btw are you really sure that this is completely safe to use? Since its an 'really too good to be true module' without risking account.
Sent from my MI 5
M-A-X said:
Hey. Really working well. But could You add the Option to show values behind Name of pokémon? Its way easier to compare 2 same pokémon
Click to expand...
Click to collapse
use sort by number
I am on a galaxy s7 edge exynos and I get stuck at the loading screen
Not quite accurate, my 97% pidgeot checked with mitm ends up being only 47% with this
Anyone know how can I get to this page in S22 plus?
I remember I installed an apps that leads me to this page, I did the settings at that time.
But now I cannot locate this page, I cannot find out how I can get in.
Anyone has ideas?
Thank you.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
They changed it around I think. It's still in Device Care, Samsung wuvs hidden menus...
I recommend you don't enable it as it's known to cause erratic behavior.
Try a search in settings for it.
blackhawk said:
They changed it around I think. It's still in Device Care, Samsung wuvs hidden menus...
I recommend you don't enable it as it's known to cause erratic behavior.
Try a search in settings for it.
Click to expand...
Click to collapse
Thanks.
I tried searching by my eyes and using search field, still no luck.
I want to change that as it seems like the phone is still killing my apps.
xpking said:
Thanks.
I tried searching by my eyes and using search field, still no luck.
I want to change that as it seems like the phone is still killing my apps.
Click to expand...
Click to collapse
Developer options>standby apps, all buckets should show as active otherwise power management is enabled, their state can not be altered if power management is disabled. However you can't disable global power management here.
blackhawk said:
Developer options>standby apps, all buckets should show as active otherwise power management is enabled, their state can not be altered if power management is disabled. However you can't disable global power management here.
Click to expand...
Click to collapse
Thank you.
But i don't think the options i am looking for is in developer options.
messing up the settings there is not a good idea...
xpking said:
Thank you.
But i don't think the options i am looking for is in developer options.
messing up the settings there is not a good idea...
Click to expand...
Click to collapse
You don't understand.
It's a test.
The ability or lack of ability to change the bucket state of the apps will indicate if power management is enabled.
Try changing one from active to rarely used, nothing will change if power management isn't enabled. You can't change it's state, and the options while not greyed out do not indicate being touched let alone change the app's bucket state.
In reality even with power management active resetting the bucket states does little. You can't crash Android by doing it... lol, I've tested that.
You'll be disappointed by the lack of any tangible results instead. However it's a quick, easy litmus test to see if global power management is enabled
Changing individual apps, battery "allow background usage" setting doesn't effect their bucket state. Enabling power management in Device Care does, and that will cause issues.
Like apps shutting down while using them such as bt with screen off while listening to music.
For One UI 4.0+, just go to Settings - Apps, select an app then select Battery. The 'Unrestrict' option is the same as 'Not Optimized'.
blackhawk said:
You don't understand.
It's a test.
The ability or lack of ability to change the bucket state of the apps will indicate if power management is enabled.
Try changing one from active to rarely used, nothing will change if power management isn't enabled. You can't change it's state, and the options while not greyed out do not indicate being touched let alone change the app's bucket state.
In reality even with power management active resetting the bucket states does little. You can't crash Android by doing it... lol, I've tested that.
You'll be disappointed by the lack of any tangible results instead. However it's a quick, easy litmus test to see if global power management is enabled
Changing individual apps, battery "allow background usage" setting doesn't effect their bucket state. Enabling power management in Device Care does, and that will cause issues.
Like apps shutting down while using them such as bt with screen off while listening to music.
Click to expand...
Click to collapse
I tried as per your suggestion.
Nothing I can change for those apps.
After I changed to another other values it only stick with Active, no errors shown.
watdafuc said:
For One UI 4.0+, just go to Settings - Apps, select an app then select Battery. The 'Unrestrict' option is the same as 'Not Optimized'.
Click to expand...
Click to collapse
Thanks.
I tried this and also add exceptions to apps clean up.
But some apps seems still being killed.
That's why I am looking for that page.
That Battrery Optimization page exist on S10+ and also I saw in S22+ too.
xpking said:
Thanks.
I tried this and also add exceptions to apps clean up.
But some apps seems still being killed.
That's why I am looking for that page.
That Battrery Optimization page exist on S10+ and also I saw in S22+ too.
Click to expand...
Click to collapse
As you can see in the video below, the 'Unrestrict' option is the same as 'Not Optimized' in Battery Optimization setting. I think the error you are facing is because of the application is not well compatible with the new operating system.
Btw, I have figured out a method to open the hidden Battery Optimization setting:
1. Install Vanced Manager and Vanced MicroG.
2. Make sure Vanced MicroG's Battery Setting is set to Optimized.
3. Close Vanced MicroG and reopen until 'Keep MicroG in background' notification appears. Expand then click on this notification, the Battery Optimization Settings page will appear.
What you want is to launch com.android.settings.Settings$HighPowerApplicationsActivity class
Try to install Shortcut Maker (Rushikesh Developer) and search for intent "Ignore battery optimization settings"
It will do the trick
watdafuc said:
As you can see in the video below, the 'Unrestrict' option is the same as 'Not Optimized' in Battery Optimization setting. I think the error you are facing is because of the application is not well compatible with the new operating system.
Btw, I have figured out a method to open the hidden Battery Optimization setting:
1. Install Vanced Manager and Vanced MicroG.
2. Make sure Vanced MicroG's Battery Setting is set to Optimized.
3. Close Vanced MicroG and reopen until 'Keep MicroG in background' notification appears. Expand then click on this notification, the Battery Optimization Settings page will appear.
Click to expand...
Click to collapse
Thank you very much for helping!!
goTouch said:
What you want is to launch com.android.settings.Settings$HighPowerApplicationsActivity class
Try to install Shortcut Maker (Rushikesh Developer) and search for intent "Ignore battery optimization settings"
It will do the trick
Click to expand...
Click to collapse
Very great suggestion and Shortcut Maker is a good apps too.
Thank you very much!!
[XPOSED] GPS SETTER
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
As most GPS spoof apps not working anymore coz some are old and some are not proper implement with the current OS so I made myself a GPS spoofer called GPS Setter it will help you set the location where you want from malicious apps coz some bad apps collect user location for advertisement purpose or another purpose.... who knows?? so in such case, this app will work like charm to prevent the current location. It's still in the beta stage coz it still has some bugs which will be fixed in upcoming updates.
Disclaimer:
The Author and Contributors of GPS Setter take no responsibility for any loss of data or damage to your device or any other consequences that arise as a result of using this application don't use this app for any illegal purpose or cheat any program so use it your own risk.
Compatibility:
This Module will Support Android 8.1+
Features:
-> Spoof location
-> No need to allow mock location
-> Detect Proof
-> Beautiful Material Design UI
REQUIREMENT
-> Rooted Device
-> Xposed Framework Installed (Lsposed or Edxposed)
Download:
Download from GitHub release
Source code
Support:
As you know this project does not have advertising anymore so it's hard to alive this project if you want to support further development of this project you can donate by BTC. This form of support is meant to compensate for my time dedicated to the community.
12eai5UkUtBe1gzNYvBvjTNTDvqVBFbQzy
Thanks:
All those who keep the project alive by supporting me via donations (you know who you are)
If somehow this module work for you then don't forget to hit a ⭐️ on GitHub
Thank you, please add favorite location.
keis0n said:
Thank you, please add favorite location.
Click to expand...
Click to collapse
Yah i will add in next versions if get good response from users.
You could add subsystem activation in LSexposed as a recommendation. If the user does not tick any app, the Spoofer will say the module is not activated, even though it is.
vintotale said:
You could add subsystem activation in LSexposed as a recommendation. If the user does not tick any app, the Spoofer will say the module is not activated, even though it is.
Click to expand...
Click to collapse
you have any reference? I don't understand
AndroidX said:
you have any reference? I don't understand
Click to expand...
Click to collapse
Please see the screenshots, #3 being an exemple of subsystem shown as recommanded. Maybe the label of the message box when opening the spoofer could be more explicit (activate the module AND at least one application for exemple).
I tried it with https://play.google.com/store/apps/details?id=com.groundspeak.react.adventures and while it me "somewhere" that location is nowhere near the selected place. It seems to like the middle of Germany - which is nowhere near my real or fake location.
XlAfbk said:
I tried it with https://play.google.com/store/apps/details?id=com.groundspeak.react.adventures and while it me "somewhere" that location is nowhere near the selected place. It seems to like the middle of Germany - which is nowhere near my real or fake location.
View attachment 5634037
Click to expand...
Click to collapse
Have you try close target app? Or try different location
AndroidX said:
Have you try close target app?
Click to expand...
Click to collapse
Yes, it stays with a randomish location even after restarts
XlAfbk said:
Yes, it stays with a randomish location even after restarts
Click to expand...
Click to collapse
Have you try with different app? Like google map coz in my testing its working in all apps
AndroidX said:
Have you try with different app? Like google map coz in my testing its working in all apps
Click to expand...
Click to collapse
It happens with any app - but I now found a pattern: After reboot and setting the location once all is good, then I change the location several times and the set location starts to drift from the one received by apps. The fake location stays somewhere close to the location first set, even if I set the location to australia or something.
XlAfbk said:
It happens with any app - but I now found a pattern: After reboot and setting the location once all is good, then I change the location several times and the set location starts to drift from the one received by apps. The fake location stays somewhere close to the location first set, even if I set the location to australia or something.
View attachment 5634141
Click to expand...
Click to collapse
Strange I will fix it in next release .
This works on Tinder. Thing is I had to reboot the phone after setting the location. After turning off the spoofer the fake location was still set.
I disabled the module but then tinder was having trouble finding people nearby.
What solved it for me was clearing Tinder data + cache and then logging in again
Works fine for me! Enabled two apps in the module's scope, and the location set in the app is spoofed for just those two apps. Exactly what I wanted. Thanks @AndroidX!
works fine in android 12, in google maps is ok but in some apps its not working
AndroidX said:
Yah i will add in next versions if get good response from users.
Click to expand...
Click to collapse
Ho men you are awasome, I love your app, I hope in the next update you can add save favorit mark place and add a joystick for play some games
Thanks for all positive feedbacks.
Works for me like charm. Simple and effective, thanks. (Oneplus 9 pro, android 12, lsposed)
Excellent initiative. If you can, put a button to follow the real position directly. Also put a favorite and mark the APKs that can work with GPS Setter
So after getting positive feedbacks from users i am releasing new version of GPS Setter.
v1.1 New release
Redesign all code and rewrite in kotlin
Redesign UI and back to old skool
Added new Location hook method
Added play service location detection API hooked (Need system framework select)
Added system level hooking for inject spoof location into system
Added favourite location add feature
Added instant location hook no need to close target app
Fixed previous version bugs
Note:- If you want to hook location into system for bulletproof location spoof then you have to select "System framworks" inside lsposed along with target app.
Download :- here