Showing posts with label usage. Show all posts
Showing posts with label usage. Show all posts

Monday, 25 July 2016

P8 lite B574 vs Mobile data usage management



Hey there,
2 days ago, after i got back from a wedding, i was surprised to see i used to much mobile data and got billed from my provider.
So, because i do not want to happen again, i said to myself: "I'll set a data limit for mobile data". Well i can set a limit but i cant set the billing period.
My billing period is from 8th to 7th next month. Today i'm in 25th, my mobile data is OFF, and i don't know what to do. Where can i find the setting for billing period?

I got ALE-L21C432B574, no root, no custom rom, no custom recovery, just official updates. Any advice what to do?
If i wait to be on 8th August and set the Mobile data limit, is this gonna also create a hidden billing period?

I hope someone can help me.
Regards, V.



Thursday, 21 July 2016

Data usage in notifications



Hey, just a quick question. Before the Marshmallow update, you could monitor on the data usage in the notifications screen (see screenshot). It is not there anymore. Also it is not possible anymore to define the tracking cycle for data usage.
Am I blind our did they forget those options?



Wednesday, 20 July 2016

[Q] Usage Manager - Hours Left



Have had my G935A since release date. Until about a week ago, with a full charge, under the Usage Manager, it would show 61:00 hours left. Now it shows 50:00 left with a full charge. I've cleared cache, rebooted several times and no change. Not too big a deal since I recharge every day, but has anyone else seen any change in this hours left status? Thanks...............



Chrome battery usage



So yeah... title and pics say it all.








Attached Thumbnails


Click image for larger version<br/><br/>Name:	Screenshot_20160720-171016.png<br/>Views:	N/A<br/>Size:	147.6 KB<br/>ID:	3818224
 

Click image for larger version<br/><br/>Name:	Screenshot_20160720-171023.png<br/>Views:	N/A<br/>Size:	92.0 KB<br/>ID:	3818225
 

Click image for larger version<br/><br/>Name:	Screenshot_20160720-171026.png<br/>Views:	N/A<br/>Size:	189.5 KB<br/>ID:	3818226
 














Tuesday, 19 July 2016

Did the PE1 update fix the High Android System usage? Is it safe to update with root?



I rooted my phone with the correct methods as in the threads below mine, and I purposely havent updated my phone for a while, just in case the root would only work for older system versions.

I'm just curious to know if, now that I'm rooted, is it safe to update to PE1, and will it fix the Android System battery drain? I've also downloaded all the root fixes too, as well as the Debloat, so my original System Updates app doesn't work anymore.

I would love to get just some answers from the pros on this before possibly bricking or boot looping my amazing phone. :)

Thanks!



Android System Battery Usage



Hello.

I would like to verify what is your Android System battery usage after around 50% of battery usage?

On my latest firmware, mine is around 350 mAh (please refer the attached screenshot).

Please share your finding, thanks in advance








Attached Thumbnails


Click image for larger version<br/><br/>Name:	Screenshot_2016-07-19-13-59-51.png<br/>Views:	N/A<br/>Size:	137.4 KB<br/>ID:	3817029
 














Monday, 18 July 2016

High android memory usage, is this normal?



I have an Unlocked bootloader, latest v33 kernel, and build 253, my androidOS sometimes goes high to 1.0gb usage, is this normal?








Attached Thumbnails


Click image for larger version<br/><br/>Name:	Screenshot_20160719-071618.jpg<br/>Views:	N/A<br/>Size:	141.2 KB<br/>ID:	3816773
 














Sunday, 17 July 2016

Saturday, 16 July 2016

Minimum resource usage ROM for 1 app



Hi everyone. Does anyone know a ROM or a way to clear everything out of a rom?

I have an old galaxy s3, and I would love to use it only for my PLEX player as a remote controller...
Dont even need GPS or SIM support, only WiFi and the PLEX app :-/

Hope someone has something for me :-/

Thanks in advance!
Best Regards,
Mario



Friday, 15 July 2016

Huge Android OS data usage



Guys what the hell is this? Scrrenshot is in Polish, but I think you get the picture, huge data usage of something called android os. Just in a week. HELP.








Attached Thumbnails


Click image for larger version<br/><br/>Name:	Screenshot_20160715-141836.png<br/>Views:	N/A<br/>Size:	175.8 KB<br/>ID:	3813436
 














Thursday, 14 July 2016

High data usage for Xperia systems app



While looking through my latest data usage stats for my week old Xperia X performance I discovered that the apps Xperia Configurator and Xperia Chinese Keyboard uses an absurd amount of data. In the short time I've owned it the Configurator app managed to use 316 MB of background data while the keyboard has used 215 MB of foreground data of all things. Out of curiosity I checked the WiFi usage and saw that keyboard managed to rack up 426 MB of data usage.

