Custom WebView build - General Questions and Answers

Hoping someone with development experience can give me help here:
Would it be difficult to make a modified build of AOSP WebView client so that when an app tries to open an internal WebView it forces the link to be opened in an external browser or even not open them at all?
This post on Coderwall reflects it's possible, but it's way above my head.
This is a parental control concern for me. Many apps that aren't web browsers actually give you access to a web browser if you're smart enough. Typical method: go to an apps privacy policy page, click a few links till you get to google.com or twitter.com. From there you can get to anything.
Alternate solution might be to block internet access of the WebView Client system application, but allow the rest individual apps to still access internet. E.g., give an app internet but stop it from accessing internet thru an embedded webview browser.
Any help is much appreciated!

Related

[Q] Downloading documents from corporate intranet

Hi,
I have managed to get the Xoom to connect to our corporate intranet, but when I click on documents it fails to download them.
is there some sort of security setting i am missing?
Any help greatly appreciated !!
NOTE - Firefox works, must be something in standard browser.
It depends on the filetype you want to download... Out of security reasons, there is no possibility to download zip-files with Android stock apps, and some other filetypes are also blocked. If you want to download those files you need to use other browsers (Firefox, Dolphin etc.) or any download manager from the market.

[Q]How to be full anonymous on Android

Is it possible to use Internet while keep annonymous ??
Well as soon as you go on the internet you are going to leave a fingerprint behind. You can minimize this a bit but you can't visit websites and not visit them at the same time. You can only make it less obvious that you visited them.
Some things that can make it harder for you to be tracked:
- Use a costum rom (AOSP probably best) without Google Apps.
- Use a VPN (Virtual Private Network) while browsing the web. This way websites only know that a certain "server" visited them, but they do not know who is behind this server. This way it becomes a lot harder to trace the visit back to you.
- Use Firefox Browser, it helps especially compared to Chrome.
- Send DoNotTrack requests (With tools such as Ghostery). Most web browsers now have an option build-in.
- Use an Adblocker on untrusted websites (Pref not on XDA ). Adaway is one of the apps you can use on Android to achieve this.
If you this kind of things on your Android device you will become a lot more anonymous. Ofcourse this is all pretty basic, if you start throwing out your passwords and name in the stuff you post online, ofcourse you no longer be anonymous . The largest danger is in giving your information to random websites/people on the internet. Tools such as e-mail maskers are always useful. Also try to refrain from installing apps without checking their permissions and stuff. If you install "Cute Free Wallpaper App" you might be infesting your device with malware, no matter how much protection you use it still all boils down to common sense.
H-Cim said:
Well as soon as you go on the internet you are going to leave a fingerprint behind. You can minimize this a bit but you can't visit websites and not visit them at the same time. You can only make it less obvious that you visited them.
Some things that can make it harder for you to be tracked:
- Use a costum rom (AOSP probably best) without Google Apps.
- Use a VPN (Virtual Private Network) while browsing the web. This way websites only know that a certain "server" visited them, but they do not know who is behind this server. This way it becomes a lot harder to trace the visit back to you.
- Use Firefox Browser, it helps especially compared to Chrome.
- Send DoNotTrack requests (With tools such as Ghostery).
- Use an Adblocker on untrusted websites (Pref not on XDA )
If you this kind of things on your Android device you will become a lot more anonymous. Ofcourse this is all pretty basic, if you start throwing out your passwords and name in the stuff you post online, ofcourse you no longer be anonymous . The largest danger is in giving your information to random websites/people on the internet. Tools such as e-mail maskers are always useful. Also try to refrain from installing apps without checking their permissions and stuff. If you install "Cute Free Wallpaper App" you might be infesting your device with malware, no matter how much protection you use it still all boils down to common sense.
Click to expand...
Click to collapse
Thanks a lot bro.. for your gud suggestions
You can install Orbot and Orweb to browse through the Tor network. This is much slower than using a VPN, but you don't have to trust a VPN provider to keep you anonymous.
Thanks you too !:good:
Tor isn't for beginners or total secure but people seems not able to understand it.
It your traffic isn't encrypted this means you sent plain text, passwords etc it goes unencrypted to the nodes and if these notes are compromised it's 'easy' to identify what you sent via deep package inspection. Silkroad was busted by this, an compromised www site with an sql hack and ... Tor is useless, so easy is that. Again it's not designed and never will be for beginners if we talking about 'total security'.
Heavyly hetting detected in the Web!
I was EDV-Technikan, and would really know more about be Nearly-Anonymouse. have a few tips without VPN, WARP,Tor Browser... If your Phone is rooted you can do more so how whats best Magisk,Root, Apps or other things i can USE ??
Thanks for Helping
How far are you ready to go in order to achieve anonymity?
It's kind of possible, but it's a bit cumbersome.
First, you need different browsers for different activities so that you have different fingerprints.
For example, one browser only for personal stuff where you real name appears like emails, tickets, banks etc., one browser only for emails and accounts where your real name doesn't appear, and one browser only for web surfing on websites where you aren't registered and don't need to be.
On all browsers try to avoid as much as you can to have Java script enabled, for banks and tickets you mostly can't but you can for emails (at least some of them so depending on which email you use you may want to change for one that doesn't require Java script to be enabled) and you can for many websites as long as you don't watch videos.
Atlas is a good browser, it isn't open source but it's clean and it enables you to switch between Java script and non Java script easily.
Naked browser is a good clean choice too.
Avoid like plague Chrome, and even Mozilla that isn't anymore what it used to be (unless you build your own version and you remove the nasty stuff).
Then you need different identities depending on which browser you use.
That is, everytime you switch browser you turn the WiFi off, you fire a script that changes your Mac address, your android ID and all the other IDs your phone may have, including phone model, phone manufacturer etc., and then you turn the WiFi back on and switch IP on your VPN if you use one (I personally don't, I don't see the point since I'm not a bad guy and since anyway a government agency could most likely oblige your VPN provider to give you away).
Now as said above you'll need a clean AOSPish ROM, without any Google apps (which is where most people's desire on privacy hiccups, because they can't live without the Google apps' suite).
You'll have to be rooted.
You'll need a firewall like AF+.
You'll need a network log app to check which app connects where, specially for newly installed apps that require internet access.
You'll have to be careful with the apps you install and go as much as possible with open source apps.
If you are into social networking, don't install their apps (unless you know how to patch closed source apps, see below), it's far safer, and battery friendly, to access their sites from a browser.
You'll have to learn how to compile your ROM, your kernel and your apps from source, and clean whatever needs to be cleaned before compilation because even pure AOSP has some unpleasant code like analytics and connections to Google everytime you turn the internet on (even if you don't have any Google apps installed, and even if you haven't opened any browser or internet allowed app yet) and because even open source apps use sometimes stuff you don't want.
If needed, you'll have to learn how to patch closed source apps to remove the analytics, the gms and the Facebook spywares​ if present, and whatever else you may find (Firebase, crashlytics etc.), and to remove the unwanted permissions, services, receivers and providers.
You'll have to learn how to use and read logs because patched apps often crash.
Last but not least, you'll need some common sense and change the way you interact with the internet...
If you do all of the above, you'll have a good level of anonymity.
So it's definitely possible, but one has to work a bit...
Are you willy to work?
I habe just tryed permissions ruler,3 WebBrowser,Network Connector to See what Apps and scrips works in Background of Android. Most is Google Framework nearly Evers secound Sending or looking up for anything...! AS i like some Google Services i will SetUp now next Rom without Google Services .... Would you have some Ideas,Apps,Roms,Markets like 1Market,Blackmart, Network Connector,Anty Spyware ?
Thanks a lot
Fdroid is good for open source apps. a good firewall. find a privacy oriented browser , i.e. yandex , startpage , duckduck go , tor. FairEmail for your email client. very privacy oriented.
https://forum.xda-developers.com/showthread.php?t=3824168

