Bandwidth restriction options ? - Android Apps and Games

I am looking for a way to restrict the bandwidth quality to an app: Example below
I have playstation Vue app install on my Android phone and its eating up my data so I thought I could restrict the bandwidth settings to max of say 500kbps to an app. How would one go about doing this?
Do we have a app out there that can restrict the speed of the bandwidth so to say?

Related

Apps to help conserve bandwidth on a limited data plan

I activated the AT&T $15 for 250MB plan on my Tab. I've got the AT&T widget that displays exactly how much data I've used so far, and it goes fast.
Are there any good apps for managing data usage people recommend?
In particular, I like to sync things like Google Reader/GMail/Google Voice. However, it'd be great if there were a way to set non-essentials like Google Reader to sync only on wifi, while having GMail and Google Voice continue to sync whether on cellular data or wifi.
Due to the Android OS architecture you cannot set up I/O resource access on a per-application basis unless the app has the feature built in. That means, you can not control from an app how other apps access resources.
This happens because all apps run in their own containers that can access the system through the permission system. This helps isolate apps and prevent other apps from interfering with their environment. Access is one-way: from the app to the system. The system or other apps cannot enter another app environment.
Thus, as long as Google Reader does not provide the feature to sync only over WIFI, then you cannot block it in any other way except disabling your data.
C.
after switching to opera mini, my bandwidth consumption declined by about 30%
you may want to give it a try
https://market.android.com/details?id=com.opera.mini.android&feature=search_result
turruso said:
after switching to opera mini, my bandwidth consumption declined by about 30%
you may want to give it a try
https://market.android.com/details?id=com.opera.mini.android&feature=search_result
Click to expand...
Click to collapse
Perfect suggestion turruso!
@manekineko: if you also browse the Net a lot using your device, you might give Opera a chance. Using the Opera Turbo feature will help you save a lot on your plan because they compress pages before transferring them to your phone.
Perhaps you are looking for something like traffic counter (from the market) it monitors cell, wifi, call and SMS and let you set limits to those.
Also calculate billing and monitors the installed apps data in and out
P
PBL1 said:
Perhaps you are looking for something like traffic counter (from the market) it monitors cell, wifi, call and SMS and let you set limits to those.
Also calculate billing and monitors the installed apps data in and out
P
Click to expand...
Click to collapse
I'm using the official AT&T traffic monitor for now, and I've been happy enough with it, so I'm mainly looking for ways to keep my data usage low when out and about.
I know what you want! (maybe) Its called DroidWall. Its a firewall controlling which apps and services uses what type of connection (3g or wifi). Ive been using it, and drastically reduced consumption of data plan by more than half.
zagitariuz said:
I know what you want! (maybe) Its called DroidWall. Its a firewall controlling which apps and services uses what type of connection (3g or wifi). Ive been using it, and drastically reduced consumption of data plan by more than half.
Click to expand...
Click to collapse
That's a great suggestion! Only thing that keeps it from being completely perfect is it'd be nice if there were a way I could only prevent background data from an app on 3G, but allow it still for when I'm directly opening the app myself, like when I'm browsing Google Reader.
cheatman said:
Perfect suggestion turruso!
@manekineko: if you also browse the Net a lot using your device, you might give Opera a chance. Using the Opera Turbo feature will help you save a lot on your plan because they compress pages before transferring them to your phone.
Click to expand...
Click to collapse
I'll second Opera with Opera Turbo. If I'm on wifi I use Dolphin HD and when I'm not I use Opera. It's cut down on my data use more than I expected.

VPN Vs. Orbot Apps

Basically I was trying to find out whether it would be worth paying for a VPN (Ex. TunnelBear) or just use Orbot App which is free
What ive found in it is that Orbot is more likely a better choice because of the speed. I used Tunnelbear and my speed was dramatically decreased.
Try it yourself
Orbot:
https://play.google.com/store/apps/details?id=org.torproject.android
TunnelBear:
https://play.google.com/store/apps/details?id=com.tunnelbear.android
Tell me if you get different results I am really interested