Being unable to read and write Chinese, I can guarantee you that I've never activated the keyboard. That said; it's a keyboard, why would it require 641 MB of data transfer over the course of a week? I find it mighty suspicious and was hoping somebody could shed some light on the issue.

Also, I've never used the Configurator app, as it seems to be aimed for business.



Wednesday, 13 July 2016

Chrome OS RAM usage



I bought a used Dell 3010 Chromebox. It came with 2gb of RAM. The CPU is the Intel Celeron 2955U and it had a 16gb SSD.

I had been using an old Dell 1545 laptop with CloudReady loaded. The old laptop had 4gb of ram, an Intel Core 2 Duo T9500 CPU and 120gb SSD drive. After now using a real Chrome OS system on the Chromebox, I can say that the CloudReady experience is very very similar to the genuine Chrome OS system.

In using the Dell Chromebox, there seemed to be some lags between clicking on a link and display of the webpage.
The Chromebox, with 2gb of RAM, seem to hesitate when starting new operations.

I added another 2gb of RAM to the empty second RAM slot. The Chromebox now has 4gb of RAM. The upgraded Chromebox seems much faster and more responsive. I would recommend upping any Chrome OS system that is upgradeable to at least 4gb of RAM.

Yesterday I learnd about a Chrome utility called "SYSTEM". I loaded it from the Chrome store.

The SYSTEM utility shows RAM usage.

When I open several tabs (2 to 4), the Chrome OS system is using 3gb to 3.5gb with available RAM at 1gb or 0.5gb.

So it appears that a Chromebook/Chromebox needs more than 2gb or will use more than 2gb for simple tasks.

I have ordered a 4gb SODIMM and will see if the RAM usage goes up with 6gb of available RAM (a 2gb SODIMM and a 4gb SODIMM).



Wednesday, 6 July 2016

[DISCUSSION] OnClickListener() usage



Hi guys. When i am writing code, i wondered something

Which OnClickListener type is more CPU and power friendly ?

A: Implementing OnClickListener to the Acitivity.

for example:


Code:


cpu_freq_limit.setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View v) {
              //something

            }

        });




B: Setting OnClickListener to a object. (like button)

for example:


Code:


@Override
    public void onClick(View v) {
        if(v==read) {
        //something
        }





Tuesday, 5 July 2016

Android SO high background usage of data



Hey guys, after update to MMB29K.G920IDVU3EPC6 (the latest software in my country), the SO started to use huge amounts of data in background, anyone knows how to fix this?



Monday, 4 July 2016

High internet usage by kernel



Hi!

Does anybody has similar problem?





Wysłane z mojego SM-N910C przy użyciu Tapatalka



Thursday, 30 June 2016

CPU Usage high after marshmallow update



Hello everyone,

After updating my galaxy s5 to marshmallow I've been experiencing a lot of lags on my phone. The CPU usage on my phone is extremely high and as you can see in the images attached, dex2oat seems to be the main cause.

I've tried wiping my cache and even did a factory restart, but my cpu usage is still way too high. Has this happened to any if you and do you know how to fix this?

Thanks in advance for answering my question.


With kind regards,


Guillermo

Images:








Sent from my SM-G900F using XDA-Developers mobile app



[N preview] Double System Android in battery usage and memory management



Hi guys,
Currently I'm using N preview [locked bootloader, no changes) and in e.g battery usage and memory management I have Android System and Android OS. Okay, but isnt it the same? In Android System i have included packages, in Android OS nothing, and mosty it uses mosty memory and battery. Why does it happen? My phone can hold about 2,5h SOT and that's not a good score, because when i was running on franco kernel it could hold about twice longer.
Android System after all day uses about ~800 mAh, depends from as I use.
So, is it normal? I'm not going to root phone again because it's enough smooth, just battery life doesn't contents me.



Greetings

Sent from my Nexus 5X using XDA-Developers mobile app



How to set up data usage warning on both sim cards



Hi!

My Op3 is only allowing me to set a data limit warning for one of the sim cards..

For Sim 2, it show the chart and "Set cellular data limit" option and, on the chart, the two line bars to set up the warning and maximum limit.

For Sim 1, it only show the chart, but no "Set cellular data limit" option and no line bars to set the up the warning and maximum limit.

Weirdly, for SIM 1 it show the date interval, which it doesn't for Sim 2..

Also.. where can I change the date interval?? It is assuming a wrong interval...

Thanks!