Need the package name for the app named 'Game Center' - Realme 5 Pro Questions & Answers

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

Related

[Uninstall any apps] via adb [No ROOT]

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

[No root][8th gen] Permanently disabling Amazon apps on Fire HD 8 2018

Using adb shell I was able to uninstall and disable most of the Amazon apps for user 0 which saved me a bunch of storage and ram...
The tablet was performing wonderfully, unfortunately most of the Amazon apps were automatically re enabled and updated... Anyone here knows what system process is responsible for this? Anyone knows how to permanently disable Amazon apps without rooting????
Mobkore said:
Using adb shell I was able to uninstall and disable most of the Amazon apps for user 0 which saved me a bunch of storage and ram...
The tablet was performing wonderfully, unfortunately most of the Amazon apps were automatically re enabled and updated... Anyone here knows what system process is responsible for this? Anyone knows how to permanently disable Amazon apps without rooting????
Click to expand...
Click to collapse
Depends on what you were trying to disable.
None of the apps re-enabled so far by using THIS Tool Box on a HD 8" 2018 model.
tnsmani said:
Depends on what you were trying to disable.
None of the apps re-enabled so far by using THIS Tool Box on a HD 8" 2018 model.
Click to expand...
Click to collapse
I use the tool you mention in the link. Today my daughter brought her tablet because the fire launcher was there. I just reran the remove Amazon and it was gone again. I'm guessing there was an update. I didn't run the disable updates from the tool.
That being said ... For OP. I recommend the same tool as even if they re-enable. Plug in and disable again with the tool. Takes 30 seconds.
Sent from my Mi A1 using Tapatalk
I tried it
Code:
adb shell pm disable --user 0 com.amazon.device.software.ota
and got a failed.
AmznUser444 Dev said:
I tried it
Code:
adb shell pm disable --user 0 com.amazon.device.software.ota
and got a failed.
Click to expand...
Click to collapse
Code:
[STRIKE]adb shell pm disable --user 0 com.amazon.device.software.ota[/STRIKE]
Code:
adb shell pm [COLOR="Red"]uninstall [/COLOR]--user 0 com.amazon.device.software.ota
Mobkore said:
Using adb shell I was able to uninstall and disable most of the Amazon apps for user 0 which saved me a bunch of storage and ram...
The tablet was performing wonderfully, unfortunately most of the Amazon apps were automatically re enabled and updated... Anyone here knows what system process is responsible for this? Anyone knows how to permanently disable Amazon apps without rooting????
Click to expand...
Click to collapse
Use another commands:
Code:
adb shell pm disable-user --user 0 com.amazon.device.software.ota
I have disabled all Amazon junks. Look my screenshot below ↓↓
I'm used "adb shell pm disable-user --user 0" command to completely disabled all Amazon junks (i.e. OTA, Amazon Video, Appstore, and etc).
i am using
adb shell pm disable-user com.amazon.kindle.otter.oobe.forced.ota
i am not adding --user 0 and it still work.

Attempt to flash the sm-t280

After a while looking at the firmware to flash the device and have everything ready, I got an error because I needed the repair firmware, the point is that after installing a repair firmware I find that what I installed came with a course nook, something that was not there before and that after doing some research I discover that it has to do with a digital book reader; So my question is, do I install the other OS on top or do I leave this one for your daily use?
just do "pm uninstall -k --user 0 <name of package>” on adb to uninstall the cockbook
ineedroot69 said:
just do "pm uninstall -k --user 0 <name of package>” on adb to uninstall the cockbook
Click to expand...
Click to collapse
but the problem is if the installed firmware would cause problems (not being the original)
Dhnl_xvii said:
but the problem is if the installed firmware would cause problems (not being the original)
Click to expand...
Click to collapse
then uninstall all app linked to that bloatware

Uninstalling system apps Failure [-1000]

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>

Question S-pen Translate feature not working in custom rom