Internet workarounds...

Hey, guys---question for you...
I used to let my kids use androids but even when I blocked websites in parental controls, they would find ways around them by opening up web pages in apps instead of using a browser app. It was a "genius" workaround. I would have to block the app itself or delete it if I didn't want them accessing blocked websites. Apple doesn't have this problem. You can block all access to websites globally, so even if you try navigating to a blocked site in a non-web browser app, it will say that it has been restricted. It has been years since I used an android device. Is this still the case or has that issue been resolved? That was make or break for me keeping an android device.

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

Question Ads/Sponsored Content in Google Feed on Pixel Phone ? Any way to block it ?

Hi there, it's been a long time since i used my last Pixel (it was 2XL),
what i notice right away after using my P7Pro for few days is that Google Feed on this phone is showing a lot of ads/sponsored content,
i used host based adblock along with adguard private DNS on this phone, same setup like my other phone (Aquos R6)
but to my surprise, while it managed to block the ads/sponsored contents on my Aquos, it failed to do so on my Pixel.
Do google actually do same thing with apple on macOS ? setting up certain IP/URL/Connection in OS level, bypassing our DNS/VPN/Host ?
Because i dont remember ever seeing thia much of an ads in my Google Feed. And, as comparison, i dont see the same ads from my Aquos which signed into same google account.
Do you have any idea how to reduce it ? or block it ?
And, no, choosing "Show less" or "Block this ads" by pressing ... button on the Feed doesn't work.
otonieru said:
Hi there, it's been a long time since i used my last Pixel (it was 2XL),
what i notice right away after using my P7Pro for few days is that Google Feed on this phone is showing a lot of ads/sponsored content,
i used host based adblock along with adguard private DNS on this phone, same setup like my other phone (Aquos R6)
but to my surprise, while it managed to block the ads/sponsored contents on my Aquos, it failed to do so on my Pixel.
Do google actually do same thing with apple on macOS ? setting up certain IP/URL/Connection in OS level, bypassing our DNS/VPN/Host ?
Because i dont remember ever seeing thia much of an ads in my Google Feed. And, as comparison, i dont see the same ads from my Aquos which signed into same google account.
Do you have any idea how to reduce it ? or block it ?
And, no, choosing "Show less" or "Block this ads" by pressing ... button on the Feed doesn't work.
Click to expand...
Click to collapse
I don't use Google Feeds it's an open door for some pubs
I prefer to use Flym which manages my RSS feeds and I don't have ads.
I also use AdAway and the Magisk Systemless Hosts-Unified module.
Adguard app, no adds unless you missed some filters/updates. Works great on Facebook too.
As others mentioned, you need a way to block/filter traffic on your entire device. There are apps that use a VPN to filter traffic without root, though there is always the root method of editing your hosts file which has been around for a good while which will always also work.
There is also one other option which is to use a DNS server which some companies provide as a paid service, the benefit there is you can choose to put the filter in your modem to have it filter down to all of the devices on your network, though personally I would never go for this option as iot is far too easy to block something you didn't want to, and a hassle to unblock it.
I installed a Play Store App, DNS66, and this seems to block ADs system wide including YouTube Music Ads - now it plays like a regular music player without the garbage ads every other song.
Thank you for all replies,
as mentioned i already using two adblock methods, root based and DNS based, and for other apps, the ads all gone, system widely,
only Google Discover still showing it,
but it SOLVED now, after turning off Ads Personalisation in My Ads setting in Google app, somehow all the ads now gone. Probably there's cache somewhere in my system which prevent the adblock to work 100% on Discover.
otonieru said:
Thank you for all replies,
as mentioned i already using two adblock methods, root based and DNS based, and for other apps, the ads all gone, system widely,
only Google Discover still showing it,
but it SOLVED now, after turning off Ads Personalisation in My Ads setting in Google app, somehow all the ads now gone. Probably there's cache somewhere in my system which prevent the adblock to work 100% on Discover.
Click to expand...
Click to collapse
This worked perfectly for me on both my Pixel phones. Thank you so much!

Categories

Resources