Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
No, this one is almost certainly a piece of junk that the manufacturer added.I don't have a search box, but show system apps made it appear there. I can only force stop though, and not uninstall. Why is uninstall not available for so many things? Does that mean it's a forced upon us useless Google thingy?
So-called "beauty filters" are more likely to transport you to the uncanny valley than actually improve anyone's looks .Are you telling me I can do a selfie and make my ugly face become sexy?
Well spoken Hadron.No, this one is almost certainly a piece of junk that the manufacturer added.
So-called "beauty filters" are more likely to transport you to the uncanny valley than actually improve anyone's looks .
Why doesn't android allow you to uninstall ANY app?No, this one is almost certainly a piece of junk that the manufacturer added.
Don't be stupid, I've only had it 2 years. I've had my car 20 years, I've had most of my 7 computers about 8 years. Are you really gullible enough to throw away something designed only 5 years ago? Fashion victim in the extreme.It was released in 2017.
Running Android 7.
Time for a new phone
Why does android let anyone but themselves add a system app and not let you remove it? If I add a virus checker to windows, it will be a system app, running at a very low level, but I can easily remove it.
I have two cheap Chinese phones. One is almost unusable due to an incredible number of ads, I simply got all my money back from the seller and have kept it to run science research on. The ads don't appear when the screen is off, so they don't get in the way and use up RAM. The other one only had one problem that annoyed me, it loses contacts when powered off - very odd. I got a 25% refund for this, then found a simple workaround, use Google to store them. This beauty thing hasn't caused a problem, it's just odd it's there. Maybe it's taking secret photos of me to go into a magazine
But all Chinese are hot anyway!I know a few smart-phone users in China, who like to beautify themselves when taking selfies for their WeChat, QQ, Weibo, Douyin(TikTok), etc.
If you are sure this is the app and that removing it will not bootloop your phone, then proceed. Otherwise, just deal with the app.BeautyMakeup (com.gangyun.makeup)
adb devices
adb shell pm dump com.gangyun.makeup | grep path
adb shell pm uninstall --user 0 com.gangyun.makeup
There's no way of knowing if it would bootloop beforehand, but I think it's safe to remove. If it bootloops, then you'll have to factory reset. Unless you can still access adb in the bootloop which is possible in many cases. If you can then this command will get you back up and running.How do I know if it will bootloop? I'm pretty sure that app isn't part of Android, so is there a reason it would **** up the phone?
And I use a normal OS, any Windows users in here?
adb shell pm install -r --user 0 /PATH/TO/BeautyMakeup.APK
If you're using Mac, doesn't it have the "grep" command which is in that linux only command I listed. Mac is a unix system and Linux is a unix-like system so they share a lot of the same commands and utilities.Well I can't see a piece of crap that was installed making it not start. But you seem to think it's a possibility. Also I do not use Linux! So I can't try it.