Hi. I have indian S908E variant and I have flashed Auora Chinese custom rom. I like it & running very well but when I translate any text using Spen it shows ''A server error has occurred'' I have deleted current Translate apk & downloaded again from apkmirror & replaced it with correct permissions but still getting same issue. There are no all languages also on this translate app. Can someone help me to get this spen translate work. Thankfully.
mrjoy said:
Hi. I have indian S908E variant and I have flashed Auora Chinese custom rom. I like it & running very well but when I translate any text using Spen it shows ''A server error has occurred'' I have deleted current Translate apk & downloaded again from apkmirror & replaced it with correct permissions but still getting same issue. There are no all languages also on this translate app. Can someone help me to get this spen translate work. Thankfully.
Click to expand...
Click to collapse
you should seek support from the rom developer, it sounds like some important libs have been removed, you could try a
Code:
.\adb shell pm list packages
to see what your missing from this list
or even se if a vpn routed through china allows connection to the server
gav83collins said:
you should seek support from the rom developer, it sounds like some important libs have been removed, you could try a
Code:
.\adb shell pm list packages
to see what your missing from this list
or even se if a vpn routed through china allows connection to the server
Click to expand...
Click to collapse
Thanks for your response.
1st I have no access to contact with rom developer due to some reasons like developer is available on wechat official account that I couldn't able to create it with QR code.
2nd where if there are some missed packages then how i can retrieve them again?
3rd how to check china allows connection to server by vpn?
Edit- I have checked by installing vpn third party app & now it able to translates but it uses china baidu translator and i want to remove chinese translator from my device that blocks in my country so that i can translate without vpn.
mrjoy said:
Thanks for your response.
1st I have no access to contact with rom developer due to some reasons like developer is available on wechat official account that I couldn't able to create it with QR code.
2nd where if there are some missed packages then how i can retrieve them again?
3rd how to check china allows connection to server by vpn?
Click to expand...
Click to collapse
if the developer has only disabled the specified app, or uninstalled keeping the data, that you may be missing, you can
run this
.\adb shell cmd package install-existing <package_name>
with package_name being the package you want to reinstall
ie
.\adb shell cmd package install-existing com.samsung.android.bixby.wakeup
and to try the vpn, just start a vpn and set the destination to route through as china
gav83collins said:
if the developer has only disabled the specified app, or uninstalled keeping the data, that you may be missing, you can
run this
.\adb shell cmd package install-existing <package_name>
with package_name being the package you want to reinstall
ie
.\adb shell cmd package install-existing com.samsung.android.bixby.wakeup
and to try the vpn, just start a vpn and set the destination to route through as china
Click to expand...
Click to collapse
How to know that which package name needs that is missed or needs to work translator?
mrjoy said:
How to know that which package name needs that is missed or needs to work translator?
Click to expand...
Click to collapse
more than likely it will be from this list....
com.samsung.svoice.sync
com.samsung.android.drivelink.stub
com.samsung.android.svoice
com.samsung.android.widgetapp.yahooedge.finance
com.android.dreams.phototable
com.samsung.android.widgetapp.yahooedge.sport
com.samsung.android.spdfnote
com.sec.android.widgetapp.samsungapps
com.samsung.android.email.provider
com.samsung.android.app.ledcoverdream
com.sec.android.cover.ledcover
com.sec.android.app.withtv
com.samsung.android.app.memo
com.sec.spp.push
com.samsung.android.spay
com.samsung.android.voicewakeup
com.samsung.voiceserviceplatform
com.sec.android.sidesync30
com.samsung.android.hmt.vrsvc
com.samsung.android.app.vrsetupwizardstub
com.samsung.android.hmt.vrshell
com.android.exchange
com.samsung.groupcast
com.sec.kidsplat.installer
com.sec.android.widgetapp.diotek.smemo
com.sec.android.provider.snote
com.sec.android.app.translator
com.vlingo.midas
com.sec.readershub
com.sec.android.app.gamehub
com.sec.everglades.update
com.sec.everglades
tv.peel.samsung.app
com.sec.yosemite.phone
com.samsung.android.app.episodes
com.samsung.android.app.storyalbumwidget
com.samsung.android.tripwidget
com.samsung.android.service.travel
com.tripadvisor.tripadvisor
com.android.email
com.sec.android.app.ocr
you can obviously exclude a lot of them, but im sure it would be apart of samsungs software not googles
gav83collins said:
more than likely it will be from this list....
com.samsung.svoice.sync
com.samsung.android.drivelink.stub
com.samsung.android.svoice
com.samsung.android.widgetapp.yahooedge.finance
com.android.dreams.phototable
com.samsung.android.widgetapp.yahooedge.sport
com.samsung.android.spdfnote
com.sec.android.widgetapp.samsungapps
com.samsung.android.email.provider
com.samsung.android.app.ledcoverdream
com.sec.android.cover.ledcover
com.sec.android.app.withtv
com.samsung.android.app.memo
com.sec.spp.push
com.samsung.android.spay
com.samsung.android.voicewakeup
com.samsung.voiceserviceplatform
com.sec.android.sidesync30
com.samsung.android.hmt.vrsvc
com.samsung.android.app.vrsetupwizardstub
com.samsung.android.hmt.vrshell
com.android.exchange
com.samsung.groupcast
com.sec.kidsplat.installer
com.sec.android.widgetapp.diotek.smemo
com.sec.android.provider.snote
com.sec.android.app.translator
com.vlingo.midas
com.sec.readershub
com.sec.android.app.gamehub
com.sec.everglades.update
com.sec.everglades
tv.peel.samsung.app
com.sec.yosemite.phone
com.samsung.android.app.episodes
com.samsung.android.app.storyalbumwidget
com.samsung.android.tripwidget
com.samsung.android.service.travel
com.tripadvisor.tripadvisor
com.android.email
com.sec.android.app.ocr
you can obviously exclude a lot of them, but im sure it would be apart of samsungs software not googles
Click to expand...
Click to collapse
From this list i found com.sec.android.app.translator (App name S Translator) that is missing but in actual this package is outdated or Samsung change its package name to com.samsung.android.service.airviewdictionary ( App name SmartEye) in new models. But that already present in my device. So still confused which package should be...
And 2nd thing after using vpn its using another translation service by china. I wonder it would be removed 1st from the device by editing build.prop files, I'm not expert but if it needs to block those lines that connecting with chinese server.
mrjoy said:
And 2nd thing after using vpn its using another translation service by china. I wonder it would be removed 1st from the device by editing build.prop files, I'm not expert but if it needs to block those lines that connecting with chinese server.
Click to expand...
Click to collapse
you could try that, but you should defo back up your build prop before making any changes
gav83collins said:
you could try that, but you should defo back up your build prop before making any changes
Click to expand...
Click to collapse
As I have already told I'm not expert & I don't know how to do that.
hey brp, i send dm for u
mrjoy said:
As I have already told I'm not expert & I don't know how to do that.
Click to expand...
Click to collapse
Did you manage with s-pen translation app ?

Categories

Resources