Hi all,
could i ask you how it is possible to disable/uninstall sistem applications without root?
I can't find a way to disable app wallet...
Regards
pippo45454 said:
Hi all,
could i ask you how it is possible to disable/uninstall sistem applications without root?
I can't find a way to disable app wallet...
Regards
Click to expand...
Click to collapse
Yes you can disable system applications using ADB with out root.
How can you please explain that
[email protected] said:
How can you please explain that
Click to expand...
Click to collapse
Get package list
Code:
pm list packages
Uninstall package
Code:
pm uninstall -k --user 0 <pagkage name here>
Related
How to uninstall system app or any app without having rooted?
1) Connect your phone via USB
2) Turn android debugging on
3) Go to android shell using $ adb shell
how to remove apps now
use this command now
pm uninstall -k --user 0 com.my.demo.app
comment below
to undo the changes:
adb shell cmd package install-existing com.my.demo.app
Would I still be able to update my software without issues in my Galaxy s9 for instance after removing bloat via this method?? If yes, would it bring the apps back??
dannyella said:
Would I still be able to update my software without issues in my Galaxy s9 for instance after removing bloat via this method?? If yes, would it bring the apps back??
Click to expand...
Click to collapse
Yes you will be able to to update your device without any issue.
No your app will not be back unless the app's apk is present in the update package.
Hi,
Do you have any ideea how to re-install an app uninstalled by miskate?
Thanks
This pm uninstall -k --user 0 com.my.demo.app only removes the app from user 0 ( current user )
Sooo to reinstall and app, you will need to factory default your device
Please Help~
I've done the steps on your video https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/ .... but the result is always "failure" not found ... can you please help me. Thank You.
This might be silly, but how do we get the app's identifier, like com.demo.my.app? Settings > Apps does not seem to have that info.
akki-k said:
This might be silly, but how do we get the app's identifier, like com.demo.my.app? Settings > Apps does not seem to have that info.
Click to expand...
Click to collapse
Code:
adb shell pm list packages | grep <search-term>
Example: You can type "chrome" instead of <search-term> to find the Chrome browser.
For graphical solution you can install the app named "Package Name Viewer 2.0" by csing. :good:
edit: You can see the article Debloat: https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
dannyella said:
Would I still be able to update my software without issues in my Galaxy s9 for instance after removing bloat via this method?? If yes, would it bring the apps back??
Click to expand...
Click to collapse
Yes
adipaval said:
Hi,
Do you have any ideea how to re-install an app uninstalled by miskate?
Thanks
Click to expand...
Click to collapse
I´m still looking for a solution.
Already tried pm enable or pm install -r with the apk. no success. any clue?
When after enabling Android debugging I am giving the command adb she'll from terminal in my lunix laptop I am getting an output "nicklaus_f:/
What is this?
But when I am giving the command ' adb shell pm list packages' the output I am getting is
/System/bin/sh: adb: not found
127!nicklaus_f:/$
Please advise what to do
gsantra said:
When after enabling Android debugging I am giving the command adb she'll from terminal in my lunix laptop I am getting an output "nicklaus_f:/
What is this?
But when I am giving the command ' adb shell pm list packages' the output I am getting is
/System/bin/sh: adb: not found
127!nicklaus_f:/$
Please advise what to do
Click to expand...
Click to collapse
Try reinstalling adb drivers for your device.
---------- Post added at 02:35 AM ---------- Previous post was at 02:34 AM ----------
Would give this a try as soon as i get my hands on a proper pc. The korean apps on my phone are very annoying.
Is there a command to enable apps without factory reset?
gsantra said:
When after enabling Android debugging I am giving the command adb she'll from terminal in my lunix laptop I am getting an output "nicklaus_f:/
What is this?
But when I am giving the command ' adb shell pm list packages' the output I am getting is
/System/bin/sh: adb: not found
127!nicklaus_f:/$
Please advise what to do
Click to expand...
Click to collapse
I would say
1. Download from android themselves:
developer.android.com/studio/releases/platform-tools
2. Extract the .zip file somewhere on your computer and add that folder to your windows PATH variable so you can reference it from anywhere using command prompt (cmd.exe).
kdm6389 said:
How to uninstall system app or any app without having rooted?
1) Connect your phone via USB
2) Turn android debugging on
3) Go to android shell using $ adb shell
how to remove apps now
use this command now
pm uninstall -k --user 0 com.my.demo.app
comment below
Click to expand...
Click to collapse
Any way to install user app as system apps from adb ?
[GS] said:
Any way to install user app as system apps from adb ?
Click to expand...
Click to collapse
There technically is a way. Just not as "graceful"
android.stackexchange.com/questions/27/how-do-i-properly-install-a-system-app-given-its-apk
adipaval said:
Hi,
Do you have any ideea how to re-install an app uninstalled by miskate?
Thanks
Click to expand...
Click to collapse
pm default-state app.name
Im trying to unistall a system app and after running pm uninstall -k --user 0 'com.icoolme.android.weather' nothing happens.
There no sucess or failure message.
Anyone knows why that happens and what can I do to fix it?
https://forum.xda-developers.com/picture.php?albumid=15288&pictureid=58390
I had to do it twice, because I didn't turn off auto update in Galaxy Apps and didn't uninstall Secure Folder before I started. I'm not 100% of the connection, but somehow Bixby came back, but I uninstalled Secure Folder, turned off Auto Update, and it worked great. They got root for my device like two days later, so kind of pointless, but it helped a lot! Thanks! :good:
please I need help how can I enable an application that I uninstall by mistake ('com.google.android.apps.photos'), without factory reset, besides which is the command that I should use to disable an application?
nota: the options that are in previous comments do not work
I am debloating my Real Me 5 Pro using adb commands.
I can't seem to find the package name for the app named 'Game Center'. Please help with it!?
Secondly, is it advisible to remove the Game Center (I am not speaking about Game Space) app itself?
Screenshot showing the app icon: https://i.imgur.com/sAgkAg4.jpg
Solved//
It is baked in the coloros. The package name is com.nearme.gamecenter.
Edit: No, you can't remove it.
Same issue
I am also looking for same. But i have different issue after removing realme browser, app market and roaming app i am facing battery drain issue(i have done it multiple times to confirm). Did you face any issue?
mit_bhalodi said:
I am also looking for same. But i have different issue after removing realme browser, app market and roaming app i am facing battery drain issue(i have done it multiple times to confirm). Did you face any issue?
Click to expand...
Click to collapse
Disable them, don't uninstall them.
As far removing the browser, app market and roaming app I didn't notice any drain.
jakolantern69 said:
It is baked in the coloros. The package name is com.nearme.gamecenter.
Edit: No, you can't remove it.
Click to expand...
Click to collapse
Thankyou! :good:
Chrome
I want to uninstall chrome.I put the following command in the powershell
.\adb shell pm uninstall -k --user 0 com.google.android.apps.chrome.Main
But the powershell says the command 0 is invalid.So what is the correct command to uninstall Chrome?
pnsdhrn said:
I want to uninstall chrome.I put the following command in the powershell
.\adb shell pm uninstall -k --user 0 com.google.android.apps.chrome.Main
But the powershell says the command 0 is invalid.So what is the correct command to uninstall Chrome?
Click to expand...
Click to collapse
Use:
Code:
.\adb shell pm disable-user --user 0 com.android.chrome
OR
Code:
pm uninstall –k ––user 0 com.android.chrome
Thank you please.I want to know the package name of Chrome and Game Center also.
Deejssj said:
I am debloating my Real Me 5 Pro using adb commands.
I can't seem to find the package name for the app named 'Game Center'. Please help with it!?
Secondly, is it advisible to remove the Game Center (I am not speaking about Game Space) app itself?
Screenshot showing the app icon: https://i.imgur.com/sAgkAg4.jpg
Solved//
Click to expand...
Click to collapse
How did you solve the issue of uninstalling Game Center?
pnsdhrn said:
How did you solve the issue of uninstalling Game Center?
Click to expand...
Click to collapse
https://forum.xda-developers.com/showpost.php?p=81160105&postcount=2
Deejssj said:
https://forum.xda-developers.com/showpost.php?p=81160105&postcount=2
Click to expand...
Click to collapse
Thank you Deejssj.Your quoted thread says Game Center can't be uninstalled.But you said in the first post that your problem is SOLVED.So I am very much eager to learn that how it is solved?
Deejssj said:
Disable them, don't uninstall them.
As far removing the browser, app market and roaming app I didn't notice any drain.
Click to expand...
Click to collapse
Hi may I ask what's app market package name have been trying to find it using package names viewer but can't find it and I did try to google it still can't find the name.
are bhai ...play store se download kar VIEW PACKAGE NAME
DefaultJ said:
Hi may I ask what's app market package name have been trying to find it using package names viewer but can't find it and I did try to google it still can't find the name.
Click to expand...
Click to collapse
package name of app market is com.oppo.market
package name of the game center is com.nearme.gamecenter
But i am unable able to uninstall it.
saad maqsood said:
package name of the game center is com.nearme.gamecenter
But i am unable able to uninstall it.
Click to expand...
Click to collapse
After I try any method of removing bloatware using adb debug without root on Android 12 and 13, finally I've got method that worked both Android 12 or 13.
if regular adb disable/uninstall commands do not work, then
For Android 13 try
Code:
adb shell service call package 131 s16 com.abc.xyz i32 0 i32 0
for Android 12 try
Code:
adb shell service call package 134 s16 com.abc.xyz i32 0 i32 0
more Explanation : Click Here
Hello there people I have been trying to uninstall few android apps from a Xiaomi device but it seems some of them are throwing this error
whyred:/ $ pm uninstall -k --user 0 "com.xiaomi.calendar" Failure [-1000]
Does anyone have any idea how do I go about fixing this problem ? I would really appreciate any kind of help.
Thanks
My guess is the mentioned app is installed as a system-privileged app: such apps can only get uninstalled by a user with elevated rights, means he/she must be superuser.
BTW:
Uninstalling an app is applied with command
Code:
adb uninstall <PKG-NAME>
Is it possible to uninstall system apps via adb from Samsung secure folder?? I tried pm uninstall -k --user 150 com.android.chrome
It does not works. 150 is secure folder user.
Unistall or block Chrome... tastes like spyware.
Karma Firewall can be used to block internet access as well.
Secure Folder is tied to Knox, be careful with it.
I disabled internet access of %90 apps in secure folder. Disabled if not greyed out. But is there a way to uninstall apps in secure folder via adb?
halilb1978 said:
Is it possible to uninstall system apps via adb from Samsung secure folder?? I tried pm uninstall -k --user 150 com.android.chrome
It does not works. 150 is secure folder user.
Click to expand...
Click to collapse
Freeze and hide aps. Not sure, but they may require root. It can also be done using Magisk.
halilb1978 said:
Is it possible to uninstall system apps via adb from Samsung secure folder?? I tried pm uninstall -k --user 150 com.android.chrome
It does not works. 150 is secure folder user.
Click to expand...
Click to collapse
Look inside here:
How to Remove Apps from Secure Folder - Samsung Manual | TechBone
Remove Apps from Secure Folder - Samsung:
www.techbone.net
xXx yYy said:
Look inside here:
How to Remove Apps from Secure Folder - Samsung Manual | TechBone
Remove Apps from Secure Folder - Samsung:
www.techbone.net
Click to expand...
Click to collapse
It is not for system apps. It is for apps which have uninstall button.
remark
looking for solutions
solologo said:
remark
looking for solutions
Click to expand...
Click to collapse
Factory reset.
I avoid using the Knox based features because they are a pain.
blackhawk said:
Factory reset.
I avoid using the Knox based features because they are a pain.
Click to expand...
Click to collapse
Reset does not make any sense here.
solologo said:
Reset does not make any sense here.
Click to expand...
Click to collapse
It wipes secure folder settings, right?
Hello, is there any guide in how to uninstall pre-installed apps like youtube and youtube music from the stock rom please?
Also another question - is it safe using apps like Shelter or Insular to use them for banking apps and outlook emails?
you can use adb commands.
first do
Code:
adb shell
then check ur user id (typically 0 but if it isnt then replace accordingly)
Code:
pm list users
to disable or uninstall apps for your user do
Code:
pm disable-user --user 0 com.some.package.name
pm uninstall --user 0 com.some.package.name
to enable or re-install apps for your user do
Code:
pm enable com.some.package.name
pm install-existing com.some.package.name
no idea about your second question, maybe open another thread for it, I doubt many people will find it here after reading the title is about installing apps.