Hey guys
I have a question. Since upgrading to 4.4.2 sense I have a wakelock that's always on top of the list from bbs
it's called wlan_htc. Does anyone of you face it too? Or knows sth about it?
I tried already everything I could think maybe someone has any experience?
Freak07 said:
Hey guys
I have a question. Since upgrading to 4.4.2 sense I have a wakelock that's always on top of the list from bbs
it's called wlan_htc. Does anyone of you face it too? Or knows sth about it?
I tried already everything I could think maybe someone has any experience?
Click to expand...
Click to collapse
try: Settings -> WiFi -> Advanced -> disable Scanning always available
nkk71 said:
try: Settings -> WiFi -> Advanced -> disable Scanning always available
Click to expand...
Click to collapse
thanks for the answer. Already did that, to no avail
Related
Hey Guys
I'm currently running RocketRom 11, but I'm sure I've had this problem for a while.
I cant seem to download / install apps over 3g (Or edge ect) but things download fine over Wifi - even though the "Update over Wi-Fi only" box is UNchecked.
Any idea why or what I can do get around this?
Violater said:
Hey Guys
I'm currently running RocketRom 11, but I'm sure I've had this problem for a while.
I cant seem to download / install apps over 3g (Or edge ect) but things download fine over Wifi - even though the "Update over Wi-Fi only" box is UNchecked.
Any idea why or what I can do get around this?
Click to expand...
Click to collapse
there was a same issue with someone recently on this forum.. it was some issue with the APN.. check that
nokiamodeln91 said:
there was a same issue with someone recently on this forum.. it was some issue with the APN.. check that
Click to expand...
Click to collapse
Voila!
Awesome, thanks for the help
so what exactly did u change?
hi everyone
new user here
i have maclaws CM 11 installed (20140502) and it seems im missing some options in the settings menu
i cant find the performance options (CPU governors and so on)
can someone help me out please?
thank you
greekpalm said:
hi everyone
new user here
i have maclaws CM 11 installed (20140502) and it seems im missing some options in the settings menu
i cant find the performance options (CPU governors and so on)
can someone help me out please?
thank you
Click to expand...
Click to collapse
Go to settings > about phone, click many times on build number till you see a message "You are a developer now" then go back, and done
xXPR0T0TYPEXx said:
Go to settings > about phone, click many times on build number till you see a message "You are a developer now" then go back, and done
Click to expand...
Click to collapse
OMG thank you very much !!!
are there any other hidden menu options ????
and why are they hidding those anyways ?
thx!
greekpalm said:
OMG thank you very much !!!
are there any other hidden menu options ????
and why are they hidding those anyways ?
thx!
Click to expand...
Click to collapse
Yes there are other few hidden menu type in dailer *#*#4636#*#* and you will get a test menu.
And maybe you already now this : go to settings > about phone and click many times on Android version, and you will see a "K". hold this K till you see big "ANDROID 4.4.2".
Good luck.
I have no Visualizer in my Walkman, not in the options menu or in the settings or in the sideswipe pane. It's currently Version 8.4.A.5.4, updated through OTA, though I can't remember ever having it, probably because I was running Carbon for a while. I'm on stock .283 MEA, rooted, locked bootloader. I have Xposed, but no modules relating to Walkman. I'm unable to find a single mention of this anywhere on the forums or the internet in general. Don't suppose anyone can help with this?
SirVer said:
I have no Visualizer in my Walkman, not in the options menu or in the settings or in the sideswipe pane. It's currently Version 8.4.A.5.4, updated through OTA, though I can't remember ever having it, probably because I was running Carbon for a while. I'm on stock .283 MEA, rooted, locked bootloader. I have Xposed, but no modules relating to Walkman. I'm unable to find a single mention of this anywhere on the forums or the internet in general. Don't suppose anyone can help with this?
Click to expand...
Click to collapse
check if you have /root/system/app/SemcMusicVisualizer.apk
Yes, it's there, odex and all, with correct permissions.
SirVer said:
Yes, it's there, odex and all, with correct permissions.
Click to expand...
Click to collapse
Go to walkman > 3 dot menu on right top corner > there you will see option for visualizer
sourabhp said:
Go to walkman > 3 dot menu on right top corner > there you will see option for visualizer
Click to expand...
Click to collapse
Fisrt post: I mentioned it's not there.
SirVer said:
Fisrt post: I mentioned it's not there.
Click to expand...
Click to collapse
please check if you have mistakenly disabled it. setting > app > Disabled tab
cant think of anything else why its not available in walkman menu. may b u can try deodexing your stock rom n check
I can't check now; I flashed the new Lollipop build. [emoji28]
However, since root is essential for me, I'll probably be back to KK in a week or so; I'll check then. Thank you for your responses!
Since this issue seems to affecting a lot of people, I decided to post what I use to fix the issue. Basically what this mod does is remove the command that acquires the wakelock, so it never exist.
Note: If the app updates itself, the wakelock will be back(unless Google fixes it), so I will try to keep this up to date with the latest version until it's not needed anymore.
To install, flash the zip in recovery
Modded Google Play Services
xx0 versions are for all DPIs, so it covers xx2, xx4, xx6 & xx8 in 1 file
KitKat v7.3.29(030) - All DPI - armeabi-v7a - Older Android versions that don't have the system/priv-app folder, you can rename the priv-app folder in the zip to app
md5 - 8bfac34b48a5cd05773ac85c714927c2
Lollipop v7.3.29(430) - All DPI - armeabi-v7a
md5 - ddf795c287546d3545fab2a3140654ea
Lollipop v7.3.29(438) - 480 DPI - armeabi-v7a
md5 - 8627599d7dd12e5b850fc3b41f41f54a
Lollipop v7.3.29(440) - All DPI - arm64-v8a - Being worked on
md5 -
Modded Framework
This fixes the root cause of the issue, so the service will operate properly now. The modded Google Play Services versions are not needed with this
Be sure to enable the SystemUpdateService for Google Play Services & Google Services Framework if you use DisableService or similar app
YNG1TAS0YL
Instructions for Modifying Framework
Decompile framework-res.apk and modify values/array.xml
Before - If you don't see this code, then your ROM is not the cause of this wakelock
Code:
<string-array name="config_disabledComponents">
<item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity</item>
<item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService</item>
<item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver</item>
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateActivity</item>
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateService</item>
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateService$Receiver</item>
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateService$ActiveReceiver</item>
</string-array>
After
Code:
<string-array name="config_disabledComponents">
<item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity</item>
<item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver</item>
<item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$SecretCodeReceiver</item>
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateActivity</item>
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateService$Receiver</item>
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateService$ActiveReceiver</item>
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateService$SecretCodeReceiver</item>
</string-array>
Calkulin said:
Since this issue seems to affecting a lot of people, I decided to post what I use to fix the issue. If the app updates itself, the wake lock will be back(unless Google fixes it), so I will try to keep this up to date with the latest version until it's not needed anymore.
To install, flash the zip in recovery
Click to expand...
Click to collapse
Finally...thanks a lot..this is much needed..:thumbup:
Sent from my A0001 using xda app-developers app
Thank you very much Calkulin, really appreciate your work
thank you calkulin. great job Boricua!!
Thank you Calkulin, waiting for your CM12S root version!
Thank you Calkulin
nigol
Calkulin said:
Since this issue seems to affecting a lot of people, I decided to post what I use to fix the issue. If the app updates itself, the wake lock will be back(unless Google fixes it), so I will try to keep this up to date with the latest version until it's not needed anymore.
To install, flash the zip in recovery
Click to expand...
Click to collapse
Might be forced to give this a try since nothing else is working lol. What changes did you make?
Can you please provide the checksums?
getapatalked mit Android 5.1
Thank you @Calkulin.
Sent from my GT-I9300 using XDA Free mobile app
which wakelock does this fix, the NextAlarmTracker wakelock?
Calkulin said:
Since this issue seems to affecting a lot of people, I decided to post what I use to fix the issue. If the app updates itself, the wake lock will be back(unless Google fixes it), so I will try to keep this up to date with the latest version until it's not needed anymore.
To install, flash the zip in recovery
Click to expand...
Click to collapse
This is very nice. Would it be possible to elaborate what this actually does?
Same as the "DisableService" solution to prevent 'SystemUpdateService' ??
I'm just curious
Instant results?
Hey man.
For starters thanks a lot for your help! I was wondering if the results are instant or does it take a while to check the difference? Because after I flashed the .zip and booted the phone I went to check the battery status and the Google Services were still taking 66% of the my battery life. Is that normal?
Thanks in advance!
CarlosMBM said:
Hey man.
For starters thanks a lot for your help! I was wondering if the results are instant or does it take a while to check the difference? Because after I flashed the .zip and booted the phone I went to check the battery status and the Google Services were still taking 66% of the my battery life. Is that normal?
Thanks in advance!
Click to expand...
Click to collapse
that doesn't mean that it is still "taking" 66%. It is saying that the service has used that percentage of the total used amount so far. the change will be "instant" but the usage counts will still show that until they reset.
doesnt fix the NextAlarmTracker wakelock for me
jase33 said:
that doesn't mean that it is still "taking" 66%. It is saying that the service has used that percentage of the total used amount so far. the change will be "instant" but the usage counts will still show that until they reset.
Click to expand...
Click to collapse
And just curious, do you know when will they reset? Because so far I haven't noticed any difference :/ Thanks in advance mate!
Great, deep sleep fixed to me! Thank you so much
nhshah7 said:
Might be forced to give this a try since nothing else is working lol. What changes did you make?
Click to expand...
Click to collapse
It basically doesn't acquire the wake lock, so it never exist
Tylonhh said:
Can you please provide the checksums?
getapatalked mit Android 5.1
Click to expand...
Click to collapse
I'll put them up shortly
nuwan32 said:
which wakelock does this fix, the NextAlarmTracker wakelock?
Click to expand...
Click to collapse
SystemUpdateService but my phone doesn't have the NextAlarmTracker wake lock, so I can look into that one also and add it
Larsush said:
This is very nice. Would it be possible to elaborate what this actually does?
Same as the "DisableService" solution to prevent 'SystemUpdateService' ??
I'm just curious
Click to expand...
Click to collapse
Like I said, it just doesn't acquire the wake lock, so it doesn't exist
Calkulin said:
It basically doesn't acquire the wake lock, so it never exist
I'll put them up shortly
SystemUpdateService but my phone doesn't have the NextAlarmTracker wake lock, so I can look into that one also and add it
Like I said, it just doesn't acquire the wake lock, so it doesn't exist
I'll try to find it and remove that one also
Click to expand...
Click to collapse
thank you! i dont know if it is related to playstore though. some people are saying its calendar related, others are saying its clock, but nobody is sure.
Thank you @Calkulin!
RCT1 said:
Thank you Calkulin, waiting for your CM12S root version!
Click to expand...
Click to collapse
As always, waiting for you too...
nuwan32 said:
thank you! i dont know if it is related to playstore though. some people are saying its calendar related, others are saying its clock, but nobody is sure.
Click to expand...
Click to collapse
I just looked and could not find it anywhere in Play Services, so is that the exact name of what's showing? Do you have screenshot in BetterBatteryStats?
néonaloj said:
Thank you @Calkulin!
As always, waiting for you too...
Click to expand...
Click to collapse
Is there an OTA zip out that I don't know about yet??
Hi all.. I use this great phone since this morning and I was convinced that under Android one there was the mode "always on display" as on the Pixel phones .. but I can't find it .. Can someone tell me if we can activate it or not .. And something else..the updates are stopping on that of October 1st .. Have you received November ..? Thank you for your answers and if you have some tips to give me I will be happy ..
I don't use it, but have it (on Pie september) here:
Settings/Display/Advanced/AmbientDisplay/AlwaysOn
k3dar7 said:
I don't use it, but have it (on Pie september) here:
Settings/Display/Advanced/AmbientDisplay/AlwaysOn
Click to expand...
Click to collapse
I haven't .. I am on Pie October. I have just option for wake up the phone when you take it.. maybe they have removed it..?
édit: after search there is no "always on display" as on pixels or samsung because it is not an amoled screen; it must be revealed to see the time or notifications .. damage.
k3dar7 said:
I don't use it, but have it (on Pie september) here:
Settings/Display/Advanced/AmbientDisplay/AlwaysOn
Click to expand...
Click to collapse
Can't find that option either.
As OP said, it is a feature for Amoled screens.
Will be interesting though to see how will a the battery on our phones.
k3dar7 said:
I don't use it, but have it (on Pie september) here:
Settings/Display/Advanced/AmbientDisplay/AlwaysOn
Click to expand...
Click to collapse
Can you show us your setting screen?
amrazing33 said:
Can you show us your setting screen?
Click to expand...
Click to collapse
Here is...
EDIT: but... although is not mentioned in description, maybe this optikn add Magisk module Pix3lize (i use it for reenable some missed gesture after install Magisk)
k3dar7 said:
Here is...
Click to expand...
Click to collapse
Wait a minute. Is that even a Nokia 7+?
amrazing33 said:
Wait a minute. Is that even a Nokia 7+?
Click to expand...
Click to collapse
Look at EDIT of me prev msg, i try uninstall Magisk if option stil here
k3dar7 said:
Look at EDIT of me prev msg, i try uninstall Magisk if option stil here
Click to expand...
Click to collapse
Sorry, didn't see it previously. But I guess that explains it
amrazing33 said:
Sorry, didn't see it previously. But I guess that explains it
Click to expand...
Click to collapse
Sorry for mistake, after uninstall completely Magisk (with Pix3lize), "always on" option is gone
Hi! Do you still want the always on option in Nokia 7 Plus on Pie (Feb update)? There's an app in playstore 'UI Tuner'. It opens the hidden settings menu where the alway on option is available. Try it.
Note: No magisk or root or anything is required.
bathijamb4u said:
Hi! Do you still want the always on option in Nokia 7 Plus on Pie (Feb update)? There's an app in playstore 'UI Tuner'. It opens the hidden settings menu where the alway on option is available. Try it.
Note: No magisk or root or anything is required.
Click to expand...
Click to collapse
Which app?
There seems to be a few with UI Tuner in the title.