In order to uninstall system apps, you generally need root access, optionally you can do this via ADB shell (Android Debug Bridge) shell = command line.
Install ADB
You can install ADB automatically or manually, the manual process consists of downloading the SDK platform tools:
The –user flag in the above command is important because it tells the system to uninstall the app for the current user only (and 0 is the default/main user of the phone). There is no way you can uninstall the app from all users unless you root the phone.
0x192/universal-android-debloater: Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device. https://github.com/0x192/universal-android-debloater
Go to the directory where you’ve downloaded Vanced MicroG with your preferred file manager. Run the APK file and install Vanced MicroG first.
Step 3 – Install & run ReVanced Manager
After Vanced MicroG is installed, ReVanaged Manager should be next, run it and give it the permissions it needs. Then select Patcher tab (at the very bottom), select YouTube and you should see current and suggested versions. It’s important to download the suggested version, to avoid bugging the patching process, you could try it, if not you’ll need to continue to Step 4.
Step 4 – Download recommended or latest YouTube APK file
You can find it via the link Download YouTube APKs for Android – APKMirror. Download nodpi versions if you’re unsure. Upload to your device / select the file from storage and allow it to patch the installer. You may find you need to uninstall the newer version of YouTube for it to install, follow the next step in that case.
In all honesty I tend to just start from the below Step 5 and then Step 4 then continue the whole process.
Step 5 – Optional Alternative – Uninstall using ADB shell or build using ReVanced CLI
If you get an error such as “App not installed as package conflicts with an existing package.” then you’ll need to make sure everything is completely uninstalled and trying again. As this will get pretty long I’ve created a different post, click the links below.
Go to the YouTube app and under “set as default” – turn it off. Under YouTube ReVanced, make sure “Open supported links” is enabled and make sure within ‘supported web addresses” you’ve toggled all on.
Nice and simple camera if you’re not interested in paying any subscription and just need a simple, but private one camera to work properly setup. No HD quality with the free version, but can do the job.
App designed well, Viewer app looks nice and easy to use, simple and not convoluted. Camera app nice and clean.
Siren feature
Ability to play back viewer microphone to camera speakers.
Other standard features like toggling flash, screen orientation.
Motion detection (untested)
Quick record function.
Cons:
Camera app has no ability to toggle display on/off while recording, when screen is switched off, sometimes activates.
Expensive subscription based.
No HD camera quality if not upgraded to subscription.
Security Camera CZ
Loads of features and most importantly all features included in the free version, and if you want to support or commit to it, just subscribe to remove the ads, it also seems to be the cheapest of them all.
Other standard features like toggling flash, screen orientation.
Motion detection (untested)
Quick record function.
Cons:
Viewer app slightly convoluted, clicking on a camera thumbnail seems to open a still image of the camera and not the live view, if clicking on what looks like a camera icon below the thumbnail activates the live view.
Subscription based, not as expensive as the others.
Alfred Camera
Quite expensive and app is very limited without subscribing. I would say if the other apps don’t work for you, only then would I suggest giving this a go.
One of the prerequisites to get scrcpy to work is to activate developer mode and enable USB debugging, of course giving authorization for the device – in this case your PC – access to your Android. Without doing this in advance you’ll not be able to get this to work.
There’s no installer, just download the latest version, extract it somewhere and that’s it, no need to install adb seperately, as that’s packaged inside the folder. Of course have a look at the steps, as you’ll need to enable USB debugging.
Command-line arguments
Recording needs to be manually turned on, so instead of running the .exe in the folder, you should see a .bat file named “open_a_terminal_here.bat”, run that and the terminal for you to input command-line arguments should appear.
Looking for an open source, trustworthy (in terms of knowing exactly what it does and what it’s capable of) QR scanner, then check out ‘Privacy Friendly QR-Scanner App’.
It’s quite sad of the amount of downloads for QR/bar code scanners on the Google Play store filled with ads, trackers and potentially malicious background activates, some of them are downloaded in the millions.
Some people though know that it does not have to be that way. You can download it via their website or via their F-Droid page (if you want to know more about F-Droid, you can read it here) or even Google Play.
I was looking for open source Android apps to possibly replace some of my standard apps that are filled with adware or oddly very large with too many extra permissions which makes me assume there’s something happening in the background that it shouldn’t.
F-Droid is basically the same as the Google Play store, but for free and open source apps. You can download it via their website at https://f-droid.org/en/, in fact you can use any QR code scanner to get the link, and install it using your system file viewer/manager.
Wanted a Chromium browser, free from the hands of Google and their ads and tracking. I could not find an ungoogled-chrome for android, but this is an equal equivalent. I was using Brave, but found this to be a bit too pushy with its features.
Bromite is open source, free and you can download it via their website.
It’s very odd that Android does not have this simple feature installed on its OS. Nevertheless we can still do it ourselves until they come around by using a simple application someone (Cilenco) has kindly developed.
If you’re not sure, continue reading. It’s not hard, but it’s not as simple as install and go. You’ll first need to do a few things.
Step 1
Download the application installer here. Once you install it will ask you to run a command line on adb (Android Debug Bridge). Before you can successfully execute the command, you’ll need to enable developer and debugging modes on your device. Your device needs to be connected to your USB for this entire process. You can transfer over the application installer this way anyway.
Step 2
On your computer, download Android Studio here. You can either download the whole package or simply download the platform-tools to use adb. You’ll only need adb, but I had trouble finding it so I downloaded the entire thing and via the configuration went to SDK Manager > SDK Tools installed the package.
Android Studio SKD Manager, SK Tools.
Step 3
If you managed to install platform-tools one way or another. Press start and type “cmd”, which should auto search for Command Prompt. Run it.
You will need to navigate to the folder, so type “cd <location of platform-tools folder>”. If like me you installed on a different drive, you will need to type “d:” or whatever drive letter your folder is at. Then the cd part above.
Next you’ll want to test the connection to your device. Type:
adb devices
If you see a device in the list then you’re good to go with executing the final command.
adb shell pm grant com.cilenco.skiptrack android.permission.SET_VOLUME_KEY_LONG_PRESS_LISTENER
Start the application on your phone and you’re done. Follow any necessary permission steps on the app.
If you did not see your device in the list, you’ll need to track back and make sure you’ve enabled developer mode, USB debugging mode and your computer sees your phone. Install USB/device drivers if necessary.