Nougat Non-Root Guide Tips/Tricks...That Root Functionality Without the Root - Sprint Samsung Galaxy S7 Edge Guides, News, & Disc

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 Update​2. 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

Related

[Q] Force app to use WIFI only

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.

[APP][TEQTIC][4.1+] LeanDroid - ? Most advanced battery saver

Introducing LeanDroid:
LeanDroid is a lightweight and incredibly powerful battery saver. It automatically manages the power-hungry radios on your device while the screen is off to significantly lengthen battery life.
Get the most out of your device with the most advanced and efficient battery saver! The no-frills battery saver that actually works!
Features:
-Automatically disables Wi-Fi
-Automatically disables cellular data (root only on Lollipop+)
-Automatically disables cellular radio (root only on Lollipop+)
-Automatically disables Bluetooth
-Automatically disables network location (KitKat+, root only on Lollipop+)
-Automatically disables GPS location (KitKat+, root only on Lollipop+)
-Automatically switches cellular network mode (Lollipop+ and with root)
-Periodically restores connections for sync
-Schedule when LD should be active with the time exception
-Set exceptions for when certain apps are running
-Set exceptions by Wi-Fi name
-Set exceptions by Bluetooth device
-Set exceptions by data transfer speed
-Many more options
-No ads
It can disable WiFi, Cellular Data (2G, 3G, LTE)*, Cellular radio*, Bluetooth, and Location* (networks and GPS) after a certain time with the screen off to conserve battery power and lower data usage. Connections are restored when the screen is turned back on or unlocked, as well as periodically, to allow for notifications to come in. LD will only re-enable connections that it disabled, not all of the selected connections. There are many additional options to set to your preference.
If you have an issue, please email [email protected], or use the contact menu option from the app before leaving a negative review!
Some options explained:
Disable Wi-Fi/Data/Network mode except if active - Connections are only disabled if there is negligible data transfer while the screen is off. Some music services don't "stream" but instead download entire songs at once, and they might do this while the screen is still on. Please set the disable time interval to at least the length of your average song so LD can catch data activity while the screen is off or use the except if "Except if apps running" option.
Disable Wi-Fi except if browser has web login - WiFi is not disabled if it requires a browser login (common for public hotspots or guest networks), so that you do not have to re-enter the password when it is re-enabled.
Disable Wi-Fi except if requires browser login - WiFi is not disabled if it requires a browser login (common for public hotspots or guest networks), so that you do not have to re-enter the password when it is re-enabled.
Disable except if apps running - No connections are disabled if one of the selected apps is found to be running in the foreground or has foreground services. There is a sub-option to also detect background services of the apps.
Restore Data after waiting xx seconds for Wi-Fi to connect - Wait for WiFi to connect before re-enabling cellular data. This prevents data from re-connecting for just a couple of seconds.
Tasker intents
com.teqtic.leandata.INTENT_START_SERVICE
com.teqtic.leandata.INTENT_STOP_SERVICE
* Note:
-Not all options are available on all devices.
-If you are on Android 4.4.1 - 4.4.2, a persistent notification is required due to a bug in KitKat where services cannot restart themselves once killed by the system. If you would like to hide the notification, find LeanDroid in Settings -> Apps, and un-check "show notifications".
Follow us on twitter: @teqTic
To join the Beta tester group:
1) Opt-in here: https://play.google.com/apps/testing/com.teqtic.leandata
2) You will then receive the beta updates directly through the Play store.
Please keep in mind these beta versions will often have bugs!
Download:
Im gonna try this, have used smart radio function but felt it was draining battery a lot. Will keep you posted after trying this
phanitej said:
Im gonna try this, have used smart radio function but felt it was draining battery a lot. Will keep you posted after trying this
Click to expand...
Click to collapse
Thank you sir. Please let me know how well it works for you.
Flyview said:
Thank you sir. Please let me know how well it works for you.
Click to expand...
Click to collapse
Nice work. It works as it is supposed to. Is there any way i can check using terminal(or anything else) how long the radios are turned off or on?
phanitej said:
Nice work. It works as it is supposed to. Is there any way i can check using terminal(or anything else) how long the radios are turned off or on?
Click to expand...
Click to collapse
You mean so that you can tell how long they were turned off for? Good question, there's gotta be some app that can pull up those statistics. For WiFi, you can check your battery usage chart.
Thanks for the feedback, rate it on Google Play if you get a chance. Bugs, suggestions and feature requests are welcome!
Flyview said:
You mean so that you can tell how long they were turned off for? Good question, there's gotta be some app that can pull up those statistics. For WiFi, you can check your battery usage chart.
Thanks for the feedback, rate it on Google Play if you get a chance. Bugs, suggestions and feature requests are welcome!
Click to expand...
Click to collapse
Suggestions:
1. When im playing few multiplayer games like Heroes of Order and Chaos etc, i usually tend to leave my phone aside for one or two min, so with my current setup where the radios are turned off after one min, the internet might get disconnected hence me loosing the game. So if there is a feature which can check if there is data transfer then dont turn off the radios. Same goes with me downloading some files and the radios might turn off causing the download to fail. - I guess it is answered in the description, my mistake
2. Where it says turn on radios to sync/receive after a specific time period, is thee way to only switch on the 2g network to save more juice?
Questions:
1. When the radios are turned on after the specific time period to sync, do all the radios get turned on?
2. Does it already check if there is data transfer and then turn off the radios ?
Edit: Rated the app on Play Store
phanitej said:
Suggestions:
1. When im playing few multiplayer games like Heroes of Order and Chaos etc, i usually tend to leave my phone aside for one or two min, so with my current setup where the radios are turned off after one min, the internet might get disconnected hence me loosing the game. So if there is a feature which can check if there is data transfer then dont turn off the radios. Same goes with me downloading some files and the radios might turn off causing the download to fail.
2. Where it says turn on radios to sync/receive after a specific time period, is thee way to only switch on the 2g network to save more juice?
Questions:
1. When the radios are turned on after the specific time period to sync, do all the radios get turned on?
2. Does it already check if there is data transfer and then turn off the radios ?
Edit: Rated the app on Play Store
Click to expand...
Click to collapse
Suggestion responses:
1. While the screen is on, the connections are never turned off. The time "after" is time after screen off (explained in help dialog or on Play Store).
2) No, there is currently no option to do that. I wouldn't recommend it either. 2G/Edge is so slow it wouldn't even be able to connect and do anything in the brief time it has to sync.
Question responses:
1. Nope, only the connections that were turned off by the app. I will update the app description to make this more clear.
2. Yes I believe right now it is set to a threshold of about 2kB/s. If within the period that it checks, the data transfer is more than this, it will not disable WiFi/data.
Flyview said:
Suggestion responses:
1. While the screen is on, the connections are never turned off. The time "after" is time after screen off (explained in help dialog or on Play Store).
2) No, there is currently no option to do that. I wouldn't recommend it either. 2G/Edge is so slow it wouldn't even be able to connect and do anything in the brief time it has to sync.
Question responses:
1. Nope, only the connections that were turned off by the app. I will update the app description to make this more clear.
2. Yes I believe right now it is set to a threshold of about 2kB/s. If within the period that it checks, the data transfer is more than this, it will not disable WiFi/data.
Click to expand...
Click to collapse
One request, can we have an option to not turn off the radios if connected to charger?
can you add an option for tethering?
phanitej said:
One request, can we have an option to not turn off the radios if connected to charger?
Click to expand...
Click to collapse
Already does that.
Sent from my Nexus 5 using Tapatalk
cottino said:
can you add an option for tethering?
Click to expand...
Click to collapse
Explain? Most phones can already tether stock.
Sent from my Nexus 5 using Tapatalk
Flyview said:
Already does that.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Thats strange, i noticed yesterday when my phone was connected to the charger it turned off radios. Maybe something to do with my new ROM that i flashed. Will check it today in the night. Thanks for your response
Yes, but LeandData stop traffic also if tethering is on. In this case every time you have to switch on 3g again and reconnect your notebook.
phanitej said:
Thats strange, i noticed yesterday when my phone was connected to the charger it turned off radios. Maybe something to do with my new ROM that i flashed. Will check it today in the night. Thanks for your response
Click to expand...
Click to collapse
Yes, please check for me as this could potentially be a bug. What did it turn off? It should not turn anything off if the device is charging. Also, if you connect a charger after the app has already turned off connections, it should turn them back on. Please ensure you haven't left any other similar apps running. The WiFi turning off with the screen off could also be a system option.
If you do indeed find a problem please let me know what Android version you are running. You can also check the Logcat if you filter for LeanData. Tell me what you see around the time of the problem.
cottino said:
Yes, but LeandData stop traffic also if tethering is on. In this case every time you have to switch on 3g again and reconnect your notebook.
Click to expand...
Click to collapse
I see. How are you tethering? USB or Bluetooth? If you are tethering through USB the device should be considered charging in which case it should not turn off the connections anyway. I will look into Bluetooth tethering.
Thanks for the feedback.
Flyview said:
Yes, please check for me as this could potentially be a bug. What did it turn off? It should not turn anything off if the device is charging. Also, if you connect a charger after the app has already turned off connections, it should turn them back on. Please ensure you haven't left any other similar apps running. The WiFi turning off with the screen off could also be a system option.
If you do indeed find a problem please let me know what Android version you are running. You can also check the Logcat if you filter for LeanData. Tell me what you see around the time of the problem.
I see. How are you tethering? USB or Bluetooth? If you are tethering through USB the device should be considered charging in which case it should not turn off the connections anyway. I will look into Bluetooth tethering.
Thanks for the feedback.
Click to expand...
Click to collapse
I tethering through Wifi but with my settings the problem is network data:
Flyview said:
Yes, please check for me as this could potentially be a bug. What did it turn off? It should not turn anything off if the device is charging. Also, if you connect a charger after the app has already turned off connections, it should turn them back on. Please ensure you haven't left any other similar apps running. The WiFi turning off with the screen off could also be a system option.
If you do indeed find a problem please let me know what Android version you are running. You can also check the Logcat if you filter for LeanData. Tell me what you see around the time of the problem.
Thanks for the feedback.
Click to expand...
Click to collapse
As expected, i cleaned up everything on my device and flashed a new build. Installed LeanData and used the same settings, all working fine. Radios get turned on when plugged into the charger. Thanks for your time, quick response and efforts
To be honest, i have used many similar apps and never got this almost perfect feeling for any app
Wish i could donate, but running on low budget due to my job. Will donate once things settle down at my end.
cottino said:
I tethering through Wifi but with my settings the problem is network data:
Click to expand...
Click to collapse
I see! I forgot about WiFI tethering, derp. I will add in some logic to not disable connections if tethering as soon as I can. Keep your eyes peeled for an update. Thanks.
phanitej said:
As expected, i cleaned up everything on my device and flashed a new build. Installed LeanData and used the same settings, all working fine. Radios get turned on when plugged into the charger. Thanks for your time, quick response and efforts
To be honest, i have used many similar apps and never got this almost perfect feeling for any app
Wish i could donate, but running on low budget due to my job. Will donate once things settle down at my end.
Click to expand...
Click to collapse
Awesome, keep an eye on it. Thanks for the kind words!
MIUI rom have a application to monitor intenet connect of all application. it's great and I cannot find other app can do like this on Playstore. Bcs many app ask permission connect network althought they are no need to run. But I guest they need permission connect network to sending some information silently.
Different from Sony Stamina mode?
Hi.
I have an xperia device and i would like to know if this app is different from sony's stamina mode, which also switches off connections in idle mode.
Thanks.
GPS might also be a worthy addition!
Only the paid version of dsbatterysaver includes GPS. Right now, I have tasker turn it on and off with the screen when unplugged but that means no syncing of location using GPS.

