***UPDATES and Additional information are located in the video description. At the time I made this video I was using Windows 8.1. I recently followed my own tutorial using Windows 10 and took some notes. Notes are added in the video description***
@blank90000 I don't no about it in this context but when I drive doesn't show up you need to reset the port, it's not hard and there's vids so maybe try that till someone gets back to you
It worked flawlessly on my LG Stylo 6. Just had to watch this video a few times to get it down. I also used the platform tools to remove that annoying "Activate Your Device" notification every time the phone boots up. I was going to flash the phone to a generic Android 10 LG firmware containing no bloatware but this video saved me from doing that. THANK YOU!!!
Adding my voice to the chorus of thanks for this tutorial. What an extremely clear and concise explanation of something that many people get nervous about doing due to the number of cautionary tales about bricking your phone! As a bonus, thank you for the tip about calling cmd from the file explorer bar: I've been programming for almost a decade and had no idea about this feature!
Thanks for the feedback! I just learned that cmd tip in the last couple of years. I saw someone else do it on youtube and I thought it was soo cool! =)
Finally a complete video on android debloating, I've checked so many videos but none of them described them properly . Here you described in a such a easy way even a newb can do it. Thank you very much
I love the video; it's so detailed, but what I appreciate most is that you keep us up-to-date. I just bought a new phone with lots of bloatware; hopefully this will work.
Thank you from the bottom of my heart. I subscribed to this channel because I really benefited from this distinguished explanation.. and I applied everything you explained on my phone.. You really deserve thanks 🙏
Thanks man, I wasn't sure if I was watching a recent video because it's been a hot minute since I've seen windows 8 xD Appreciate the quick and easy guide!
Haha! Rest assured I'm now on Windows 10. I would have still been running Windows 8.1 because it works well and is less bloated, but the Chrome browser no longer supports Windows 8.1.
Great video! Very detailed and useful! One tip if you don't think you need a gui for this, you can skip the download of the debloater software. You still need to download platform tools, and a package name viewer, then open your terminal in the platform-tools folder, connect to device with the "adb devices" command shown in the video, then type: adb shell pm uninstall -k --user 0 your-package-name . And the software is gone from your phone. :)
you are a hero , bro... i have not seen anyone explain it so easily so that even someone as inexperienced as me can understand it , keep doing the good work
Im really thankful for your video, i suscribed, it was easy for me to follow, didnt get lost and i obtained what i wanted, a lighter phone without that many useless apps, also, you also answered to questions i could have had in the future without even thinking about it, so, thanks, you made a basic user feel like it learned something and felt like a pro.
Hello Friend... Thanks for the information on this video... Very helpful... Can I use these features to REMOVE THE CARRIER LOGO at the start up and/or at turning it off??? What should I be looking for in order to??? Thanks in advance for your answer. Best Regards, Joe-Ric
No, you won't be able to remove carrier logo with this video. In order to remove the carrier you will have to first root your phone. Look at the XDA forums to see if anyone has done it with your phone forum.xda-developers.com/
Thank you man, it's a great tutorial! I had one problem at the "adb devices" command, I needed to restart my computer during the process, because the cmd didn't recognize the command. Besides this it was pretty straightforward. 😊
Thanks a lot bro. I was stuck in a little thing. One of them as you said didn't work but the second one did, and instruction of opening "cmd" in the platform tools folder I just did delete the address which had me find error. Later watching your video helped me a lot. Thanks dude. We always need a proper video for these what I can see.
@@ChavezDIY not even lying man i got a Samsung a14 5g i benchmark the scores using geekbench 6 before and they were 652 and 1754 after debloat i got 696 and 1865..... yeah i am definitely giving u a thumbs up!!
When I press "uninstall" the application closes and the selections are not deleted. Why can this happen? I followed your instructions, anyone have any ideas or want to help?
Some issues arise for some people. I don't know how to troubleshoot the issue on the app. You can try searching through the "issues" section of the app download page to see if anyone has a similar problem to yours github.com/0x192/universal-android-debloater/issues
Nothing happened after I click the uninstall. I mean, no apps were displayed under the "recommended". all apps are only displayed if I change it to "all". also, I don't have that "api" and "systrace" folders inside that platform tools folder what should I do? :(. since I wanna uninstall apps such as microsoft, facebook etc. this is samsung galaxy j2
Does the program recognize your phone model? Maybe they don't have proper support for your specific phone. I would download the platform tools folder again and try it again. You can also check the developer website for this program to see if someone else has an issue related to yours. github.com/0x192/universal-android-debloater/issues
I had watched your video and didn't know that you needed drivers for detecting your phone. This guy named Beebom, I watched his video and didn't tell that you need drivers for your device. I was so angry. Thanks to you, I know this trick and going to attempt this.
Drivers are important. Some youtubers target people that already have some knowledge on computers and electronics. I try to give as much information to help more people.
If you are using chrome, should be in your downloads folder, click Ctrl+J. After that, If you want view the folder in explorer, click on the upper three dots on the right (menu icon), click on "Open downloads folder"
No, it won't void the warranty because you're not making any permanent changes to the phone. You can factory reset the phone and it will be back to normal.
Thanks for the video. Now I have to figure out which bloatware and spyware apps to remove or disable from my recently purchased Cricket Wireless version of the Moto G Sylus G 2024.
dude thank you so much all other video are for common user and just disable it but ur like an angel of the software FOR REAL!Thanks so much may god bless you and your family =D
If you are not getting the message on your phone to allow USB debugging, try this: With your phone unplugged from the computer, go back into Developer Options in your phone settings and scroll down to the debugging section. Click on Revoke USB debugging authorizations, click "ok". Try this again from the first step again.
@@ChavezDIY I'm also not getting the pop up on my phone to "Allow ADB Services" after typing "adb devices" into the command prompt. Its coming up with: could not read ok from ADB server * failed to start daemon adb.exe: failed to check server version: cannot connect to daemon
4:05 I created a simple BAT script to make it easier for entering the CMD commend every time. Open a new text document, copy & paste the script then save it as "Start ADB Devices.bat" file. 👌 echo off cls title ADB Devices start adb.exe adb devices echo Universal Android Debloater Graphics: echo. echo (O)penGL Interface echo (V)ulkan Interface echo. :Choice set /p c=Please choose which options? if /i "%c%" EQU "O" goto OpenGL if /i "%c%" EQU "V" goto Vulkan goto Choice :OpenGL title ADB Devices OpenGL start uad_gui-windows-opengl.exe pause exit :Vulkan title ADB Devices Vulkan start uad_gui-windows.exe pause exit
very interesting, my background is tech support, so i test everything... :) from what i can tell, chris does not show us how to exit adb tools (in windows command prompt). testing this with a new A15 samsung phone (running android v14), universal debloater indicates bloatware packages removed, but when i rebooted my phone, then checked what was running in background (i use noxcleaner to scan for background apps which i highly recommend), nothing had been removed... its always tricky using adb bridge (platform tools)... maybe i missed a step, or adb has to close properly after using universal debloater? adviced welcomed x
@@ChavezDIY hi chris: thanks for quick reply. I havent installed package name viewer (app) , which is a good idea. i cant find correct "exit command" for adb tools, either.. but for command prompt (in windows) its simply "exit". (but does that leave adb tools running in background, i wonder)? no matter... i am a tech, so i always log instructions (from tutorials) , then check off each instruction (so i dont miss anything...) in this case, i dont remember seeing "Allow USB debugging" [dialog box] pop up on my phone (when i enabled it in developer options). when i have chance, i will do another re-run with package name viewer... (using your vid instructions): from what i can tell, most users of universal debloater say it works ok :)
just a hint for Xiaomi phone. Everything worked like a charm, except when i rebooted the device using UAD, it turned off USB Debugging in developer options, my device wasnt recognized anymore and it took few minutes to figure out maybe debugging is off, for some reason. Turned on, worked like a charm again.
The problems I face:- The program can't start because api-ms-win-crt-convert-|1-1-0.dll is missing from your computer. Try reinstalling the program to fix this problem.
I don't have experience troubleshooting issues with this software. I got lucky and didn't run into any issues. Check the software link to read about issues with the software.
@@CR1MMINNAL , I didn't. When I tried my _current_ samsung, I followed the steps as I watched the video. The instructions are very accurate, you can’t miss a thing. And it worked. I removed a few apps. But I have a different issue with my other very _old_ samsung (the model is about 10 years ofd). The debloater recognizes it: the name appears in the corner but… No apps show up in the debloater's list. It's empty. I hoped I’d debloat my old phone too and use it as an extra one but I couldn't. Well, it's ok for me. What I noted for myself: you need to open the cmd from the same folder as instructed. I tried opening it from the Win+R window, but failed. I went back to the debloater folder and opened cmd from there. There was another small issue, I am not sure what it was, completely forgotten. I just went back a few steps and followed the instructions from some earlier stages. And it worked (other than no apps showed up in the deboater window).
This is an awesome tutorial but, for some reason, although my LG G4 is connected to the laptop & I have full access to both my Internal Drive & SD Card, the Debloater still won't recognize my phone & populate the list. I've done it multiple times, gone through the steps carefully, tried to troubleshoot, but no luck at all :(
Maybe the software doesn't support that phone or the developer doesn't have a list of recommended apps to remove. Are you able to manually search for apps?
@@ChavezDIY... hey, thanks for responding! Yes, I had no problems downloading both debloater apps and doing the steps for cmd & adb devices. But when it came time to open either debloaters, it couldn't find my phone, even though it was connected properly to my laptop. It tried... and at one point it recognized the phone but didn't populate a list, so not sure if it actually has anything to remove. I was mainly interested in getting rid of preloaded Google TV, Google News, LG Health Agent, Cloud Print, Music apps.
This should be the only tutorial on the internet on how to do this. I'm not sure why but all the other videos either make it too complicated or forget to mention things us PC dummies simply do not grasp
I have had a couple of apps that I needed to uninstall a couple of times for them to go away. Try it again. If it doesn't work, it might be a glitch in the app or phone software that doesn't allow it to be removed.
thank-you! Thank-You!! THANK-YOU!!! I truly appreciate you sharing your knowledge-base on this topic. Your instructions in the video were clear and concise. As a consumer, I now have the ability to declutter my phone and take-back some misappropriated storage space, and I no longer feel that I have to be a captive of the status quo in this matter. You are the MANN! Fist Bump Chavez
thanks for the help. i have 2 questions, 1. if its possible to make that all the uninstalled apps should never come back even with a factory restart? 2.i need to uninstall google play but i cant find it to debload it.
1. Yes, but you will need to root the device and delete the apps while rooted. You can check the XDA developers forums to see if they have any rooting instructions for your device. xdaforums.com/ 2. The name of the google play store app is com.android.vending
Sad to say it didn't work for me, I tried adb app controller too, that I used for my phone way back it still at android 11. But today, both didn't work. This method and the adb app controller because I'm in android 13 and it's sucks. I wish you have more solutions for this. And a question sir, do you have any solution for the missing finger scanner at the setting? Since I update my phone it just randomly gone from the settings and I try formatting it and clearing the cache, it works and I try to do this method at least twice before and it always working but lately it's not anymore. Until now I'm still figuring out how to fix the fingerprint missing issue from my phone. I wish you have a solution for that too. If you have both solutions for those, thanks in advance Mr.
***UPDATES and Additional information are located in the video description. At the time I made this video I was using Windows 8.1. I recently followed my own tutorial using Windows 10 and took some notes. Notes are added in the video description***
*Please help me By mistakenly I uninstalled com.miui.miwallpaper
My wallpaper setting is gone please tell me how to recover it*
@@dudetechz4862 Do a factory reset will recover your wallpaper setting. 👌
You my new friend are a legend
i cant find my phone on the oem usb driver part
@blank90000 I don't no about it in this context but when I drive doesn't show up you need to reset the port, it's not hard and there's vids so maybe try that till someone gets back to you
This is how tutorials should be made. Thank you for this amazing step-by-step explanation. It worked like a charm!
Thank you for the kind words! I'm glad it worked for you! =)
It worked flawlessly on my LG Stylo 6. Just had to watch this video a few times to get it down. I also used the platform tools to remove that annoying "Activate Your Device" notification every time the phone boots up. I was going to flash the phone to a generic Android 10 LG firmware containing no bloatware but this video saved me from doing that. THANK YOU!!!
You're welcome! Enjoy the phone! =)
Adding my voice to the chorus of thanks for this tutorial. What an extremely clear and concise explanation of something that many people get nervous about doing due to the number of cautionary tales about bricking your phone! As a bonus, thank you for the tip about calling cmd from the file explorer bar: I've been programming for almost a decade and had no idea about this feature!
Thanks for the feedback! I just learned that cmd tip in the last couple of years. I saw someone else do it on youtube and I thought it was soo cool! =)
WOW! FINALLY! A clear and to the point instruction video on how to remove bloatware!! Thank you!!!
You're welcome! =)
Finally a complete video on android debloating, I've checked so many videos but none of them described them properly . Here you described in a such a easy way even a newb can do it. Thank you very much
You're welcome! Thank you for the feedback! =)
@@ChavezDIY help me theres no ohone detected problem:(
@@TheRocketFlyerMAX What phone do you have? You have to find the USB drivers for your phone.
@@ChavezDIY samsung
Try these drivers - developer.samsung.com/android-usb-driver
This is called a tutorial video. Far better than other youtuber. Salute to you sir❤❤❤😊😊😊
Thank you so much 😀
fr💯
You realize most reviews should be like this. Quick simple easy to the point thank you.
You're welcome! Thank you for the feedback! =)
Thanks a lot brother. I was struggling watching others' videos. But yours worked flawlessly.
Awesome! I'm glad it helped! =)
best universal android debloater tutorial on youtube highly detailed and to the point you just earn a subscriber and lots of love from india
Thanks for the feedback! I'm glad it was helpful! =)
I love the video; it's so detailed, but what I appreciate most is that you keep us up-to-date. I just bought a new phone with lots of bloatware; hopefully this will work.
That sucks. Phone manufacturers do it to increase their profits. I hope it works out for you.
Thank you from the bottom of my heart. I subscribed to this channel because I really benefited from this distinguished explanation.. and I applied everything you explained on my phone.. You really deserve thanks 🙏
I appreciate the feedback! You're welcome! Now you have more control over your phone =)
Thanks man, I wasn't sure if I was watching a recent video because it's been a hot minute since I've seen windows 8 xD
Appreciate the quick and easy guide!
Haha! Rest assured I'm now on Windows 10. I would have still been running Windows 8.1 because it works well and is less bloated, but the Chrome browser no longer supports Windows 8.1.
@@ChavezDIY RIP, i miss windows 8.1 no matter how much hate it got. Like you said, less bloatware and less services being run all the time too.
Great video! Very detailed and useful! One tip if you don't think you need a gui for this, you can skip the download of the debloater software. You still need to download platform tools, and a package name viewer, then open your terminal in the platform-tools folder, connect to device with the "adb devices" command shown in the video, then type: adb shell pm uninstall -k --user 0 your-package-name . And the software is gone from your phone. :)
Good point. That command will remove software without the GUI software. =)
Literally a life saver thanks for the detailed explanation
Thanks for the feedback! Good luck debloating your phone! =)
@vcan47 Literally a life saver? Literally? You would die if you didn't do this? 🤔
This worked perfectly on a Samsung S23 Ultra. I removed bixby and the galaxy store notifications. Thanks!
That's awesome! Enjoy that S23 Ultra! =)
@@ChavezDIY I am now!
Clean! straight! Detailed! Clear!
Man! your tutorial is not just helping but satisfying by all meanings! Thank you buddy
Thanks for the feedback! =)
you are a hero , bro... i have not seen anyone explain it so easily so that even someone as inexperienced as me can understand it , keep doing the good work
Thanks for the feedback! That's awesome that you were able to do it as someone inexperienced. I will keep at it! =)
Im really thankful for your video, i suscribed, it was easy for me to follow, didnt get lost and i obtained what i wanted, a lighter phone without that many useless apps, also, you also answered to questions i could have had in the future without even thinking about it, so, thanks, you made a basic user feel like it learned something and felt like a pro.
Awesome! =)
Probably one of the best tutorials in youtube. Very good job man!
Thank you for the kind words! I'm glad this worked out for you =)
Hello from India.... video is very helpful and easy to understand.... highly appreciated.
Glad it was helpful! =)
Worked perfectly for me. Been trying to figure this problem out for two years, thank you.
You're welcome! Congratulations on solving your problem! Enjoy! =)
First tutorial clearly understandable. Thank you.
Awesome! You're welcome! =)
Everytime there is a new phone in my family, I rewatch this video to debloat their device :)
Awesome! =)
Hello Friend...
Thanks for the information on this video... Very helpful...
Can I use these features to REMOVE THE CARRIER LOGO at the start up and/or at turning it off???
What should I be looking for in order to???
Thanks in advance for your answer.
Best Regards,
Joe-Ric
No, you won't be able to remove carrier logo with this video. In order to remove the carrier you will have to first root your phone. Look at the XDA forums to see if anyone has done it with your phone forum.xda-developers.com/
Thank you man, it's a great tutorial!
I had one problem at the "adb devices" command, I needed to restart my computer during the process, because the cmd didn't recognize the command. Besides this it was pretty straightforward. 😊
You're welcome! I'm glad everything worked out! =)
Thanks!
Thank you as well! 🙏🏻🙏🏻
Best video ever to remove amber alerts (delete everything cellbroadcast)
Awesome! =)
Thanks a lot bro. I was stuck in a little thing. One of them as you said didn't work but the second one did, and instruction of opening "cmd" in the platform tools folder I just did delete the address which had me find error. Later watching your video helped me a lot. Thanks dude. We always need a proper video for these what I can see.
I'm glad it was helpful! =)
@@ChavezDIY not even lying man i got a Samsung a14 5g i benchmark the scores using geekbench 6 before and they were 652 and 1754 after debloat i got 696 and 1865..... yeah i am definitely giving u a thumbs up!!
When I press "uninstall" the application closes and the selections are not deleted. Why can this happen? I followed your instructions, anyone have any ideas or want to help?
Some issues arise for some people. I don't know how to troubleshoot the issue on the app. You can try searching through the "issues" section of the app download page to see if anyone has a similar problem to yours github.com/0x192/universal-android-debloater/issues
Best explanation of debloating I have found. Thx g❤
You're welcome! Thanks for the feedback! =)
Probably the best how to... i've seen! Geat job! Will this work on a Tab S7FE ?
Thanks! I don't think this software supports tablets. I tried it on my Lenovo Tablet and it didn't work.
A-Z detailed tutorial...couldn't be better.
Thanks for the feedback! =)
Clear and detailed. Unfortunately it won’t work on my phone because administrator access is IT blocked. Was hoping I had a solution
That sucks. Sorry to hear about the admin lock out.
Checkout canta and shizuko
Thank you! I was finally able to get rid of carrier bloatware crap off my Samsung
Awesome! I hate when manufacturers put bloatware on good hardware. =)
Amazing video! Quick and thorough! Best of luck to you.
Much appreciated! Stay blessed! =)
Nothing happened after I click the uninstall. I mean, no apps were displayed under the "recommended". all apps are only displayed if I change it to "all". also, I don't have that "api" and "systrace" folders inside that platform tools folder
what should I do? :(. since I wanna uninstall apps such as microsoft, facebook etc. this is samsung galaxy j2
Does the program recognize your phone model? Maybe they don't have proper support for your specific phone. I would download the platform tools folder again and try it again. You can also check the developer website for this program to see if someone else has an issue related to yours. github.com/0x192/universal-android-debloater/issues
I had watched your video and didn't know that you needed drivers for detecting your phone. This guy named Beebom, I watched his video and didn't tell that you need drivers for your device. I was so angry. Thanks to you, I know this trick and going to attempt this.
Drivers are important. Some youtubers target people that already have some knowledge on computers and electronics. I try to give as much information to help more people.
Por fin un video que funciona!! Y aunque fue en Windows 8 como él dice en la descripción, realmente no tiene perdedera, GRACIAS!!!
De nada! =)
Works like magic. Thanks so much for this clear and no BS instruction video!
I'm glad it helpful! =)
hats off for U sir. from pakistan. This is the best debloating tutorial on the internet. Again.... God Bless U sir.
Thank you so much for the feedback! You stay blessed too brother! =)
It's really a Very Well Organised Video👍!!!
Thanks Man
Thanks for the feedback! You're welcome! =)
where do i get theat 2 debloater files to put in my platform tools? Cuase ive downloaded it from github and cant find them inside the folder?
If you are using chrome, should be in your downloads folder, click Ctrl+J. After that, If you want view the folder in explorer, click on the upper three dots on the right (menu icon), click on "Open downloads folder"
Great video! You even show what to expect and what to do if the step doesn't work. Quick question, does this void the warranty?
No, it won't void the warranty because you're not making any permanent changes to the phone. You can factory reset the phone and it will be back to normal.
@@ChavezDIY Thanks!
Thanks for the video. Now I have to figure out which bloatware and spyware apps to remove or disable from my recently purchased Cricket Wireless version of the Moto G Sylus G 2024.
I stopped buying Samsung phones because I got tired of bloatware. I now only buy Pixel phones because its the closest thing to no bloatware.
dude thank you so much all other video are for common user and just disable it but ur like an angel of the software FOR REAL!Thanks so much may god bless you and your family =D
Thank you for the feedback! Happy to be able to help. Bless you too! =)
The best video, very explicit. Thank you, greetings from Argentina.
I'm glad it was helpful! =)
yup it worked perfectly, would recommend to anyone who wants to remove bloatware, i personally used it to remove youtube cause its very distracting
Thanks for the feedback! =)
Wouldn't removing these apps from the system using brevent be the same thing? Or does the brevent not really remove it?
I don't know. I've never used brevent.
I tried this but it did not work on my Iqoo 12 running on android 14
Sorry to hear that. Did the software not open? Did the software not recognize your phont?
Hey, I got realme 9 se(coloros android 12). When I try to uninstall themestore app by adb, it shows DELETE FAILED INTERNAL ERROR. How to bypass it?
I don't know. Have you tried using this program and following the steps in the video?
Bro is not yapping and wasting our time... Good work mate
Thank you sir! =)
04:21 There's no notification on my phone to click allow so I am stuck here. I followed everything as it was in the video - someone please help!!!
If you are not getting the message on your phone to allow USB debugging, try this: With your phone unplugged from the computer, go back into Developer Options in your phone settings and scroll down to the debugging section. Click on Revoke USB debugging authorizations, click "ok". Try this again from the first step again.
@@ChavezDIY I'm also not getting the pop up on my phone to "Allow ADB Services" after typing "adb devices" into the command prompt. Its coming up with:
could not read ok from ADB server
* failed to start daemon
adb.exe: failed to check server version: cannot connect to daemon
Worked really well, thanks man ❤
You're welcome! =)
4:05 I created a simple BAT script to make it easier for entering the CMD commend every time.
Open a new text document, copy & paste the script then save it as "Start ADB Devices.bat" file. 👌
echo off
cls
title ADB Devices
start adb.exe
adb devices
echo Universal Android Debloater Graphics:
echo.
echo (O)penGL Interface
echo (V)ulkan Interface
echo.
:Choice
set /p c=Please choose which options?
if /i "%c%" EQU "O" goto OpenGL
if /i "%c%" EQU "V" goto Vulkan
goto Choice
:OpenGL
title ADB Devices OpenGL
start uad_gui-windows-opengl.exe
pause
exit
:Vulkan
title ADB Devices Vulkan
start uad_gui-windows.exe
pause
exit
Thank you! 👍
@ChavezHobbies Thanks for pinning my comment, most appreciated. 😎
Super clear instructions, love it. Thank you.
Awesome! You're welcome! =)
Hey Chavez, this was a great tutorial, because me as a non skilled user could easy follow. well done , thanks 👍🙏
Awesome! That was my goal, to help the non-skilled users to be able to do this. =)
BRO, the best tutorial for this, thanks you so much
You're welcome bro! =)
very interesting, my background is tech support, so i test everything... :)
from what i can tell, chris does not show us how to exit adb tools (in windows command prompt). testing this with a new A15 samsung phone (running android v14), universal debloater indicates bloatware packages removed, but when i rebooted my phone, then checked what was running in background (i use noxcleaner to scan for background apps which i highly recommend), nothing had been removed...
its always tricky using adb bridge (platform tools)... maybe i missed a step, or adb has to close properly after using universal debloater? adviced welcomed x
Does the app that you selected for removal still show up in the package name viewer app?
@@ChavezDIY hi chris: thanks for quick reply.
I havent installed package name viewer (app) , which is a good idea.
i cant find correct "exit command" for adb tools, either.. but for command prompt (in windows) its simply "exit". (but does that leave adb tools running in background, i wonder)? no matter... i am a tech, so i always log instructions (from tutorials) , then check off each instruction (so i dont miss anything...) in this case, i dont remember seeing "Allow USB debugging" [dialog box] pop up on my phone (when i enabled it in developer options).
when i have chance, i will do another re-run with package name viewer... (using your vid instructions): from what i can tell, most users of universal debloater say it works ok :)
Thank you bro, thanks a lot you don't know how much helpful it is
It's my pleasure to help out! =)
Thank you. This is the best tutorial on bloatware removal
Thanks for the feedback! I'm glad it helped! =)
If you have followed the tutorial and your device is still not detected, try changing USB configuration to "charge only"
just a hint for Xiaomi phone.
Everything worked like a charm, except when i rebooted the device using UAD, it turned off USB Debugging in developer options, my device wasnt recognized anymore and it took few minutes to figure out maybe debugging is off, for some reason. Turned on, worked like a charm again.
Thanks for sharing that information! =)
The problems I face:-
The program can't start because api-ms-win-crt-convert-|1-1-0.dll is missing from your computer. Try reinstalling the program to fix this problem.
That sounds like a problem with the Windows Operating System. See if this video helps: th-cam.com/video/hJ3GoZb6NHk/w-d-xo.html
A steller example of the perfect tutorial video
Your feedback is much appreciated! =)
I accidentally deleted something I shouldn’t have. How do I add them back?
There's an option in the program to reinstall apps that you deleted.
Dang. In surprised you responded so soon. I figured out a factory reset. Thanks a lot.
I’m*
What a great video. Worked perfectly thank you for helping!
You're welcome! =)
How to for HP USB driver. I can get on you mentioned site
Does your computer recognize your phone? What phone do you have?
Outstanding and very clear video ! Brilliant. Thanks a lot buddy !
I'm glad it was helpful! =)
Awesome video and +1. The software though does not recognize my Honor View 20 although its listed in device manager. Any clues? Thank you.
I don't have experience troubleshooting issues with this software. I got lucky and didn't run into any issues. Check the software link to read about issues with the software.
Thanks, I recently bought a new phone and its battery was draining rapidly. This fixed it.
Awesome! =)
Which apps did you remove?
Thanks for detailed explanation. Its very helpful
Glad it was helpful! =)
Very good TUTORIAL.
THANKS.
You are welcome! =)
Thank You 😊 This Really Worked Flawlessly.
You're welcome! =)
On point, will surely try it, thanks Chavez! 😊
You're welcome! Best of luck! =)
Well explained sir❤❤❤
Thanks and welcome! =)
Wow. I never watched a tutorial as easy as this
Awesome! =)
This instruction worked for my Samsung.
Thanks a lot.
You're welcome! =)
it gave me acces denied when i tried, i have samsung too...did you face such issue?
@@CR1MMINNAL , I didn't.
When I tried my _current_ samsung,
I followed the steps as I watched the video.
The instructions are very accurate, you can’t miss a thing.
And it worked. I removed a few apps.
But I have a different issue with my other very _old_ samsung
(the model is about 10 years ofd).
The debloater recognizes it:
the name appears in the corner but…
No apps show up in the debloater's list.
It's empty.
I hoped I’d debloat my old phone too
and use it as an extra one but I couldn't.
Well, it's ok for me.
What I noted for myself: you need to open the cmd
from the same folder as instructed.
I tried opening it from the Win+R window, but failed.
I went back to the debloater folder and opened cmd from there.
There was another small issue, I am not sure what it was, completely forgotten.
I just went back a few steps and followed the instructions from some earlier stages.
And it worked (other than no apps showed up in the deboater window).
Under USB Settings I had to change it from 'Transferring files / Android Auto' to 'USB tethering' and the key screen showed up.
Interesting. Well I'm glad you go it working! =)
Thank you for this guide, it worked perfectly on my phone finally able to get rid of that shitty google assistant
You're welcome! I personally never use the google assistant, I have it disabled on my Pixel 4a.
This is an awesome tutorial but, for some reason, although my LG G4 is connected to the laptop & I have full access to both my Internal Drive & SD Card, the Debloater still won't recognize my phone & populate the list. I've done it multiple times, gone through the steps carefully, tried to troubleshoot, but no luck at all :(
Maybe the software doesn't support that phone or the developer doesn't have a list of recommended apps to remove. Are you able to manually search for apps?
@@ChavezDIY... hey, thanks for responding! Yes, I had no problems downloading both debloater apps and doing the steps for cmd & adb devices. But when it came time to open either debloaters, it couldn't find my phone, even though it was connected properly to my laptop. It tried... and at one point it recognized the phone but didn't populate a list, so not sure if it actually has anything to remove. I was mainly interested in getting rid of preloaded Google TV, Google News, LG Health Agent, Cloud Print, Music apps.
It works! Good tutorial
Awesome! =)
Thanks, will try now, very clear manual
Good luck! =)
I don't think you mentioned that the phone should be in transfer files to get the notification to allow debug mode
Thanks for pointing that out. I might have missed that.
This should be the only tutorial on the internet on how to do this. I'm not sure why but all the other videos either make it too complicated or forget to mention things us PC dummies simply do not grasp
I appreciate the feedback! That's what actually motivated me to make the video, I noticed the videos on TH-cam could be better. =)
worked. Thanks!!
You're welcome! =)
Hey I need some help. I have everything working. It even recognizes my phone. But when I click uninstall on a app nothing happens
Could be a glitch in the software, I've had to uninstall some apps twice in order to get them uninstalled. Try again.
thank you so much for this video. The tutorials step by step is really amazing and it helped me a lot
Keep up!!
Thank you for the feedback! I'm glad this video was helpful! =)
I'm able to follow these steps quickly but Touchpal for my phone still won't uninstall. What could be the problem here?
I have had a couple of apps that I needed to uninstall a couple of times for them to go away. Try it again. If it doesn't work, it might be a glitch in the app or phone software that doesn't allow it to be removed.
thank-you! Thank-You!! THANK-YOU!!! I truly appreciate you sharing your knowledge-base on this topic. Your instructions in the video were clear and concise. As a consumer, I now have the ability to declutter my phone and take-back some misappropriated storage space, and I no longer feel that I have to be a captive of the status quo in this matter. You are the MANN! Fist Bump Chavez
Wonderful! =)
Thank you soo very much for helping us!❤
No problem 😊
Thank you so much
Your explanation was very nice and helped me a lot
I'm glad it was helpful! =)
thanks for the help.
i have 2 questions,
1. if its possible to make that all the uninstalled apps should never come back even with a factory restart?
2.i need to uninstall google play but i cant find it to debload it.
1. Yes, but you will need to root the device and delete the apps while rooted. You can check the XDA developers forums to see if they have any rooting instructions for your device. xdaforums.com/
2. The name of the google play store app is com.android.vending
IS THERE A WAY?
Excellent video man thank you very much
You're welcome! =)
Sad to say it didn't work for me, I tried adb app controller too, that I used for my phone way back it still at android 11.
But today, both didn't work. This method and the adb app controller because I'm in android 13 and it's sucks.
I wish you have more solutions for this.
And a question sir, do you have any solution for the missing finger scanner at the setting?
Since I update my phone it just randomly gone from the settings and I try formatting it and clearing the cache, it works and I try to do this method at least twice before and it always working but lately it's not anymore.
Until now I'm still figuring out how to fix the fingerprint missing issue from my phone.
I wish you have a solution for that too.
If you have both solutions for those, thanks in advance Mr.
That sucks! I don't another solution for you. You will have to do a google search for the issues you are having to see if you can find a solution.
best video on removing bloatware thanks a ton
You are welcome! =)
Thanks a lot man! All the best! 🏆
You're welcome brother! 😁
Can I connect to uad on my pc using WiFi instead of usb cable? I want to debloat my galaxy watch 6.
I don't know. I have only used it with a cable.
finally a tutorial that works!
thank you
You're welcome! =)
wont elt me put platform tools in c drive cause downalods counts as c drive soooo