Adblock Plus re-launches after being pulled from GooglePlay, offers Automatic Updates - Android General

http://lifehacker.com/5991467/adblo...from-google-play-now-offers-automatic-updates

Related

[Q] Removing Adblocker

I uninstalled adblocker from my Evo, but the adds are still blocked when I visit websites.. How do I remove it completely?

So Adblock Plus was just released on Play with in-app ad blocking, how do devs feel?

Just saw adblock plus was released on Google Play today. I can't picture developers/advertisers that rely on ad revenue to survive being too happy about this. Thoughts?
It doesn't worry me - if people don't want ads there were already methods to remove them. And from my own experience as an AdBlock user on desktop people like that don't click on ads anyway.
The more problematic thing is - if AdBlock can setup a proxy without root then malware can too - and use it for phishing or spying for example.
plbelanger said:
Just saw adblock plus was released on Google Play today. I can't picture developers/advertisers that rely on ad revenue to survive being too happy about this. Thoughts?
Click to expand...
Click to collapse
AAAand its gone.

[APP][4.0.3+] ApkTrack 2.0.2 - Automatic update checks for devices without Play Store

Apktrack
ApkTrack is a simple Android application which periodically checks if your installed apps can be updated.
It was created for users who don't want to use the Google Play Store, but still need to know when new APKs are available for their apps. ApkTrack performs simple website scraping to grab the latest versions of packages present on the device.
This application is distributed under the terms of the GPL v3 License
Usage
See the attached screenshot for a preview of the application.
Click on an application to perform a manual version check.
The buttons at the top are used to respectively search the installed application list and perform a version check for all applications.
That's it!
Things to keep in mind:
Applications are *not* updated automatically. You still have to find a way to download the latest APKs and sideload them yourself. ApkTrack is simply here to tell you that the update is available.
The application will perform HTTP requests both on demand and silently. You can configure whether mobile data should be used for background checks in the settings.
ApkTrack uses regular expressions to scrape webpages, so it may cease to work without notice if the target websites are modified.
Although there is a background service checking for updates every day, it may get killed by the OS. Remember to check for updates manually in the application from time to time.
Changelog:
Code:
0-----------------------------------------------------------------------------0
| Changelog: |
0-----------------------------------------------------------------------------0
2.1.2:
------
* Features
- You can now configure a proxy in the settings. It will be used to check
for updates, but *NOT* for APK downloads and searches.
- Downloaded APKs can now be cleaned from the settings screen.
- Added an option to ignore apps for which no update source could be found.
* Update Sources & Search Engines
- Timeouts between version checks have been reduced, which makes the
process of checking all apps much faster.
- Updated the direct download regexp for F-Droid as their layout had
slightly changed.
- Added a new search engine, APK-DL.
* Translations
- Japanese translation contributed by Naofumi F. Thanks!
* Permissions
- A new permission (REQUEST_INSTALL_PACKAGES) is required to be able to
install APKs on Oreo.
* Supported Devices
- ApkTrack should work on Android O.
* Bugfix
- Fixes a major bug caused by ProGuard in F-Droid builds which prevented
users from entering the setting.
2.1.1:
------
* UI
- The app's design was materialized by Tetsuo55.
- Icons have been vectorized (also by Tetsuo55).
- The last check date is now relative (i.e. "10 minutes ago").
* Update Sources
- Removed the Nightly (Firefox) update source, because their website keeps
changing and the app has built-in update capabilities anyway.
- Fixed the WhatsApp update source. Support has been added in the AppBrain
proxy and this source will be phased out in later versions.
* Version Checks:
- Version checks for Google Play Services now ignore the part of the
version number identifying the architecture and DPI of the device.
* Supported Devices:
- ApkTrack now works on Android N.
2.1.0:
------
* APK Downloads
- The OS' download service is now used directly instead of proxying
requests through the installed browser.
- Downloads respect the user's preference regarding which networks are
OK to use (WiFi / mobile data).
- Downloaded APKs can be installed directly from ApkTrack's UI.
* Permissions
- ApkTrack needs a new permission (WRITE_EXTERNAL_STORAGE) to write
downloaded APKs to the sdcard.
* UI
- Fixed a longstanding issue where the last check date could overlap
the action icon (that one really bugged me).
* Settings
- Added options to ignore all system / Xposed apps in a single click.
A screen dedicated to managing ignored apps is still warranted.
- Added a preference allowing users who enabled background checks to
automatically download new APKs when they become available.
* Update Sources
- Merged the 9Folders update source (only used for com.ninefolders.hd3)
into the AppBrain proxy, because of new anti-scraping countermeasures.
2.0.4:
------
* Source detection
- ApkTrack will set the right update source for itself (upstream or
F-Droid) depending on who signed the APK.
- The source for all Xposed modules is now detected automatically.
- The F-Droid app is now correctly handled by the F-Droid source.
* Miscellaneous
- Moved the ApkTrack APKs to a server with more bandwidth.
- Version checks for ApkTrack now take place over HTTPS.
- Updated German translation.
* Bugfixes
- Fixed a widespread crash triggered during the initialization
of the app.
- Fixed a problem with icon resizing for devices with uncommon DPI.
- Minor bugfixes for crashes reported through ACRA.
2.0.3:
------
* Security
- Communications with the AppBrain proxy and crash report service now take
place over HTTPS.
- Certificates used by those websites are bundled with ApkTrack to prevent
man in the middle attacks.
* Translations
- Updated Polish translation.
- Added Italian translation.
* Bugfixes
- Resolved a race condition potentially leading to random crashes.
- The AppBrain update source returned a malformed result when it doesn't
have version information for particular apps (i.e. org.eff.actioncenter).
This is now handled gracefully so other update sources can be tried.
- Fixed the "currently updating" icon getting hidden because of screen
rotations.
2.0.2:
------
* Automated crash reports
- ACRA has been integrated to the app in order to submit stacktraces when
ApkTrack crashes (no data is sent without user consent).
- New settings were created to control whether bug reports should be sent.
- A privacy policy was written to describe how bug data and user data is
handled in general.
* Bugfixes
- Fixed a bug introduced in 2.0.1 triggered when trying to resize
non-square icons.
- Fixed a bug causing a crash with VectorDrawables for devices without
Lollipop.
- Fixed a bug where trying to determine the network type (WiFi / data) would
cause a crash.
2.0.1:
------
* Miscellaneous bugfixes
- Oversized icons no longer break the UI.
- Download URLs for Xposed apps are now obtained correctly.
- App uninstallations now also delete stored icons in the database.
2.0.0:
------
* Ignoring irrelevant apps
- When detecting apps present on the device, disabled apps are ignored by
default.
- Apps can be swiped to indicate that they should stop being displayed in
the UI and be ignored in subsequent update checks.
- An option was added in the settings to reset ignored apps.
* Detecting installed apps
- The full app detection is only done once, during the first launch. All
subsequent updates (packages added and/or removed from the system) are
now detected through Intents sent by the system.
- ApkTrack and its background services now communicate with the help of an
Event Bus, which allows complex information to be passed reliably. Model
modifications trigger notifications on this event bus, which tell the
applist which information should be refreshed. Thanks to this, there are
no more loadings when the model is updated.
- It shouldn't be possible for ApkTrack to miss apps that are installed,
removed or updated with this new design. So I'm removing the "Redetect
installed apps" button which wasn't very elegant nor user-friendly.
* Database overhaul
- ApkTrack now uses Sugar ORM to perform its database operations (branch
1.x contained a lot of manual SQL queries). The codebase is much cleaner
and easier to maintain now.
- Icons have been moved to a separate table, which allows ApkTrack to read
all the application info without eating up the device's RAM. From now on,
Icons are only loaded when they need to be displayed.
* Update sources
- ApkTrack can guess the default update source for some predetermined apps
based on their digital signature or their package name.
- The structure of sources.json has been changed. It is more complex now,
but it allows contributors to specify per-package regular expressions in
case the information for multiple apps is hosted on a single webpage.
Formerly, it would have been necessary to create an update source per
package in some cases.
- It is also possible to specify a regular expression to locate an APK
download link on the page. This will allow more direct downloads to be
provided.
- F-Droid, Mirakel, Xposed Stable / Beta now all provide direct APK
downloads.
* Misc
- Build system switched to Gradle to make third-party builds easier.
- ApkTrack will now remember across reboots whether you want to display
system apps or not.
- Searches are more flexible, and any part of the name or package name
can now be matched (not just the beginning as it was the case).
- Apps with vector icons are now displayed correctly on devices with an API
level >= 21.
- Manual changes to the update source are immediately reflected in the UI.
- The spinning icon which indicates that an app is currently being checked
isn't lost anymore when the app list is refreshed, sorted or updated.
- Notifications will not be displayed more than once for each updated app
(ApkTrack 1.1 would keep display notifications until the app was
upgraded).
Known issues:
-------------
* Swiping the app at position N, then scrolling down and up causes a blank
line to be displayed at position N-1.
* ApkTrack's APKs are still distributed over HTTP because the server uses a
self-signed certificate.
* If Greenify puts ApkTrack into hibernation, app installations, deletions
and upgrades will be missed. At the moment, the issue may be circumvented
by waking ApkTrack and performing the installation again, or deleting
ApkTrack's data to force a full re-detection.
Download
Source code
Stable APK (2.1.2)
Beta APK (2.1.2)
Let me know what you think!
Bu ne şimdi anlamadım
SM-N9005 cihazımdan Tapatalk kullanılarak gönderildi
Link??
Sent from my XT1068
I'm a new user, I can't post them!
Source code: github.com/JusticeRage/ApkTrack
APK: kwiatkowski.fr/apktrack/ApkTrack.apk
Just the app i needed, loving it, could be great with a sort feature in the future.
failbed said:
Just the app i needed, loving it, could be great with a sort feature in the future.
Click to expand...
Click to collapse
I'm glad to see someone finds my app useful! Do you mean the possibility to sort applications depending on whether they can be updated or not? This is a great idea, I'll implement it!
JusticeRage said:
I'm glad to see someone finds my app useful! Do you mean the possibility to sort applications depending on whether they can be updated or not? This is a great idea, I'll implement it!
Click to expand...
Click to collapse
Yeah excatly something like that, when apktrack finds like an update to an app the apps that need go get updated gets sorted fo the top so you dont have to scroll through the list to find which apps that needs to get updated and so on.. Awesome ill be following this project bro.
The code and APK have been updated as suggested by your feedback!
Applications are now sorted by status (whether they have been updated or not) by default, but it is possible to switch back to alphabetical sort.
Parsing Package problem
Tablet PMT7787_3G Jelly Bean 4.2.2 It givse me parsing package error. Works fine on KitKat
it works
Thanks buddy for your work. it works in d802 (LG G2) cm-12-20150217-NIGHTLY-d802. But i can't update apps. it says there is a new version available. press the circle but nothing happens.
Are you only scraping google play or do you also check places like the amazon appstore and f-droid.org? If so, how do you handle app's that are in multiple locations? For example if I purchased an app at amazon appstore (or got it as the free app of the day) I can only use the latest version on that appstore even if google play has a newer version. Amazon appstore is usually always behind google play in versions. In some cases f-droid (open source app store) will have versions compiled without ads where google play may have versions with. (The simplest solution may be to let the user pick the location to check for each app?)
Forgot to mention if you used xposed framework the module updates might be worthy of tracking as well. http://repo.xposed.info/module-overview
[email protected] said:
Tablet PMT7787_3G Jelly Bean 4.2.2 It givse me parsing package error. Works fine on KitKat
Click to expand...
Click to collapse
Could you post a stacktrace? I assume this is because the required API version in the AndroidManifest.xml is 19 (4.4+). This is probably a very conservative choice, but I have no devices using anterior versions to run tests. I'll try to post an APK compatible with more Android versions soon.
bor51 said:
Thanks buddy for your work. it works in d802 (LG G2) cm-12-20150217-NIGHTLY-d802. But i can't update apps. it says there is a new version available. press the circle but nothing happens.
Click to expand...
Click to collapse
I'll quote my first post : "applications are *not* updated automatically. You still have to find a way to download the latest APKs and sideload them yourself. ApkTrack is simply here to tell you that the update is available."
Simply put, I finding the latest version of an APK reliably is not always easy (I usually have to do some googling myself).
framewolf said:
Are you only scraping google play or do you also check places like the amazon appstore and f-droid.org?
Click to expand...
Click to collapse
I scrape Google Play, then if I get a message like "Varies with device" I try appbrain.com.
Sadly, I don't track versions on an app store basis. ApkTrack was really made in mind with the idea of downloading APKs and installing them through adb. Doesn't the Amazon app store already notify you of available updates?
One of the features I would like to implement in the future would be custom web scraping though (let the user specify the webpage and regular expression). I'll look into F-Froid too.
And thanks for the Xposed modules idea, I'll definitely implement that!
Just the app I was looking for. Working on 4.4.4 Oneplus Mahdi
Reminds me of AppWatch, but without being limited to just the Play Store. Cool idea. I'm gonna try it out.
JusticeRage said:
I scrape Google Play, then if I get a message like "Varies with device" I try appbrain.com.
Sadly, I don't track versions on an app store basis. ApkTrack was really made in mind with the idea of downloading APKs and installing them through adb. Doesn't the Amazon app store already notify you of available updates?
One of the features I would like to implement in the future would be custom web scraping though (let the user specify the webpage and regular expression). I'll look into F-Froid too.
And thanks for the Xposed modules idea, I'll definitely implement that!
Click to expand...
Click to collapse
Using Greenify and Xprivacy my appstores don't notify me of anything until I actually run them. Have you considered taking the full app name and kicking it into a google (or better yet startpage.com since it anonymizes the search but uses same parms as google) search maybe with additional keywords like "apk" and "download"? This would point folks to where they might be able to download the updated module. A similar technique is used by windows software update checker "sumo" (software update monitor) A similar idea would be to do the same with an appstore search of where the update was located...minimal code is needed since you are just kicking an url to be opened to the browser via the "view" feature.
JusticeRage said:
Apktrack
ApkTrack is a simple Android application which periodically checks if your installed apps can be updated.
It was created for users who don't want to use the Google Play Store, but still need to know when new APKs are available for their apps. ApkTrack performs simple website scraping to grab the latest versions of packages present on the device.
This application is distributed under the terms of the GPL v3 License
The source code is available at github.com/JusticeRage/ApkTrack.
Usage
See the attached screenshot for a preview of the application.
Click on an application to perform a manual version check.
The buttons at the top are used to respectively refresh the installed application list and perform a version check for all applications.
That's it!
Things to keep in mind:
The application will perform HTTP requests both on demand and silently. It does not care whether you are using 3G, 4G or WiFi. Please do not install it if your mobile plan charges data at a premium.
Updates, installations and uninstallations are not detected automatically by the application. You have to press a button to refresh the installed apps.
ApkTrack uses regular expressions to scrape webpages, so it may cease to work without notice if the target websites are modified.
Applications are *not* updated automatically. You still have to find a way to download the latest APKs and sideload them yourself. ApkTrack is simply here to tell you that the update is available.
Although there is a background service checking for updates every day, it may get killed by the OS. Remember to check for updates manually in the application from time to time.
ApkTrack has no fancy icon Feel free to design one!
I am by no means an Android developper. This is a project I hacked quickly because I was tired of checking updates manually. If you are learning Android development, what you see in the code should definitely not be considered best practice. You're welcome to point out what I did wrong, though!
Download
A precompiled APK can be found on the GitHub page. I would post the link, but as a new user, I can't yet.
Source code: https://github.com/JusticeRage/ApkTrack
APK: http://kwiatkowski.fr/apktrack/ApkTrack.apk
Let me know what you think!
Click to expand...
Click to collapse
This is fantastic! I use Raccoon to download apps to my computer before manually transferring them to my phone, and when i wanted to check if there was an update out for an app i'd have to check one by one the apps on Raccoon, This is going to be a huge time saver.
famewolf said:
Have you considered taking the full app name and kicking it into a google (or better yet startpage.com since it anonymizes the search but uses same parms as google) search maybe with additional keywords like "apk" and "download"? This would point folks to where they might be able to download the updated module. A similar technique is used by windows software update checker "sumo" (software update monitor) A similar idea would be to do the same with an appstore search of where the update was located...minimal code is needed since you are just kicking an url to be opened to the browser via the "view" feature.
Click to expand...
Click to collapse
That's another great idea. I will work on that in the upcoming weeks!
Very interesting project!
Someone suggested sorting option. I'd go one step ahead and request you to implement a feature which could hide non play store apps
@JusticeRage, this project sounds promising, however when I tested that, some of the applications were saying they are not uptodate, like CM Browser (I'm in beta programm), Naked Browser (maybe there is some problem with APK version?), Google Drive and Google Camera etc.
Also time ago I posted this question : http://forum.xda-developers.com/showthread.php?t=2988051 ... Maybe this can be implemented with your application ? So in this case I would rather prefer to highlight such disappering aps. rather then filtering them out.
Another option to jump on app from to the list to GooglePlay or searching on web for apk or alternate repository (ApToide) would be really nice. ?
Working fine here. Now This is my ChangelogDroid replacement, because its not working on my device with MUI rom. Keep update this app & would be nice if you push it to playstore.

[App][4.0+] Root Service Disabler - Disable/freeze/uninstall any Service or Package

Play Store:
https://play.google.com/store/apps/details?id=com.kunkunsoft.rootservicedisabler
Working with all Android devices (Samsung, Sony, LG, HTC, Asus, Xiaomi, Huawei,...etc) - Free and Requires ROOT
► It's safe to disable service and package in [Installed] and [Bloatware] list, be careful to disable service and package in [System] list (not safe)
☆ Root Service Disabler is the best app forever help you disable, freeze and uninstall any Service or Package (Installed, Bloatware and System) on your Android devices
☆ One tap to disable/enable (freeze/unfreeze) all service of Bloatware (S Health, Gear VR, Instagram, One Drive, Microsoft Office, widget apps,...etc)
☆ Root Service Disabler will disable, freeze service or uninstall package and make them disappear, save your RAM usage, Battery life and improve your Performance. All disabled package is marked unavailable from running and updating.
☆ Root Service Disabler work with almost Android devices (Samsung, LG, HTC, etc) and works with Root permission
☆ Disable Gear VR service, you can use your Samsung Gear VR headset with Cardboard apps and games. Gear VR app will not be auto launched until you enable them again
Main features:
✔ Disable any Service or Package - disable (freeze) any Installed, Bloatware or System service or package
✔ One-tap enable/disable all service of package
✔ Custom Bloatware list - edit and custom Bloatware list by yourself (support by [Set Non-Bloat] and [Set As Bloat] function)
✔ More Options - support to hide/unhide, show detail, launch and uninstall package
✔ Clear application Data - save your memory, battery and improve your performance
✔ Favorite packages list - save your favorite packages, quickly to access and disable
✔ Filter(top-right corner icon) - disabled packages list, running packages list, disabled service list, running services list, farvorite packages list
✔ Password Protection Mode - lock this application by Passcode (offline)
✔ Material Design - simple and easy to use
Important Note:
- ☆Please enable all package, even apps that you consider bloatware before a system update (OTA)
- Always be careful to disable Critical (System) service and package, unless you are sure that it safe to disable.
- Remember backup your devices, your datas before using this app, We hold no responsibility for any damage you may cause.
We would love to hear from our customers. If you have any problem, questions or feedback about this app please contact us at [[email protected]]
If you have any problem, questions or feedback about this app please contact us at [[email protected]]
Update new version 1.0.1:
- More Theme
- Fix bug and change some UI
Bump. This is a nice app that is under the radar.
I used to be able to use Service Disabler just fine a while back. Loved it. Being able to disable not just entire apps but their individual services has been super helpful.
However, for the last several weeks I have been unable to get it to work. It might have stopped working after I had to reset/reroot my device. When I open the app, I grant it superuser access, but when I try to disable/modify anything it acts as though I don't have root (note: other root apps work fine).
Any ideas as what I might do?
SM-G930v
6.0.1
rooted
xposed
note: I have emailed [email protected] for support a long time ago about this but got no response. Just sent another email but figured i'd post here as well.
i have use this for years.. great app.. But now on my s8 i cant see running system files anymore... What crap... any fixes to that?

General Thread for useful apps without rooting

Hello everyone.
Because I passed over the "rooting" period, I am more interested in getting the max out of this phone without rooting it.
This thread I intend to make it about apps (useful ones) that requires no root in order to work.
I would start with an ad blocker.
My favourite tool is Blokada - https://blokada.org/
Plain and easy to install and use and works fine.
Next is Vanced - a more adVanced YouTube player. https://vancedapp.com/
Simple to install but, before using it, you must disable MIUI optimization
Another app that worth mentioning is Twilight. If you are a night phone user, this app is here to protect your eyes.
https://play.google.com/store/apps/details?id=com.urbandroid.lux
MIUI - Contacts and dialer
If the stock (Google) dialer and contacts is not for you, you can try the MIUi - Contacts and dialer app, slightly more aesthetic.
Xiaomi Contacts and dialer 12.2.4.5 APK Download by Xiaomi Inc - APKMirror
Xiaomi Contacts and dialer 12.2.4.5 APK Download by Xiaomi Inc - APKMirror Free and safe Android APK downloads
www.apkmirror.com
If you want a more loud sound - even if on this stereo speakers phone isn't really necessary, you can use Volume Booster. Beware of not setting it over 20% otherwise you will risk hearing and speakers problems.
https://play.google.com/store/apps/details?id=com.goodev.volume.booster
I will update the list with some other apps.
If you have something to add, please feel free to share.
WaveUp can turn the screen on and off "automatically" via waving over the proximity sensor. For users of "book covers" the app is quite useful, as you can set it so that the screen is activated by opening the cover and deactivated after a predefined time after closing it.
WaveUp - Apps on Google Play
Turn on the display by waving
play.google.com
Termux. It's impressive what it can do without root.
Does having to use adb to grant permission count? If not any Package Disabler can do some damage
SD maid, it may be an old app but it still does thinks better than a lot of apps.
Can't forget about how useful Mixplorer can be. I have not looked for a different file browser because it I can't think of anything it can't do.
Adaway works without root now, not sure how well because I go nuts not having root, lol
And my newest discovery, the one that actually caused me to get rid of Chrome completely because I found Bromite.
Yes Bromite (Google it) it's such an amazing web browser.
Turmux
Package Disabler
SD Maid
Mixplorer
Bromite (Just try it, you won't regret it. Not on Play Store, Google is afraid of it)
GitHub - bromite/bromite: Bromite is a Chromium fork with ad blocking and privacy enhancements; take back your browser!
Bromite is a Chromium fork with ad blocking and privacy enhancements; take back your browser! - GitHub - bromite/bromite: Bromite is a Chromium fork with ad blocking and privacy enhancements; take ...
github.com
Bitwarden - Easily best password manager, recently Gboard added integration for it you can auto-fill passwords for sites and apps easily.
KWGT - Insane customisability, visit /r/AndroidThemes for ideas. This is my desktop @ ArrowOS.
k3lcior said:
Bitwarden - Easily best password manager, recently Gboard added integration for it you can auto-fill passwords for sites and apps easily.
KWGT - Insane customisability, visit /r/AndroidThemes for ideas. This is my desktop @ ArrowOS.
Click to expand...
Click to collapse
Oh Gboard how did I forget that. It's basically the first app I always install after a factory reset or whatever
A different launcher, less useless gimmicks and focused on productivity.
Ratio Launcher
https://play.google.com/store/apps/details?id=com.bllocosn
Here's another app that might be useful for some.
SystemUI - to slightly modify some hidden options on UI. No root, just ADB to grant some permissions
SystemUI Tuner - Apps on Google Play
PLEASE READ ENTIRE DESCRIPTION BEFORE INSTALLING
play.google.com
If you are annoyed with your default messages app, coz of the cluttered unorganised ui, and u get lot of sms then try Sms Organizer from "Microsoft". I have been using this app since it first came out, it basically organises all ur messages automatically into categories like transactions, personal, promotion etc. and it only shows you what's important in a message in the popup or notifications panel, for example it will only show you the OTP if u got one msg of it, it will show you the amount debited/credited to ur account if u gat a transaction msg, it will tell u if u got cashback, it will remind you for ur upcoming event and online order delivery stuff. So the conclusion is you must use this app as ur default messenger no matter what phone u r using, this will make your life 10 times easier and the ui is super clean too, it also has dark(amoled) mode.
Here is the link- https://play.google.com/store/apps/details?id=com.microsoft.android.smsorganizer
From F-Droid repository:
* OsmAnd+ - maps and navigation
* Mull - cleaned version of Firefox Browser
* NewPipe - YouTube frontend.
Freeware. No ads. No bs.
Make installable copies of all your apps and updates. Take Playwhore out of the reload loop.
APK Export (Backup & Share) - Apps on Google Play
Manage and extract your apps.
play.google.com
A VNP based Firewall that uses almost no battery. Works best with Pie or lower though.
Logging doesn't work with 10 up, I believe... test it and let me know.
Karma Firewall - Apps on Google Play
Karma Firewall app lets you block internet traffic to and from specific apps.
play.google.com
I'm quite a fan of NoRoot Firewall:
NoRoot Firewall - Apps on Google Play
Firewall WITHOUT ROOT. Host name name filtering, fine-grained access control.
play.google.com
I don't trust a lot of apps and NoRoot works well. It blocks all apps by default and you can choose to allow Internet over wifi, data, both or neither. It also supports filters so you can globally block particular sites.
It's usually the first thing I install when I gte a new phone or reinstall.
You do have to keep in mind that if a trusted app can't access the Internet, NoRoot may be blocking it, so you just enable it and away you go.
Cheers
Steve
IMHO a must have app is the:
Download Progress++
https://play.google.com/store/apps/details?id=com.ceco.sbdp.pro&hl=gsw&gl=US
Came from an xposed module. Now works as an app without anything else.
Should be a default android option.
Hey!
Hope you're doing well!
Sorry for reviving this old thread but I would like to add two new apps:
GOVPN: non-invasive ad-supported VPN. Allows to choose the desired location, unrestricted and unlimited. Did some tests with online streaming and went all good.
VPN secure fast proxy by GOVPN - Apps on Google Play
VPN for safe web browsing. Unlimited, many countries
play.google.com
Activity Launcher
Gives access to internal apps to be launched, apps usually not available in a normal state of the phone.
https://play.google.com/store/apps/details?id=de.szalkowski.activitylauncher
Time to add on to the list:
Migrate : Helps restore apps and app data when switching between Custom ROMS, outdated as of now but still works.
Naveenthemi said:
Time to add on to the list:
Migrate : Helps restore apps and app data when switching between Custom ROMS, outdated as of now but still works.
Click to expand...
Click to collapse
The thread requires non-rooted apps

Categories

Resources