Lollipop Data Toggle Non-Root

Fixed my issue on Note 5. Posting in general just for discussion and if anyone had questions.
Saw a bunch of people with issues using widgets to toggle mobile data in lollipop as well as any automation apps.
I put a small app that acts as a widget and emulates you clicking to save you the trouble. Under Venture Alpha J&A.
Put together using Autoinput and requires it to run. Made it to fix my issue with Tasker not being able to turn my data off automatically when I'm wifi range. If anyone wants it... its a $1.42 cause Google gets 30%... link https://play.google.com/store/apps/details?id=com.venturealpha.datatoggle
Only tested on the new Samsungs but should work on devices running lollipop.
If you don't want to do the $1.42 you can put it together with Tasker and autoinput and make a profile for it to resume the less clicks for data toggle.
Verizon Wireless Technician using Tapatalk on Note 5
Data MODE toggle
Can you make one of these to toggle 3G/LTE Mode?
Bmillz said:
Can you make one of these to toggle 3G/LTE Mode?
Click to expand...
Click to collapse
So far all the apps that I have tried to do that on verizon won't go to the lesser network speeds UNLESS the other is unavailable. Or else I would be in 3g unless downloading for battery life
My app works off the capabilities the phone already had settings for.
Verizon Wireless Technician using Tapatalk on Note 5

