One question about restrict data usage permission - Xiaomi Mi Max 2 Questions & Answers

When I have both options ticked(wlan,data)do the app gets restricted from using any data from these two sources?

Related

Data Limit by application

Ok so basically I am looking for an app that is similar to that modaco no data app... BUT I need it to allow data access to certain applications (atleast one). Is there any application like this that can allow certain applications to access data while denying the rest?
check out SPB Wireless Monitor I know it will break down your data usage and show you how much data each app is using. Can't remember if it has a limiting feature (cut off data to apps you don't want) or not.
Most apps for winmo have the option to disable data in themselves because developers know that not everyone has a data plan.

[Q] mobile data application

hey there. i need somehelp regarding mobile data connection
i'm currently not subscribing to any data plan, but i really wanna use Whatsapp on my phone. is there anyway of disabling other apps or system from using data connection?
my point is that is there anyway of allowing onlyy Whatsapp to use my data plan, and suppressing the other apps or system apps?
dorawan89 said:
hey there. i need somehelp regarding mobile data connection
i'm currently not subscribing to any data plan, but i really wanna use Whatsapp on my phone. is there anyway of disabling other apps or system from using data connection?
my point is that is there anyway of allowing onlyy Whatsapp to use my data plan, and suppressing the other apps or system apps?
Click to expand...
Click to collapse
Yes that can be done by using netfilter...
But I recommend you not to use that for blocking the system apps because the system apps use only 10 to 20 kb of data.
i.e. checking for updates , refreshing widgets etc.
Press thanks if I helped
thanks man for the suggestion.
i was thinking of blocking everthing, except for whatsapp. is it possible? for the other stuff, like updates i can do it manually when i'm using my wifi. as for widgets, i'm not using any widgets that need connection (i.e weather, email)
is that okay if i disable everything except for whatsapp?
i'm sorry, but how to do netfilter? i tried searching the market, but no luck so far
dorawan89 said:
i'm sorry, but how to do netfilter? i tried searching the market, but no luck so far
Click to expand...
Click to collapse
"netfilter" isn't a downloadable app but a kernel module.
In other words - "netfilter" is a subsystem for Linux to enable iptables firewalling functionality.
Once you install the module you can, for example, make use of DroidWall.
hey thanks for the reply. that cleared so much to me.
i've installed the apps. and i understand that the apps will not work without the module. so i tried installing the module.
I'm rooted, and i've placed the necessary files to it's respective location, but when I ran "chmod +x /system/xbin/iptables" i get this answer:
"iptables is a read-only system files"
what did i do wrong?

About data connectivity.

So I started using some apps like foursquare/instagram and I wanted to know If even i close them they keep using internet on the background. Since I close them (with data connectivity off) and when i enable data connectivity(long press on power button) it shows immediately some notifications of foursquare.
The main point of this question is that i want to keep data connectivity always on, cause it seems turning on and off wastes some battery, but i don't want apps leaching internet on the background.
Thanks!
Sent from my SGA using Tapatalk 2
Someone please answer me on this problem, its a bit urgent really apreciate the time and patient!
Sent from my SGA using Tapatalk 2
Someone please
NunoPitbull said:
So I started using some apps like foursquare/instagram and I wanted to know If even i close them they keep using internet on the background. Since I close them (with data connectivity off) and when i enable data connectivity(long press on power button) it shows immediately some notifications of foursquare.
The main point of this question is that i want to keep data connectivity always on, cause it seems turning on and off wastes some battery, but i don't want apps leaching internet on the background.
Thanks!
Sent from my SGA using Tapatalk 2
Click to expand...
Click to collapse
1) data use - you could try a data manager app like https://play.google.com/store/apps/details?id=com.mobidia.android.mdm which will show you how much data they are using. You might find these apps are using not much of your allowance anyway.
2) task manager (e.g. https://play.google.com/store/apps/details?id=com.estrongs.android.taskmanager ) can stop apps running in background but most people in the know seem to advise against using things like this.
3) you could try freezing the apps with something like titanium backup and unfreeze them when you want to use them.
4) apps like foursquare or instagram don't really fall into the urgent category. Uninstall them if you don't like what they do. Everything will be fine as you will manage without them
Sent from my GT-S5830 using unleaded
121C4 said:
1) data use - you could try a data manager app like https://play.google.com/store/apps/details?id=com.mobidia.android.mdm which will show you how much data they are using. You might find these apps are using not much of your allowance anyway.
2) task manager (e.g. https://play.google.com/store/apps/details?id=com.estrongs.android.taskmanager ) can stop apps running in background but most people in the know seem to advise against using things like this.
3) you could try freezing the apps with something like titanium backup and unfreeze them when you want to use them.
4) apps like foursquare or instagram don't really fall into the urgent category. Uninstall them if you don't like what they do. Everything will be fine as you will manage without them
Sent from my GT-S5830 using unleaded
Click to expand...
Click to collapse
I have Wifi on and saying Messages app is using data. Wth? but oh well, untill now seems no major internet waste..
NunoPitbull said:
I have Wifi on and saying Messages app is using data. Wth? but oh well, untill now seems no major internet waste..
Click to expand...
Click to collapse
What is OS Services?
Alternatives on rooted phones are firewalls which edit ip tables, such as droidwall.
Even if each app uses a marginal amount of data, when you have lots of apps it can become a huge expense. Most play store apps request internet access, even games and multimedia apps that don't really need it (it can add up to 5-10 mb a day just by having them installed).
dxppxd said:
Alternatives on rooted phones are firewalls which edit ip tables, such as droidwall.
Even if each app uses a marginal amount of data, when you have lots of apps it can become a huge expense. Most play store apps request internet access, even games and multimedia apps that don't really need it (it can add up to 5-10 mb a day just by having them installed).
Click to expand...
Click to collapse
Won't a firewall(like droidwall as u said) drain battery since it has to continusly keep running?
Cause my goal here is to try to fight the battery usage of turning data connectivy on/off ;P
NunoPitbull said:
Won't a firewall(like droidwall as u said) drain battery since it has to continusly keep running?
Cause my goal here is to try to fight the battery usage of turning data connectivy on/off ;P
Click to expand...
Click to collapse
No. It edits a file, ip tables, which is the native linux firewall, included in the ace.
It edits it when you enable, disable or change the firewall settings, like creating a text file, and runs on boot. The phone checks this file whenever an app asks for internet, and grants/denies the permission accordingly. Even if you don't have droidwall, the phone checks ip tables rules, droidwall is just a user friendly way to edit and control it.
dxppxd said:
No. It edits a file, ip tables, which is the native linux firewall, included in the ace.
It edits it when you enable, disable or change the firewall settings, like creating a text file, and runs on boot. The phone checks this file whenever an app asks for internet, and grants/denies the permission accordingly. Even if you don't have droidwall, the phone checks ip tables rules, droidwall is just a user friendly way to edit and control it.
Click to expand...
Click to collapse
Really thanks for this awsome program suggestion ;D I'm using as we speak, sadly I didn't found the "OS Services" taht is described on My Data Manager, and sadly they didn't replied with a email yet saying that is that...

