this post was submitted on 06 Feb 2025
9 points (84.6% liked)

Voyager

5928 readers
60 users here now

The official lemmy community for Voyager, an open source, mobile-first client for lemmy.

Download on App Store

Download on Play Store

Use as a Web App

Download on F-Droid

Rules

  1. Be nice.
  2. lemmy.world instance policy

Sponsor development! ๐Ÿ‘‡

Number of sponsors badge

๐Ÿ’™

founded 2 years ago
MODERATORS
 

Is there no place to copy the link of a link post?

I just came across a YouTube video that I wanted to watch on a post but when I clicked on it it opened in the native YouTube app instead of Vanced.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 1 week ago (1 children)

I tried to give this a go but it's way beyond my skill level.

[โ€“] [email protected] 5 points 1 week ago

It isn't believe me.

Step by Step:

  1. Go into your Android Settings
  2. Go into "System" or "Info" or "About"
  3. You will find a piece of Info called "Build Number" or "Build"
  4. Tap that Text 7 times. After 4 Times you will see a small piece of text in the bottom half saying "in 4 steps you are developer"
  5. After the 7th tap, you will have enabled developer mode; Do not panic, this hasn't done anything to your device yet but will simply enable you to do more with your device if you chose so.
  6. Go into your Android Settings again
  7. System
  8. Developer Settings 9 Scroll down and enable "USB Debugging"
  9. Download the Android Debugging Bridge for Windows https://developer.android.com/tools/releases/platform-tools
  10. Connect your Phone with a good (ideally the original one) USB cable to your PC.
  11. Open the command line (Windows+R -> cmd -> Enter)
  12. type in adb devices
  13. On your phone -> Accept connections from this PC
  14. Now type in adb shell pm uninstall --user 0 com.google.android.youtube
  15. You're done - Youtube is now uninstalled.

You can do Step 15 for all other bloatware aswell. There is a handy dandy application on https://github.com/0x192/universal-android-debloater that will let you use a nice GUI to do that. Debloats your phone quite effectively.

After you're done with all this, simply go back into your developer options and disable USB Debugging. That's it.