No VPN on Marshmallow

After I updated my sprint galaxy s6 edge to marshmallow OTA, VPN is not working for me. I have tried more than 5 different VPN apps, but none of them work. They say they are connected, but as soon as I switch to a new app, they stop working. VPN worked fine before I updated, but now it is not. Please help!
Yoshi20017 said:
After I updated my sprint galaxy s6 edge to marshmallow OTA, VPN is not working for me. I have tried more than 5 different VPN apps, but none of them work. They say they are connected, but as soon as I switch to a new app, they stop working. VPN worked fine before I updated, but now it is not. Please help!
Click to expand...
Click to collapse
I've got this problem too, on chinese 9250
Go to Settings > More > VPN
Set up your VPN in there. I've set up VPN on my Galaxy S6 and S7 using L2TP IPSec with a signed certificate from GoDaddy.
I had it working on the S7 with a PSK also. Both phones are running Android v 6.0.1 Marshmallow.
It's strange but the VPN connection settings are different. My S6 is a Sprint phone, and I can't assign it a Certificate Authority. But the Verizon S7 won't let me save the VPN connection without a CA. I have to install the certificates in different ways for each phone as well. Very odd.
Anyway good luck.
MrKrunch said:
Go to Settings > More > VPN
Set up your VPN in there. I've set up VPN on my Galaxy S6 and S7 using L2TP IPSec with a signed certificate from GoDaddy.
I had it working on the S7 with a PSK also. Both phones are running Android v 6.0.1 Marshmallow.
It's strange but the VPN connection settings are different. My S6 is a Sprint phone, and I can't assign it a Certificate Authority. But the Verizon S7 won't let me save the VPN connection without a CA. I have to install the certificates in different ways for each phone as well. Very odd.
Anyway good luck.
Click to expand...
Click to collapse
Could you tell me how to do this please?
same problem for me Samsung s6 edge android 6..0.1 VPN apps work.... cyberghost / opera max/ and the rest .
PS after Zamber88 suggestion go to settings>> battery>app power saving > turn off for opera max or other vpn app.
PPS: if that is not enough do this: Settings >>Battery >> Battery Usage >> more (right up cornet button) >> Optimize battery usage >> select All apps and choose your VPN app and turn off .
also if in OPERA MAX when u use mobile data u get the error "enable background data " is because of the power saving.
CASE CLOSE !
That's a really strange issue. We did a lot of testing on MM with Nexus devices and everything works as intended. We even have a S6 Edge with MM that works fine (SM-G925F with one of the Unknown build listed on sammobile IIRC).
All I can come out with now is that you could try checking if there aren't any battery saving features interfering with the VPN apps.
Solved.
S6 edge.. disabled powersaving features. Vpns are working fine. Strange but cant figure out how powersaving is meddling with vpn. Solved.
Its not power saving . its restrict background data . just off the restrict background data and will work fine
zamber88 said:
That's a really strange issue. We did a lot of testing on MM with Nexus devices and everything works as intended. We even have a S6 Edge with MM that works fine (SM-G925F with one of the Unknown build listed on sammobile IIRC).
All I can come out with now is that you could try checking if there aren't any battery saving features interfering with the VPN apps.
Click to expand...
Click to collapse
I'm not sure if anyone can help me over here, but I'm not finding anything in the Nexus forums. Since @zamber88 did MM testing with Nexus, maybe you can help me with my Nexus 6. I have a 10 day trip to China coming up in a couple weeks and really need to get VPN working.
Google searches haven't helped, except to point me here. I have purchased VPN Unlimited and tried it with their app and an OpenVPN app. I got a free Galaxy J7 as a spare through the T-Mobile promotion a while back, and both apps work on it with no changes at all. Neither work on my Nexus 6, despite turning off power saving and restricting background data for both apps.
When I select a server, the J7 the Allow connection pops up, I OK it, and connect. On my Nexus 6, the refused to grant permission pops up. See the attached screenshots.
Any help would be greatly appreciated.
JimSmith94 said:
I'm not sure if anyone can help me over here, but I'm not finding anything in the Nexus forums. Since @zamber88 did MM testing with Nexus, maybe you can help me with my Nexus 6. I have a 10 day trip to China coming up in a couple weeks and really need to get VPN working.
Google searches haven't helped, except to point me here. I have purchased VPN Unlimited and tried it with their app and an OpenVPN app. I got a free Galaxy J7 as a spare through the T-Mobile promotion a while back, and both apps work on it with no changes at all. Neither work on my Nexus 6, despite turning off power saving and restricting background data for both apps.
When I select a server, the J7 the Allow connection pops up, I OK it, and connect. On my Nexus 6, the refused to grant permission pops up. See the attached screenshots.
Any help would be greatly appreciated.
Click to expand...
Click to collapse
I'll try to cover all of the bases from easiest to most cumbersome. Given you have some time on your hands this should helpful. Read through the list before doing anything and once you start doing stuff note it down as you're going so that we'll be able to pinpoint any other problems that could pop up. If you succeed then you'll have an answer pretty much ready for posting .
Reboot. Sometimes freshly installed VPN apps fail exactly like the screenshots show.
Try setting up a VPN connection with another app. Shameless plug: Opera Max, Opera VPN (note: there's an issue in Max which makes some VPNs disconnect after a couple of minutes so make sure to kill it before running any other VPNs).
Scan the device with Avast, AVG and Avira to rule out any worms.
Rule out any other apps interfering by booting into safe mode and try connecting again (with your app and, Opera Max for a sanity check).
If you don't want to commit to steps that will follow (or the step before this one succeeded) remove apps from least to most needed retesting with your app and Max after each uninstall.
Upgrade to Android Nugat. It shouldn't break anything and could potentially fix this issue. Either ways it's always a good idea to upgrade when updates are available. It's not like you're on iOS .
Now it's a god time to make a backup (frankly, anytime is good for a backup). If you went over with uninstalling apps making one will be easier. If you have root on your device you probably have TWRP, make a backup with it and download it to your PC. You could also make a Titanium backup if you're not big on setting up basic apps but it's optional. If you don't have root just backup all sensitive data (photos, videos, settings if it's possible to export these in-app). Also note down all apps you can't live without. Google Play has a history of installed apps but going through it is a pain and the "Copy settings from another device" option when setting up a fresh device is helpful but will not restore in-app settings. Also I would advise to not use it given that the culprit can sill be lurking in your apps.
MAKE THAT BACKUP, there's no going back from here . Do a factory reset. After that as mentioned before don't restore settings and set up a "new" device. Set up your accounts and check if both VPN apps work (they should by this point). Now start installing your basic app setup and after configuring each one make sure that the VPN still works.
If somehow this didn't help make sure you're not running a ROM that's botched by flashing the official system image (and upgrade to Nugat as a bonus). If you know what I'm talking about then you will know how to do it, if you don't know AND the issue still reproduces the there's something really strange going on.
By now you should have your issue solved, hopefully in the first three steps at most. There's one other thing to take into account. The great firewall does not like VPNs and there's a fair chance that Unlimited VPN will not work so be prepped to have a backup plan. You could try with Opera VPN (no idea if it works, not my project, would be nice to get feedback) and also get a trial for any service that looks interesting to you on this list.
Hope this helps and that you'll have a safe trip .
UPDATED minutes after posting:
One simple step I missed: reboot. In most cases it solves exactly the issue you're having. No idea why it happens but probably there's a 2y bug opened and tagged as low prio in the Android project .
Thanks for the quick reply!
1. Besides VPN Unlimited, I've already tried OpenVPN for Android and OpenVPN Connect. They both use .ovpn files from VPN Unlimited. I just installed Opera VPN and whether I swipe through the intro screens or skip them, I can't click on "GOT IT"; nothing happens. I think this might be the crux of the problem as some of the buttons in the other VPN apps don't respond either. I'm "almost" positive it's not a screen overlay problem because I used to use f.lux that did that, got rid of it, and haven't had any problems since.
2. I run Lookout Security & Antivirus and just scanned again to be sure. Nothing found.
3. I tried safe mode earlier, only to learn that you can't install or run any aftermarket apps.
4-7. Nougat hasn't been released yet and I'm too dependent on systemless root and Xposed, I'm still stock rooted on MM 6.0.1 with the September security update. I do run TWRP and Titanium Backup and make sure their backups are up to date before I try anything dangerous.
8. Unless you can think of why I can't click on "GOT IT" in Opera VPN, I guess my next step is to sideload the latest OTA again and try all of the VPNs before installing TWRP, SU, and Xposed. That's about all that's left.
JimSmith94 said:
Thanks for the quick reply!
1. Besides VPN Unlimited, I've already tried OpenVPN for Android and OpenVPN Connect. They both use .ovpn files from VPN Unlimited. I just installed Opera VPN and whether I swipe through the intro screens or skip them, I can't click on "GOT IT"; nothing happens. I think this might be the crux of the problem as some of the buttons in the other VPN apps don't respond either. I'm "almost" positive it's not a screen overlay problem because I used to use f.lux that did that, got rid of it, and haven't had any problems since.
2. I run Lookout Security & Antivirus and just scanned again to be sure. Nothing found.
3. I tried safe mode earlier, only to learn that you can't install or run any aftermarket apps.
4-7. Nougat hasn't been released yet and I'm too dependent on systemless root and Xposed, I'm still stock rooted on MM 6.0.1 with the September security update. I do run TWRP and Titanium Backup and make sure their backups are up to date before I try anything dangerous.
8. Unless you can think of why I can't click on "GOT IT" in Opera VPN, I guess my next step is to sideload the latest OTA again and try all of the VPNs before installing TWRP, SU, and Xposed. That's about all that's left.
Click to expand...
Click to collapse
1. Some of the buttons don't respond? What about Opera Max? Opera VPN is fairly new in the game and it still can have issues (though I haven't found any during the brief time I was testing how it works with Max). This sounds really strange. Does it happen in other apps?
2. Rerunning the same Antivirus app will not double the likelyhood of finding a thread . Try with Avast too. You can safely uninstall it after that.
3. What aftermarket apps you have in mind? APK's installed not from the Play Store? It shouldn't impact testing if Unlimited VPN works fine. All background stuff shouldn't run by definition in safe mode.
4-7. Nougat is released. After beta 4 they started releasing OTAs and images for the final release on the beta channel and now it's going to go global. There are factory images for Nexus 9 which I upgraded recently and we have a Nexus 6 but after checking it looks like got the OTA from the beta channel, so it will take a while for the official release to roll out to 6 (though 6P and 5X already have it). Also you're right, there's no systemless root for it yet. We're rolling standard SuperSU on test devices in the office (no need for Android Pay or banking apps there).
8. I'll reach out to the VPN guys for info on gathering debug information for this. Meanwhile try with Opera Max or even Betternet. Do these also fail to connect? Also does it reproduce on mobile and on WiFi?
Got a response from the VPN guys. Most probably your network blocks VPNs. Try pinging http://api.surfeasy.com/ from mobile and WiFi. If it doesn't go through then your network provider is blocking it. Probably it will be the same case for other VPNs. The issue is known and they'll probably add an error message in the next release .
zamber88 said:
1. Some of the buttons don't respond? What about Opera Max? Opera VPN is fairly new in the game and it still can have issues (though I haven't found any during the brief time I was testing how it works with Max). This sounds really strange. Does it happen in other apps?
2. Rerunning the same Antivirus app will not double the likelyhood of finding a thread . Try with Avast too. You can safely uninstall it after that.
3. What aftermarket apps you have in mind? APK's installed not from the Play Store? It shouldn't impact testing if Unlimited VPN works fine. All background stuff shouldn't run by definition in safe mode.
4-7. Nougat is released. After beta 4 they started releasing OTAs and images for the final release on the beta channel and now it's going to go global. There are factory images for Nexus 9 which I upgraded recently and we have a Nexus 6 but after checking it looks like got the OTA from the beta channel, so it will take a while for the official release to roll out to 6 (though 6P and 5X already have it). Also you're right, there's no systemless root for it yet. We're rolling standard SuperSU on test devices in the office (no need for Android Pay or banking apps there).
8. I'll reach out to the VPN guys for info on gathering debug information for this. Meanwhile try with Opera Max or even Betternet. Do these also fail to connect? Also does it reproduce on mobile and on WiFi?
Got a response from the VPN guys. Most probably your network blocks VPNs. Try pinging http://api.surfeasy.com/ from mobile and WiFi. If it doesn't go through then your network provider is blocking it. Probably it will be the same case for other VPNs. The issue is known and they'll probably add an error message in the next release .
Click to expand...
Click to collapse
I installed Opera Max and it was the only app that gave me a helpful error message, so thank you and the coders for that! The message said something like it couldn't establish a VPN connection due to an Xposed module. I disabled Xposed, rebooted, and all of my VPN apps worked. Further searching found this thread saying that Xposed's Immersive Mode was the cuprit. http://forum.xda-developers.com/xperia-z2/help/vpn-to-t2850981
I re-enabled Xposed and disabled only Immersive Mode and VPN still works. Hopefully this will help others in this thread too.
JimSmith94 said:
I installed Opera Max and it was the only app that gave me a helpful error message, so thank you and the coders for that! The message said something like it couldn't establish a VPN connection due to an Xposed module. I disabled Xposed, rebooted, and all of my VPN apps worked. Further searching found this thread saying that Xposed's Immersive Mode was the cuprit. http://forum.xda-developers.com/xperia-z2/help/vpn-to-t2850981
I re-enabled Xposed and disabled only Immersive Mode and VPN still works. Hopefully this will help others in this thread too.
Click to expand...
Click to collapse
I missed that you mentioned Xposed earlier. We implemented Xposed detection to prevent abuse so it's good to hear that it helped you to resolve your issue . Thanks forwarded to the developer behind it . Enjoy your trip!

