Question How to get rid of the realme gt app market - Realme GT

Hello to all. Is there any way to get rid of the app market (com.hetap.market) without rooting? I tried to use adb to remove or disable it without any luck. However I can disable other apps with no problem.
Thanks.

I'm afraid it's impossible without rooting.

こんにちは。
このツールを試しましたか?
ADB AppControl
[TOOL] ADB AppControl 1.8.0 🚀 Ultimate App Manager & Debloat Tool + Tweaks
ADB AppControl 🚀 Root is not required. Works with any Android device. Can do almost everything you dreamed about with applications. ADB AppControl - the desktop program, that will allow you to easily manage applications on your android device...
forum.xda-developers.com

Sorry...
Had you tried this tool?

Use adb shell to disable it:
adb shell pm disable-user <package name>

Ray_Blue said:
こんにちは。
このツールを試しましたか?
ADB AppControl
[TOOL] ADB AppControl 1.8.0 🚀 Ultimate App Manager & Debloat Tool + Tweaks
ADB AppControl 🚀 Root is not required. Works with any Android device. Can do almost everything you dreamed about with applications. ADB AppControl - the desktop program, that will allow you to easily manage applications on your android device...
forum.xda-developers.com
Click to expand...
Click to collapse
Thanks so much, however it does not work either.

Without root, you can get rid of all other Apps, but not the theme store and market.

Related

Why can't fre3vo be run with a script using script manager?

Since we now have more than one solution that provides full root access between reboots, I figured I'd try writing a shell script to run fre3vo. I can... and it runs... but I get the message "this device is not supported by this exploit".
So why does it run from ADB and not a script? Does the phone have more rights/access when connected via ADB? If the script would work, we could write one that could run after every reboot (using script manager) and it'd be a permanent solution.
Mike
I am trying the same thing with the easyfre3vo package...Setting the root.redo.bat to 'run as root', and executing just seems to hang...
Any ideas?
Sent from my PG86100 using XDA App
What about that app "gscript lite", or " adb wireless"?
Sent from my 3rd Dimension of Evolution
ADB has different permissions compared to a terminal on the phone. A terminal emulator on the phone and/or a tool like Gscript doesn't have the ability to do anything in the /data/local/tmp directory like ADB does.
ADB over wifi needs root, so you can't use it to run fre3vo since you don't have root - you can use it AFTER you've run fre3vo though.

[Q] openssh / busybox / gnu utilities on XT1528

Hi,
I'd like to get open ssh, gnu utilities, busybox and such on my phone, so that I can use adb shell to connect to the phone and use it like a regular linux host. Is there a way to get these things on the phone without having root, and still be able to use them from the adb shell? From what I understand there isn't a root for the XT1528 .Finally I'd like to have an alternative way to connect to the phone than the adb shell. I've had connection issues with previous versions of the adb shell when running busybox utilites. This would probably be provided by open ssh server or similar.

[MOTO G8+] "You cannot install this app because another user..."

Hi,
I want to reinstall a Motorola firmware app.
I uninstalled the firmware a year ago on my Moto G8+ with adb using the following command:
"pm uninstall -k --user 0 com.motorola.faceunlock"
Now when I want to install the app from the Play Store I can't. I get the following error message:
"You cannot install this app because another user has already installed an incompatible version on this device."
Click to expand...
Click to collapse
I already tried a few things I found in other threads and forums but nothing really worked. I'm a single user, however the guest function allows me to find the Moto face unlock App as an installed app. In settings I can't find any option that allows me to "uninstall the app for all users" or to "reinstall" or "restore" it. Factory Reset is not an option for me.
I was thinking about maybe reinstalling the package via adb for the main user again, if that's possible? I only have little knowledge about adb.
Has somebody an idea or command I could try out?
Thanks in advance
@sokrvtxs
The ADB command you used removed the the mentioned system-app ( leaving its data untouched ) only for user 0, that's the current user, what means that the deleted app still remains available for other users of the Android device - it didn't get removed from device's storage space at all. That's basically a good thing because you can easily restore an app if you uninstall it by mistake or need it later.
This brings the system-app back:
Code:
adb devices
adb shell "cmd package install-existing com.motorola.faceunlock"
adb reboot
If your Android is rooted then you can update the system-app in question
Code:
adb devices
adb push <PATH_TO_UPDATE_APK> /data/local/temp
adb shell "pm install -r /data/local/tmp/<UPDATE_APK>"
adb shell "rm /data/local/tmp/<UPDATE_APK>"
adb reboot
Thank you so much, my phone is not rooted. The first code worked and my issue is solved completely. This helped me a lot.

