Could you guys help me locate control file to work with battery charge limit apk please ? Stock configuration doesn't work.
{
"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"
}
pawlik79 said:
Could you guys help me locate control file to work with battery charge limit apk please ? Stock configuration doesn't work.
Click to expand...
Click to collapse
Second question is whether or not your device is in the Battery Charge Limit [Root] support list given the last known update is May 14, 2018.
First question is whether or not you're rooted, and third is whether or not you've looked at the control files on GitHub yet.
Last question is if you're on Android 12, does the native battery charge limit setting of 85% work for you?
1) I'm rooted with custom kernel
2) I've just checked it and looks like my device is not supported
3) Other control files location doesn't exist
4) I have the newest Pixel experience custom rom A12 and there is option for battery charge limit setting
Thank you very much for the tips and your help!
If anyone interested, I have finally found control file for Battery charge limit. It works like a charm.
/sys/class/power_supply/sm7250_bms/charge_disable
Enable value 1
Disable value 0
Related
I had battery problems in my stock rom. So I flashed and switched to the new rom XXLA1 in xda. It still hasn't fixed anything. I have posted the images 50 mins on battery of basically doing nothing but checking mails/facebook every once in a while. Can someone tell me what is going on? Help pls.
{
"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"
}
Bumping for help!
itismadhan said:
I had battery problems in my stock rom. So I flashed and switched to the new rom XXLA1 in xda. It still hasn't fixed anything. I have posted the images 50 mins on battery of basically doing nothing but checking mails/facebook every once in a while. Can someone tell me what is going on? Help pls.
Click to expand...
Click to collapse
Are you using primarily WiFi or a 3G connection?
Wifi..but I don't think that is the problem..i even have auto sync off..the phone has been in deep sleep for so long but there is no Idle in the Battery stats..not even 1%!
itismadhan said:
Wifi..but I don't think that is the problem..i even have auto sync off..the phone has been in deep sleep for so long but there is no Idle in the Battery stats..not even 1%!
Click to expand...
Click to collapse
Have you also diabled the samsung apps update service?
No, How do I do that? Any other inputs people, please!
Hello together,
I'm actually on the 5.8.5 20171004 Final build from the Resurrection Remix OS. Since a little while im facing a battery problem due to high drain over the day and night.
So I was downloading the "BetterBatteryStats" App from XDA. The Stats come up with "Awake (Screen Off)" most of the time even with active Greenify on most of the installed Apps. After I study the "Kernel Wakelock" Section it looks like that 6a00000.ssusb is very active.
I found an Thread on XDA with a guy who had the same Problem on his ONE Plus Phone.
My "solution": Disable the host mode (OTG) within sys/module/dwc3_msm/parameters/disable_host_mode. After I did this my Phone is most of the Time in "Deep Sleep" Mode.
Battery Stats
I read on some Threads that this was in earlier times an Bug in a CM/Lineage Version. Can't believe that this is still a known Problem within that OS.
Does anybody have the same Problem? Cleaning the USB Port wasn't successfully either. How can I arrange that to disable the Hoste Mode permanently?
Thanks
The same problem
I´m bored with my new phone, it has the same problem and I don´t know how to solve it. Did you find a solution?
Take a look at the results with Better Battery Stats:
{
"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"
}
Thanks
Hi,
as stated above:
First of all I downloaded an root explorer app. Such as: Root Browser Classic
1)Change dir to: sys/module/DWC3_msm/parameters
2) Open file "disable_host_mode"
3) Delete "N"
4) Enter "Y"
5) Save
You need to redo this after every reboot. Found no way to save this persistent. Drawback: You loose the USB OTG function. So no external USB device can be linked into your sytem.
Can not add any external link to pictures or Playstore due to xda restriction...
Hey everyone,
I was wondering if there is a sound equalizer/modifier like Viper4Android? (I couldn't get it to work, and nobody answers forum questions- so I assume it's a dead project?)
Do you use the system settings or something else?
Thanks!
You're 100% right about hard to get answers but I've always had better luck with JamesDSP(Flash thru Magisk)
Try poweramp equalizer. You can find it on playstore.
gasaneris said:
I couldn't get it to work, and nobody answers forum questions
Click to expand...
Click to collapse
After spending the last day on this, I've gotten Viper4Android working on my new Pixel 5a running Android 12.
{
"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"
}
This thread has all the info about why Viper doesn't work out-of-the box on Android12 and how to fix it manually + a couple of magisk mods that someone made to automate the process instead of manually editing the selinux rules.
programminghoch10 (the dev of Lygisk) has a github repo that does all of that and some extras, both stock pixel AOSP and LineageOS - ViPER4AndroidRepackaged
I installed ViPER4AndroidRepackaged from storage in Magisk Manager Canary, rebooted, and that's it. Didn't have to fiddle with the viper driver or any other audio mods/settings. Awesome.
Esb1809 said:
You're 100% right about hard to get answers but I've always had better luck with JamesDSP(Flash thru Magisk)
Click to expand...
Click to collapse
This accomplished my main goal of increasing volume. Thanks
Hello there.
I am still rather new to android but understand some things. For example, I have note 10 pro with Arrow OS installed on it. Wanted it for privacy (thanks xioami, had to give them all details to unlock bootloader, woops) and get rid of bloat.
I have noticed on my last charge that microg services seem to be running. Which seems odd to me as I have disabled it (from settings app), and don't have many apps which need it. (ones which do are disabled also)
So my question is, what could be cause for it using 33℅ battery?! And where can I get further logs to understand what's going on.
If I'm running 33℅ on service I don't use, then that could be extra day or 2 for me not charging.
Pictures for reference
{
"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"
}
Here's just showing its run as a background app.
Sorry for noob first question, with full ambiguity. Please be gentle
I have come to realise that I may have disabled it, but I have rebooted my phone a few times so it probably would re-enable.
Question still stands, can I get further logs to understand why its using 33%? Thanks
Try investigate further with betterbatterystats (grab it from xda or play store). Grant any permissions that requires (root isn't mandatory). In my old experience with microg, it might be caused by the cloud messaging service, try to increase the ping intervals to 10 minutes or greater. But your case might different.
Hi
I have been trying to stop this icon from showing on my watch 5. I dont use an android phone so dont have it synced up all the time, hence why it is showing as disconected. Is there a way for example of removing the icon from the system files so that it doesnt display any more?
Thanks, any help really appreciated
{
"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"
}
Maybe by disabling the appropriate notification on the phone.
Hey, it's reddit... don't kill the messenger
Maybe try Goodluck Quickstar, but I don't think that will get it. Worth a shot though.
Hi, thanks for the response, unfortunately this only works on tizen watches not wearos ones
Funny, your Screenshot looks exact like here:
Samsung galaxy watch 4 remove icon
Hey , I been browsing a way to find the solution to this problem seems like nobody has a solution, so hoping to figure it out here. So, my galaxy watch 4 has this small icon which means that the bluetooth has been disconnected from my phone. And...
forum.xda-developers.com
IMHO maybe you know this thread...
I have no idea, if something is possible with this System Shell Exploit...
***LOCKED UNTIL FURTHER NOTICE*** System Shell Exploit - ALL Samsung Mobile Devices NO BL UNLOCK REQUIRED.
***MODERATOR ANNOUNCEMENT: THREAD CLOSED*** @K0mraid3 you are hereby required to provide proper credit in your OP as follows: Link the assigned CVE for this exploit as it mentions the author's blog and GitHub, OR Link the original research repo...
forum.xda-developers.com
On my GW4 Root is solution for me.
Best Regards