No Root Hotspot Mod Oreo 8.0 and Below

Hey guys, I have found a way to get hotspot working in Oreo without rooting or paying for the service. Timing seems to be important for Sprint's software to load and block the functionality of the hotspot. This method does work on Oreo, but it also works on all other versions below it as well. Follow the steps below or watch the video at the bottom and post back here if it works!
1. Download and install Shortcut Master Lite from the play store.
2. Open Shortcut Master Lite and search for com.test.ltefunctionality and make sure there are no spaces before or after the query.
3. Open the result ending with LTEFunctionalityTest and find LTE APN Setting in the list and tap it.
4. Open APN2 EHRPD internet and scroll to APN type. See if you can edit it. If so then great! Add ,dun to the end and to the same for APN2 LTE internet and you're done! If you cannot edit, which is likely on Oreo, then continue with the steps.
5. Some have had success with rebooting the phone and getting into Shortcut Master Lite quickly after the reboot. For others this does not work. You can try it and see for yourself.
6. Open up the dialer and type ##27263# This resets your carrier customization settings and reboots the phone.
7. Upon reboot, follow steps 2 through 4 again and it WILL work. Make sure you save your changes when editing the APN Types.
8. Verify your hotspot is working by toggling it on and connecting a device.
Here is the video: No Root FREE UNLIMITED WiFi Hotspot Sprint Galaxy Note 8
Disclaimer: I do post videos on YouTube with ads and get a tiny amount of revenue, but this is not for profit. I am just sharing this with the community. You are welcome to subscribe, but I will never ask you to on this forum. I may not be the first to figure this modification out and will gladly give credit where it is due if someone has done it before me. I am not responsible if your phone explodes during this process, you void your warranty, or if you modify your files and no longer receive signal or updates. All of these steps are followed at your own risk. I and others here will try to help you if you get stuck, but you assume full responsibility for what you do to your own phone.
I got this to work on my Galaxy S9+ for the last two weeks. As of 5/29/18 it has quit working and If I redo the procedure it immediately catches it and shuts it off.
tenraii said:
I got this to work on my Galaxy S9+ for the last two weeks. As of 5/29/18 it has quit working and If I redo the procedure it immediately catches it and shuts it off.
Click to expand...
Click to collapse
That is odd. It is still working for me. I am running software version CRE1
AT&T Galaxy s7 edge oreo hotspot
How can i get free hotspot on AT&T galaxy s7 edge oreo? Had it before the update but now after the update it doesn't work. Any suggestions?
violento33 said:
How can i get free hotspot on AT&T galaxy s7 edge oreo? Had it before the update but now after the update it doesn't work. Any suggestions?
Click to expand...
Click to collapse
id like to know as well
Is there a way to get this to work on verizon? The old sim card trick no longer works on Oreo.
Does this still works? Also I'm suppose to have unlimited plan, but once I use certain amount of data the speed get drastically reduced, is there a way to avoid or bypass the speed limit on Sprint?
Btw OP love the Insaniquarium profile pic haha
zerocords said:
Does this still works? Also I'm suppose to have unlimited plan, but once I use certain amount of data the speed get drastically reduced, is there a way to avoid or bypass the speed limit on Sprint?
Btw OP love the Insaniquarium profile pic haha
Click to expand...
Click to collapse
I just used this on my note 8 with the CRE1 update and it worked great.
Now does anyone know if it works on the s8?
Hello, I was using an app (shortcut master lite) to modify hotspot to work. But now when I go into shortcut master it's all greyed out. I cannot select anything. Can someone help to enable so I can get hotspot to working again.
mrvoodoodaddy69 said:
I just used this on my note 8 with the CRE1 update and it worked great.
Now does anyone know if it works on the s8?
Click to expand...
Click to collapse
I have an S8+ and basically modified this setting via ADB way back on Android 7 and it has persisted all the way through the upgrade to Oreo. I am currently on CRG3 and it still works. One trick to note is to turn off mobile data, turn on the hotspot, and then turn mobile data back on. Has been working since I got this phone back in May 2017...
Now to see if the ADB method will work on the Note9 in a few days...
gmoney175 said:
Hello, I was using an app (shortcut master lite) to modify hotspot to work. But now when I go into shortcut master it's all greyed out. I cannot select anything. Can someone help to enable so I can get hotspot to working again.
Click to expand...
Click to collapse
Reboot phone
Dial ##brand# accept/yes and phone will reboot
Open shortcutmaster and edit apn's as usual
profit
Hey guys, I have written an app that makes this process pretty easy. Shortcut Master Lite is no longer available on the Play Store.
https://forum.xda-developers.com/galaxy-note-9/themes/app-openit-easy-free-to-unlock-t3849988

Categories

Resources