[Q] Error message: "turn on background data" followed by wrong instructions?

[Q] Error message: "turn on background data" followed by wrong instructions?
I keep getting this curious error message "Turn on background data" accompanied by generic instructions as to possible ways this should be done. Which dont seem to apply to the Galaxy S3.
My unit indeed doesnt seem to scan constantly for emails or gmails unless I go to the program and tell it to do so. And it has just started telling me that I can't access the play store unless I enable background data.
I was just moved by t-mobile from a 200 meg plan to a 3 gig plan and I can't remember whether I ever disabled background data to reduce usage or to prevent anonymous tracking in some way. So I am not sure if turning it off is a disadvantage or a security feature? Or possibly some way of preventing Angry Birds from sending me incessant adverts when my young offspring demand my phone to play this game?
I certainly cant remember how I did this, assuming I was aware of doing it!
Does anyone know how to turn on background data and whether having it on is a good thing or a bad thing please?
Go to settings>data usage tap menu button,you should find a restrict background data button..untick it...
And about background data restriction,it's pros and cons completely depends on your usage..if you restrict the background data,no data's ( no means 0 bites ) can be used by Any app until you open it in foreground..its a life saver for those who have planned there data usage for every app they use...but if you are a free minded android user,and want to get everything from your device,you might not restrict your background data..
But it will cost a little (sometimes even more) datas without asking for your permission!
Sent from my GT-I9305
Herny123 said:
Go to settings>data usage tap menu button,you should find a restrict background data button..untick it...
Click to expand...
Click to collapse
Actually that was why I posted: When I Go to settings>data usage and tap menu button, I find a restrict background data button which is unticked. There IS no restriction of which i am aware, so I wondered where it is on the T-Mobile Galaxy 'skin'?
licensedtoquill said:
Actually that was why I posted: When I Go to settings>data usage and tap menu button, I find a restrict background data button which is unticked. There IS no restriction of which i am aware, so I wondered where it is on the T-Mobile Galaxy 'skin'?
Click to expand...
Click to collapse
Ahh I think you have restricted the background data for google play store or play services individually.
Go to data usage and tap on google apps like play store,play services etc.there is a restrict background data option for each app..make sure they are unticked..
If this doesn't help,I think I can't help you further..
Sent from my GT-I9305
This is indeed an odd one:I had checked that as well and restrict data isnt checked there either!
However, as to the immediate problem at hand, thanks for the advice: Is IS checked for the play store.
And maybe this is useful, to know that you can restrict background data for programs like angry birds?
licensedtoquill said:
This is indeed an odd one:I had checked that as well and restrict data isnt checked there either!
However, as to the immediate problem at hand, thanks for the advice: Is IS checked for the play store.
And maybe this is useful, to know that you can restrict background data for programs like angry birds?
Click to expand...
Click to collapse
Yep it's possible to restrict background data for all app particularly..
and if you find that restricting and unrestricting it from settings is a bit annoying,you might try apps like android firewall..they are too good to control your data usage.. but root permission required!
Sent from my GT-I9305

how to set daily data bandwidth limit ?

under settings > data usage. i only see monthly data limit, no daily data limit. anyone knows how i can achieve this ?. i don't mind using 3rd party apps

Categories

Resources