Mobile site vs app in data use?

Which uses more??
Sent from my Nexus 6 using XDA Free mobile app
I am guessing the mobile site will use more data, as it has more objects to load for every page. Where the apps are mostly only text and the odd image.:good:
mobile applications reduce the amount of traffic to the server, as well as reduce the load and allow for more flexible development. where programmers do only logic, the second write the client under rest api
ZeroFreeCoder said:
mobile applications reduce the amount of traffic to the server, as well as reduce the load and allow for more flexible development. where programmers do only logic, the second write the client under rest api
Click to expand...
Click to collapse
They may reduce traffic to the server during the time that you use it, but, they also run constantly in the background, tying up RAM, CPU and using data in the background constantly, which results in your device being slower and can even cause a lot of lag, especially if you have multiple social media apps installed on your device.
I use the website(s) and add a shortcut to the page on my homescreen. In this way, there is no activity going in the background, no CPU or RAM being used when the website(s)/shortcut(s) are not being viewed and no data being eaten up in the background when I'm not viewing the website(s).
I notice a significant improvement in my device's performance and a reduction in data usage when I use the website(s) versus using mobile apps for those same websites.
For example, I use the Facebook website via a shortcut on my homescreen, my device performs better and uses less data when I use the website instead of the mobile Facebook app.
Sent from my SM-S767VL using Tapatalk
happypatel said:
According to my point of view, the mobile app is better than the mobile website. Because not only the number of mobile users overtaken desktop users but mobile app usage has also surpassed desktop usage.
Click to expand...
Click to collapse
I agree with you.
Droidriven said:
They may reduce traffic to the server during the time that you use it, but, they also run constantly in the background, tying up RAM, CPU and using data in the background constantly, which results in your device being slower and can even cause a lot of lag, especially if you have multiple social media apps installed on your device.
I use the website(s) and add a shortcut to the page on my homescreen. In this way, there is no activity going in the background, no CPU or RAM being used when the website(s)/shortcut(s) are not being viewed and no data being eaten up in the background when I'm not viewing the website(s).
I notice a significant improvement in my device's performance and a reduction in data usage when I use the website(s) versus using mobile apps for those same websites.
For example, I use the Facebook website via a shortcut on my homescreen, my device performs better and uses less data when I use the website instead of the mobile Facebook app.
Sent from my SM-S767VL using Tapatalk
Click to expand...
Click to collapse
You speak from the side of user convenience, and I speak from the side of the developer’s convenience and generally correctness of actions. Yes, now many applications slow down the phone, but this is because they use the wrong technology or do not use it at all. Why should the current application hang in the background if there are events, if there are push notifications, and so on.
ZeroFreeCoder said:
You speak from the side of user convenience, and I speak from the side of the developer’s convenience and generally correctness of actions. Yes, now many applications slow down the phone, but this is because they use the wrong technology or do not use it at all. Why should the current application hang in the background if there are events, if there are push notifications, and so on.
Click to expand...
Click to collapse
Phones are created for the end user to use, are they not? Websites are created for the end user to use, are they not?
Users outnumber developers, convenience for the user is a wiser investment than developer comfort/correctness. The more convenient and desirable it is to the user, the more users use it, which equals more pay-off for the developer.
The OP asked, which uses more data. In my observation, I use less "total" data by using the website(s) versus the apps.
Sent from my SM-S767VL using Tapatalk
My experience tells me apps will use more in the short term, but mobile sites more in the long term. However it also depends on what apps? Some apps are built to greedily check and update like crazy. Mobile sites won't do that.
Fresher8 said:
My experience tells me apps will use more in the short term, but mobile sites more in the long term. However it also depends on what apps? Some apps are built to greedily check and update like crazy. Mobile sites won't do that.
Click to expand...
Click to collapse
Yes, that was point, apps that serve to connect to a website use data all the time checking/updating eating data the whole time. Having multiple apps such as these makes it even worse and they are known for causing devices to develop serious lagging, some to the point of near unusability. Whereas, shortcuts to websites don't use excessive amounts of data and do not cause excessive lagging issues.
Sent from my SM-S767VL using Tapatalk

