Related
I have searched for an app to monitor my Wifi Usage with a breakdown by SSID - For example I want to be able to see SSID-Home 1.2gb --- SSID-Work 500mb ------ SSID-Hotspot 500mb... All apps I have checked out just show a total Wifi usage with app breakdown.. including the built in data usage setting... Anybody know of an app that has this functionality?
Mr-Glass said:
I have searched for an app to monitor my Wifi Usage with a breakdown by SSID - For example I want to be able to see SSID-Home 1.2gb --- SSID-Work 500mb ------ SSID-Hotspot 500mb... All apps I have checked out just show a total Wifi usage with app breakdown.. including the built in data usage setting... Anybody know of an app that has this functionality?
Click to expand...
Click to collapse
The paid version of Mobile Counter has the functionality to track the usage of one SSID. The video on the free version shows that field functional but after installing it the field was grayed out. I am waiting for my freedompop device to arrive before downloading the trial version to make sure it works properly.
Traffic Monitor / RadioOpt let you track a Home SSID and a Work SSID but they show the results as percentage and not data so you would need to do the math, I suppose, unless I missed something in the settings.
There was a developer on this site that tweaked the code of NetCounter to get the desired results but if it turned into an available app then I have not seen it.
http://forum.xda-developers.com/showthread.php?t=1197053
mralaska said:
The paid version of Mobile Counter has the functionality to track the usage of one SSID. The video on the free version shows that field functional but after installing it the field was grayed out. I am waiting for my freedompop device to arrive before downloading the trial version to make sure it works properly.
Traffic Monitor / RadioOpt let you track a Home SSID and a Work SSID but they show the results as percentage and not data so you would need to do the math, I suppose, unless I missed something in the settings.
There was a developer on this site that tweaked the code of NetCounter to get the desired results but if it turned into an available app then I have not seen it.
http://forum.xda-developers.com/showthread.php?t=1197053
Click to expand...
Click to collapse
I ended up going with Mobile Counter Pro - for the same reason - I picked up freedompop. My cycle just started again -however, the numbers seem right on - Mobile Counter Pro shows - 31.06MB and Freedompop shows 30.96MB, it works for one SSID, the only one I have limits on..
Mr-Glass said:
I ended up going with Mobile Counter Pro - for the same reason - I picked up freedompop. My cycle just started again -however, the numbers seem right on - Mobile Counter Pro shows - 31.06MB and Freedompop shows 30.96MB, it works for one SSID, the only one I have limits on..
Click to expand...
Click to collapse
That is good to hear, and probably what I will end up doing unless something better shows up while I am waiting. (I was hoping for something that shows the chosen Wifi usage in the widget, plus the addition of data & wifi on/off buttons would make it a nice compact widget bundle)
How can I force a specific app not to use mobile data but only WIFI?
My use case is:
I like reading news through Play Newsstand, but it uses up way too much data for my plan... I would be happy to let it sync every night through WIFI and then just read the stuff from yesterday, without it constantly pulling new stuff using tens of MBs.
Any way to do that without using flight mode every time??
Thanks!
Disable background data on the app
Settings > Data > choose app then restrict background of said app.
radicalisto said:
Disable background data on the app
Settings > Data > choose app then restrict background of said app.
Click to expand...
Click to collapse
I looked at that already, but for example today I see 25MB of Foreground data and only 5MB of background data, enough to make me think that the effect of that flag would be minimal.
In fact, the most data is downloaded while I use the app rather than in background.
Anything else I could try? I am also rooted.
Hmm, Xprivacy (xposed module) may work although I have never personally used it. But from what I have read about it, it restricts app data etc. Give it a whirl and see perhaps?
The play newsstand app has it's own setting:
'Download via Wi-Fi only'
Does this not work as advertised, or am I missing something?
eddiehk6 said:
The play newsstand app has it's own setting:
'Download via Wi-Fi only'
Does this not work as advertised, or am I missing something?
Click to expand...
Click to collapse
It does not unfortunately
That flag only controls how data is synced in the background, but my problem is when I actually open the app to read the news. In that particular moment it starts downloading all news (and images) for the feed I open every time, and that generates tens of MB of mobile traffic.
Gatz said:
It does not unfortunately
That flag only controls how data is synced in the background, but my problem is when I actually open the app to read the news. In that particular moment it starts downloading all news (and images) for the feed I open every time, and that generates tens of MB of mobile traffic.
Click to expand...
Click to collapse
you could get a firewall program (maybe you'll need root for it), and block it from accessing 3G (but allow through wifi)
then use tasker to turn on wifi when you are using the app. this way, the app will never use 3G
radicalisto said:
Hmm, Xprivacy (xposed module) may work although I have never personally used it. But from what I have read about it, it restricts app data etc. Give it a whirl and see perhaps?
Click to expand...
Click to collapse
paperWastage said:
you could get a firewall program (maybe you'll need root for it), and block it from accessing 3G (but allow through wifi)
then use tasker to turn on wifi when you are using the app. this way, the app will never use 3G
Click to expand...
Click to collapse
Thanks for the suggestions.
I could try both, but waiting for Android 4.4.3 to install Xposed.
If any of those can do "Prevent app XYZ from using mobile data" then it's fine.
Xprivacy could be a better choice as it doesn't sound like it's going to use up as much cpu/mem/battery as a firewall.
Gatz said:
Thanks for the suggestions.
I could try both, but waiting for Android 4.4.3 to install Xposed.
If any of those can do "Prevent app XYZ from using mobile data" then it's fine.
Xprivacy could be a better choice as it doesn't sound like it's going to use up as much cpu/mem/battery as a firewall.
Click to expand...
Click to collapse
i'm using Xprivacy... XPrivacy isn't completely foolproof either.
there's an option to block "internet".
In android, you can call "isConnected()" function to check if you are connected, and then not do anything. XPrivacy overrides that function and can return "false".
however, apps can "ignore" or not use those functions, and just force it's way to connect to the internet. it can still succeed (you can test to see if this happens)...
firewall shouldn't be using a lot of your CPU cycles...
paperWastage said:
i'm using Xprivacy... XPrivacy isn't completely foolproof either.
there's an option to block "internet".
In android, you can call "isConnected()" function to check if you are connected, and then not do anything. XPrivacy overrides that function and can return "false".
however, apps can "ignore" or not use those functions, and just force it's way to connect to the internet. it can still succeed (you can test to see if this happens)...
firewall shouldn't be using a lot of your CPU cycles...
Click to expand...
Click to collapse
Thanks.
Could you suggest a firewall app in particular, considering that I don't need advanced functions at all, but merely the bit to turn mobile data off?
Gatz said:
It does not unfortunately
That flag only controls how data is synced in the background, but my problem is when I actually open the app to read the news. In that particular moment it starts downloading all news (and images) for the feed I open every time, and that generates tens of MB of mobile traffic.
Click to expand...
Click to collapse
Lol 'Download via Wi-Fi only' is a misleading setting!
Another possible way, xposed and 'App Settings' module, could also prevent internet access I believe, but not sure if it can specifically block mobile only.
eddiehk6 said:
Lol 'Download via Wi-Fi only' is a misleading setting!
Another possible way, xposed and 'App Settings' module, could also prevent internet access I believe, but not sure if it can specifically block mobile only.
Click to expand...
Click to collapse
FYI, AFWall+ seems to work just fine!
I will also maybe try Xprivacy when 4.4.3 comes out and I will install Xposed.
So far, happy with the firewall approach, might come in handy for more apps that I want to prevent from using up data when underway.
Is there such app please?
What do you mean? Do you want the app to disable data when connected to WiFi? If so, your solution is MacroDroid by ArloSoft. You can set a trigger (i.e. Connecting to WiFi, Disconnecting from WiFi) to activate a response (i.e Turning off data, Turning on data) so you can set many different things, not just what you said.
Find it here: https://play.google.com/store/apps/details?id=com.arlosoft.macrodroid
Sent from my LGE VS425PP using XDA Labs
I'm searching also for this, meaning an App where you can manage your data and wifi connection, for example on/off when screen on/off. And for an unrooted device (Custom) ROM.
It maybe only works on rooted phones see https://play.google.com/store/apps/details?id=com.gyagapen.cleverconnectivity ?
EDIT: I tried MacroDroid and Mobile Data Off/On Action gives the message:
requires rooted device or ADB hack to grant permission android.permission.WRITE:SECURE_SETTINGS
The ADB hack seems by using a Google ADB tool from develeoper android area.
I do not like both of those two options, so manual toggle seems to remain the thing.
The Non-Root Nougat Guide for the Sprint S7
You need stock Nougat on your device. There are several ways to achieve this:
1. OTA Update2. Install the firmware via ODIN from Sammobile; Updato
Why Most People Root
1. Ad Blocker
2. Hotspot Hack
3. Youtube Ad Free
4. Remove Bloatware
5. Xposed (not right now)
6. Other tips/tricks
7. Credits
Here my tips and tricks for getting this Root feel, but keeping the stability of stock.
1. Ad Blocker
This are local hosts, meaning that your info doesn't go to a random server and then come back to you. It stays on your device for your eyes only!
1. DNS66 This one uses a hosts file, just like adaway for those of you who used it while rooting. Since everything is done via a local DNS, you the battery life it is the same as adaway, non-existent! Given that it only blocks entire host names, it cannot block as detailed as some other ad blockers. However, I haven't seen any ads in apps or browsers and no battery hit either! Just make sure the hosts files have a red dot next to them and you have to refresh before activating. Will still block ads on device even when tethering! Great support too!
2. Ad Guard. Good ad blocker. Runs everything through a VPN though, which comes at a battery hit. This one also comes with a price tag! Offers Youtube Ad Blocking, but you must enable their DNS, which puts your information to their servers and then back to you...this blocks ads about 50% of the time. Good support too!
3. Adhell Uses Samsung Knox to block ads and trackers. Blocks most things on webpages and apps (no youtube), but saves a ton a battery since it doesn't require VPN. Not as good as blocking as the first two, but does work a little. Just my opinion though. Also, it is FREE!
4. Disconnect Pro Similar to Adhell, but a paid app,but can be found for free during sales. Search the Galaxy App Store to buy it. Uses Samsung Knox too.
5. AdClear. Some have had success with this, I've had mixed results.
6. BlockThis! Works well, but caused issues on some webpages.
As with all of the above, you will need to whitelist some apps for them to work properly. Like, AdHell and Disconnect have the Google Play Music bug. If you find an app is using a ton of battery, it may need to be whitelisted...usually, google apps have this problem.
2. Hotspot Hack
1. Enable developer mode:
a. Go to settings
b. Scroll down to about phone
c. Repeatedly tap "Build number" until developer access is granted
2. Get ADB installed w/ drivers
a. https://forum.xda-developers.com/showthread.php?t=2588979
3. Enable USB Debugging
a. Go to settings
b. Go down to developer options
c. Scroll down to USB Debugging and turn it on
d. Connect phone with USB to PC
4. Get into ADB shell
a. Open a command prompt (windows key + R , type "cmd" in the box and press enter is my favorite way)
b. Run:
Code:
adb shell
5. Enable the bypass
a. Disable the DUN requirement
Code:
settings put global tether_dun_required 0
b. Overwrite the DUN APN
Code:
settings put global tether_dun_apn "APNDUN,n.ispsn,,,,,,,,,310,120,,default,mms,dun"
6. Turn off Mobile Data
7. Turn on HotSpot
8. Turn on Mobile Data
Every time that you want to use the hotspot you have to turn data off; turn hotspot on; turn data back on. When you disconnect your hotspot you need to do the following:
1. Turn Hotspot Off
2. Turn Mobile Data Off
3. Turn Mobile Data On
People will complain, but after you run the code the first time, turning hotspot on and off literally takes just seconds.
3. Youtube Ad Free
1. Youtube in the background, downloading, and so far ad free Youtube can be achieved with OG Youtube. Read the OP and also install this apk found in post 5592 It doesn't say, but in combination with DNS66, I haven't seen any ads after installing this and disabling the old Youtube. It will occasionally ask you to update and just hit Later.
2. If you want to use the original Youtube app, this doesn't block ads, but it does silent and auto skip them. Cygery
3. Use an VPN to route your data somewhere and back. It isn't 100%, but AdGuard offers this type of service. I believe Block This and AdClear may too.
4. Remove Bloatware
This is probably the biggest difference between root and non-root. They are all installed with the same apps. With root, you can delete the system apk or, with root and non-root, you can use a package disabler, you can disable unwanted apps. The problem is that occasionally you will disable or delete something that will cause a chain reaction leading to boot loops or excessive battery drain.
I find it best to go to the application manager and manually disable or uninstall through it. This way, the system will know what's there and what isn't...no surprises. You can uninstall the Sprint crap like TV, Tech Support, Fun and Games, Family Locator...basically every Sprint app except for voicemail. Not disable, but uninstall them completely!
You can disable the following (probably more, but I must be using them): Amazon; Kindle; Facebook; Instagram; Lookout; Messenger; Prime Stuff; S Health; S Voice; Samsung Gear; Youtube (remember the tip above); some of the Google Play apps like Movies and TV; probably more too, but I must actually use those apps.
I'm sure there are some that I'm missing too....I remember uninstalling some weather app too.
The point is that Nougat seems friendlier in terms of uninstalling or disabling software compared to Marshmallow.
5. Xposed (not right now)
Not available for Nougat at the moment. But this update is really customizable!
6. Other tips/tricks
1. Skip Tracks With Volume Keys
1. Frinky Music Controller Allows you to skip tracks with screen off.
2. Noyze Not sure if still being developed, but works. Let's you skip tracks by long pressing with screen off.
Doze Related
Remember to whitelist apps you want running in the background...like Pandora, Google Music, etc. I would leave them off at first and if it cuts off when the screen is off, you need to white list it.
I haven't used these apps in Nougat as the new doze seems fine, but to each his own:
1. ForceDoze puts your phone into doze mode without the motion detectors and 30 minute wait. Great app! Does require you to install adb (adb installer) since you have to run a command to get it to run properly. Check Disable motion sensing and turn off while charging
2. Greenify The auto hibernation works great if we had root, but we don't. It works, but can be extremely annoying at times and can drain battery because it may continuously try to force stop/close an app you greenify. Plus, it will take a few seconds to re-unlock your phone immediately after you turn off the screen. However, I use it with force doze for the aggressive doze. I saw a difference in battery life by using them both. Still need to adb a command
Other Tips
Besides the obvious of gmail/facebook/whatspp/twitter/snapchat syncing
1. Turn off wi-fi scanning
2. Back up my data for Samsung and Google under back up and reset
3. Turn off some features under advanced features in settings...for example, palm swipe to capture if you never use it
4. Location History under Location
5. Change locating method...I leave mine on GPS, wi-fi, mobile, but some people want more battery life and turn it off.
6. Turn on developer options and change animations to 0.5
7. Turn off Always on Display under settings > display. I like it, so I leave it on...but takes about 2% an hour
7. Credits
These people did all of the hard work:
@YMNDLZ -- Download link
@julian_klode -- DNS66
@ paul2112 -- Hotspot Fix
@ cygery -- AdSkip
@ OGMods -- OG Youtube
@resident77 -- OG Youtube Fix
@ ssrij -- ForceDoze
@ SEVEN_AdClear -- AdClear
@daria -- AdGuard
@ Snoop05 -- ADB Fast Installer
And anyone I missed, let me if you want to be added and thanks for your work!
thanks Hotspot works great i just turn it on toggle data off then on and wallaa
also i can just shut off hot spot and everything works no toggling for shut off.
I was on the OG PB5 firmware because of the apns being editable but now ive made the leap
Gotta have that hotspot
Thanks
Robalboa said:
thanks Hotspot works great i just turn it on toggle data off then on and wallaa
also i can just shut off hot spot and everything work no toggling for shut off.
I was on the OG PB5 firmware because of the apns being editable but now ive made the leap
Gotta have that hotspot
Thanks
Click to expand...
Click to collapse
Awesome. And you should be able to use phone data with this method while tethering too. @paul2112 did most of the legwork for this fix.
Please credit @paul2112 for the Hotspot fix in the OP. He pioneered this effort.
Sent from my SM-G935P using Tapatalk
lvpre said:
Awesome. And you should be able to use phone data with this method while tethering too. @paul2112 did most of the legwork for this fix.
Click to expand...
Click to collapse
yes you can use phone while hotspot is activated no problem. plus when u shut it off no toggling.
thanks @paul2112
daddymikey1975 said:
Please credit @paul2112 for the Hotspot fix in the OP. He pioneered this effort.
Sent from my SM-G935P using Tapatalk
Click to expand...
Click to collapse
Read the credits... he's been there since the post. I slightly modified his code because this was the only way I could get tether data and phone data to work simultaneously. I couldn't get both on his last suggestion.
Robalboa said:
yes you can use phone while hotspot is activated no problem. plus when u shut it off no toggling.
thanks @paul2112
Click to expand...
Click to collapse
Sent from my SM-G930P using XDA-Developers Legacy app
lvpre said:
Read the credits... he's been there since the post. I slightly modified his code because this was the only way I could get tether data and phone data to work simultaneously. I couldn't get both on his last suggestion.
Sent from my SM-G930P using XDA-Developers Legacy app
Click to expand...
Click to collapse
My apologies if I missed it.
Sent from my SM-G935P using Tapatalk
daddymikey1975 said:
My apologies if I missed it.
Sent from my SM-G935P using Tapatalk
Click to expand...
Click to collapse
No problem. But this fix was the only way I was able to get phone and tether data working together. Not sure if you had success with what he posted, but I always would get one or the other.
how can I hide the carrier text?
John.C01 said:
how can I hide the carrier text?
Click to expand...
Click to collapse
Have to root for that one. Mine only shows on the lockscreen though. Is yours showing constantly?
Sent from my SM-G930P using XDA-Developers Legacy app
lvpre said:
Have to root for that one. Mine only shows on the lockscreen though. Is yours showing constantly?
Click to expand...
Click to collapse
I don't know if it's because my country... But my CHN-UNICOM is always showing.
John.C01 said:
I don't know if it's because my country... But my CHN-UNICOM is always showing.
Click to expand...
Click to collapse
Even with icons in the notification bar?
Sent from my SM-G930P using XDA-Developers Legacy app
Im confused on what the "hotspot" hack is. When I turn on Hotspot on my stock S7e, it turns off WIFI and only uses LTE. Are you saying this hack will allow us to use hotspot with WIFI?
ryan2202 said:
Im confused on what the "hotspot" hack is. When I turn on Hotspot on my stock S7e, it turns off WIFI and only uses LTE. Are you saying this hack will allow us to use hotspot with WIFI?
Click to expand...
Click to collapse
No. It will allow you to make your phone a router and use your phone data for internet.
Sent from my SM-G930P using XDA-Developers Legacy app
Ok, I'm lazy. Is there a single button method for the toggling for hotspot? I'm using my phone as a hotspot for a tablet thats installed in my car and so being quick is important. I'm trying to build something using "Automate" app but does anyone have something already configured?
fyi, actually just turning on hotspot or off now does the trick. No need to toggle mobile network on/off. I'm on Sprint.
I can confirm Hotspot last through new android update/dated 3/29 heres a screen shot
new update 5/31/17 hotspot non root method sticks and works fine. id like to offer a new method and give thanks to the guy that found it maybe you can incorporate this into your guide so easy a caveman can do it lol
this https://forum.xda-developers.com/sprint-s7-edge/how-to/finally-free-hotspot-galaxy-s7-edge-t3612592
Success! (Stock SM-G930P & SM-G935P)
Thank you so much for this guide! It's been the only successful method to get unlimited hotspot working on my S7 & a friend's S7 Edge! (both stock & most recent firmware) :good:
When using this method, I achieve hotspot as mentioned....but loose ipv6 by doing so!? Any ideas on why or how to fix so when I toggle data/hotspot I can keep ipv6 connectivity, thanks
Hi!
I am in a trouble. My mobile data works very fine. And wifi too. But, when I use mobile data, chrome says "No Internet" on the upper layer. [See attached pics] Though everything is working. I can surf every website. When I connect the wifi, it says "Back online". This issue not making problem to me. But I have an online class app called "10 minute School", there If I download videos it works on wifi normally. But whenever I try to download using mobile data the downloads are paused. Never starts. That's the problem. [See attachment]
And I am facing no internet issue in any other app in my phone.
I think my android saying no internet to chrome & download manager. But everything is working. Why? How do I check it? whats the problem here....Plz help me out. My wifi is too slow. 3 mbps. So I need Mobile data. [See the attachment and see after changing the network what happens]
Plzzzz Help!!
@lightinfo10
Have you check your mobile data usages limiter? Mostly in Network Settings
khusika said:
@lightinfo10
Have you check your mobile data usages limiter? Mostly in Network Settings
Click to expand...
Click to collapse
Data Monitor: off
Set Data plan: Disabled
Data Saver: off
In Settings App, That's what I know.
Hey! I recently noticed another app named "My robi" says No Internet Connection. But the app is doing online tasks very fine by mobile data. It always shows a Network Error Message. See the attachment .
Now I'm really confused. I get the same message by my both sim of different operators.
lightinfo10 said:
Hey! I recently noticed another app named "My robi" says No Internet Connection. But the app is doing online tasks very fine by mobile data. It always shows a Network Error Message. See the attachment .
Now I'm really confused. I get the same message by my both sim of different operators.
Click to expand...
Click to collapse
Those apps probably read your cache instead of using online data, have you check your APN?
Chrome is one of those apps.
I use the APN which my mobile operator provides via SMS Configurations. Other phones in my home uses the same operator and same APN. But they don't encounter any issue.
Can I check it via ADB or logcat or whatever....?
I think, Factory Reset is the only option. But I have Bank apps. Factory Reset changes Device id. So I will be in trouble.
Thanks!
Are you using a VPN or private DNS service?
lightinfo10 said:
I have an online class app called "10 minute School", there If I download videos it works on wifi normally. But whenever I try to download using mobile data the downloads are paused. Never starts.
Click to expand...
Click to collapse
Check your app settings. It could be configured to download only on WiFi.
lightinfo10 said:
I think, Factory Reset is the only option. But I have Bank apps. Factory Reset changes Device id. So I will be in trouble.
Click to expand...
Click to collapse
Why will factory reset change device ID? You'll only have to login again on your banking apps. I don't see any trouble here.
I did a Factory Reset. And it worked magically!! Everything fine now!! Thanks to everyone.