You are looking for that long time !

If you want delete programs installed with your Huawei P30 without root you need only ADB App Control.
With that app you can turn off apps from google and from huawei or even uninstall. You can also reinstall all uninstalled apps.
You need adb drivers , turn on programmer options and give USB Debug permission and download ADB App Control
[TOOL] ADB AppControl 1.8.0 🚀 Ultimate App Manager & Debloat Tool + Tweaks
ADB AppControl 🚀 Root is not required. Works with any Android device. Can do almost everything you dreamed about with applications. ADB AppControl - the desktop program, that will allow you to easily manage applications on your android device...
forum.xda-developers.com
This is screen from my deinstalled app.
help update my phone
to work with new lcd
abumaha said:
help update my phone
to work with new lcd
Click to expand...
Click to collapse
NEW HUAWEI SCREEN REPLACEMENT. DON’T MISS OUT ON THIS IMPORTANT INFO.
Huawei just released a new announcement, where it states that in the future, they will offer new P30 screens for the service providers. To make sure the new displays will work on the device, technicians and service centers need to make sure the operation system is the newest version before they...
4phones.es

Question ADB command to stop update app

Hi all,
Two things.
I am trying to find the file the phone downloaded to upgrade to A12 but I cant find it. I didn't upgrade but I am sure the file was downloaded. I have tried to find it connecting the phone to the laptop, I have not root (not sure if a I need it)
The thing is that I dont want to upgrade the system to A12 but the phone has already downloaded the file. I would like to delete it. Please note that I have just taken the mobile from the box and I had updated via OTA to the last A11 firmware.
Another question, I also have a oneplus nord 1 and could stop the update app using this adb commands:
cmd
adb shell
adb shell pm disable-user --user 0 com.oneplus.opbackup
But they dont work in the oneplus nord 2. I get the message "inaccessible or not found". Is there any other command for oneplus nord 2?
Thanks!
superpascu said:
Hi all,
Two things.
I am trying to find the file the phone downloaded to upgrade to A12 but I cant find it. I didn't upgrade but I am sure the file was downloaded. I have tried to find it connecting the phone to the laptop, I have not root (not sure if a I need it)
The thing is that I dont want to upgrade the system to A12 but the phone has already downloaded the file. I would like to delete it. Please note that I have just taken the mobile from the box and I had updated via OTA to the last A11 firmware.
Another question, I also have a oneplus nord 1 and could stop the update app using this adb commands:
cmd
adb shell
adb shell pm disable-user --user 0 com.oneplus.opbackup
But they dont work in the oneplus nord 2. I get the message "inaccessible or not found". Is there any other command for oneplus nord 2?
Thanks!
Click to expand...
Click to collapse
The OTA file is located on a partition that you cannot access.
Thanks to the ADB AppControl, it is easier to find services/applications responsible for downloading and notifying about updates.
[TOOL] ADB AppControl 1.8.0 🚀 Ultimate App Manager & Debloat Tool + Tweaks
ADB AppControl 🚀 Root is not required. Works with any Android device. Can do almost everything you dreamed about with applications. ADB AppControl - the desktop program, that will allow you to easily manage applications on your android device...
forum.xda-developers.com
ze7zez said:
The OTA file is located on a partition that you cannot access.
Thanks to the ADB AppControl, it is easier to find services/applications responsible for downloading and notifying about updates.
[TOOL] ADB AppControl 1.8.0 🚀 Ultimate App Manager & Debloat Tool + Tweaks
ADB AppControl 🚀 Root is not required. Works with any Android device. Can do almost everything you dreamed about with applications. ADB AppControl - the desktop program, that will allow you to easily manage applications on your android device...
forum.xda-developers.com
Click to expand...
Click to collapse
Sure. Like Google play services. There is a thread here about what to disable. Cheers.

Categories

Resources