Question on restricting bandwidth to any App

I have playstation Vue app install on my Android phone and its eating up my data so I thought I could restrict the bandwidth to a max of say 500kbps. How would one go about doing this?

Family Data Usage App- A Unique Data Monitoring App

Family Data Usage is a feature-rich android app that empowers users to monitor their data consumption effectively. It allows you to track data usage across multiple devices, including mobile phones and Wi-Fi connections. The app's primary purpose is to help individuals and families stay aware of their data consumption and make informed decisions to avoid exceeding their limits.
One of the standout features of Family Data Usage is its ability to add family members to the app. This unique functionality enables users to monitor the data usage and pack validity of their family members' devices. By keeping everyone connected, the app fosters transparency and helps families make informed decisions regarding their data plans. With Family Data Usage, you can effortlessly add your family members and gain insights into their data usage patterns.
The app provides real-time data monitoring, enabling users to keep a close eye on their data usage. With its intuitive interface, you can easily visualize how much data is being consumed by individual apps or specific time periods. Family Data Usage even offers the ability to set custom data reset times, allowing for personalized data analysis and management.
The app provides timely notifications and alerts, reminding users when they are approaching their data limits or when their family members' data packs are about to expire. These notifications are displayed through beautiful and interactive widgets, enhancing the overall user experience
Are you the developer of this app?
Google says this app is not compatible with my Chromebooks. I realise that the app is optimised for a mobile phone but will it still work on Chromebook if I sideload it?
Will it track the data used globally via wifi regardless of whether it's via an Android app, Chrome Browser, or Linux?
I'm asking the question because this app's ability to manage multiple devices is the most useful feature.
Also, is there a backup and restore feature for all the usage data that is collected over time?
Can you provide the APK for sideloading? I didn't find it on APK Mirror or similar (Edit: I do find it on APK Pure)
THANKS
jmh2002 said:
Are you the developer of this app?
Google says this app is not compatible with my Chromebooks. I realise that the app is optimised for a mobile phone but will it still work on Chromebook if I sideload it?
Will it track the data used globally via wifi regardless of whether it's via an Android app, Chrome Browser, or Linux?
I'm asking the question because this app's ability to manage multiple devices is the most useful feature.
Also, is there a backup and restore feature for all the usage data that is collected over time?
Can you provide the APK for sideloading? I didn't find it on APK Mirror or similar (Edit: I do find it on APK Pure)
THANKS
Click to expand...
Click to collapse
Yes I am developer of this app. Currently this app works only in android (sorry for not mentioning ).
You can monitor multiple android devices mobile data and wifi data usage by installing this app and Sigin with your google account. You need to add members in your account from profile section via email address. If they accept request then you can see mobile data and wifi data used by them. I have attached image how it looks like if they accept your request (image with heading see your families plan).
I have attached link of Google playstore in my post (blue in color) but I will attach sideloading apk too.
Thankyou for showing interest.
Thank you for your reply. I understand that Chromebook was not part of your main plan for this app - but Chromebook runs Android, so most apps work even when google says they are not compatible)
When I have time I will sideload the app and make some tests.
In my case, some devices will have the same google account, because they are all owned by me. Hopefully that will work too?
jmh2002 said:
Thank you for your reply. I understand that Chromebook was not part of your main plan for this app - but Chromebook runs Android, so most apps work even when google says they are not compatible)
When I have time I will sideload the app and make some tests.
In my case, some devices will have the same google account, because they are all owned by me. Hopefully that will work too?
Click to expand...
Click to collapse
If you SignIn two different device with seperate email address, it will work fine and you can also monitor your device data usage.

Categories

Resources